@charset "utf-8";
/* CSS Document */
@import url("common.css");
@import url("inside_common.css");

/*----------------------------------------------
body
------------------------------------------------*/
body {
background:none;
}

div#incense_list {
margin:50px 0 0 0;
}

h3 {
margin:0 0 50px 0;
clear:both;
}

/* assortment 
------------------------------------------------*/
h3{
	margin-bottom:70px;
}
h4{
	clear:left;
	border-bottom:1px #666 solid;
	margin-top:10px;
}
.assortment_number{
	background:url(../assortment/img/icon_arrow_right.jpg) no-repeat 5px 6px;
	display:inline;
	padding:0 0 0 13px;
	font-size:10pt;
}
.selected .assortment_number{
	background:url(../assortment/img/icon_arrow_bottom.jpg) no-repeat 5px 6px;
}
.assortment_header:hover{
	cursor:pointer;
	color:#000;
}

.assortment_description{
	display:inline;
	padding-left:20px;
	font-size:0.9em;
}
#detail .assortment_description{
	background:url(../assortment/img/icon_arrow_bottom.jpg) no-repeat 3px 4px;
	display:inline;
	padding-left:20px;
	font-size:0.9em;
}
.assortment_items{
	width:680px;
	margin:20px 0 0 0;
	background:url(../assortment/img/bg_680x1.png) repeat-y;
	overflow:hidden;
}
._assortment_items{
	overflow:hidden;
}
.cate_en{
}
.cate_jp{
	padding-left:30px;
}
.assortment_item{
	width:200px;
	margin:0 1px 0 0;
	float:left;
	padding:0 13px;
}

.assortment_item .product_price{
line-height:0;
}


.assortment_item.tertiary{
	margin-right:0;
}
.name_jp{
	font-size:8pt;
}
.image_wrapper{
	text-align:center;
}
.product_name{
	padding:20px 0 0 0;
	margin-bottom:5px;
	font-weight:bold;
	font-size:16px;
}
.product_name a{
	color:#79AFAF !important;
}
.product_price{
	padding-bottom:10px;
}
.world_wide_series .assortment_description{
	background:url(../assortment/img/icon_arrow_bottom.jpg) no-repeat 3px 4px;
	padding-left:10px;
}
.clearfix{
	clear:both;
}


/* detail_box 
------------------------------------------------*/
#contents{
	position:relative;
}

#detail h4{
	margin:0;
}
#detail .detail_left{
	width:320px;
	float:left;
	margin-top:10px;
}
#detail .detail_left p{
	text-align:center;
	margin-bottom:30px;
}
#detail .detail_right{
	width:350px;
	float:right;
	margin-top:10px;
}
#detail .shopping_cart{
	margin-bottom:30px;
}
#detail .shopping_cart a,
#detail .shopping_cart img{
	display:block;
	width:152px;
	height:23px;
	float:right;
}
#detail .onsale_date{
display:block;
width:74px;
height:23px;
float:right;
background:url(../img/cmn_img/btn_sale_schedule.jpg) no-repeat;
padding-left:78px;
line-height:23px;
}

#detail .close a{
	display:block;
	width:68px;
	height:28px;
	background:url(../incense_details/img/btn_close.jpg) no-repeat;
	text-indent:-9999px;
	float:right;
}
#detail .close a:hover{
	background-image:url(../incense_details/img/btn_close_o.jpg);
}
#detail h5.detail_incense{
	height:9px;
	text-indent:-9999px;
	background:url(../img/cmn_img/incense.jpg) no-repeat;
	border-bottom:1px #DDDDDD solid;
	margin:20px 0 3px;
	padding-bottom:3px;
}
#detail h5.detail_size{
	height:9px;
	text-indent:-9999px;
	background:url(../img/cmn_img/size.jpg) no-repeat;
	margin:20px 0 0;
	border-bottom:1px #DDDDDD solid;
	padding-bottom:3px;
}
#detail h5.detail_contents{
	height:9px;
	text-indent:-9999px;
	background:url(../img/cmn_img/contents.jpg) no-repeat;
	margin:20px 0 0;
	border-bottom:1px #DDDDDD solid;
	padding-bottom:3px;
}
#detail h5.detail_price{
	height:9px;
	text-indent:-9999px;
	background:url(../img/cmn_img/price.jpg) no-repeat;
	margin:20px 0 0;
	border-bottom:1px #DDDDDD solid;
	padding-bottom:3px;
}
#detail table.detail_incense{
	border-collapse:collapse;
	width:350px;
	font-size:8pt;
}
#detail table.detail_incense th{
	background-color:#ECECEC;
	border-left:1px solid #DADADA;
	border-right:1px solid #FFFFFF;
	font-weight:normal;
	font-size:8pt;
	padding:6px 2px 6px 2px ;
}
#detail table.detail_incense th.name{
	width:45%;
}
#detail table.detail_incense th.fragrance{
	width:55%;
}

#detail table.detail_incense td{
	padding:1px 6px 1px 2px ;
	vertical-align:top;
}
#detail table.detail_incense td.number{
	text-align:right !important;
}
#detail table.detail_incense td.color{
	text-align:center !important;
}
#detail .hr_color{
	margin-bottom:3px;
	border:2px solid;
}

#detail_matrix{
    position: relative;
}
#detail_matrix_shadow{
	height:246px;
}
#detail_matrix img{
	position:absolute;
}

#detail_detail{
	margin: 10px 20px 5px 20px;
	font-size: 0.8em;
}

#detail .product_id{
	font-size:10px;
	margin-bottom:5px;
}
#detail .product_name_en{
	color:#79afaf;
	font-size:18px;
	margin-bottom:5px;
	font-weight:bold;
}
#detail .product_name_jp{
	color:#79AFAF;
	font-size:14px;
	margin-bottom:5px;
}





