@charset "UTF-8";
/* CSS Document */



/*====================
 title
====================*/

/*====================
 content
====================*/
#content {
	clear:both;
	margin-top:0px;
}
#content .kakomi {
	padding:0px;
	width:480px;
	float:left;
	margin:0px 20px 35px 0;
	background:#FFF;
	border:none;
	position:relative;
}
#content .kakomi.last {
	margin:0px 0px 0 0;
}
#content .kakomi .nuri {
	background:#FFFFFF;
	padding-top:9px;
	padding-bottom:12px;
	text-align:center;
}
#content .kakomi .nuri h3 {
	font-size:17px;
	line-height:23px;
	color:#B7262C;
	text-align:center;
}
#content .kakomi .nuri iframe {
	width:98%;
	height:34px;
	background:#FFF;
	border:none;
	margin:9px auto 0px;
	overflow:hidden;
	box-shadow:inset 1px 1px 3px rgba(0,0,0,.5);
	border-radius:7px;
}


/* MAP区分名 */
.kubun {
}
.kubun p {
	position:absolute;
	font-size:12px;
	line-height:15px;
	color:#000;
	font-weight:bold;
}


/* オキシダント MAP */

#mapox {
	width:100%;
	position:relative;
}
#mapox ul.map {
}
#mapox ul.map li {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#mapox ul.map li:first-child {
	position:static;
}
#mapox ul.map li img {
	width:100%;
	height:auto;
}

/* PM2.5 MAP */

#mappm {
	width:100%;
	position:relative;
}

#mappm ul.map {
}
#mappm ul.map li {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#mappm ul.map li:first-child {
	position:static;
}
#mappm ul.map li img {
	width:100%;
	height:auto;
}

/* 凡例 */

ul.hanrei {
	position:absolute;
	top:5%;
	left:7%;
}
ul.hanrei li {
	font-size:13px;
	line-height:23px;
	color:#000;
}
ul.hanrei li span {
	font-size:15px;
	margin-right:4px;
}
.green {
	color:#B8E8F2;
}
.orange {
	color:#FFBF00;
}
.red {
	color:#FF0000;
}
.purple {
	color:#771285;
}


/* PM2.5 MAP */

.kaisetsu {
	padding:15px;
	text-align:center;
	min-height:160px;
}
.kaisetsu h3 {
	text-align:left;
	font-size:19px;
	color:#B7262C;
	text-shadow:none;
	margin-bottom:8px;
}
.kaisetsu p {
	text-align:justify;
	font-size:14px;
	line-height:21px;
	margin-bottom:4px;
	padding-left:14px;
	text-indent:-14px;
}
.kaisetsu p span {
	color:#EDAC00;
}


/*====================
 rireki
====================*/
.rireki {
	clear:both;
	margin-top:25px;
}

.rireki h3 {
	font-size:16px;
	color:#000;
	font-weight:bold;
	height:28px;
	background:#6DDADA;
	line-height:28px;
	padding:0 200px 0px 10px;
	margin:0px 15px 15px 0px;
	float:left;
	border-radius:0 14px 14px 0;
}

.rireki table {
}


/* ======================
前時・後時
====================== */

#content .maeato {
	margin:0px 9px 9px 9px;
	float:right;
}

#content .maeato p {
	float:left;
	margin-left:7px;
	width:69px;
	height:25px;
	background:url(../images/orange-btn.png) no-repeat;
	text-align:center;
	line-height:25px;
	font-size:12px;
}

#content .maeato p a {
	width:69px;
	height:25px;
	background:url(../images/orange-btn.png) no-repeat;
	text-align:center;
	line-height:25px;
	display:block;
	color:#000;
	text-decoration:none;
}
#content .maeato p a:hover {
	background:url(../images/orange-btn_on.png) no-repeat;
	display:block;
	color:#000;
	text-decoration:none;
}


/* ======================
table
====================== */

.tabcontent {
	clear:both;
}
.tabcontent table {
	text-align:center;
	vertical-align:middle;
}

/* thead */


