body {
  color: #333;
  font-size: 14px;
  font:normal 14px/28px "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{max-width: 100%;}
a {transition:color 200ms ease;color:#FFEB32;text-decoration:none;-webkit-touch-callout:none;outline:none;}
a:link{color:#333399;}
a:visited{color:#666699;}
a:hover{transition: color 200ms ease;color:#fff8b5;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
header {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  background: -moz-linear-gradient(top, #ffe100, #ffcc1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe100), to(#ffcc1e));
}
header h1, header time, header nav {
  vertical-align: middle;
}
.others {
  text-align: center;
  margin-top: 100px;
}
h3 {
  font-size: 18px;
}
#title {
  width: 300px;
}
#title img {
  width: 300px;
}
p {
  text-align:left;
  padding: 0 10px;
}
.cover {
  background-image: url(../images/cover.png);
  background-repeat: no-repeat;
  width: 250px;
  height: 140px;
  -moz-background-size: contain;
  background-size: contain;
  margin-top: 30px;
}
.spacer {
  height: 30px;
}
.wrapper {
  width: 320px;
  margin: 0px auto;
  text-align: center;
  overflow: auto;
}
#submit_btn {
  width: 261px;
}
.back_btn {
  float:left;
  margin:6px 5px;
  padding:4px 8px;
  border-radius:10px;
  background-color: #FFF;
}
.ok_btn {
  float:right;
  margin:6px 5px;
  padding:2px 8px;
  border-radius:10px;
  background-color: #FFF;
}
.item {
  text-align: center;
}
.item img {
  width:120px;
}
.other_item {
  margin-top: 25px;
}
.other_item .pattern {
  margin: 0 10px 25px;
  width: 50px;
  float: left;
}
.other_item .label {
  padding: 0 3px;
  font-size: 12px;
}
.other_item span {
  display: inline-block;
  padding: 6px;
}
.other_item .item_name {
  border-bottom: solid 2px #fce000;
  line-height: 28px;
  margin: 10px 0;
}
.other_item .price {
  font-size: 18px;
  color: #333;
}
.other_item .price_notice {
  font-size: 10px;
  color: #666;
  line-height: 1em;
  margin-bottom: 12px;
}
.other_item .num {
  border-bottom: solid 2px #fce000;
  font-size: 16px;
  line-height: 10px;
}
.other_item .btn {
  height: 23px;
  margin: 0;
}
.other_item {
  width: 154px;
  margin: 25px 3px;
  float: left;
  text-align: left;
}
.calendar_item {
  width: 250px;
  display: none;
  text-align: left;
  margin: 20px auto;
  float: left;
}
.calendar_item .label {
  padding: 0 13px 4px;
  font-size: 14px;
}
.calendar_item .pattern {
  margin: 0 25px 0 0;
  width: 50px;
  float: left;
}
.calendar_item span {
  display: inline-block;
  padding: 10px;
}
.calendar_item .price {
  margin: 5px 20px;
  font-size: 18px;
  color: #333;
}
.calendar_item .price_notice {
  font-size: 12px;
  color: #666;
  line-height: 0em;
  margin-bottom:20px;
}
.calendar_item .num {
  border-bottom: solid 2px #fce000;
  font-size: 22px;
  line-height: 10px;
}
.calendar_item .btn {
  width: 60px;
  margin: 10px 0 0 0;
}
.calendar_item .numbox {
  margin: 0 auto;
}
.calendar_notice {
  text-align: left;
  margin: 20px;
}
.numbox {
  display: table;
  text-align: left;
}
.numbox div {
  display: table-cell;
  vertical-align: bottom;
}
.title {
  background-image: url(../images/title_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  margin: 30px auto;
  padding: 7px;
  font-size: 20px;
}
footer {
  padding: 30px 0;
  background: #FFEB32;
  font-size: 15px;
  line-height: 25px;
}

@media only screen and (min-width: 800px) {
  .wrapper {
    width: 800px;
  }
  .calendar_item {
    width: 250px;
    margin: auto;
  }
}

