/* ====================================================
 * TENKAN SAITAMA Common Style CSS
 * ===================================================*/
@charset "utf-8";

html {
  background-color: #FFFAF0;
  padding: 0;
  margin: 0;
  background-image: url("../images/blue001.gif");
  background-size: 100%;
  background-repeat: repeat-y;
}

body {
  font-size: 14px;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media screen and (min-width : 480px){
    body{ font-size : 16px; }
}

@media screen and (min-width : 780px) {
    body{ font-size : 20px; }
}

img.jeabanner{
  width: 240px;
}

img.logo{
 width: 80%;
 display: block;
 margin-left: auto;
 margin-right: auto;
}
@media screen and (min-width : 780px) {
    img.logo{ width: 420px;}
}

.floatLeft {
  float: left;
}

.clearALL {
  clear: all;
}

div.phrase{
  margin: 25px 20px 10px 0px;
}

span.slogan {
  text-align: left;
  margin: 0px 0px 0px 10px;
  font-size: 1.1em;
  font-weight: bold;
}

div.announce{
  width:88%;
  border:solid 1px #999999;
  overflow: hidden;
}

iframe {
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  border: none;
  object-fit: contain;
}

div.counter{
  width: 200px;
  margin:0 auto 0 auto;
}

table {
  border: 2px #999999 solid;
}

table.main {
  width: 90%;
  max-width: 780px;
}


td {
  border: 1px #999999 solid;
}

td.title {
  text-align: center;
  font-size: small;
  height: 30px;
  color: #333333;
}


td.color-pink {
  height: 40px;
  background-color: #FFC0CB;
}

td.color-red {
  color: #B22222;
}

td.center {
  text-align: center;
}

td.font-medium {
  font-size: medium;
}

td.font-small {
  font-size: small;
}

td.font-large {
  font-size: large;
}

@media screen and (max-width : 374px){
  td.td-contents {
    width: 4.2em;
  }
}

span.tellnum {
  text-decoration: underline;
  font-size: x-large;
}

div.block {
  margin: 10px 0px 10px 0px;
}

div.discription {
  font-size: 12px;
  margin: 0px 0px 0px 10px;
}

div.return {
  text-align: center;
  margin: 10px 0px 0px 10px;
}

div.footer {
  text-align: left;
  font-size: 10px;
}

img.poster {
  width: 87%;
  max-width: 780px;
}
