@charset "shift_jis";
div.fb-like {
	text-align:right;
}
/* CSS Document */
div#contents p {
	font-size:16px;
	padding:5px 10px;
}
div#contents p strong {
	font-size:2em;
	color:#039;
}
div#contents div#detail {
	border: solid 10px #069;
	width:97%;
	overflow:hidden;
}
div#contents h3 {
	font-size:26px;
	color:#069;
	border-left:solid 10px #039;
	border-bottom:solid 2px #039;
	padding:5px 20px;
	background:#DEF;
}

div#contents div#description {
	background:#DEF;
	border-bottom: solid 1px #999;
}
div#contents div#description h2 {
	color:#333;
	font-size:30px;
	padding:10px;
}
div#contents div#description h2 strong {
	font-size:1.5em;
}
/* images ---------------------------------------*/
div#contents div#images {
	width:100%;
	padding:5px;
	overflow:hidden;
}
div#contents div#images p {
	text-align:center;
	font-weight:bold;
}
div#contents div#images p.price {
	font-size:22px;
}
div#contents div#images p.price span {
	font-size:3em;
	font-weight:bold;
	color:#900;
	text-decoration:underline;
}
div#contents div#images ul {
	padding:5px;
	margin-left:10px;
}
div#contents div#images ul li {
	font-size:12px;
	font-weight:bold;
	padding:5px;
	float:left;
	margin-right:10px;
	color:#333;
}
/* spec ----------------------------------*/
div#contents div#spec {
	width:100%;
	padding:5px;
	overflow:hidden;
}
div#contents div#spec p{
	font-size:12px;
	padding:5px;
}
div#contents div#spec strong {
	font-size:1.5em;
}
div#contents div#spec div.block2 {
	width:310px;
	margin:5px;
	padding:0 0 5px 0;
	float:left;
	border:solid 1px #999;
}
div#contents div#spec div.block2 h4 {
	font-size:16px;
	padding:5px 10px;
	border-bottom:solid 1px #999;
	background:#FDE;
	color:
}
table#sizetable {
	margin:10px;
	border-collapse:collapse;
}
table#sizetable th {
	width:40px;
	font-size:12px;
	background:#CCC;
	text-align:center;
	padding:3px 2px;
}
table#sizetable td {
	width:30px;
	font-size:12px;
	text-align:center;
	padding:3px 2px;
}
table#sizetable tr.sec th,
table#sizetable tr.sec td {
	border-top:solid 2px #666;
}







table#sizetable2 {
	margin:10px;
	border-collapse:collapse;
	font-size:12px;

}
table#sizetable2 th {
	width:80px;
	font-size:12px;
	background:#CCC;
	text-align:center;
	padding:3px 2px;
}
table#sizetable2 td {
	width:80px;
	font-size:12px;
	text-align:center;
	padding:3px 2px;
}
table#sizetable2 tr.sec th,
table#sizetable2 tr.sec td {
	border-top:solid 2px #666;

}



table#sizetable3 {
	margin:10px;
	border-collapse:collapse;
}
table#sizetable3 th {
	width:40px;
	font-size:12px;
	text-align:center;
	padding:3px 2px;
}
table#sizetable3 td {
	width:30px;
	font-size:12px;
	text-align:center;
	padding:3px 2px;
}
table#sizetable3 tr.sec th,
table#sizetable3 tr.sec td {
	border-top:solid 2px #666;	
}

table#sizetable3 .gy {
	background:#CCC;
}



