/*** レイアウト ***/
div.cover {
	max-width: 600px;
	margin-left: 15px;
}
div#timeSeries {
	overflow-x: hidden;
}
div#navi {
	margin-top: 20px;
}
div#navi-1 {
	float: left;
	margin-right: 20px;
	z-index: 999;
}
div#navi-2 {
	float: right;
	text-align: right;
	z-index: 999;
}
div#tabs {
	margin-top: 15px;
}
div#tsTableArea {
	margin-bottom: 2px;
}
div#noteArea {
	margin-top: 10px;
}
div#noteArea-left, div#noteArea-right {
	float: left;
}
div#noteArea-left {
	width: 45%;
}
div#noteArea-right {
	margin-left: 20px;
	width: 50%;
}
div#neighborsArea h5 {
	margin-bottom: 5px;
}
div#neighborsTableArea {
	width: 100%;
	overflow-x: auto;
}
div.footer {
	margin-top: 20px;
	font-size: 0.9em;
}
div.clear {
	clear:both;
}

/*** タイトル ***/
h5 {
	font-size: 14px;
}
#g1-title, #g2-title {
	margin: 16px 0;
}

#colorTblTitle {
	margin: 0 0 5px 0;
}

/*** テーブル ***/
table {
	border-collapse: collapse;
	font-size: 0.8em;
}
td, th  {
	border: 1px solid lightgray;
}

table#neighbors {
	width: 100%;
}
#neighbors tr td:nth-child(5), #neighbors tr td:nth-child(6), 
#neighbors tr td:nth-child(7), #neighbors tr td:nth-child(8), 
#neighbors tr td:nth-child(9) {
	text-align: right;
}

table#cod-note {
	width: 100%;
}
table#ec-note {
	width: 100%;
}

table.colorTbl div {
	display: block;
	border: 1px solid gray;
	width: 30px;
	height: 12px;
}
table.colorTbl tr:first-child td {
	padding: 5px 0 5px 25px;
}
table.colorTbl td {
	text-align: center;
	width: 60px;
}
div#c1 { background-color: lightcyan; }
div#c2 { background-color: skyblue; }
div#c3 { background-color: yellow; }
div#c4 { background-color: goldenrod; }
div#c5 { background-color: red; }

/*** グラフ ***/
div#codGraphField {
	margin-top: -30px;
	width: 650px; 
	height: 130px;
}
div#ecGraphField {
	margin-top: -13px;
	margin-bottom: -60px;
	width: 650px; 
	height: 150px;
}

/*** スクロール可能テーブル ***/

div.table-cover {
	border: 1px solid lightgray;
	font-size: 0;
}
div.table-cover1 {
	display: inline-block;
	width: 50px;
	vertical-align: top;
	font-size: 16px;
}
div.table-cover2 {
	display: inline-block;
	width: calc(100% - 50px);
	overflow-x: auto;
	font-size: 16px;
}
div.table-cover1 table {
	width: 100%;
}
div.table-cover table {
	border-collapse: collapse;
}
div.table-cover table td, div.table-cover table th {
	border-right: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	text-align: center;
	height: 20px !important;
}

div.table-cover table td {
	width: 32px;
}

div.tsc-note {
	font-size: 10px;
	margin-bottom: 13px;
}

/*** その他 ***/
a.btn {
	text-decoration: none;
	color: blue;
}
input#radiusFld {
	width: 40px;
	text-align: right;
}
button#reshowBtn {
	margin-left: 20px;
}

/*** iPhone専用 ***/
@media only screen and (max-device-width : 767px) {
	div.cover {
		width: 100%;
		margin-left: 0;
	}
	div#codGraphField {
		width: 400px;
	}
	div#ecGraphField {
		width: 400px;
	}
	div#noteArea-left {
		width: 45%;
	}
	div#noteArea-right {
		width: 45%;
	}
	table.colorTbl {
		width: 100%;
	}
	table.colorTbl div {
		width: 20px;
	}
	table.colorTbl tr:first-child td {
		padding: 5px 0 5px 10px;
	}
	table.colorTbl td {
		text-align: center;
		width: 30px;
	}
	#neighbors tr th:nth-child(7), #neighbors tr th:nth-child(8),
	#neighbors tr td:nth-child(7), #neighbors tr td:nth-child(8) {
		display: none;
	}
}
