/*ページ全体の幅、レイアウトをセンタリング*/
/*leftとmainを囲む*/
.wrapper {
 width:900px;
 float:left;
 padding-right:0px;
}

/*　画面左側メニューの幅　*/
.left {
	float: left;
	width:190px;
	margin-right:0px;
}

/*　中央の幅　*/
.main {
	float: right;
	width: 705px;
}

.right {
	float: left;
	width:0px;
	display:none;
}
/*********** コンテンツ **************/
/*　パンくずリスト　*/
.navi {
	margin-bottom:15px;
	padding:10px 0 0 13px;
}
/*　タイトル　*/
.top_product_name {
	font-size:18px;
	color:#FFFFFF;
	padding:10px 0px 10px 13px;
	margin-bottom:10px;
	background: url(https://img12.shop-pro.jp/PA01060/854/etc/detail_tl_bg.jpg) no-repeat left bottom;		
	background-color:#26931E;
	line-height:120%;
}
/*********** btn_box **************/
/*　TOPの写真と価格等　*/
.detail {
	width:640px;
}
.detail_l {
	float:left;
	display:inline;
	width:180px;
	text-align:left;
}
.detail_r {
	float:left;
	display:inline;
	width:460px;
}
.p_box_tp {
	width:460px;
	height:10px;
	vertical-align:bottom;
	line-height:100%;
	background: url(https://img12.shop-pro.jp/PA01060/854/etc/detail_ex_box_tp.jpg) no-repeat left bottom;
}
.p_box_md {
	background: url(https://img12.shop-pro.jp/PA01060/854/etc/detail_ex_box_md.jpg) repeat-y left top;
	padding:10px;
	width:440px;		
}
.p_box_bm {
	width:460px;
	height:10px;
	vertical-align:top;
	line-height:100%;
	background: url(https://img12.shop-pro.jp/PA01060/854/etc/detail_ex_box_bm.jpg) no-repeat left top;
}
.contents_wrap {
	width:600px;
	margin-left:40px;
	text-align:center;
}
table.detail_tbl {
	border-collapse:collapse;
	width:440px;
	text-align:left;
}
table.detail_tbl td.bg1 {
	font-weight:normal;
	height:35px;
	width:71px;/* 86 */
	padding-left:5px;
	text-align:left;
	vertical-align:middle;
}
table.detail_tbl td.bg2 {
	font-weight:normal;
	height:35px;
	text-align:left;
	vertical-align:middle;
	width:144px;
}
table.detail_tbl  .detail_name {
	font-size:18px;
	padding-left:16px;
	padding-bottom:12px;
	line-height:130%;
}
table.detail_tbl td.price span {
	color:#ff9900;
	font-size:18px;
	font-weight:bold;
}
table.detail_tbl  .name_line {
	border-left:5px solid #FFCC00;
	padding-left:12px;	
}
.btn_cart {
	padding-top:20px;
	margin-left:452px;
}
/*　友達に教えるボタン等　*/
#btn_box {
	clear: both;
	margin-left:450px;
	text-align:left;
	line-height:200%;
	width:190px;
}

/*　商品詳細説明　*/
.explain_box {
	margin-left:20px;
	width:600px;
}
.explain_box p {
	clear:both;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	width:600px;
}
br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
	background-color:#00FFFF;
}
.sns{
margin:0 0 5px 0;
}


.tokuteisho{
	color:#ffffff;
	background-color:#26931E;
	height:25px;
	padding-top:5px;
	margin-bottom:10px;
	text-align:left;
}

.tokutesho_box{
	margin:0 0 25px 0;
	text-align:left;
}
.tokutesho_box h3{
	background-color:#eeeeee;
	padding-left:5px;
	margin:0 0 10px 0;
}
.tokutesho_box p{
	margin:0 0 20px 0;
   color: #000;
}

.tokutesho_box table{
	width:100%;
	border:1px #CCCCCC solid;
	border-collapse:collapse;
}
.tokutesho_box table caption{
	color:#06F;
	text-align:left;
}
.tokutesho_box table td{
	padding:5px;
	border:1px #CCCCCC solid;
}

/*最近チェックした*/
.check{
	margin:25px auto;
	width:520px;
	clear:both;
	
	}	
.check h2{
margin:0 0 15px 0;
width:100%;
font-size:15px;
font-weight:bold;

}
.check .inboxcheck {
	margin: 0 auto;
	padding: 0;
	width: 520px;
	
	}	
.check .pic_box {
	margin:0 9px;
	width:86px;
	float:left;
	display:inline;
	text-align:center;
	}
.check .pic_box a{
	font-size:11px;
	}