
#wrapper{
  background-image:url(../images/common/contents_cover_dot.png);
}


#container{
  padding-top:20%;/*17%;*/
}

/*#lead, #content_body{
  width:85%;
}*/

h2{
  font-size:250%;
}

/*---TREASURE BOX---*/

#image_set{
  max-width:825px;
  width:104%;
  margin-top:-7%;
}

#items{
  border:1px rgba(255,255,255,0.2) solid;
  padding:2% 1%;
  margin-top:3%;
}

#items ul{
  margin:0;
  padding:0;
}
#items ul li{
  margin-left:1.5em;
}

#price{
  width:70%;
  height:80px;
  float:left;
  background-color:rgba(255,255,255,0.2);
}

#price th,
#price td{
  text-align:left;
  padding:0 2%;
  font-size:90%;
  font-weight:normal;
}
#order{
  width:30%;
  height:80px;
  float:left;
  display: block;
  background:linear-gradient(to bottom,#FFF,#BBB);
  vertical-align: middle;
  padding:0.1% 2%;
  text-align:center;
  line-height:80px;
  white-space: nowrap;
  text-decoration:none;
  color:#A00;
  font-size:120%;
  font-weight:bold;
  text-shadow:1px 1px 0px rgba(255,255,255,0.4);
}


@media screen and (max-width:640px){
  #price th,
  #price td{
    font-size:70%;
  }
  #price{
    height:60px;
  }
  #order{
    height:60px;
    line-height:60px;
  }
  #image_set{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:104%;
  }
}

@media screen and (max-width:480px){
  #price,
  #order{
    float:none;
    width:100%;
  }
}


/*-----Special-----*/

#firstlot_body{
  width:65%;
  float:left;
}

#firstlot_text{
  border:1px #444 dotted;
  border-width:1px 0 0 0;
  padding-top:1%;
  padding-bottom:3%;
  color:#DDD;
}

#firstlot_image{
  width:35%;
  float:right;
  margin-top:-25%;
  margin-right:-5%;
  margin-bottom:-10%;
}

#shops table{
  border-collapse: collapse;
  width:100%;
}

#shops th,#shops td{
  border: 1px #333 dotted;
  border-width:1px 0 0 0;
  padding:1% 2%;
  text-align:left;
  font-weight:normal;
  font-size:90%;
}

#shops tr:first-child th,#shops tr:first-child td{
  border-width:0;
}

#shops td.item a{
  border:1px #777 solid;
  padding:0 6px;
  display:inline-block;
  text-decoration: none;
  color:#FFF;
  font-size:90%;
  background-color:#444;
  vertical-align:1px;
  margin-left:3px;
}

#shops td.shop_order{
  background:linear-gradient(to bottom,#FFF,#888);
  background-size:97% 90%;
  background-repeat:no-repeat;
  background-position:center;
  text-align:center;
  white-space:nowrap;
  width:15%;
}

#shops td.inactive{
  background-image:linear-gradient(to bottom,#555,#222);
  color:#222;
}
#shops td.shop_order a{
  color:#111;
  text-shadow:1px 1px 0px rgba(255,255,255,0.4);
}
#shops td.shop_order span,
#shops td.shop_order a{
  text-decoration:none;
  font-size:90%;
  font-weight:bold;
}

/*--*/

.shop{
  width:32.7%;
  float:left;
  margin:0.7% 0.3%;
  padding:0;
  color:#FFF;
  line-height:1.5;
  font-size:90%;
  padding-bottom:1%;
  border:1px #444 solid;
}

.shop .item_img{
  width:100%;
}

.shop .shop_name{
  font-weight:bold;
  padding:1% 1.5%;
}

.shop .item_name{
  color:#CCC;
  padding:1% 1.5%;
}

.shop a{
  display:block;
  width:75%;
  margin:0 auto;
  padding:2% 1%;
  margin-top:2%;
  background:linear-gradient(to bottom,#FFF,#888);
  border-radius:5px;
  color:#111;
  text-shadow:1px 1px 0px rgba(255,255,255,0.4);
  text-decoration:none;
  font-size:90%;
  font-weight:bold;
  text-align:center;
}

/*---savedata-------*/
#oldtitle{
  border:1px #333 solid;
  padding:0 2%;
}
#oldtitle p{
  margin:2% 0;
}
#oldtitle p span{
  display: inline-block;
  font-size:85%;
}

#oldcos{
  text-align:center;
  margin-top:3%;
}
#oldcos img{
  width:23%;
  max-width:170px;
  margin:0.5%;
}

#banner_smusou15sale{
  width:98%;
  margin:5% auto;
  max-width:750px;
  border:1px #333 solid;
  display: block;
}

@media screen and (max-width:640px){

  #container{
    padding-top:40%;/*17%;*/
  }

  #firstlot_image{
    margin-top:-15%;
  }

  #shops td.shop_order{
    width:17%;
  }

  .shop{
    width:48.5%;
  }
}
