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

/* 商品スペック
+++++++++++++++++++++++++++++++++ */

.spec-box{
	width:450px;
}

img.spec-img {
	width:430px;
	}

table.spec {
	font-size: 12px;
	color:#737373;
	line-height: 1.4em;
	width: 430px;
	border: 10px solid #EAEAEA;
	background-color:#FFFFFF;
}

table.spec td {
	padding: 10px;
	border: none;
	font-weight: normal;
}

table.spec td.title {
	background:#3C5182;
	color:#fff;
	font-weight:bold;
}

p.item-name-b{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color:#D40000;
	}


/* テーブル幅
+++++++++++++++++++++++++++++++++ */

td.inventory_choice_name {
    padding:5px 5px;
    margin:5px 0px;
	background-color:#E7E7E7;
}



/* 商品ページ パンくず
+++++++++++++++++++++++++++++++++ */

td.sdtext a {
    color: #666; /*テキストの色*/
    text-decoration: none;
    display: inline-block;
    margin: 0 8px;
}
td.sdtext:before {
    content:"・";
    margin-right: 8px;
}


/* 商品ページ 商品名
+++++++++++++++++++++++++++++++++ */
.item_name{
width:450px;
line-height:120%;/*行間を空ける指定*/
letter-spacing:1.5px;/*文字間を空ける指定*/
border-left: solid 5px #A0A0A4;/*商品名の左側に赤い線を引く*/
border-bottom: dotted 1px #999;/*商品名の下にグレーの点線*/
padding: 4px 0px 4px 5px;/*余白の調整*/
margin:0;
display: block;/*これを入れると＜ｂｒ＞を入れなくてもキャッチコピーが改行される*/
}



/* カテゴリーページ
+++++++++++++++++++++++++++++++++ */

span.category_itemtaxpostage {font-size:10px;} /* 送料・税込の非表示 */
span.category_itemprice {color:#bf0000;font-size:24px;font-weight:bold; display:block;} /* 価格 */
table{z-index:0;} 
span.category_itemprice:before{content:"価格 ";font-size:10px;}

 
/* カテゴリーページ パンくずリスト
----------------------*/
td.breadcrumbs_list{
	padding:16px 10px;
	background:#eee;
	display:block;
	width:710px;
	border-bottom:2px solid #aaa;
}
/* カテゴリリスト
----------------------*/
table table table table td[width="1%"] span.subcategory_list{
	display:none;
}
table table table table td[width="33%"] a.subcategory_list{
	color: #333333!important;
	font-size:12px!important;
	text-decoration:none;
	border:1px solid #ccc;
	padding:8px 0;
	border-radius:8px;
	width:90%;
	display:block;
	transition: all 0.2s ease 0s;
	margin:0 0 10px;
	text-align:center;
	position:relative;
	background:#FFF;
}
table table table table td[width="33%"] a.subcategory_list:after{
	content:">";
	font-size:12px;
	margin:-6px 0 0;
	display:block;
	position:absolute;
	right:5px;
	top:50%;
}
table table table table td[width="33%"] a.subcategory_list:hover{
	background:#555;
	color:#FFF!important;
	border-color:#555;
}



#sample {
 padding:10px;
 margin-bottom:10px;
 width:1000px;
}
#sample .text {
 width:920px;
 height:30px;
 border:5px solid #CCC;
 text-indent:10px;
}
#sample .btn {
 height:40px;
 border:5px solid #CCC;
 width:60px;
}
