@charset "UTF-8";
/*---------------------------------------------------------------
set.css
-----------------------------------------------------------------
table of contents

	1. Common
	2. Preview
-----------------------------------------------------------------
font-size table

	10px :   77%		16px : 123.1%
	11px :   85%		17px :    131%
	12px :   93%		18px : 138.5%
	13px : 100%		19px : 146.5%
	14px : 108%		20px : 153.9%
	15px : 116%		21px : 161.6%
---------------------------------------------------------------*/

/*==============================================================
	1.	 Common
===============================================================*/

#header{
	background:none;
	z-index:10;
}
/*#header h1{
	position:relative;
}*/
#header *{
	z-index:100;
}
#contents{
	overflow:visible;
	margin-top:0;
	padding-bottom:10px;
}

/*==============================================================
	2.	 Preview
===============================================================*/

#preview{
	z-index:5;
	position:relative;
}
#preview h2{
	z-index:60;
	position:absolute;
	top:0px;
	left:0px;
}
#kotori101-image{
	z-index:50;
	position:absolute;
	top:-69px;
	left:22px;
}
#kotori201-image{
	z-index:50;
	position:absolute;
	top:-40px;
	left:-30px;
}
#main-area{
	height:450px;
}

#main-area.kotori201{
	height:504px;
}
#main-area .summary{
	z-index:60;
	position:absolute;
	width:180px;
	top:125px;
	right:-15px;
}
#main-area .summary.nocomment{
	top:125px;
}
#main-area .order{
	width:150px;
	margin-left:15px;
}
#main-area .order dt{
	height:7px;
	line-height:0;
}
#main-area .order dt img{
	vertical-align:top;
}
#main-area .order dd{
	margin-bottom:10px;
	padding-top:4px;
	padding-bottom:4px;
	background:url(/images/set/dd_dott.gif) bottom left no-repeat;
	text-align:center;
	font-size:138.5%;
	font-weight:bold;
	color:#000;
}
#main-area.kotori201 .order dd.price{
	padding-top:0;
}
#main-area .order dd.price{
	padding-top:4px;
	padding-bottom:5px;
	text-align:right;
	vertical-align:-15px;
}
#main-area .order img.yen{
	margin-right:11px;
}
#main-area .order img.tax{
	margin-left:11px;
}
#main-area .buttons{
	margin-top:-10px;
	padding: 20px 0 0 15px;
	background:url(/images/set/bg_buttons.jpg) top left no-repeat;
}
#main-area .buttons p{
	margin-bottom:15px;
	line-height:0;
}
#main-area .balloon{
	position:relative;
	top:-10px;
	left:-100px;
	width:320px;
	background:url(/images/set/bg_balloon_bottom.png) bottom left no-repeat;
}
#main-area .balloon dt{
	height:23px;
	padding-top:27px;
	padding-left:19px;
	background:url(/images/set/bg_balloon_top.png) top left no-repeat;
	font-weight:bold;
	font-size:93%;
}
#main-area .balloon dd{
	padding-left:19px;
	padding-right:16px;
	padding-bottom:14px;
}
#main-area .balloon dd p{
	font-size:77%;
	line-height:1.4;
	color:#4c4c4c;
}
#kotori101-data,
#kotori201-data{
	position:relative;
	z-index:60;
	top:-29px;
	width:930px;
	padding-bottom:2px;
	background:url(/images/set/bg_data_bottom.png) bottom left no-repeat;
}
#tabs{
	overflow:hidden;
	margin-left:0;
}
#tabs li{
	float:left;
	list-style-type:none;
	background:#fff;
}
#tabs li a{
	display:block;
	overflow:hidden;
	height:30px;
	text-indent:-9999px;
	outline:none;
}
#tabs #detail-tab a{
	width:199px;
}
#tabs #detail-tab a:link,
#tabs #detail-tab a:visited{
	background:url(/images/set/button_detail.jpg) top left no-repeat;
}
#tabs #detail-tab a:hover,
#tabs #detail-tab a:active{
	background:url(/images/set/button_detail.jpg) bottom left no-repeat;
}
#tabs #detail-tab a.right:link,
#tabs #detail-tab a.right:visited{
	background:url(/images/set/button_detail_right.jpg) top left no-repeat;
}
#tabs #detail-tab a.right:hover,
#tabs #detail-tab a.right:active{
	background:url(/images/set/button_detail_right.jpg) bottom left no-repeat;
}
#tabs #detail-tab a.selected:link,
#tabs #detail-tab a.selected:visited,
#tabs #detail-tab a.selected:hover,
#tabs #detail-tab a.selected:active{
	background:url(/images/set/button_detail_selected.jpg) top left no-repeat;
	cursor:default;
}
#tabs #feature-tab a{
	width:198px;
}
#tabs #feature-tab a:link,
#tabs #feature-tab a:visited{
	background:url(/images/set/button_feature.jpg) top left no-repeat;
}
#tabs #feature-tab a:hover,
#tabs #feature-tab a:active{
	background:url(/images/set/button_feature.jpg) bottom left no-repeat;
}
#tabs #feature-tab a.left:link,
#tabs #feature-tab a.left:visited{
	background:url(/images/set/button_feature_left.jpg) top left no-repeat;
}
#tabs #feature-tab a.left:hover,
#tabs #feature-tab a.left:active{
	background:url(/images/set/button_feature_left.jpg) bottom left no-repeat;
}
#tabs #feature-tab a.right:link,
#tabs #feature-tab a.right:visited{
	background:url(/images/set/button_feature_right.jpg) top left no-repeat;
}
#tabs #feature-tab a.right:hover,
#tabs #feature-tab a.right:active{
	background:url(/images/set/button_feature_right.jpg) bottom left no-repeat;
}
#tabs #feature-tab a.selected:link,
#tabs #feature-tab a.selected:visited,
#tabs #feature-tab a.selected:hover,
#tabs #feature-tab a.selected:active{
	background:url(/images/set/button_feature_selected.jpg) top left no-repeat;
	cursor:default;
}
#tabs #spec-tab a{
	width:198px;
}
#tabs #spec-tab a:link,
#tabs #spec-tab a:visited{
	background:url(/images/set/button_spec.jpg) top left no-repeat;
}
#tabs #spec-tab a:hover,
#tabs #spec-tab a:active{
	background:url(/images/set/button_spec.jpg) bottom left no-repeat;
}
#tabs #spec-tab a.left:link,
#tabs #spec-tab a.left:visited{
	background:url(/images/set/button_spec_left.jpg) top left no-repeat;
}
#tabs #spec-tab a.left:hover,
#tabs #spec-tab a.left:active{
	background:url(/images/set/button_spec_left.jpg) bottom left no-repeat;
}
#tabs #spec-tab a.right:link,
#tabs #spec-tab a.right:visited{
	background:url(/images/set/button_spec_right.jpg) top left no-repeat;
}
#tabs #spec-tab a.right:hover,
#tabs #spec-tab a.right:active{
	background:url(/images/set/button_spec_right.jpg) bottom left no-repeat;
}
#tabs #spec-tab a.selected:link,
#tabs #spec-tab a.selected:visited,
#tabs #spec-tab a.selected:hover,
#tabs #spec-tab a.selected:active{
	background:url(/images/set/button_spec_selected.jpg) top left no-repeat;
	cursor:default;
}
#tabs #combox-tab a{
	width:275px;
}
#tabs #combox-tab a:link,
#tabs #combox-tab a:visited{
	background:url(/images/set/button_combox.jpg) top left no-repeat;
}
#tabs #combox-tab a:hover,
#tabs #combox-tab a:active{
	background:url(/images/set/button_combox.jpg) bottom left no-repeat;
}
#tabs #combox-tab a.left:link,
#tabs #combox-tab a.left:visited{
	background:url(/images/set/button_combox_left.jpg) top left no-repeat;
}
#tabs #combox-tab a.left:hover,
#tabs #combox-tab a.left:active{
	background:url(/images/set/button_combox_left.jpg) bottom left no-repeat;
}
#tabs #combox-tab a.selected:link,
#tabs #combox-tab a.selected:visited,
#tabs #combox-tab a.selected:hover,
#tabs #combox-tab a.selected:active{
	background:url(/images/set/button_combox_selected.jpg) top left no-repeat;
	cursor:default;
}
#tabs #photo-tab a{
	width:199px;
}
#tabs #photo-tab a:link,
#tabs #photo-tab a:visited{
	background:url(/images/set/button_photo.jpg) top left no-repeat;
}
#tabs #photo-tab a:hover,
#tabs #photo-tab a:active{
	background:url(/images/set/button_photo.jpg) bottom left no-repeat;
}
#tabs #photo-tab a.left:link,
#tabs #photo-tab a.left:visited{
	background:url(/images/set/button_photo_left.jpg) top left no-repeat;
}
#tabs #photo-tab a.left:hover,
#tabs #photo-tab a.left:active{
	background:url(/images/set/button_photo_left.jpg) bottom left no-repeat;
}
#tabs #photo-tab a.selected:link,
#tabs #photo-tab a.selected:visited,
#tabs #photo-tab a.selected:hover,
#tabs #photo-tab a.selected:active{
	background:url(/images/set/button_photo_selected.jpg) top left no-repeat;
	cursor:default;
}
#toggle-area{
	position:relative;
	width:100%;
	background:url(/images/set/bg_data.png) top left repeat-y;
}
#detail{
	overflow:hidden;
	width:886px;
	padding:15px 22px 13px;
	background:url(/images/set/bg_data_detail.png) top left no-repeat;
}
#kotori101-data #spec{
	overflow:hidden;
	width:888px;
	padding:0 20px 11px 22px;
	background:url(/images/set/bg_data_spec101.png) top left no-repeat;
}
#kotori201-data #spec{
	overflow:hidden;
	width:910px;
	padding:0 0px 0 20px;
	background:url(/images/set/bg_data_spec201.png) top left no-repeat;
}
#photo{
	z-index:500;
	position:relative;
	overflow:hidden;
	width:890px;
	padding:14px 20px 18px 20px;
	background:url(/images/set/bg_data_photo.png) top left no-repeat;
}
#combox{
	overflow:hidden;
	width:901px;
	padding:20px 20px 14px 9px;
	background:url(/images/set/bg_data_combox.png) top left no-repeat;
}
#detail table{
	width:100%;
}
#detail td{
	padding:4px 0;
	background:url(/images/shared/bg_dott1.png) bottom left repeat-x;
	vertical-align:middle;
	font-size:77%;
	color:#4c4c4c;
}
#detail .separate td.parts,
#detail .separate td.left,
#detail .separate td.right,
#detail .separate td.both{
	padding-bottom:19px;
	background:none;
}
#detail td.parts{
	width:233px;
	padding-left:10px;
}
#detail div.combox{
	position:relative;
}
#detail div.combox span.color{
}
#detail div.combox span.part{
	position:absolute;
	top:0px;
	right:-8px;
}
#detail td.left{
	width:190px;
}
#detail td.right{
	background:url(/images/shared/bg_dott2.png) bottom left repeat-x;
}
#detail .last td{
	background:none;
}
#detail td .position{
	margin-right:3px;
	vertical-align:-3px;
}
#detail td .colorchip{
	margin-right:3px;
	vertical-align:-3px;
}
#detail td.both .colorchip{
	margin-left:10px;
}
#detail td.both p.status{
	margin:0 0 0 26px;
}
#detail td .stone{
	margin-right:3px;
}
/* コメントあり */
#detail table.comment{
	float:left;
	width:738px;
}
#detail dl.comment{
	float:right;
	width:130px;
	padding:5px 0 0;
}
#detail dl.comment dt{
	margin:0 0 6px;
	font-size:93%;
	color:#5e5e5e;
	font-weight:bold;
}
#detail dl.comment dd{
	font-size:77%;
	color:#5e5e5e;
	line-height:1.6;
}
#spec .params{
	float:left;
	width:358px;
	padding-bottom:17px;
}
#spec .image{
	float:left;
	width:450px;
	padding:20px 0 0;
}
#spec .thumbs{
	float:left;
	width:74px;
	padding:29px 0 0;
}
#kotori101-data #spec .thumbs{
	padding:21px 0 0;
}
#spec .params h3{
	padding-top:19px;
	padding-left:8px;
	padding-bottom:9px;
	width:330px;
	border-bottom:1px solid #000;
	font-size:123.1%;
	font-weight:bold;
	color:#4c4c4c;
	letter-spacing:0.05em;
}
#spec .params table{
	width:338px;
	margin-bottom:11px;
	font-size:77%;
	color:#4c4c4c;
}
#spec .params table th{
	padding:7px 0 5px 10px;
	background:url(/images/set/spec_dott.gif) bottom left no-repeat;
	font-weight:normal;
}
#spec .params table td{
	padding:7px 10px 5px 0;
	background:url(/images/set/spec_dott.gif) bottom right no-repeat;
	text-align:right;
}
#spec .params table .last th,
#spec .params table .last td{
	background:none;
	border-bottom:1px solid #000;
}
#spec .params p.notice{
	margin:0 0 15px 9px;
	font-size:69%;
	color:#949494;
}
#spec .params p.attachments{
	margin-bottom:6px;
	font-size:77%;
}
#spec .params p.earpad{
	margin-bottom:16px;
}
#spec .params p.option{
	margin-bottom:-2px;
	font-size:77%;
}
#thumb-list{
	margin-left:15px;	
}
#thumb-list li{
	position:relative;
	margin-bottom:2px;
	padding:0 0 5px;
	list-style-type:none;
	line-height:0;
}
#kotori101-data #thumb-list li{
	position:relative;
	margin-bottom:0px;
	padding:2px 0px 2px 6px;
	list-style-type:none;
	line-height:0;
}
#thumb-list li span{
	cursor:pointer;
}
#thumb-list li .outline,
#thumb-list li .hover,
#thumb-list li .selected{
	position:absolute;
	top:0px;
	right:0px;
	width:59px;
	height:56px;
	background:url(/images/set/thumb101_outline1.gif) top left no-repeat;
}
#thumb-list li .hover,
#thumb-list li .selected{
	background:url(/images/set/thumb101_outline1_selected.gif) top left no-repeat;
}
#combox h3{
	margin:0 0 9px 12px;
	letter-spacing:0.05em;
	font-size:77%;
	font-weight:bold;
}
#combox p{
	font-size:77%;
}
#combox p.lead{
	margin:0 0 26px 12px;
}
#combox div.usage{
	overflow:hidden;
	margin:0 0 26px 11px;
}
#combox dl{
	float:left;
	margin:0 20px 0 0;
}
#combox dt{
	margin:0 0 5px;
}
#combox dd{
	font-size:77%;
}
#combox div.usage{
	line-height:1.6;
}
#combox #step1{
	width:190px;
	margin-right:37px;
}
#combox #step2{
	width:190px;
	margin-right:37px;
}
#combox #step3{
	width:191px;
	margin-right:37px;
}
#combox #step4{
	width:190px;
	margin:0;
}
#combox dl.requirement{
	float:none;
	clear:both;
	width:632px;
	min-height:54px;
	margin:0 0 0 11px;
	padding:3px 0 0 248px;
	background:url(/images/set/bg_requirement.png) 0px 2px no-repeat;
}
#combox dl.requirement dt{
	float:left;
	margin:0 3px 0 0;
	font-size:77%;
	font-weight:bold;
	letter-spacing:0.08em;
	line-height:1.7;
}
#combox dl.requirement dd{
	margin:0;
	letter-spacing:0.0em;
	line-height:1.7;
}
#combox dl.requirement dd.notice{
	clear:both;
	position:relative;
	left:-248px;
	width:880px;
	margin:7px 0 0;
	letter-spacing:0.01em;
	color:#949494;
}

