@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;
}

/* new_products 
------------------------------------------------*/
#new_products h3{
	margin-bottom:70px;
}
#new_products h4{
	clear:left;
	border-bottom:1px #666 solid;
	margin-top:10px;
}
#new_products .items{
	width:680px;
	margin:20px 0 0 0;
	background:url(../new_products/img/bg_680x1.png) repeat-y;
	overflow:hidden;
}
#new_products .item{
	width:200px;
	margin:0 1px 0 0;
	float:left;
	padding:0 13px;
}
#new_products .item.tertiary{
	margin-right:0;
}
#new_products .name_en{
	font-size:9pt;
}
#new_products .name_jp{
	font-size:8pt;
}
#new_products .image_wrapper{
	text-align:center;
	width:200px;
	height:200px;
}
#new_products .name{
	padding:20px 0 0 0;
	margin-bottom:5px;
	font-weight:bold;
	font-size:16px;
}
#new_products .release{
	font-size;9pt;
	margin:5px 0;
}
#new_products .name a{
	color:#79AFAF !important;
}
#new_products .comment{
	padding-bottom:10px;
	font-size:9pt;
}

/*
.new_products_header:hover{
	cursor:pointer;
	color:#000;
}

.new_products_description{
	display:inline;
	padding-left:20px;
	font-size:10px;
}
._new_products_items{
	overflow:hidden;
}
.cate_en{
}
.cate_jp{
	padding-left:30px;
}
.world_wide_series .new_products_description{
	background:url(../new_products/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:30px;
}
#detail .detail_left p{
	text-align:center;
	margin-bottom:30px;
}
#detail .detail_right{
	width:350px;
	float:right;
	margin-top:30px;
}
#detail .shopping_cart{
	margin-bottom:30px;
}
#detail .shopping_cart a{
	float:right;
}
#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;
	font-size:8pt;
	line-height:90%
}
#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:0 6px;
	padding:6px 2px 6px 2px ;
}
#detail table.detail_incense td{
	padding:10px 6px 10px 2px ;
	vertical-align:top;
}
#detail table.detail_incense td.number{
	text-align:right !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 .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;
}

*/