.tabcontent table thead {
}
.tabcontent table thead th {
	border:#aaaaaa 1px solid;
	vertical-align:middle;
	background:#CFE2F7;
	font-size:13px;
	text-align:center;
}
.tabcontent table thead td {
	border:#aaaaaa 1px solid;
	vertical-align:middle;
	background:#C7F1EE;
	font-size:11px;
}
.tabcontent table thead td a {
	color:#000000;
	text-decoration:none;
}
.tabcontent table thead td a:hover {
	color:#314F91 !important;
	text-decoration:underline !important;
}
.tabcontent table thead tr.up td  {
	padding-top:6px;
	border-bottom:none;
	line-height:14px;
}
.tabcontent table thead tr.down td {
	padding-top:3px;
	border-top:none;
	padding-bottom:6px;
	line-height:16px;
}
.tabcontent table thead th.kyokuname {
	min-width:81px;
}
.tabcontent table thead td p {
	height:38px;
	line-height:16px;
}
.tabcontent table thead td strong {
	font-size:15px;
	font-weight:normal;
}
.tabcontent table thead td em {
	font-size:11px;
}


/* tbody */

.tabcontent table tbody {
}
.tabcontent table tbody th {
	border:#aaaaaa 1px solid;
	vertical-align:middle;
	background:#E6FADD;
	font-size:12px;
	line-height:18px;
	padding-top:4px;
	text-align:center;
}
.tabcontent table tbody th.mida {
	background:#D8F1CC;
}

.tabcontent table tbody th a {
	color:#000;
	text-decoration:none;
}
.tabcontent table tbody th a:hover {
	color:#314F91;
	text-decoration:underline;
}
.tabcontent table tbody th em {
	font-size:12px;
	font-style:normal;
}
.tabcontent table tbody td{
	border:#aaaaaa 1px solid;
	vertical-align:middle;
	font-size:10px;
	padding:4px 0 3px;
}
.tabcontent tbody tr {
    background-color: #FFFFFF;
}
.tabcontent tbody tr:nth-child(2n-1) {
    transition: all .125s ease-in-out;
}

.tabcontent tbody tr:hover {
    background-color: #EFFFEF;
}
/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 0 0;
	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100%; /* Force stretch */
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;
		display:none;

	}
		.sticky-wrap .sticky-intersect th {
			color: #eee;
		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}
.sticky-col {
	display:none;
}


@media screen and (max-width: 768px) {
/*====================
 title
====================*/

/*====================
 content
====================*/
#content {
	clear:both;
	margin-top:0px;
}
#content p {
    font-size: 13px;
    line-height: 17px;
}
#content .kakomi {
	padding:0px;
	width:100%;
	float:none;
	margin:0px 0px 20px 0;
	background:#FFF;
	border:none;
	position:relative;
	padding-bottom:30px;
	border-bottom:#C4EDBA 2px solid;
}
#content .kakomi.last {
	margin:0px 0px 0 0;
	padding-bottom:0px;
	border-bottom:none;
}
#content .kakomi .nuri {
	background:#FFFFFF;
	padding-top:9px;
	padding-bottom:12px;
	text-align:center;
}
#content .kakomi .nuri h3 {
	font-size:17px;
	line-height:17px;
	color:#B7262C;
	text-align:center;
}
#content .kakomi .nuri iframe {
	width:98%;
	height:34px;
	background:#FFF;
	border:none;
	margin:9px auto 0px;
	overflow:hidden;
}


/* MAP区分名 */
.kubun {
}
.kubun p {
	position:absolute;
	font-size:12px;
	line-height:15px;
	color:#000;
	font-weight:bold;
}


/* オキシダント MAP */

#mapox {
	width:100%;
	position:relative;
}
#mapox ul.map {
}
#mapox ul.map li {
	width:100%;
	position:absolute;
}
#mapox ul.map li img {
	width:100%;
	height:auto;
}

/* PM2.5 MAP */

#mappm {
	width:100%;
	position:relative;
}

#mappm ul.map {
}
#mappm ul.map li {
	width:100%;
	position:absolute;
}
#mappm ul.map li img {
	width:100%;
	height:auto;
}

/* 凡例 */

ul.hanrei {
	position:absolute;
	top:5%;
	left:7%;
}
ul.hanrei li {
	font-size:13px;
	line-height:20px;
	color:#000;
}
ul.hanrei li span {
	font-size:15px;
	margin-right:4px;
}
.green {
	color:#B8E8F2;
}
.orange {
	color:#FFBF00;
}
.red {
	color:#FF0000;
}