/*		KOTORI 201
---------------------------------------------------------------*/

#feature{
	overflow:hidden;
	width:888px;
	padding:18px 22px 13px 20px;
	background:url(/images/set/bg_data_feature.png) top left no-repeat;
}
#feature div.detail{
	float:left;
	width:528px;
}
#feature div.image{
	float:right;
	width:340px;
	padding:29px 0 0;
}
#feature h3{
	margin:0 0 -3px;
	padding:0 0 10px 9px;
	border-bottom:1px solid #000;
	letter-spacing:0.05em;
	font-weight:bold;
	font-size:123.1%;
	color:#4c4c4c;
}
#feature div.section{
	padding:12px 9px 12px;
	background:url(/images/set/bg_section.gif) bottom left repeat-x;
}
#feature div.section.last{
	padding-bottom:2px;
	background:none;
}
#feature div.section p,
#feature div.section dt,
#feature div.section dd{
	font-size:77%;
	line-height:1.6;
}
#feature div.section dl{
	margin:0 0 0 4px;
}
#feature div.section dt{
	font-weight:bold;
	letter-spacing:0.12em;
}
#feature div.section dd.graph1{
	padding:11px 0 12px;
}
#feature div.section dd.graph2{
	padding:11px 0 4px;
}
#feature div.image dl{
}
#feature div.image dt{
	margin:0 0 8px;
}
#feature div.image dt img{
	border:1px solid #ccc;
}
#feature div.image dd{
	margin:0 0 25px;
	font-size:69%;
	line-height:1.5;
}
#kotori201-data #spec .params{
	width:275px;
	margin-right:10px;
	padding-top:64px;	
}
#kotori201-data #spec .params h3{
	padding-top:19px;
	padding-left:9px;
	padding-bottom:9px;
	width:266px;
	border-bottom:1px solid #000;
	font-size:123.1%;
	font-weight:bold;
	color:#4c4c4c;
	letter-spacing:0.05em;
}
#kotori201-data #spec .params table{
	width:275px;
	margin-bottom:11px;
	font-size:77%;
	color:#4c4c4c;
}
#kotori201-data #spec .params table th{
	padding:9px 0 7px 10px;
}
#kotori201-data #spec .params table td{
	padding:9px 10px 7px 0;
}
#kotori201-data #spec .image{
	float:left;
	width:520px;
	padding:21px 0 18px;
}
#kotori201-data #spec .thumbs{
	width:85px;
	padding:25px 0 0;
}
#kotori201-data #thumb-list{
	margin-left:20px;	
}
#kotori201-data #spec #thumb-list li{
	position:relative;
	margin-bottom:2px;
	padding:0 0 0 5px;
	list-style-type:none;
	line-height:0;
}
#kotori201-data #spec #thumb-list li span{
	cursor:pointer;
}
#kotori201-data #spec #thumb-list li .outline,
#kotori201-data #spec #thumb-list li .hover,
#kotori201-data #spec #thumb-list li .selected{
	position:absolute;
	top:0px;
	right:0px;
	width:65px;
	height:60px;
	background:url(/images/set/thumb201_outline1.gif) top left no-repeat;
}
#kotori201-data #spec #thumb-list li .hover,
#kotori201-data #spec #thumb-list li .selected{
	background:url(/images/set/thumb201_outline1_selected.gif) top left no-repeat;
}
#kotori201-data #photo h3{
	z-index:10000;
	position:absolute;
	top:21px;
	left:20px;
	width:120px;
	font-size:0;
}
#kotori201-data #photo .image{
	z-index:500;
	position:relative;
	width:750px;
	padding:7px 0 0;
}
#kotori201-data #photo .thumbs{
	position:absolute;
	width:135px;
	top:22px;
	right:20px;
}
#kotori201-data #photo #thumb-list,
#kotori201-data #photo #thumb-list ul{
	margin-left:0px;	
}
#kotori201-data #photo #thumb-list ul.left{
	float:left;
	width:65px;
}
#kotori201-data #photo #thumb-list ul.right{
	float:right;
	width:65px;
}
#kotori201-data #photo #thumb-list li{
	position:relative;
	width:60px;
	margin:0 0 2px;
	padding:0 0 0 5px;
	list-style-type:none;
	line-height:0;
}
#kotori201-data #photo #thumb-list li span{
	cursor:pointer;
}
#kotori201-data #photo #thumb-list li .outline,
#kotori201-data #photo #thumb-list li .hover,
#kotori201-data #photo #thumb-list li .selected{
	position:absolute;
	top:0px;
	right:0px;
	width:65px;
	height:46px;
	background:url(/images/set/thumb201_outline2.gif) top right no-repeat;
}
#kotori201-data #photo #thumb-list li .hover,
#kotori201-data #photo #thumb-list li .selected{
	background:url(/images/set/thumb201_outline2_selected.gif) top left no-repeat;
}

