@charset "UTF-8";




#all_photo{
	width:168px;
	margin:0 0 0 10px;
	float:left;
}
#photo{
	padding:3px 0 0 0;
	background-image:url(../images/bg_grade.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	float:left;
}


#photo ul{
	margin:0;
	padding:0;
	font-size:1.2em;	
}
#pic0{
	float:left;
	width: 148px;
	height: 111px;
	margin: 0 0 0 10px;
	font-size:0;
	text-align:center;
	background-color:#eaeefc;
}
#pic1{
	float:left;
	width: 148px;
	height: 111px;
	margin: 0 0 0 10px;
	font-size:0;
	text-align:center;
	background-color:#eaeefc; 
}
#pic2{
	float:left;
	width: 148px;
	height: 111px;
	margin: 0 0 0 10px;
	font-size:0;
	text-align:center;
	background-color:#eaeefc;
}
#pic3{
	float:left;
	width: 148px;
	height: 111px;
	margin: 0 0 0 10px;
	font-size:0;
	text-align:center;
	background-color:#eaeefc;
}
#pic4{
	float:left;
	width: 148px;
	height: 111px;
	margin: 0 0 0 10px;
	font-size:0;
	text-align:center;
	background-color:#eaeefc;
}

#pic0 img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	vertical-align:bottom;
}
#pic0:before{
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:bottom;	
}
#pic1 img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	vertical-align:bottom;	
}
#pic1:before{
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:bottom;	
}
#pic2 img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	vertical-align:bottom;	
}
#pic2:before{
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:bottom;	
}
#pic3 img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	vertical-align:bottom;	
}
#pic3:before{
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:bottom;	
}
#pic4 img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	vertical-align:bottom;	
}
#pic4:before{
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:bottom;	
}




#kiji_title0{
	float:left;
	width: 168px;
	margin:3px 0 5px 0;
	text-align:left;
	margin-bottom:10px;
/*	background-color:#f5f5dc;*/ 
}
#kiji_title1{
	float:left;
	width: 168px;
	margin:3px 0 5px 0;
	text-align:left;
	margin-bottom:10px;
/*	background-color:#f5f5dc;*/
}
#kiji_title2{
	float:left;
	width: 168px;
	margin:3px 0 5px 0;
	text-align:left;
	margin-bottom:10px;
/*	background-color:#f5f5dc; */
}
#kiji_title3{
	float:left;
	width: 168px;
	margin:3px 0 5px 0;
	text-align:left;
	margin-bottom:10px;
/*	background-color:#f5f5dc; */
}
#kiji_title4{
	float:left;
	width: 168px;
	margin:3px 0 5px 0;
	text-align:left;
	margin-bottom:10px;
/*	background-color:#f5f5dc; */
}



/* こんにちは！気象庁です！用　ここから */
.item_wrapper:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.item {
	width: 180px;
	padding: 20px;
	float: left;
	text-align:center
}
.popupbg {
	position: fixed;
	width: 100%;
	height: 100%;
	*background: #000;		/* for IE7 */
	background: #000\9;		/* for IE8 */
	background: rgba(0, 0, 0, 0.2) ;
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
}
.popup_wrapper {
	width: 600px;
	height: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -250px;
	z-index: 11;
	text-align: center;
	display: none;
}
.popup_wrapper .popup {
	position: relative;
}
.popup_wrapper .img {
	display: inline-block;
}
.popup_wrapper .caption {
	padding: 10px;
	font-size: 18px;
	color: #FFF;
}
.popup_wrapper .close_btn {
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 30px;
	border: solid 1px white;
	color: #fff;
	margin: 0 -100px 0 0;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
ol, ul {
	list-style: none;
}

ul.sub2{
	list-style: circle;
}

ul.submenulist2{
	list-style: circle;
}

#archive {
	font-size: 100%;
	line-height: 150%;
	background-color: #f0f8ff;
	list-style-type: none;
	padding: 0.8em 1.6em 1.5em 1.6em;
	border-style: solid;
	border-color: #DADFEC;
}
#archive ul li{
	width: 100px;
	float: left;
	margin-right: 5px;
}


/* こんにちは！気象庁です！用　ここまで */