@charset "UTF-8";

@import "common/layout.css";

/*-------------------------------------------------------------------------
	Main Image
/*-----------------------------------------------------------------------*/
/*#mainImg .wrap {
	width:1130px;
	margin:0 auto;
}*/
/*-------------------------------------------------------------------------
	Contents
/*-----------------------------------------------------------------------*/
#contents {
}
	#contents h3 {
		width:700px;
		height:34px;
		margin-bottom:30px;
		border-bottom:1px solid #000;
	}
	#contents .news {
		margin-bottom:40px;
	}
	#contents .news ul {
		background: #f3f2f2;
		padding-top:22px;
		padding-left:30px;
		padding-right:30px;
	}
		#contents .news li.date {
			font-size:14px;
			font-weight:bold;
			margin-bottom:10px;
		}
		#contents .news li.category {
			font-size:18px;
			margin-bottom:10px;
		}
		#contents .news li.ttl {
			font-size:18px;
			font-weight:bold;
			line-height:26px;
		}
		#contents .news li.txt {
			margin-top:10px;
		}
		#contents .news li.txt.en {
			font-size:16px;
		}
		#contents .news li.txt.ja {
			font-size:14px;
		}
			#contents .news.news li.category {
				color:#1b7aef;
			}
			#contents .news.others li.category {
				color:#d0b11f;
			}
			#contents .news.emergency li.category  {
				color:#f22325;
			}
	#contents .openbtn {
		width:80px;
		height:80px;
		background:url(/iis/files/img/index/btn/open.gif) no-repeat;
		cursor:pointer;
		text-indent:-9999px;
		margin-bottom:40px;
		margin-left:300px;
	}
	#contents .closebtn {
		display:none;
		width:80px;
		height:80px;
		background:url(/iis/files/img/index/btn/close.gif) no-repeat;
		cursor:pointer;
		text-indent:-9999px;
		margin-bottom:40px;
		margin-left:300px;
	}
	#contents .morecontents {
		display:none;
	}