@charset "euc-jp";

/*====================================================
制作：2009.05.22　Ver1.0
修正：
　00：要素
=====================================================*/


/*----------------------------------------------------
　00：ページ
-----------------------------------------------------*/

.Box {
	display: block;
}

/*.Title {
	margin-bottom:20px;
}*/


#Products{
	margin:0px;
	padding:0px;
	text-align:cente;
	display:block;
}


/*商品名*/

#Products h1{
	width:auto;
	margin:15px 0px;
	height:20px;
	vertical-align:middle;
	padding:5px 12px;
	color:#ffffff;
	background: #313131;
}


/*----------------------------------------------------
　01：商品詳細
-----------------------------------------------------*/

/*商品メイン画像*/
#mainItemArea{
	width:910px;
	padding:0px;
	margin:0px;
}
#mainItemPhotoArea{
	float:left;
	width:355px;
	margin:0px auto;
	}
	
#mainItemPhotoArea img{
	width:350px;
	margin:0px;
	padding:0px;
	border:solid #CCCCCC 1px;
	}
	
/*拡大ボタン*/	
a.zoom {
	display:block;
	width: 57px;
	height: 25px;
	margin: 3px 0;
	text-indent: -9999px;
	background: url('./../img/img1/d-btn-001.gif') #333 no-repeat;	
}

a.zoom:hover {
	background: url('./../img/img1/d-btn-001_ov.gif') no-repeat;	
}

/*商品説明*/
div#mainItemTextArea{
	display:block;
	float:right;
	width:520px;
	margin:0px auto;
	}

#mainItemTextArea h3{
	margin:0px;
	margin-top:3px;
	margin-bottom:10px;
	line-height:16px;
	font-size:14px;
	}
	
#mainItemTextArea p{
	line-height:1.4em;
	text-indent:12px;
	}
	
	
/*カートエリア*/	
#cartArea{
	background: #f7f7f7;
	}
	
div.cartArea{
	margin:10px auto;
	background:#f7f7f7;
	padding:5px;
	}
	
.cartArea:after{
	content: "";
	display:block;
	clear: both;
	height:1px;
	overflow: hidden;
	}
	
/*\*/
*html .cartArea{
	height:1em;
	overflow:visible;
	}
	
/**/
	
#mainItemTextArea hr{
	clear:both;
	}
	
div#itemSpec{
	width:280px;
	}

div.cartArea dl{
	width:280px;
	display:block;
	margin:5px 0px;
	border-bottom:dashed 1px #CCCCCC;
}


div.cartArea dt{
	width:120px;
	display:block;
	float:left;
	vartical-align:middle;
	line-height:1.7em;
	margin:0px;
	margin-bottom:6px;
	margin-left:10px;
	padding-right:5px;
	text-align:right;
	font-weight:900;
}

div.cartArea dd{
	display:block;
	margin:0px;
	margin-bottom:6px;
	vartical-align:middle;
	line-height:1.7em;
}

div.cartArea hr{
	display:none;
	clear:both;
	}
	
/*カートボタン*/
#mainItemTextArea div#cartBtnArea{
	width:500px;
	text-align:right;
	margin-top:-50px;
	}

#mainItemTextArea input.buyBtn{
	width:193px;
	height:43px;
	margin:0;
	border:none;
	text-indent:-9999px;
	background:url('./../img/img1/d-btn-buy.gif') no-repeat;
	}
	
#mainItemTextArea input.buyBtnOn{
	width:193px;
	height:43px;
	margin:0;
	border:none;
	text-indent:-9999px;
	background:url('./../img/img1/d-btn-buy_ov.gif') no-repeat;
	}


/*製品情報*/
dl#spec{
	width:350px;
	margin:15px auto;
	}

#spec dt{
	border:solid #CCCCCC 1px;
	background-color:#eeeff1;
	padding:3px 10px;
	color:#666666;
	line-height:1.2em;
	}

#spec dd{
	line-height:1.2em;
	border-bottom:solid #CCCCCC 1px;
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
	padding:3px 10px;
	}
	
	
