@charset "UTF-8";
#conts > .info {
	margin: 12px 15px 0 12px;
	position: relative;
}

#conts > .info > h2 {
	text-align:center;
	margin-bottom:20px;
	color:#F9C;
}

#conts > .info ul {
	/*margin-left: 27px;*/
}

#conts > .info ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../img/top/separator2.png) repeat-x left bottom;
	-webkit-background-size: 265px 1px;
	background-size: 265px 1px;
}

#conts > .info ul a {
	padding-right: 30px;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	color:#FFF;
}

#conts > .info ul a:before {
	margin-top: -5px;
	width: 5px;
	height: 10px;
	background: url(../img/common/sprite_icon.png) no-repeat -10px -88px;
	-webkit-background-size: 102px 98px;
	background-size: 102px 98px;
	position: absolute;
	top: 50%;
	right: 5px;
	z-index: 10;
	content: "";
}

#conts > .info ul a:after {
	width: 15px;
	height: 100px;
	background: #111;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}

#conts > .info ul .thumbnail {
	margin-right: 10px;
	float: left;
}

#conts > .info ul time {
	padding: 10px 0 5px;
	display: block;
	color: #ff99cc;
}

#conts > .info .more {
	text-align: center;
}


#conts > .plain {
	margin-bottom: 40px;
	padding: 0 15px 20px;
	background: url(../img/top/separator2.png) repeat-x left bottom;
	-webkit-background-size: 265px 1px;
	background-size: 265px 1px;
}

#conts > .plain h3 {
	margin: 0 -15px 18px;
	padding: 15px 15px 13px;
	background-image:url(../img/common/contact_bg.png);
	-webkit-background-size: 13px 18px;
	background-size: 10px 15px;
	position: relative;
	color: #fff;
	font-size: 2.2rem;
	font-weight: normal;
}

#conts > .plain h3:before {
	width: 100%;
	height: 1px;
	background: #000;
	border-top: 3px solid #600;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

#conts > .plain .imageBox {
	margin-bottom: 20px;
	margin-top: 30px;
}

#conts > .plain h3 + .imageBox.imageR .image {
	margin: -18px -15px 0 0;
}

#conts > .plain .imageBox.imageR .image {
	width:100%;
	height:auto;
	/*float: right;*/
}

#conts > .plain .imageBox.imageR p {
	/*margin-right: 165px;*/
	margin-top:20px;
	color:#FFF;
}

#conts > .plain .imageBox.imageL .image {
	margin: 0 0 0 -15px;
}

#conts > .plain .imageBox.imageL .image {
	float: left;
}

#conts > .plain .imageBox.imageL h4,
#conts > .plain .imageBox.imageL p {
	margin-left: 165px;
}

#conts > .plain .more + .imageBox {
	margin-top: 20px;
	padding-top: 19px;
	position: relative;
}

#conts > .plain .more + .imageBox:before {
	padding: 0 15px;
	width: 100%;
	height: 1px;
	background: url(../img/top/separator2.png) repeat-x left bottom;
	-webkit-background-size: 265px 1px;
	background-size: 265px 1px;
	position: absolute;
	top: 0;
	left: -15px;
	content: "";
}

#conts > .plain .more + .imageBox .image {
	margin-top: -18px;
}

#conts > .plain h4 {
	margin-bottom: 10px;
	color:#FCC;
	font-size: 1.8rem;
	font-weight: normal;
}

#conts > .plain .more {
	margin-top: 20px;
	text-align: center;
}

#conts > .other {
	padding: 0 15px 20px;
	margin-bottom: 35px;
	/*min-height: 131px;*/
	position: relative;
}

#conts > .other:before {
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.2);
	border-top: 3px solid #4E611D;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

#conts > .other > h3 {
	position: absolute;
	top: 18px;
	left: 13px;
}

#conts > .other > .banners {
	margin: 0 auto;
	padding-left: 30px;
	width: 263px;
}

#conts > .other > .banners img {
	vertical-align: top;
}

#conts > .other > .banners li {
	margin-right: 5px;
	float: left;
}

#conts > .other > .banners li:last-child {
	margin-right: 0;
}