/* PM2.5 MAP */

.kaisetsu {
	padding:15px;
	text-align:center;
	min-height:160px;
}
.kaisetsu h3 {
	text-align:left;
	font-size:19px;
	color:#B7262C;
	text-shadow:none;
	margin-bottom:8px;
}
.kaisetsu p {
	text-align:justify;
	font-size:14px;
	line-height:21px;
	margin-bottom:4px;
	padding-left:14px;
	text-indent:-14px;
}
.kaisetsu p span {
	color:#EDAC00;
}


/*====================
 rireki
====================*/
.rireki {
	clear:both;
	margin-top:25px;
}

.rireki h3 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	height:28px;
	background:#6DDADA;
	line-height:28px;
	padding:0 20% 0px 10px;
	margin:0px 0px 15px 0px;
	float:left;
	border-radius:0 14px 14px 0;
}

.rireki table {
}


/* ======================
前時・後時
====================== */

#content .maeato {
	margin:2px 0px 9px 9px;
	float:right;
}

#content .maeato p {
	float:left;
	margin-left:7px;
	width:69px;
	height:25px;
	background:url(../images/orange-btn.png) no-repeat;
	text-align:center;
	line-height:25px;
	font-size:12px;
}

#content .maeato p a {
	width:69px;
	height:25px;
	background:url(../images/orange-btn.png) no-repeat;
	text-align:center;
	line-height:25px;
	display:block;
	color:#000;
	text-decoration:none;
}
#content .maeato p a:hover {
	background:url(../images/orange-btn_on.png) no-repeat;
	display:block;
	color:#000;
	text-decoration:none;
}


/* ======================
table
====================== */

.tabcontent {
	clear:both;
}
.tabcontent table {
	text-align:center;
	vertical-align:middle;
}

/* thead */


.tabcontent table thead {
}
.tabcontent table thead th {
	border:#aaaaaa 1px solid;
	vertical-align:middle;
	background:#CFE2F7;
	font-size:13px;
	text-align:center;
}
.tabcontent table thead td {
	border:#aaaaaa 1px solid;
	vertical-align:middle;
	background:#C7F1EE;
	font-size:11px;
    line-height: 13px;
    padding: 2px 0;
}
.tabcontent table thead td a {
	color:#000000;
	text-decoration:none;
}
.tabcontent table thead td a:hover {
	color:#314F91 !important;
	text-decoration:underline !important;
}
.tabcontent table thead tr.up td  {
	padding-top:6px;
	border-bottom:none;
	line-height:14px;
}
.tabcontent table thead tr.down td {
	padding-top:3px;
	border-top:none;
	padding-bottom:6px;
	line-height:16px;
}
.tabcontent table thead th.kyokuname {
	min-width:81px;
}
.tabcontent table thead td p {
	height:38px;
	line-height:16px;
}
.tabcontent table thead td strong {
	font-size:15px;
	font-weight:normal;
}
.tabcontent table thead td em {
	font-size:11px;
}


/* tbody */

.tabcontent table tbody {
}
.tabcontent table tbody th {
	border:#aaaaaa 1px solid;
	vertical-align:middle;
	background:#E6FADD;
	font-size:12px;
	line-height:18px;
	padding-top:4px;
	text-align:center;
}
.tabcontent table tbody th.mida {
	background:#D8F1CC;
}

.tabcontent table tbody th a {
	color:#000;
	text-decoration:none;
}
.tabcontent table tbody th a:hover {
	color:#314F91;
	text-decoration:underline;
}
.tabcontent table tbody th em {
	font-size:12px;
	font-style:normal;
}
.tabcontent table tbody td{
	border:#aaaaaa 1px solid;
	vertical-align:middle;
	font-size:10px;
	padding:2px 4px 2px;
    line-height: 12px;
}
.tabcontent tbody tr {
    background-color: #FFFFFF;
}
.tabcontent tbody tr:nth-child(2n-1) {
    transition: all .125s ease-in-out;
}

.tabcontent tbody tr:hover {
    background-color: #EFFFEF;
}
/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 0 0;
	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100%; /* Force stretch */
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;
		display:none;

	}
		.sticky-wrap .sticky-intersect th {
			color: #eee;
		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}
.sticky-col {
	display:none;
}


}