@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------------
1) DETAIL
---------------------------------------------------------------------------------------------------------- */
#detail_left_conts{
	width:260px;
	float:left;
	margin:10px 10px 0 10px;
	display:inline;
}
#detail_main_conts{
	width:580px;
	float:right;
	margin:10px 10px 0 0;
	display:inline;
}
/* ----------------------------------------------------------------------------------------------------------
2) DETAIL_MAIN_TOP
---------------------------------------------------------------------------------------------------------- */
#detail_main_top{
	width:855px;
	margin:10px;
	display:inline-table;
}
#detail_main_top h2{
	width:840px;
	height:28px;
	background:url(../images/bg_detail_name.jpg) repeat-x 0 0;
	margin-top:5px;
	padding:2px 0 0 15px;
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:bold;
}
/* ----------------------------------------------------------------------------------------------------------
3) DETAIL_LEFT_CONTENTS
---------------------------------------------------------------------------------------------------------- */
/*------ left_conts ------*/
#detail_left_conts h3{
	background:url(../images/bg_detail_subtitle.jpg) repeat-x 0 0;
	padding:2px 0 0 10px;
	font-size:1.1em;
	font-weight:bold;
	color:#333333;
	width:248px;
	border:#CCCCCC 1px solid;
}
/*------ .detail_left_photo ------*/
.detail_left_photo{
	width:260px;
	background-color:#EFEFEF;
}
.detail_mainphoto{
	width:260px;
}
.detail_mainphoto img{
	margin:10px;
}
.detail_thumb{
	margin:5px 0px 5px 5px;
	width:255px;
	}
.detail_thumb img{
	margin-right:5px;
	float:left;
}
/*------ detail_price ------*/
.detail_price{
	width:260px;
	margin:10px 0 0 0;
}
#detail_left_conts .detail_price h3{
	padding:3px 0 0 10px;
	width:250px;
	background:#EFEFEF;
	border:#CCCCCC 1px solid;
	color:#FF0000;
	font-weight:bold;
	font-size:1.7em;
	line-height:110%;
}
.detail_price p{
	font-size:0.8em;
	margin:3px 0;
	line-height:130%;
}
.detail_price p{
	/font-size:0.75em;
}
/*------ detail_note ------*/
.detail_note{
	width:260px;
	margin:10px 0 0 0;
}
.detail_note_text{
	width:248px;
	padding:5px;
	background:url(../images/bg_detail_contents.jpg) repeat-x top;
	border-bottom:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
}
/*------ detail_contactus ------*/
.detail_contactus{
	width:260px;
	margin:10px 0 0 0;
}
.detail_contactus_text{
	width:248px;
	padding:5px;
	background:url(../images/bg_detail_contents.jpg) repeat-x top;
	border-bottom:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
}
.detail_contactus_text dl dt{
	background:url(../images/bg_contact.jpg) no-repeat 0 0;
	padding-top:2px;
	width:100px;
	height:18px;
	text-align:center;
}
.detail_contactus_text dl dd{
	margin-bottom:10px;
}
.detail_contactus_text p{
	text-align:right;
}
/* ----------------------------------------------------------------------------------------------------------
4) DETAIL_RIGHT_CONTENTS
---------------------------------------------------------------------------------------------------------- */
/*------ detail_main ------*/
#detail_main_conts h3{
	background:url(../images/bg_detail_subtitle.jpg) repeat-x 0 0;
	padding:2px 0 0 10px;
	font-weight:bold;
	color:#333333;
	width:568px;
	height:21px;
	border:#CCCCCC 1px solid;
}
/*------ detail_spec ------*/
.detail_spec{
	width:580px;
	margin-bottom:10px;
}
.spec_text{
	margin-left:5px;
}
.detail_spec_left{
	width:285px;
	padding:0;
	margin:5px auto 15px 0px;
	display:inline;
	float:left;
}
.detail_spec_right{
	width:285px;
	padding:0;
	margin:6px 0 15px 285px;
}
.detail_spec_left th,.detail_spec_right th{
	width:120px;
	border-bottom:#999999 1px solid;
	padding:2px 0;
}
.detail_spec_left td,.detail_spec_right td{
	width:160px;
	border-bottom:#999999 1px solid;
	line-height:120%;
	vertical-align:top;
	padding:5px 0 2px 0;
}
/*------ detail_gisou ------*/
.detail_gisou{
	width:580px;
	margin-bottom:10px;
}
.detail_gisou_text{
	width:568px;
	margin:0;
	padding:5px;
	background:url(../images/bg_detail_contents.jpg) repeat-x 0 0;
	border-bottom:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
}
.detail_condition{
	width:580px;
	margin-bottom:10px;
}

.detail_condition_text{
	width:568px;
	padding:5px;
	background:url(../images/bg_detail_contents.jpg) repeat-x 0 0;
	border-bottom:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
}
.detail_photo{
	width:580px;
	margin-bottom:10px;
}
.detail_photo_text{
	width:578px;
	background:url(../images/bg_detail_contents.jpg) repeat-x 0 0;
	border-bottom:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
}
.detail_photo_wrap{
    background:#EFEFEF;
	padding:5px;
	margin:6px;
	float:left;
	display:inline;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

