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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.fb-share-button { /* Facebook */
  display: inline-block;
  height: 20px;
  overflow: hidden;
}
.fb_iframe_widget span {
  vertical-align: top !important;
}

.share {
  padding: 10px;
  background-color: #eeeeec;
}

html {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  overflow-x: hidden;
}

.bold{
  font-weight: bold;
}

.gray{
  font-size: 14px;
  color: #969696;
}

.left {
    text-align: left;
}

.orange{
  color: #ff6b05;
}

.red{
  color: #f00;
}

.small{
  font-size: 10px;
  color: #969696;
  text-align: center;
  line-height: 3px;
}

div#header {
  position: fixed;
  top: 0;
  left:0;
  padding-top: 5px;
  height:54px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
  z-index: 1000;
}

/*　ここまで */
.header_box{
  max-width: 500px;
  min-width: 320px;
  margin: auto;
  vertical-align: bottom;
}

.header_logo{
  text-align: left;
  float: left;
  max-width: 500px;
}

.header_button{
  text-align: right;
  max-width: 500px;
}

.store_link_disable {
  display: none;
}

.download_app {
  text-align:center;
  padding: 30px 0;
}

.store {
  padding: 0 0.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  width: 40%;
}
.store img {
  width: 100%;
}
.store .os_type_ios {
  padding: 0 0.5em 0 1em;
}
.store .os_type_android {
  padding: 0 1em 0 0.5em;
}

.inquiry {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  text-align:center;
  background-color: #fff;
  vertical-align: middle;
}

.inquiry .contact {
  clear: both;
  background: #eee;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.inquiry .contact h1{
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  margin-bottom: 10px;
}

.copyright {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  text-align:center;
  background-color: #ffffff;
  vertical-align: middle;
}

.copyright p {
  font-size: 10px;
  color: #969696;
  text-align: center;
  line-height: 3px;
}
