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

/* ------------------
content
------------------ */
#content {
}

/* ------------------
content - TOP
------------------ */

body#top #content {
	min-height:463px;
	background:url(../images/content_bg.jpg) no-repeat center;
	padding-top:60px;
}

/* ------------------
localnavi
------------------ */

.localnavi {
	width:219px;
	padding:9px;
	background:#4089C1;
	float:left;
}
.localnavi .kakomi {
	background:#FFF;
	position:relative;
}
.localnavi .kakomi h2 {
	position:absolute;
	left:-3px;
	top:-30px;
	width:225px;
	height:39px;
	background:url(../images/oshirase_tit_bg.png) no-repeat;
	font-size:19px;
	line-height:27px;
	text-align:center;
	font-weight:bold;
	color:#000000;
}

/* ------------------
localnavi
------------------ */
#chuuiii {
	width:484px;
	height:auto;
	border-radius:9px;
	margin:30px 0 0 80px;
	float:left;
	background:url(../images/chuui_bg.png) ;
	padding:22px;
	min-height:246px;
}
#chuuiii p.date {
	font-size:16px;
	font-weight:bold;
	line-height:21px;
	color:#000;
	margin-bottom:8px;
}

iframe#chuuihou {
	width:484px;
}
iframe#chuieng {
	width:484px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
iframe#chuuihou {
	overflow:auto;
}
}


#chuuiii h3 {
	font-size:23px;
	color:#FFFF73;
	font-weight:bold;
	background:url(../images/hatsurei_link-btn.png) no-repeat;
}
#chuuiii h3 a {
	padding-left:79px;
	line-height:54px;
	width:356px;
	height:54px;
	color:#FFFF73;
	text-decoration:none;
	display:block;
}
#chuuiii h4 {
    margin: 12px auto 10px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
/* ------------------
content - TOP
------------------ */

body#top #content {
	clear:both;
	min-height:80vh;
	background:url(../images/content_bg.jpg) no-repeat center;
	background-size:cover;
	padding-top:0px;
	overflow:hidden;
}

/* ------------------
localnavi
------------------ */

.localnavi {
	width:96%;
	padding:9px;
	background:#4089C1;
	float:none;
	margin:45px auto 20px;
	box-sizing:border-box;
}
.localnavi .kakomi {
	background:#FFF;
	position:relative;
}
.localnavi .kakomi h2 {
	position:absolute;
	left:-3px;
	top:-30px;
	width:225px;
	height:39px;
	background:url(../images/oshirase_tit_bg.png) no-repeat;
	font-size:16px;
	line-height:27px;
	text-align:center;
	font-weight:bold;
	color:#000000;
}
.localnavi .kakomi iframe {
	width:100%;
	margin:auto;
	height:250px;
}
/* ------------------
localnavi
------------------ */
#chuuiii {
	width:96%;
	height:auto;
	border-radius:9px;
	margin:20px auto 20px;
	float:none;
	background:url(../images/chuui_bg.png) ;
	padding:15px;
	min-height:auto;
	box-sizing:border-box;
}
#chuuiii p.date {
	font-size:14px;
	font-weight:bold;
	line-height:19px;
	color:#000;
	margin-bottom:8px;
}
#chuuiii br {
	display:none;
}
iframe#chuuihou {
	width:96%;
}
iframe#chuuihouPM25 {
	width:96%;
}
iframe#chuieng {
	width:96%;
	height:27px !important;
}
iframe#pm25eng {
	width:96%;
	height:27px !important;
}

#chuuiii h3 {
	font-size:15px;
	color:#FFFF73;
	font-weight:bold;
	background:url(../images/hatsurei_link-btn.png) no-repeat;
	background-size: contain;
	margin-top: 10px;
}
#chuuiii h3 a {
	padding-left: 3em;
    line-height: 2.35em;
    width: 100%;
    height: auto;
	color:#FFFF73;
	text-decoration:none;
	display:block;
}
#chuuiii h4 {
    margin: 12px auto 10px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
}