@charset "utf-8";
/* CSS Document */

select,
input,label {
	/*font-size:1.4rem!important;*/
}
#contents .box {
    padding: 30px 15px;
    background-color: #f9f3eb;
}
#contents .box h3 {
	margin:0 0 .5em;
}

#questForm {
	border-top:solid 1px #ccc;
}
#questForm dt {
	margin-top:40px;
	padding:0 10px;
	font-weight:bold;
}
#questForm dd {
	padding:20px 0 40px 20px;
}

dd.slctlist {
	border-bottom:solid 1px #ccc;
/*	background-color:#ffd;*/
}
dd#frame label+input:before,
dd#deli label+input:before {
	content:"\A";
	white-space:pre;
}

#ppc{
	overflow:hidden;
}
#ppc li{
	width:300px;
	float:left;
}
#ppc li+li{
	margin-left:10px;
}

#frame li,
#deli li,
#pack li{
	margin-bottom:20px;
}

#orderBox {
	float:left;
	overflow:hidden;
	width:630px;
}
#summary {
	float:right;
	/*position:fixed;
	top:100px;*/
	overflow:hidden;
	
	width:280px;
	padding:10px;
	background:#f4f4f4;
}
#summary+h3{
	clear:both;
	padding-top:50px;
}
#summary h3{
	margin:10px 0;
}
#summary table{
	margin:0 0 15px 0;
}
#summary th{
	max-width:1em;
	font-weight:bold;
	text-align:right;
	vertical-align:top;
	line-height:1.5rem;
}
#summary th,
#summary td {
	padding:10px;
}
#summary td {
	background:#fff;
}
#summary span{
    color:#4b8199;
	font-weight:bold;
}
#summary td p span:before{
	content:"\A";
	white-space:pre-wrap;
}
#summary td p+p{
	margin:10px -5px 0 0;
}
#summary #qty,
#summary #uPrice,
#summary #deliPrice,
#summary #ttlPrice {
	font-size:2rem;
	line-height:3rem;
	padding-right:.2rem;
}

button.incart_btn,
button.notsale_btn,
button.soldout_btn {
    /* カートに入れるボタン　買えないボタン v2 */
	border:none;
	background-color:#222;
	/*background: linear-gradient(#eaeaea,#eee,#e8e8e8);*/
	padding:5px 15px;
	color:#eee;
	font-weight:bold;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
button.incart_btn:hover {
	background-color:#666;
	/*background: linear-gradient(#eee,#e4e4e4,#eee);*/
	text-decoration:none;
	color:#ddd;
}
button.notsale_btn,
button.soldout_btn {
	background-color:#999;
	color:#222;
}

input.incart_btn,
input.notsale_btn,
input.soldout_btn {
    /* カートに入れるボタン　買えないボタン */
	display:block;
    width:110px;
    height:28px;
}
input.incart_btn:hover {
    opacity:0.6;
    -ms-filter:"alpha(opacity=60)";
    cursor:pointer;
}
input.notsale_btn:hover {
    cursor:default;
}

#pricesheet {
	width:960px;
}
#pricesheet th {
	font-size:1.3rem;
}
#pricesheet th,
#pricesheet td {
	padding:10px 7px;
}
#pricesheet td {
	height:30px;
	text-align:right;
}
