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

#mainimg {
	background: url(../image/main_1920.jpg) center;
	-webkit-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 680px){
	#mainimg img {
		max-width: 115%;
	}
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 1.8;
}
#topics .img {
	float: left;
	margin-right: 20px;
}
#topics .news-box {
	overflow: hidden;
}
#topics dl {
	overflow: hidden;
	padding: 11px 10px 6px;
	border-bottom: 1px dotted #D8D8D8;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 106px;
}
#topics dd a{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#topics dd a:hover{
	text-decoration: underline;
}
.btn {
	text-align: right;
	margin-bottom: 66px;
}
@media screen and (max-width: 680px){
	#topics .img {
		width: 25%;
		margin-right: 5px;
	}
}
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 55px;
}
#greeting .img01 {
	margin-bottom: 30px;
}
#greeting .text {
	margin-left: 432px;
}
p.img02 {
	margin-bottom: 30px;
}
.btn01 {
	text-align: center;
	margin-bottom: 60px;
}
.btn02 {
	text-align: center;
	margin-top: 22px;
}
#content .imgright .image {
    margin-left: 32px;
}
#content .imgleft .image {
    margin-right: 32px;
}
p.img03 {
	margin-bottom: 25px;
}
/*-------------------------------------------------------------------
	#info
-------------------------------------------------------------------*/
#info {
	margin-bottom: 60px;
	overflow: hidden;
	/zoom: 1;
}
#info #map {
	float: left;
	width: 500px;
	height: 300px;
	margin-right: 32px;
}
#info .text .name {
	font-weight: bold;
}
#info .text dl {
	overflow: hidden;
	/zoom: 1;
}
#info .text dl.text {
	margin-top: 26px;
}
#info .text dl dt {
	float: left;
}
#info .text dl dd {
	padding-right: 10px;
}

#content .aside dl {
	margin-bottom: 25px;
}
#content .aside dl dd {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		'メイリオ', Meiryo, sans-serif;
}
#content .aside dl dt {
	text-align: center;
}
@media screen and (max-width: 480px){
	#content .aside.kengaku dl {
		float: left;
		width: 48%;
		margin: 0 4% 20px 0;
	}
}