/* order -----------------------------------------*/
div#contents div#order {
	width:100%;
	padding:5px;
	overflow:hidden;
}
div#contents div#order table#orderlist {
	border-collapse:collapse;
	margin:10px;
	border:solid 1px #999;
}
div#contents div#order table#orderlist th {
	text-align:center;
	font-size:14px;
	padding:2px;
	background:#DEF;
	border:solid 1px #999;
}
div#contents div#order table#orderlist td {
	text-align:center;
	font-size:14px;
	border:solid 1px #999;
}
div#contents div#order table#orderlist td span {
	font-size:0.9em;
	padding : 2px;
}
div#contents div#order table#orderlist td.id {
	text-align:left;
	width:220px;
	padding:5px;
}
div#contents div#order table#orderlist td.id strong {
	font-size:1.5em;
}
div#contents div#order td.id p.price {
	text-align:center;
	font-weight:bold;
	font-size:25px;
	color:#900;
}
div#contents div#order table#orderlist td.size_h,
div#contents div#order table#orderlist td.stock_h,
div#contents div#order table#orderlist td.plan_h {
	width:140px;
	font-size:12px;
}
div#contents div#order table#orderlist td.size,
div#contents div#order table#orderlist td.stock,
div#contents div#order table#orderlist td.plan {
	width:40px;
	text-align:center;
	font-size:12px;
	border:none;
	border-left:solid 1px #999;
	padding:5px 1px;
}
div#contents div#order table#orderlist td.size_h,
div#contents div#order table#orderlist td.size {
	border-top:solid 1px #666;
	border-bottom:dotted 1px #999;
}
div#contents div#order table#orderlist td.size select {
	width:38px;
}
div#contents div#order table#orderlist td.stock_h,
div#contents div#order table#orderlist td.stock {
	border-top:dotted 1px #999;
	border-bottom:dotted 1px #999;
}
div#contents div#order table#orderlist td.plan_h,
div#contents div#order table#orderlist td.plan {
	border-top:dotted 1px #999;
	border-bottom:solid 2px #666;
}
div#contents div#order p.submit {
	text-align:center;
}
div#contents div#order p.submit input {
	width: 200px;
	height:40px;
	font-size:16px;
	font-weight:bold;
}
/* options -----------------------------------------*/
div#contents div#options {
	width:100%;
	overflow:hidden;
	background:#EEE;
	padding:10px 0px;
	border-top:solid 1px #999;
}
div#contents div#options div#worn {
	margin:5px 10px;
	padding:10px 10px;
	border:solid 1px #999;
	background:#FFF;
	font-size:16px;
	font-weight:bold;
}
div#contents div#options div#worn p.worn {
	color:#900;
}
div#contents div#options div#worn p.worn strong {
	color:#900;
}
div#contents div#options div.block {
	width:160px;
	float:left;
	margin:5px;
	text-align:center;
	border:solid 1px #666;
	cursor:pointer;
	background:#FFF;
}
div#contents div#options div.block h4 {
	background:#393;
	color:#FFF;
	padding:5px;
	border-bottom:solid 1px #999;
	font-size:16px;
}
div#contents div#options div.block img {
	border:solid 1px #999;
}
div#contents div#options div.block p {
	padding: 2px 5px;
	font-size:14px;
	height:36px;
}
div#contents div#options div.block p.price {
	font-size:30px;
	font-weight:bold;
	color:#900;
	text-decoration:underline;
	padding:5px;
	margin-bottom:10px;
}

/* ŒÂ•Ê --------------------------------*/
table#RD9340 {
	border-collapse:collapse;
	font-size:12px;
	margin-left:20px;
}
table#RD9340 caption {
	text-align:left;
}
table#RD9340 th {
	border:solid 1px #999;
	padding:1px 5px;
	text-align:center;
	background:#EEE;
}
table#RD9340 td {
	border:solid 1px #999;
	padding:1px 5px;
}






div#contents div#po {
	width:100%;
	height:100px;
}





#details_img {

	height: 160px;
	margin-bottom: 8px;
}

#details_img .imgleft {
	width: 85px;
	float: left;
	margin: 25px 0 0 55px;

}


#details_img .txtright {
	width: 460px;
	float: right;
	margin:0 80px 0 0; 
}



#option_details_img {
	height: 120px;
	margin: 15px 0 8px 0;
}

#option_details_img .imgleft {
	width: 155px;
	float: left;
	margin: 50px 0 0 25px;

}


#option_details_img .txtright {
	width: 460px;
	float: right;
	margin:0 50px 0 0; 
}



#details_img a:hover img{
   filter: alpha(opacity=80);
   -ms-filter: "alpha(opacity=80)";
   -khtml-opacity: 0.8;
   -moz-opacity: 0.8;
   opacity: 0.8;
}



#option_details_img a:hover img{
   filter: alpha(opacity=80);
   -ms-filter: "alpha(opacity=80)";
   -khtml-opacity: 0.8;
   -moz-opacity: 0.8;
   opacity: 0.8;
}




.cautionbtn a {
    width: 250px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 12px 5px 5px 5px;
	color: #FFF;
	font-size:13px;
	border-radius: 5px; 
	font-weight: 500;
    background: linear-gradient(#810202, #974949);
    background: -moz-linear-gradient(bottom,#810202, #974949);
    background: -ms-linear-gradient(bottom,#810202, #974949);
    background: -o-linear-gradient(bottom,#810202, #974949);
    background: -webkit-linear-gradient(bottom, #810202 0%, #974949 100%);	


}

.cautionbtn a:hover {
   text-decoration: none;
}





.cautionbtn2 a {
    width: 250px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 12px 5px 5px 5px;
	color: #FFF;
	font-size:13px;
	border-radius: 5px; 
	font-weight: 500;
    background: linear-gradient(#C77A00, #DCA44D);
    background: -moz-linear-gradient(bottom,#C77A00, #DCA44D);
    background: -ms-linear-gradient(bottom,#C77A00, #DCA44D);
    background: -o-linear-gradient(bottom,#C77A00, #DCA44D);
    background: -webkit-linear-gradient(bottom, #C77A00 0%, #DCA44D 100%);	


}

.cautionbtn2 a:hover {
   text-decoration: none;
}

