@CHARSET "UTF-8";


form .class1-message{
	color: #f00;
	display: block;
}

#detailarea{
	
}
.main_column #detailarea #detailrightbloc{
	float: none;
	width: auto;
}

.main_column #detailarea #detailrightbloc h1,
.main_column #detailarea #detailrightbloc h1 span{
	vertical-align: middle;
}
.main_column #detailarea #detailrightbloc h1 .icon{
	margin-left: 1em;
}

.main_column #detailarea #detailphotobloc{
	float: left;
	width: 270px;
	padding: 0 0 1em 0;
	background-color: #ffffff;
	display: block;;
}
.main_column #detailarea #detailphotobloc img{
	border: solid 5px #e1e9c4;
	display: dlock;
}

.main_column #detailarea .item-info{
	float: right;
	width: 446px;
}

.main_column #detailarea .item-info .sale_price{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}

#detailrightbloc .cart_area{
	position: relative;
	min-height: 60px;
}
#detailrightbloc .cart_area ul {
    margin-bottom: 10px;
    width: 100%;
}
#detailrightbloc .cart_area ul li {
    vertical-align: top;
    float: left;
}

#detailrightbloc .cart_area .quantity input,
#detailrightbloc .cart_area .price-area input{
	text-align: center;
}

#detailrightbloc .cart_area .quantity .title,
#detailrightbloc .cart_area .price-area .title,
#detailrightbloc .cart_area div.classlist .title{
	background-color: #ffb958;
	color: #fff;
	line-height: 2em;
	padding: 0 .5em;
	display: inline-block;
	margin-right: .5em;
	white-space: nowrap;
	min-width: 80px;
}

/*
#detailrightbloc .cart_area .cartin{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
*/

#detailrightbloc .cart_area_bottom{
	float: right;
	width: 446px;
	padding: 0;
}
#detailrightbloc .cart_area_bottom form{
	padding: 10px;
}
#detailrightbloc .relative_cat{
	float: left;
	width: 270px;;
	background-color: #e9f2c4;
	margin: 0;
	padding: 0;
}
#detailrightbloc .relative_cat dt{
	background-color: #aac932;
	padding: 0;
	line-height: 2.6em;
	color: #fff;
	padding: 0 1em;
}
#detailrightbloc .relative_cat dd{
	line-height: 2.6em;
	padding: 0 1em;
}


.icon-new{
	display: inline-block;
	background-color: #ffb958;
	color: #fff;
	line-height: 2em;
	padding: 0 1em;
	text-align: center;
	font-size: 12px;
}


/* お気に入りに登録
----------------------------------------------- */
#detailrightbloc .favorite_btn{
	text-align: right;
	margin: 2em 0;
}


/* その他のオススメ商品
----------------------------------------------- */
div#whobought_area{
	padding: 0;
	margin: 2em 0;
}
#whobought_area h2{
	position: relative;
	top: 1em;
	background-color: #ffb958;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	margin: 0;
	padding: 0 .5em;
	border: 0;
	display: inline-block;
}
#whobought_area h2:after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	margin: 0 0 0 0;
	border-top-width: 1em;
	border-top-style: solid;
	border-left: .7em solid transparent;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	right: -.7em;
	border-top-color: #e59526;
}
#whobought_area .wrap{
	background-color: #ffefda;
	padding: 2.5em 30px 1.5em 30px;
}
#whobought_area .product_item{
	padding: 1em 0;
	width: 336px;
}
#whobought_area .product_item:nth-child(odd){
	float: left;
}
#whobought_area .product_item:nth-child(even){
	float: right;
}

#whobought_area .product_item .productImage{
	width: 70px;
}
#whobought_area .product_item .productImage img{
	margin: 0;
}
#whobought_area .product_item .productContents{
	width: 260px;
}









