@charset "utf-8";


/*  商品詳細ページ  */

.box_ma2 .pd_l {
	width:305px;
	height:auto;
	min-height:600px;
	text-align:left;
	float:left;
	margin-right:15px;
}

.pd_l img {
	border:solid 1px #cacaca;
	margin-bottom:20px;
}

.box_ma2 .pd_r {
	width:395px;
	height:auto;
	min-height:600px;
	text-align:left;
	/*margin-left:15px;*/
	float:left;
}


#pd_name {
	font-size:1.0em;
	line-height:1.5em;
	color:#333333;
	margin-top:15px;
	margin-bottom:30px;
}

dl {    /*  定義リスト  */
	font-size:0.8em;
	line-height:1.5em;
	margin-top:30px;
	padding-bottom:30px;
}

#bb_1 {
	border-bottom:dotted 1px #cacaca;
}

dt {
	float:left;
}

dd {
	margin-left:5em;
	margin-bottom:1em;
}

#pd_dt2 {
	font-weight:bold;
	color:#663333;
}

#pd_dd2 {
	border-left:dotted 1px #663333;
	padding-left:1.5em;
	margin-left:5.5em;
}

.cart_in {
	margin-left:5em;
	margin-bottom:20px;
}



