@charset "shift_jis";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
@import "../common/0-import.css";

#conts h2 {
	margin-bottom: 15px;
}

#conts h3 {
	margin-top: 30px;
}

#conts p.mt20 {
	margin-top: 20px;
}

#conts .box {
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	padding-right: 15px;
}

#conts .box img {
	margin: 13px 15px 0 0;
}

#conts .box img.mt8 {
	margin-top: 8px;
}

#conts .box .btn {
	margin: 10px 0 0;
}

#conts .box .btn li {
	float: left;
}

#conts .box a.detail {
	margin-left: 5px;
	margin-right: 0px;
	display: block;
	width: 175px;
	height: 35px;
	background: url(../../img/productlist/detail_over.jpg) no-repeat;
}

#conts .box a.detail img {
	margin: 0;
}

#conts .box a.detail:hover {
	background-color: #fff;
}

#conts .box a.detail:hover img {
	visibility: hidden;
}

#conts .box p {
	margin-top: 10px;
}

#conts .box p.icon {
	background: url(../../img/product/index/icon.gif) no-repeat left 4px;
	margin-top: 0;
	padding-left: 15px;
	height: 20px;
	overflow: hidden;
}

#conts .box p.icon a {
	padding-left: 3px;
}

#conts .btn_lead {
	text-align:center;
	padding-bottom:30px;
}

#conts .btn_lead img{
	display:inherit;
}