@charset "utf-8";

#mainimg{
	margin-top:-2px;
	width:100%;
	position:relative;
	min-height: 500px;
}
#mainimg img {
	width: 100%;
	display:block;
}

.blog{
	background:url(../images/blog_nobtn.png) no-repeat;
	width:170px;
	height:30px;
	padding:66px 52px 107px 31px;
	position:absolute;
	bottom:0;
	right: 2%;
}
.blog_btn {
	text-align: center;
	display: block;
	font-weight: bold;
}
#top_container{
	background:url(../images/footer_bg.png) center top repeat-x;
	width:100%;
	position:relative;
	margin-top:-2px;
}
#top_container .content{ padding:20px 0 0;}
#top_news{
	float:left;
	width:600px;
}
#top_news dl{
	margin:0 0 0 16px;
	width:584px;
}
#top_news dl dt{
	float:left;
	width:120px;
	padding:0 0 0 54px;
	font-weight:bold;
	margin:0 0 5px;
}
#top_news dl dt.news01{ background:url(../images/news_icon01.gif) 0 5px no-repeat;}
#top_news dl dd{
	float:left;
	width:410px;
	margin:0 0 5px;
}
.top_cr{
	text-align: right;
	font-size: 11px;
	margin-top: 110px;
}

.mv_info {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 4px 7px rgba(0,0,0,0.22);
	position: absolute;
	width: 100%;
	max-width: 570px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 11px;
	line-height: 1;
	padding: 30px 30px 25px;
}
.mv_info ul {
	display: flex;
	justify-content: space-between;
}
.mv_info li {
	width: 47.5%;
}
.mv_info li dl {
	border: 1px solid #6b460b;
	border-radius: 5px;
	margin-bottom: 10px;
}
.mv_info li dt img {
	padding: 10px;
}
.mv_info li dt img,
.mv_info li dd img {
	margin: 0 auto;
}
.mv_info li dd {
	padding: 0 20px 10px;
}
.mv_info li p {
	color: #6b460b;
	line-height: 1.5;
}
.mv_info .info_chat dd {
	padding: 0;
}
.mv_info .info_chat dd a {
	background: #6b460b;
	display: block;
	padding: 10px 0;
}
.mv_info img {
	width: auto !important;
	max-width: 100%;
	height: auto;
}
.mv_info::after {
	content: '';
	display: block;
	clear: both;
}
.mv_info_badge {
	width: 140px;
	position: relative;
	border-radius: 50%;
	background: #89c648;
	color: #fff;
	float: left;
}
.mv_info_badge::before {
	content: '';
	display: block;
	padding: 100% 0 0;
}
.mv_info_badge_inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 78%;
	height: 65px;
	line-height: 1.2;
}
.mv_info_descript {
	width: 320px;
	float: right;
	margin: 0 0 0 20px;
}
.mv_info_tel {
	margin: 5px 0 10px;
}
.mv_info_dlist {
	line-height: 1.5;
	color: #6b460b;
}
