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


/*====================
content
====================*/
#content {
	clear:both;
	padding-top:27px;
	padding-bottom:27px;
}

#content h2 {
	font-size:22px;
	font-weight:bold;
	color:#7A2D52;
	line-height:26px;
	padding-left:8px;
	border-left:4px solid #B46185;
}
#content p.tyuui {
	font-size:14px;
	line-height:22px;
	margin-top:12px;
}

.haikei {
	background:#ECF0F8;
	padding:10px;
	box-sizing:border-box;
	margin-top:16px;
}
#content .kakomi {
	padding:0px;
	width:470px;
	float:left;
	margin:0px 20px 0px 0;
	border:none;
	position:relative;
}
#content .kakomi.last {
	margin:0px 0px 0 0;
}
.shirobg {
	background:#FFF;
}
.ueake {
	margin-top:10px;
}
#content .kakomi .nuri {
	background:#4D629A;
	padding-top:9px;
	padding-bottom:12px;
	text-align:center;
}
#content .kakomi .nuri h3 {
	font-size:17px;
	line-height:23px;
	color:#fff;
	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);
}


/* 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%;
	right:7%;
}
ul.hanrei li {
	font-size:14px;
	line-height:23px;
	color:#000;
}
ul.hanrei li span {
	font-size:15px;
	margin-right:4px;
}
.green {
	color:#BFDFFF;
}
.orange {
	color:#D6DD00;
}
.orange2 {
	color:#FF8000;
}
.red {
	color:#D50000;
}

/* PM2.5 MAP */

.kaisetsu {
	padding: 15px 15px 0 15px;
    text-align: center;
	padding-bottom: 15px;
}
.kaisetsu h3 {
	text-align:center;
	font-size:19px;
	color:#7B2E53;
	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:#D6DD00;
}


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

.rireki h3 {
	font-size:15px;
	color:#000;
	font-weight:bold;
	height:23px;
	background:#B4B7D3;
	line-height:23px;
	padding:0 240px 0px 10px;
	margin:2px 0px 15px 0px;
	float:left;
}

.rireki table {
}


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

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

#content .maeato p {
	float:left;
	margin-left:7px;
	width:63px;
	height:27px;
	text-align:center;
	line-height:25px;
	font-size:12px;
}

#content .maeato p a {
	width:63px;
	height:27px;
	background:url(../images/rireki_btn_bg.png) no-repeat;
	text-align:center;
	line-height:27px;
	display:block;
	color:#FFF;
	text-decoration:none;
}
#content .maeato p a:hover {
	background:url(../images/rireki_btn_bg_on.png) no-repeat;
	display:block;
	color:#FFF;
	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;
	white-space:nowrap;
}
.tabcontent table thead td {
	border:#aaaaaa 1px solid;
	vertical-align:middle;
	background:#D7BAC8;
	font-size:10px;
	white-space: nowrap;
    padding: 2px 3px;
	line-height:1.3;
}
.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:#ECDDE5;
	font-size:10px;
	line-height:14px;
	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 3px 3px;
	text-align:left;
}
.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: #ECDDE5;
}
/* 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) {

/*====================
content
====================*/
#content {
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
}

#content h2 {
	font-size:18px;
	font-weight:bold;
	color:#7A2D52;
	line-height:22px;
	padding-left:7px;
	border-left:3px solid #B46185;
}
#content p.tyuui {
	font-size:11px;
	line-height:14px;
	margin-top:6px;
}

#content .kakomi {
	padding:0px;
	width:100%;
	float:none;
	margin:0px 0px 20px 0;
	background:#FFF;
	border:none;
	position:relative;
}
#content .kakomi.last {
	margin:0px 0px 0 0;
}
#content .kakomi .nuri {
	background:#4D629A;
	padding-top:9px;
	padding-bottom:5px;
	text-align:center;
}
#content .kakomi .nuri h3 {
	font-size:15px;
	line-height:17px;
	color:#fff;
	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 li {
	font-size:13px;
	line-height:19px;
	color:#000;
}
ul.hanrei li span {
	font-size:15px;
	margin-right:4px;
}

/* PM2.5 MAP */

.kaisetsu {
	padding:0 15px;
	text-align:center;
	min-height:160px;
    padding-bottom: 15px;
}
.kaisetsu h3 {
	text-align:left;
	font-size:14px;
	color:#7B2E53;
	text-shadow:none;
	margin-bottom:8px;
}
.kaisetsu p {
	text-align:justify;
	font-size:12px;
	line-height:15px;
	margin-bottom:4px;
	padding-left:12px;
	text-indent:-12px;
}

.ill {
}

.ill img {
	width:100%;
	height:auto;
}

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

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

.rireki table {
}


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

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



/* ======================
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:#D7BAC8;
	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:#ECDDE5;
	font-size:10px;
	line-height:12px;
	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 3px 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: #ECDDE5;
}
/* 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;
}





}