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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body{
	-webkit-text-size-adjust: 100%;  /*iphone5での文字サイズ自動調整を防ぐ*/
	height: 100%;
    _overflow: hidden;

}

#wrapper{
	margin-bottom:180px;  /*フッターが商品にかぶらないようにスペース確保*/
	overflow: hidden;
	width:100%;
}
/*--------------Top--------------*/
#loading{
	/*position:absolute;
	left:46%;
	top:30%;
	margin-left:-30px;*/
	display:none;
	position:fixed;
    left: 50%;
    top: 50%;
    _position: absolute;
    width: 160px;
    height: 120px;
    margin-left: -80px;
    margin-top: -60px;
	text-align:center;
}

#list{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color: #020202 ;
    background: #ccdbc4;
    line-height: 1;
    margin:10px 10px;
    padding: 10px 5px 10px 5px;
    box-shadow:1px 3px 7px 0px #666666 ;
    border-top:3px solid #cbd8bf;
    border-bottom:3px solid #cbd8bf;
    border-radius: 5px ;
}
/*-------------/Top---------------*/

/*-------------Middle------------*/
.itembox{
	float: left;
    padding: 5px 0px;
    border-top: #A8A8A8 solid 1px;	
	width:100%;
}

.imgbox{
	float:left;
	width:25%;
}

.itemImg{
	float: left;
	width: 85px;
	height:auto;
}

.itembox2{
	float: left;
	width:75%;
}

.soldout{
	margin: 20%;
    font-size: 28px;
    font-weight: bold;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#ffffff;
	padding:10px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	text-align:center;
}

.itemName,.nedan,.total{
	font-size:14px;  /*商品名、金額などの文字サイズ*/
	font-weight:bold;
}

select{
	font-size:18px;　/*iphoneでズームにならないギリギリのプルダウンのサイズ*/
}

.small{
	font-size:10px;　/*"(税込)"の文字サイズ*/
}
/*-------------/Middle------------*/

/*-------------Bottom------------*/
#footer2{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 8px;
    box-sizing: border-box;
    background:#EDF7F0;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
    border-top: #e7e7e7 solid 1px;

}

#f_sm{
	height:auto;
}

.sum {
    width: 55%;
    float: left;
}

.submit {
    width: 45%;
    float: right;
}

.button2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 15px;
    background: -webkit-gradient( linear, left top, left bottom, from(#4d494d), to(#000000));
    border-radius: 6px;
    border: 0px solid #000000;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
    margin: 3px 5px 10px 0px;
	text-decoration:none;
}
.btnsub{
	padding: 8px 15px;
}

input.button2:disabled {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color:#737373;
    padding: 10px 15px;
    background-color:#acacac;
    border-radius: 6px;
    border: 0px solid #acacac;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
    margin: 3px 5px 10px 0px;
	text-decoration:none;	 
}

.prezento{
	float: left;
    margin:5px 5px;
	width:95%;
    line-height: 130% !important;
	font-size:12px;
}
/*------------/Bottom------------*/


@media screen and ( min-width:479px ){
#wrapper{
	width:750px;
	margin:auto auto 180px;
}
.imgbox{
	width:280px;
	text-align:center;
}

.itemImg{
	width:100px;
	float:none;	
}
.itembox2{
	width:400px;
}

.itemName,.nedan,.total{
	font-size:20px;
	font-weight:bold;
}

.rowinner{
	width:750px;
	margin:auto;
}
.sum{
	width:550px;
}
.submit{
	width:180px;
}

}