/* CSS Document */



#wrap_lim{
	width:830px;
	margin:0 auto;
	margin-top:4px;

}

#wrap_lim h1{
	font-size:140%;
	float:none;
	text-align:left;
}

#wrap_lim h2{
	font-size:120%;
	/*padding-bottom:12px;*/
}

#wrap_lim h3{
	font-size:110%;
	color:#333333;
}

#wrap_lim p.totop{
	border-top:1px solid silver;
	border-bottom:0;
/*	border-left:1px solid silver;
	border-right:1px solid silver;*/
}



/*#lim*/
#wrap_lim div#lim{
	width:768px;
	padding:12px 30px 16px 30px;
	text-align:left;
	border-left:1px solid silver;
	border-right:1px solid silver;
}



/*商品詳細エリア-----------------------------------*/

/*各ブロック*/
.lim_block{
	border:1px solid #660000;
	padding:0px;
	display: table;
}

/*左エリア_ブランド名*/
.bland_name{
	display: table-cell;
	width: 160px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	text-align:center;
	background:#FDF1F5;
}


* html .bland_name{/* IE 6 */
display:inline;
zoom:1;
float:left;
}

*:first-child+html .bland_name{/* IE 7 */
display:inline;
zoom:1;
float:left;
}


/*右エリアくくり*/
.lim_box{
	display: table-cell;
	padding-left:20px;
	padding-right:10px;
	border-left:1px solid #660000;
}

* html .lim_box{/* IE 6 */
display:inline;
zoom:1;
float:left;
}

*:first-child+html .lim_box{/* IE 7 */
display:inline;
zoom:1;
float:left;
}



/*商品くくり*/
.item_box{
	padding-top:12px;
	padding-bottom:12px;
}

/*商品詳細テキストエリア*/
.lim_details{
	float:left;
	width:340px;
}

*:first-child+html .lim_details{/* IE 7 */
	width:320px;
}

.lim_box h4{
	font-size:110%;
	color:#930049;
	border-bottom:1px solid #930049;
	padding-bottom:3px;
}



/*パッケージ画像エリア*/
.lim_pkg{
	float:right;
	width:200px;
}





/* カラーバリエーション上書き
----------------------------------------------- */

dl.var{
	clear:both;
	float:none;
	width:265px;
	padding-right:10px;
	margin-bottom:10px;
}

dl.var dt{
	float:left;
	width:40px;
	height:40px;
	padding-right:4px;
	min-height:60px;
	_height:60px;
}

dl.var dd{
	font-size:80%;
	margin-left:44px;
}

dl.var dd strong a{
	font-size:120%;
	color:#9F0F0F;
}

dl.var dd.icon{
	padding-bottom:0px;
	margin-bottom:0px;
	height:15px;
}































