@charset "utf-8";
/* CSS Document */
/*---------------------- Slide Banner ------------------------*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 20px;
	z-index:1000;
}
.bx-wrapper{
	margin-bottom:0;
}

/*---------------------- topNews ------------------------*/
.topNews .topNewsContainer{
	margin:0 3.33% 3.33%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 30px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.topNews a{
	text-decoration: none;
	padding-bottom:2%;
	margin-bottom:2%;
	border-bottom: 1px solid #CCC;
}
.topNews a:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom: none;
}
.topNews .photo{
float:left;
margin-right:30px;
}
.topNews dt{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:5px;
	padding-top:0.2em;
	color: #503200;
	line-height: 160%;
}
.topNews dd{
	line-height: 160%;
	color: #503200;
}
.topNews dd .date{
	margin-bottom:5px;
	display: inline-block;
}
.topNews dd .detailLink{
	text-decoration: underline;
	color: #aa8228;
	margin-left:0.5em;
}
.topNews dd .detailLink:hover{
	text-decoration: none;
}


@media (max-width: 767px){
.topNews .topNewsContainer{
	margin: 0px 6% 6%;
	padding: 20px 20px 15px;
}
.topNews a{
	text-decoration: none;
	padding-bottom:5%;
	margin-bottom:6%;
}
.topNews .photo{
width:40%;
margin-right:20px;
}
.topNews .photo img{
width:100%;
}
.topNews dt{
	font-size:1.2em;
	padding-top:0;
}
}

/*---------------------- footer------------------------*/
#footer h2{
	margin:0 0 2%;
}
#footer .footerTop #map{
	margin:0 20% 2%;
	height:400px;
}
#footer .footerTop #map .gm-style-iw {
    overflow: hidden !important;
}
#footer .footerTop #map .gm-style-iw div {
    overflow: hidden !important;
}
@media (max-width: 767px){
#footer h2{
	margin:0 0 7%;
}
#footer .footerTop #map{
	margin:0 6% 6%;
	height:300px;
}
}


.cLink{
	text-decoration: underline;
	color: #aa8228;
	margin-left:0.5em;
}
.cLink:hover{
	text-decoration: none;
}