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

/* original_print
------------------------------------------------*/
h3{
	margin-bottom:70px;
}
p#subtitle{
	margin-bottom:20px;
}
p#exp{
	margin-bottom:45px;
}
p.set_name{
	border-bottom:1px solid #666666;
	font-weight:bold;
	padding-bottom:3px;
	margin-bottom:3px;
	clear:left;
}
p.set_description{
	background:url(../assortment/img/icon_arrow_bottom.jpg) no-repeat 4px 7px;
	padding-left:14px;
	font-size:10px;
	margin-bottom:10px;
}

dl.set_incense{
	line-height:130%;
}
dl.set_incense dt{
	width:30px;
	float:left;
	clear:both;
}
dl.set_incense dd{
	margin-left:30px;
}
dl.set_incense .sum{
	padding-top: 3px;
	border-top: 1px dotted;
}


.set_color{
	width:340px;
	float:left;
	font-size:10px;
}
.set_left{
	width:150px;
	float:left;
}
.set_right{
	width:150px;
	padding:0 20px;
	float:right;
}
.set_color h4{
	margin:0 10px 0 0;
	font-size:12px;
	font-weight:bold;
	color:#339999;
}
.set_color h5{
	border-bottom:1px solid #666666;
	margin:10px 0 3px 0;
	padding:0 0 3px 0;
}
.set_color select{
	margin:25px 0 0 0;
	padding:2px;
}
.set_color input{
	margin:10px 0 30px 0;
}
.set_size{
	margin-left:10px;
}
.img_wrapper{
	margin:0 0 10px 0;
}


.color_id{
	font-size:10px;
}
.color_name_en{
	color:#79AFAF;
	font-size:18px;
	margin-bottom:5px;
}
.color_name_jp{
	color:#79AFAF;
	font-size:10px;
	margin-bottom:5px;
}

