@charset "utf-8";

/*--------------------------------

カーテン詳細

--------------------------------*/


body { 
  -webkit-text-size-adjust: 100%;
} 
.container {
	width: 950px;
	margin: 10px auto;
}
header, footer {
	background-color: #000;
	padding: 5px 10px;
	margin-bottom: 20px;
    font-size: 14px;
}
header p {
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
}
footer p {
	color: #FFF;
	text-align: center;
}
.main {
	
}
/*----- stage -----*/
/*ギャラリー全体のコンテナ*/
#stage {
	position: relative;
	width: 560px;
	height: 630px;
	margin: 0 auto;
	float: left;
}
/*全サムネイルのコンテナ*/
#thumbs {
	position: absolute;
	width: 560px;
	top: 570px;
	left: 0;
}
/*サムネイルのマウスオーバーでポインターを手のひらに*/
#thumbs label img {
	cursor: pointer;
}
/*初期画面*/
#screen {
	position: absolute;
	left: 0;
	top: 0;
	width: 560px;
	height: 560px;
	background-color: #CCC;
}
/*ラジオボタンを非表示に*/
#r1, #r2, #r3, #r4, #r5, #r6 {
	display: none;

}
/*表示写真の初期配置（全部透明に）とtransition設定*/
#photo1, #photo2, #photo3, #photo4, #photo5, #photo6 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ie7 #thumb2, .ie7  #thumb3, .ie7  #thumb4, .ie7  #thumb5, .ie7  #thumb6, .ie7  #photo2, .ie7  #photo3, .ie7  #photo4, .ie7  #photo5, .ie7  #photo6 , .ie8 #thumb2, .ie8  #thumb3, .ie8  #thumb4, .ie8  #thumb5, .ie8  #thumb6, .ie8  #photo2, .ie8  #photo3, .ie8  #photo4, .ie8  #photo5, .ie8  #photo6 {
	display : none;/*for ie 7,8 */
}

/*チェックされたサムネイルに相当する写真だけを表示*/
#r1:checked ~ #photo1, #r2:checked ~ #photo2, #r3:checked ~ #photo3, #r4:checked ~ #photo4, #r5:checked ~ #photo5, #r6:checked ~ #photo6 {
	opacity: 1;
}


/*どれかがチェックされたらスクリーン上の写真を非表示に*/
#r1:checked ~ #screen, #r2:checked ~ #screen, #r3:checked ~ #screen, #r4:checked ~ #screen, #r5:checked ~ #screen {
	opacity: 0;
}
/*----- data -----*/
.data {
	width: 350px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
        font-size: 70%;/*----- 20190410追加@上 -----*/
        letter-spacing: 0.01em;/*----- 20190410追加@上 -----*/
}
.data div {
	width: 110px;
	margin: 0 auto;
}
table {
	width: 350px;
	margin-bottom: 15px;
	line-height: 1.8;
	font-size:120%;
}
th {
	font-weight: normal;
}
caption {
	font-weight: bold;
	border-top: 1px dotted #999;
	padding-top: 15px;
}
p.icon {
	display: inline-block;
	text-align: center;
	color: #FFF;
	padding: 2px 5px;
	margin-right: 2px;
	line-height: 1.4;
        height: 20px;/*----- 20190410追加@上 -----*/
}
p.bouen {
	background-color: #C33;
}
p.shakou {
	background-color: #036;
}
p.outlet {
	background-color: #C00;
}
p.hatsunetsu {
	background-color: #F30;
}
p.shanetsu {
	background-color: #F93;
}
p.washable {
	background-color: #0C6;
}
p.mirror {
	background-color: #3CC;
}
p.cleanse {
	background-color: #09C;
}
p.shaon {
	background-color: #009;
}
p.buy01 , p.buy02 , p.buy03 , p.buy04 {
	background-color: #ff7a7a;
	color: #FFF;
	margin: 2px;
	padding: 2px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
}
p.buy01 a:hover, p.buy02 a:hover, p.buy03 a:hover, p.buy04 a:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}
p.buy01 {  /* 購入はこちら */
	width: 100px;
}
p.buy02 {  /* サンプル請求 */
	width: 140px;
	margin:10px auto;
}
p.buy03 {  /* オーダー売切れ */
	width: 100px;
	margin:10px auto;
	background-color: #999;
}
p.buy04 {  /* 既成売切れ */
	width: 100px;
	background-color: #999;
}
p.buy01 a , p.buy02 a {
	color: #FFF;
	display:block;
}
/* spec */
.spec th {
	width: 80px;
	vertical-align: top;
}
.spec #item {
	padding: 0 0 20px;
}
.spec #itemName , .spec #itemColor {
	font-weight: bold;
	font-size: 110%;
	color: #333;
