@charset "utf-8";
/* CSS Document */

/*reset*/

#center2 p{
	padding: 0;
}


/*clearfix*/

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/*レイアウト*/

.left_box{
	float: left;
	clear: both;
}

.right_box{
	float: right;
}

/*#center2 p{
	padding: 0;
}*/

ol li{
	font-size: 10px;
}

.decoboco{
	width: 750px;
	margin-left: 60px;
	line-height: 1.6;
}

.decoboco p.top{
	font-size: 15px;
	text-align: center;
	margin: 15px 0;
}

p.product_up{
	width: 644px;
	margin: 25px auto;
}
.decoboco .product_area{
	overflow: hidden;
	width: 690px;
	margin: 0 auto;
}
.product{
	width: 336px;
	border: #b6b6b5 dotted 1px;
	background: #f9f9f7;
	margin-bottom: 15px;
}

.product p.img{
	width: 315px;
	border: #b6b6b5 dotted 1px;
	margin: 6px auto;
}

.product p.title,.product p.size{
	font-size: 12px;
	font-weight: bold;
	margin-left: 7px;
}

.product p.title{
	color: #0049aa;
}

.product p.price{
	font-size: 20px;
	font-weight: bold;
	color: #f91300;
	margin-left: 7px;
}

.product p.price span{
	font-weight: normal;
	color: #333;
}

.product p.dra{
	width: 319px;
	border: #b6b6b5 dotted 1px;
	margin: 6px auto;
}

ul.btn{
	margin: 0 0 10px 7px;
}

ul.btn li{
	float: left;
}

ul.btn li:last-child{
	margin-left: 5px;
}

/*price*/

.price_list{
	font-size: 10px;
}

.price_list .box{
	width: 822px;
	margin: 0 auto;
}

.price_list h1{
	font-size: 13px;
	color: #cc0000;
}

.price_list h2{
	font-size: 13px;
	text-align: center;
}

.price_list table{
	text-align: center;
	border-collapse: collapse;
  border-spacing: 0;
}

.price_list th,.price_list td{
	border: #333 solid 1px;
}

.price_list th{
	background: #eee;
	padding: 10px 5px;
}

.price_list td{
	padding: 3px 5px;
}

.price_list .special_price td{
	font-size: 13px;
	color: #FF4540;
	padding: 3px 5px;
}

.price_list .special_price td.ttl{
	font-size: 10px;
	color: #333;
}

.price_list p.right{
	font-size: 12px;
	text-align: right;
}