@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#mainimg {
	background: url('../image/main_bg.jpg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 90px 0;
}
/*-------------------------------------------------------------------
	#gallery
-------------------------------------------------------------------*/
#gallery {
	margin-bottom: 70px;
	overflow: hidden;
	/zoom: 1;
}
#gallery dl {
	float: left;
	width: 200px;
	border: 1px solid #E1E1E1;
	padding: 9px 9px 7px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#gallery dl:nth-child(3n) {
	margin-right: 0;
}
#gallery dl dd.image {
	width:200px;
	height:200px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#gallery dl dt {
	margin-top: 8px;
	font-size: .85em;
	text-align: right;
	color: #0071B7;
}

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 70px;
}
#greeting .image span {
    border: 1px solid #CCCCCC;
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}
#greeting p.top {
	margin-bottom: 24px;
}
#greeting p.img{
	margin-top: 34px;
}

#service{
	overflow: hidden;
	margin-bottom: 50px;
}
#service dl {
	background: #F4F4F4;
	width: 220px;
	margin: 0 20px 20px 0;
	float: left
}
#service dl:nth-child(3n){
	margin-right: 0;
}
#service dl dt {
	background: url('../image/icon.jpg') left 20px top 12px no-repeat;
	padding: 7px 10px 0 50px;
	color: #0071B7;
	font-size: .92em;
}
#service dl dd.text {
	font-size: .85em;
	padding: 4px 20px 16px;
}

/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	border: 1px solid #C7C7C7;
	height: 200px;
	margin-bottom: 0px;
	line-height: 1.6;
	overflow-y: scroll;
	font-size: 13px;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 11px 10px 8px;
	border-bottom: 1px dotted #C7C7C7;
}
#topics dl.even {
	background: #E3E3E3;
}
#topics dt {
	float: left;
	background: url('../image/news_icon.jpg') left 6px no-repeat;
	padding-left: 20px;
}
#topics dd {
	padding: 0 0 0 120px;
}
#topics dd a{
	color: #0071B7;
	font-weight: bold;
}