/*	padding-right:1em;*/
}
/* readyMade */
.readyMade th {
	width: 125px;
	font-weight: normal;
}
.readyMade td {
	text-align: left;
}
/* order */
.order {
	background-color: #999;
	margin-bottom: 10px;
}
.order th, .order td {
	text-align: center;
}
.order th {
	background-color: #CCC;
}
.order td {
	background-color: #FFF;
}
#orderBuy {
	margin-bottom: 15px;
	font-size:120%;
}
/* sample */
.sample td {
	width: 350px;
}
/*----- 閉じるボタン -----*/
#contents_close {
	clear: both;
	width: 80px;
	margin: 30px auto 20px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	border: 1px solid #999;
	/*Other Browser*/
	background: #FAFAFA;
	/*For Old WebKit*/
	background: -webkit-gradient(  linear, left top, left bottom,  color-stop(0.00, #FAFAFA),  color-stop(1.00, #EAEAEA) );
	/*For Modern Browser*/
	background: linear-gradient(  to bottom,  #FAFAFA 0%,  #EAEAEA 100% );
}
#contents_close p {
	margin: 5px;
}
#contents_close a:hover {
	color:#000;
}
#contents_close a {
	color: #666;
}
#orderBuy p.buy01 a{
	padding: 2px 10px;
}

/*===============================================
●スマホ  画面の横幅が800pxまで
===============================================*/
@media screen and (max-width:800px){
	header{
		margin:0 0 5px;
	}
	footer{
		margin-bottom:0;
	}
	.container{
		width:100%;
		margin:0;
	}
	#stage{
		width:100%;
		overflow: hidden;
		height:auto;
	}
	#stage img{
		width:100%;
	}
	#screen, #thumbs{
		width:100%;
		position:static;
	}
	#thumbs{
		top: 430px;
		margin-left:5px;
		margin-right:5px;
	}
	#thumbs img{
		width:17%;
	}
	#screen{
		height: auto;
		margin-bottom:5px;
	}
	#screen img{
		width:100%;
	}
	#photo1, #photo2, #photo3, #photo4, #photo5, #photo6{
		width:100%;
	}
	table{
		width:100%;
	}
	#itemColor{
		width:100% !important;
		margin: 0 !important;
	}
	.data{
		width:90%;
		margin: 20px 5% 0 5%;
		font-size: 100%;
	}
	.spec #item{
		padding: 10px 0;
	}
	.spec th{
		width:30%;
	}
	#contents_close{
	    width: 90%;
	    margin: 10px auto 20px;
		font-size: 15px;
	}
	p.buy01 a, p.buy02 a, p.buy03 a, p.buy04 a{
		display:block;
		font-size: 15px;
	}
	#orderBuy p.buy01{
		width:initial;
	}
	#orderBuy{
		width:100%;
	}
	#orderBuy p.buy01 a{
		padding-top: 10px;
		padding-bottom: 10px;
		position:relative;
	}
	#orderBuy p.buy01 a:before{
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 12px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #fff;
	}
	#orderBuy p.buy01 a:after{
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 15px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #ff7a7a;
	}
	p.buy02{  /* サンプル請求 */
		width: 100%;
	}
	p.buy02 a{  /* サンプル請求 */
		position:relative;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	p.buy02 a:before{
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 12px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #fff;
	}
	p.buy02 a:after{
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 15px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #ff7a7a;
	}

}