@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

.section .box .image{
	padding-bottom: 14px;
}
.section .box .list li{
	background: url(../image/check.jpg) left top 1px no-repeat;
	font-size: 1.143em;
	font-weight: bold;
	padding-left: 36px;
}
.section .box .btn {
	margin-top: 25px;

}
.section .box .btn li{
	float: left;
	margin-right: 20px;
	padding-bottom: 10px;
}
.section .box .btn li.last{
	
	margin-right: 0px;
}

/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	margin-bottom: 40px;
	line-height: 1.6;	
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 6px 0 6px 22px;
	border-bottom: 1px dotted #CCCCCC;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 105px;
}
#topics dd a{
	color: #EB0E7C;
	font-weight: bold;
}
#topics dd a:hover{
	text-decoration: none;
}
.news_more{
	margin-bottom: 40px;
	margin-top: -10px;
	text-align: center;
}



@media screen and (max-width: 680px){
	.section .box .btn li{
		float: none;
		margin-right: 0;
		text-align: center;
		padding-bottom: 10px;
	}
	.section .box .btn li.last{
		
		padding-bottom: 0;
	}
}