/*商品紹介*/
#intro{
	margin:0px;
	padding:0px;
	text-align:cente;
}

#intro p{
	text-align:left;
	/*text-indent:20px;*/
	margin:15px auto;
	}

#intro h2{
	width:auto;
	margin:10px 0px;
	height:18px;
	vertical-align:middle;
	padding:2px 10px 4px;
	border: none;
	border-left: solid 10px #CCC;
	border-bottom: solid 1px #CCC;
	font:bold 16px large;
	color:#999;

}

#intro .column{
	margin:0px auto;
	padding:0px;
}

#intro .column p{
	margin:5px 0px;
	padding:0px;
	text-indent:0px;
	line-height:1.6em;
}


div .col{
	margin:10px 15px 10px 5px;
	padding:0px;
	width:280px;
	float:left;
}

.col div.colImgs{
	margin:0px 3px 3px 0px;
	float:left;
}

.col p.colText{
	float:right;
	margin:0px;
	padding:0px;
	}

/*商品詳細画像 枠*/
img .ItemBorder{
	border:solid 1px #CCCCCC;
	}



.tenten{
	width:auto;
	height:5px;
	background:url('./../img/img1/border_ten.gif') top left repeat-x;
	border:none;
	margin:20px;
	text-indent:-9999px;
}



.clear{
	clear:both;
}

/* clearfix　IE/FF対応*/
.clearfix:after { content: url(./../img/img1/clearfix.gif); display: block; clear: both; height: 0; } .clearfix { display: inline-block; } .clearfix { display: block; }

/* Mac版IEを除外 \*/ .clearfix { display: block; } /* */

#Rec{
	margin:0;
	padding:0;
	}

#Rec h2{
	width:auto;
	margin:10px 0px;
	height:18px;
	vertical-align:middle;
	padding:2px 10px 4px;
	border: none;
	border-left: solid 10px #CCC;
	border-bottom: solid 1px #CCC;
	font:bold 16px large;
	color:#999;

}

/*おすすめ商品*/

ul#ListBox {
	display: block;
	margin:  5px auto;
	padding-top: 18px;
	padding-left:13px;
	width: 913px;
	border-bottom:dashed #CCCCCC 1px;
}

ul#ListBox  li {
	float: left;
	width: 159px;
	padding: 0 5px 30px 5px;
}

ul#ListBox li.right {
	padding: 0 0 50px 0;
}

ul#ListBox  li dl {
	width: 160px;
	border: 1px solid #bfbfbf;
	background-color: #f9f9f9;
}

ul#ListBox li dl dt {
	width: 150px;
	padding: 6px 5px 0 5px;
}

ul#ListBox li dl dt img {
	width: 150px;
	height: 150px;
	border: 1px solid #bcbcbc;
}

ul#ListBox li dl dt p.title {
	line-height: 1.1em;
	font-weight: bold;
	margin:3px 0;
}

ul#ListBox li dl dd {
	width: 145px;
	padding: 6px 5px 0 5px;
}

ul#ListBox li dl dd p.price {
	font-size: 12px;
	font-weight: bold;
	margin:2px auto;
	padding-bottom:3px;
}

ul#ListBox li dl dd p.price span {
	padding-left: 12px;
	font-weight: normal;
}


/*ご購入方法*/
dl#howto{
	clear:both;
	width:800px;
	margin:20px auto;
	}

#howto dt{
	border:solid #CCCCCC 1px;
	background-color:#eeeff1;
	padding:3px 10px;
	color:#666666;
	line-height:1.2em;
	}

#howto dd{
	line-height:1.2em;
	border-bottom:solid #CCCCCC 1px;
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
	padding:3px 10px;
	}
	
/*ご購入方法　詳細*/
#howto ul{
	margin:0px 10px;
	padding:3px;
	background-color:#FFFFFF;
	}

#howto li{
	float:left;
	margin:5px 50px 5px 0px;
	}

