@charset "UTF-8";


/* list
----------------------------------------------------- */
h2{
	margin: 40px 0 20px;
}

h3{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	line-height: 1.2;
	background: url(../img/common/line01.png) repeat-x bottom;
}

h3 span{
	color: #0390b1;
	display: block;
	font-size: 10px;
	padding-bottom: 10px;
}

.item_box{
	background: #EBF5F7;
	border: 1px solid #bfbfbf;
	padding: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.item_box .img{
	position: relative;
	float: left;
	padding-right: 20px;
}

.item_box .img img{
	background: #fff;
	width: 117px;
	height: 117px;
	padding: 10px;
}

.item_box .img .img_overlay{
	background: url(../img/list/circle01.png) no-repeat;
	position: absolute;
	width: 137px;
	height: 137px;
}


.item_box .detail_txt{
	overflow: hidden;
	position: relative;
}

.item_box .detail_txt .icon{
	position: absolute;
	right: 0;
	top: 5px;
}

.item_box .detail_txt .price{
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	padding: 7px 0 4px 7px;
	/*margin-bottom: 5px;*/
	font-size: 13px;
	width: 560px !important;

	*float: left;
}

.item_box .detail_txt .price dl{
	float: left;
	width: 186px;
}

.item_box .detail_txt .price dt{
	float: left;
	padding-bottom: 2px;
}

.item_box .detail_txt .price dd{
	height: 25px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 4px;

	/* ie7 */
	*display: inline-block;
	*padding-top: 3px;
}

.item_box .detail_txt .price dl dd span.tax{
	font-size: 10px;
	vertical-align: bottom;
}

ul.icon_list{
	overflow: hidden;
	margin-bottom: 5px;
}

ul.icon_list li{
	float: left;
	padding-right: 5px;
}

ul.btn{
	float: right;
}

ul.btn li{
	float: left;
	padding-left: 5px;
}










