@charset "utf-8";
#top_btn {
	width: 945px;
	background-color: #000;
	padding: 0 0 15px 15px;
}
#top_btn ul {
	list-style: none;
}
#top_btn li {
	width: 300px;
	height: 80px;
	float: left;
	padding-right: 15px;
	list-style: none;
	display: inline;
}
#top_cate {
	width: 920px;
	height: 600px;
	padding: 10px;
	margin:0 auto 10px;
	box-sizing:border-box;
	border: 3px solid #ccc;
	/*background: url(../img/bg_category_top.jpg) no-repeat;*/

}
#top_cate ul {
	list-style: none;
}
#top_cate li {
	width: 20%;
	list-style: none;
	display: inline;
	float: left;
}
#top_reason {
	width: 890px;
	height: 80px;
	padding: 130px 0 40px 40px;
	background: url(../img/reason.jpg) no-repeat;
	margin-bottom: 15px;
}
#top_reason p {
	width: 240px;
	padding-right: 65px;
	float: left;
	font-size: 12px;
	line-height: 1.4em;
}
#top_reason p.last {
	padding-right: 0;
}
#top_area {
	width: 610px;
	padding-left: 320px;
	min-height: 300px;
	background: url(../img/map.jpg) no-repeat left top;
	margin-bottom: 15px;
}
#top_area dl {
	width: 590px;
	padding-bottom: 20px;
}
#top_area dt {
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: dotted 1px #000;
}
#top_area dd {
	padding-top: 10px;
	font-size: 14px;
}
#top_contact {
	width: 320px;
	height: 80px;
	padding-top: 120px;
	padding-left: 610px;
	background: url(../img/bg_contact_top.jpg) no-repeat;
}