@charset 'utf-8';
/*=============================================================================*/
/* Index  : common.css                                                         */
/* Author : Infogear Corp.                                                     */
/*=============================================================================*/
/* General */
/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
}

/* Basic */
html {
  height: 100%;
  font-size: 62.5%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f5f7;
  overflow-x: hidden;
}
body {
  font-size: 1.4rem;
  font-family: Verdana, 'ŸàƒSƒVƒbƒN', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  line-height: 1.5em;
  color: #000000;
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  color: #f35f8c;
  -webkit-tap-highlight-color: rgba(168, 58, 0, .6);
}
a:visited {
  text-decoration: none;
  color: #f35f8c;
}
a img {
  border: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
table {
  border-collapse: collapse;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* */
div#header-msg {
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #FFB400;
  font-size: 16px;
  font-weight: bold;
  background: #333333;
}
div#header-msg:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(#0a0600 1px, transparent 0px), linear-gradient(0, #0a0600 1px, transparent 1px);
	background-image: -webkit-linear-gradient(#0a0600 1px, transparent 0px), -webkit-linear-gradient(0, #0a0600 1px, transparent 1px);
	background-size: 2px 2px;
    z-index: 10;
}
div#header-msg span {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	-webkit-animation-name: marquee;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 45s;
	-moz-animation-name: marquee;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 45s;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 45s;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}
div#navi {
  margin: 10px auto;
  width: 100%;
}
table#navi-table {
  margin: 0 auto;
  width: 100%;
}
table#navi-table td {
  padding: 0 5px;
  width: 33.3%;
  text-align: center;
}
table#summary-list {
  margin: 0 auto;
  width: 100%;
  background-color: #ffffff;
}
table#summary-list th {
  padding: 4px;
  width: 50%;
  vertical-align: middle;
}
table#summary-list th img {
  vertical-align: middle;
}
table#summary-list td.summary-box {
  padding: 4px;
  width: 50%;
  vertical-align: top;
}
table.summary-button {
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
}
table.summary-button td {
  width: 33.3%;
}
a.button {
  margin: 10px auto 0 auto;
  position: relative;
  width: 90%;
  height: 70px;
  text-align: center;
  color: #333333;
  text-decoration: none;
  line-height: 73px;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
a.button:before {
  background:#f0f0f0;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
  -moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
  box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
  position: absolute;
  content: "";
  left: -6px; right: -6px;
  top: -6px; bottom: -10px;
  z-index: -1;
}
a.button:active {
  -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
  top:5px;
}
a.button:active:before{
  top: -11px;
  bottom: -5px;
  content: "";
}
.red {
  background: #D25068;
  border:1px solid #D25068;
  background-image:-webkit-linear-gradient(top, #F66C7B, #D25068);
  background-image:-moz-linear-gradient(top, #F66C7B, #D25068);
  background-image:-ms-linear-gradient(top, #F66C7B, #D25068);
  background-image:-o-linear-gradient(top, #F66C7B, #D25068);
  background-image:linear-gradient(to bottom, #F66C7B, #D25068);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
  -moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
  box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
}
.blue {
  background: #3EACBA;
  border:1px solid #379AA4;
  background-image:-webkit-linear-gradient(top, #48C6D4, #3EACBA);
  background-image:-moz-linear-gradient(top, #48C6D4, #3EACBA);
  background-image:-ms-linear-gradient(top, #48C6D4, #3EACBA);
  background-image:-o-linear-gradient(top, #48C6D4, #3EACBA);
  background-image:linear-gradient(top, #48C6D4, #3EACBA);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
  -moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
  box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
}
p.shop-title {
  padding: 2px 5px;
  width: 100%;
  font-size: 1.0em;
  color: #ffffff;
  background-color: #666666;
}
p.shop-name {
  padding: 2px 5px;
  width: 100%;
  font-size: 1.4em;
  font-weight: bold;
}
div#yacha-button-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .8);
  text-align: center;
}
div#yacha-button-box a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-weight: bold;
  font-size: 1.6em;
}
div#pickup-wrapper {
  padding-bottom: 100px;
}
