﻿@charset "UTF-8";
@import url(_common3.css);

/* +++++++++ 全体で使用 +++++++++ */

h2 {/* ページタイトル */
	margin-bottom: 10px;
}
h2 .en {
	display: block;
	font-size: 0.7em;
	padding-bottom: 5px;
}

h3 {/* セクションタイトル */
	clear: left;

	margin: 0 0 10px 0;
	border-bottom: 3px #666 dotted;
	font-weight: normal;
}
.sec_title span {
	font-size: 0.8em;
	font-weight: bold;
}

.annotation {
	clear: left;
	text-align: right;
}

/* +++++++++ レイアウト +++++++++ */
#detail_box {
	padding: 0 10px 15px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
}

#info_box {
	float: right;
	width: 280px;
}
#attention_box, #stock_box, #material_box, #designer_box, #recommend_box {
	padding: 10px;
}

#pickup_box, #pict_box, #order_box {
	clear: left;
	width: 490px;
	
	padding: 10px 10px 10px 0;
}

/* +++++++++ info_box +++++++++ */

#info_box .introduction, #info_box .exposition, #info_box .info {
	padding: 5px 0;
}


/* --------- detail_box --------- */

#detail_box .exposition+h3.sec_title {
	margin-top: 15px;
}


/* --------- spec --------- */

#spec {/* --- */
	margin: 0 0 0 5px;
	font-size: 10px;
}
#spec th, #spec td {
	padding: 3px 0 0;
	text-align: left;
	vertical-align:top;
}
#spec th {
	width: 55px;
	text-align: right;
}
#spec td {
	width: 190px;
	padding: 3px 0 0 8px;
}


/* --------- stock_box --------- */

#stock_box dt {
}
#stock_box dt span {
	color: #09f;
}
#stock_box dd {
	margin-left: 4.5em;
}

/* --------- attention_box --------- */


/* --------- material_box --------- */

#material_box dl {
	padding: 10px;
	margin-left: 5px;
}
#material_box dt {
	color: #04a;
	margin-left: -5px;
}
#material_box dd {
	display: inline;
	padding-right: 4px;
}

/* --------- designer_box --------- */

#designer_name {/* デザイナータイトル */
	margin-top: 10px;
	padding: 0;
	font-size: 14px;
}
#designer_box .en {
	display: block;
	padding-left: 10px;
	font-size: 0.8em;
	font-weight: normal;
}
#designer_box .stamp {
	padding: 0 10px 5px 0;
}

/* --------- recommend_box --------- */

#recommend_box a {
	float: left;
	
	display: inline; /* ie6 use hack */
	width: 120px;
	margin: 15px 8px 0 0;
}
#recommend_box img {
	width: 120px;
	height: 120px;
}
#recommend_box:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#recommend_box {
	*display: inline-block;
}


/* +++++++++ pdct_pic +++++++++ */

#pdct_pic {
	width: 480px;
	
	padding: 0 10px 0 0;
}
#pdct_pic img {
	width: 480px;
	height: 480px;
}

/* --------- pickup_box --------- */

#pickup_box dl {
	margin-right: -14px;
}
#pickup_box dd {
	float: left;
	
	display: inline; /* ie6 use hack */
	width: 143px;
	margin: 7px 0 0 20px;
	_margin: 7px 11px 0 12px;
}
*:first-child+html #pickup_box dd { /* ie7 use hack */
	margin: 7px 11px 0 12px;
}

#pickup_box img {
	width: 140px;
	height: 140px;
}
#pickup_box dd p {
	line-height: 1.4em;
}

#pickup2_box {
	clear: left;
	width: 500px;
	
	margin-top:10px;
	
	margin-bottom: 10px;
}

/* --------- pict_box --------- */

#pict_box a {
	float: left;
	
	display: inline; /* ie6 use hack */
	width: 95px;
	margin: 7px -10px 0 12px;
}
#pict_box img {
	width: 90px;
	height: 90px;
}

/* --------- order_box --------- */

#order_box span {
	font-weight: bold;
}

dt.product_group {
	margin: 5px 0 -1px 10px;
	padding: 7px 5px 7px;
	background-color: #ddd;
}
dt.product_group img {
	margin-right: 3px;
}
.contactas {
	float:right;
}

.pdct_thumb {
	position: absolute;
	top: 5px;
	left: -92px;

	width: 90px;
	height: 90px;
}

#order_box h4 {/* 商品名 */
	padding: 9px 0 0;
	font-size: 14px;
	font-weight: normal;
}
.product {/* --- */
	height: 80px;
	
	margin: 0 0 0 100px;
	padding: 5px 10px 15px 0;
	border-top: 1px solid #ddd;
	
	position: relative;
}
.product .info {
	padding: 5px 0 0;
}
.product .info span {
	color: #09f;
}
#order_box strong {
	padding-left: 1em;
}

#order_box .view_sample {
	position: absolute;
	right: 125px;
	top: 15px;
	color: #09f;
}
.price {
	position: absolute;
	right: 5px;
	top: 20px;
	
	font-size: 1.5em;
}
input.incart_btn, input.notsale_btn {/* カートに入れるボタン　買えないボタン */
	position: absolute;
	right: 3px;
	top: 60px;

	padding: 23px 0 0 100px;
	width:0px;
	height:0px;
	overflow:hidden;

	background-color: #fff;
	background-image: url(./_img/incart.gif);
	border: none;
}
input.notsale_btn {
	background-image: url(./_img/notsale.gif);
}
input.incart_btn:hover {
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.6);
	
	cursor: pointer;
}
.variation {
	position: absolute;
	right: 115px;
	top: 62px;
}
.variation2 {
	position: absolute;
	right: 115px;
	top: 37px;
}
