@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');
html {
  font-size: 14px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 11px;
  }
}
body {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#wrapper {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
/* Container */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
}
/* Navigation */
header {
  margin: 0;
  padding: 0;
  vertical-align: top;
  /*background-color: #308C59;*/
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.navi_title {
  background-color: #ffffff;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
/* -- title image -- */
.pc {
  display: inline !important;
}
.mp {
  display: none !important;
}
.sp {
  display: none !important;
}
/* -- navibar ECCJ Home -- */
.navi-left {
  width: 70%;
  float: left;
  text-align: left;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 15px;
  font-size: 0.80em;
  line-height: 100%;
  margin-bottom: 1px;
}
.navi-left2 {
  display: none;
  width: 65%;
  float: left;
  text-align: left;
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 15px;
  font-size: 11px;
  line-height: 100%;
}
/* -- navibar day-- */
.day-right {
  width: 20%;
  float: right;
  padding-top: 0;
  margin-top: 0;
  text-align: right;
  padding-right: 0;
  margin-right: 5px;
  font-size: 0.80em;
}
.day-right2 {
  width: 25%;
  float: right;
  padding-top: 0;
  margin-top: 0;
  text-align: right;
  padding-right: 0;
  margin-right: 5px;
  font-size: 12px;
}
/* title Section */
.toptitle {
  background-color: #ffffff;
  max-width: 980px;
  width: 100%;
  margin: 0;
  padding: 0;
}
/*kouzaichiran*/
h1 {
  text-align: center;
  margin-bottom: 0;
}
h1 img {
  width: 100%;
  max-width: 980%;
}
h2 {
  text-align: center;
  font-size: 1.8em;
  padding: 0 0 0.3em;
  font-weight: bold;
  font-family: "BIZ UDPGothic", sans-serif;
  margin: 0;
  color: #19448e;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
/*h2 img {
  width: 430px;
  height: auto;
}
@media (max-width: 768px) {
  h2 img {
    width: 80%;
    height: auto;
  }
}*/
h3 {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  font-family: "BIZ UDPGothic", sans-serif;
  margin: 0;
  padding: 0 0 0.6em;
  color: #333333;
  letter-spacing: 0.11em;
  line-height: 1.2em;
}
h4 {
  text-align: center;
  font-size: 2em;
  font-family: "BIZ UDPGothic", sans-serif;
  position: relative;
  color: #ffcc00;
  /*-webkit-text-stroke: 0.02em #FF0000;*/
  text-shadow: 1px 1px 0px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000, -1px -1px 1px #000000;
  letter-spacing: 0.14em;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 0.8em;
}
h5 {
  padding: 0.8rem 0.6em 0;
  margin: 0 0 0.2rem 1.3em;
  background-image: linear-gradient(135deg, #dae3f3 10%, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 100% 7px;
  background-position: bottom;
  color: #19448e;
  text-align: left;
  font-size: 1.5em;
  letter-spacing: 0.15em;
  font-family: "BIZ UDPGothic", sans-serif;
}
h6 {
  text-align: left;
  font-size: 1.2em;
  padding: 0.5em 0 0.3em 1.8em;
  font-weight: bold;
  font-family: "BIZ UDPGothic", sans-serif;
  margin: 0;
  color: #19448e;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
.styleabplan {
  text-align: left;
  font-size: 1.2em;
  padding: 0.5em 0 0.3em 0.5em;
  font-weight: bold;
  font-family: "BIZ UDPGothic", sans-serif;
  margin: 0;
  color: #19448e;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
@media (max-width: 480px) {
  h2 {
    font-size: 1.2em;
  }
  h3 {
    font-size: 1.05em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1.1em;
  }
}
.style1 {
  color: #FF0000;
}
.style2 {
  color: #FF0000;
  font-weight: bold;
}
.style3 {
  color: #006600;
}
.style4 {
  color: #999999;
  line-height: 125%;
}
.style5 {
  color: #19448e;
  font-weight: 400;
}
.style6 {
  font-size: 1.15em;
  color: #19448e;
  font-weight: bold;
  margin: 0.5em 0 0;
}
#content p {
  font-size: 1.1em;
  margin: 1em 2em;
  line-height: 1.35em;
  font-family: "BIZ UDPGothic", sans-serif;
}
/*green title*/
.hero {
  background-color: #308C59;
  max-width: 980px;
  height: 50px;
  margin: 0 auto;
  padding-bottom: 0;
}
#tagline {
  clear: both;
  max-width: 980px;
  margin: 0 auto 1em;
  padding: 2em 2em 2em;
  color: #000000;
  background-color: #ffffff;
  /*background-color: #ebf4fb;*/
}
#tagline p {
  font-size: 1.05em;
  color: #000000;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.0px;
}
.smoothed {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px) {
  #tagline {
    max-width: 480px;
    margin: 0 auto;
    padding: 1em 1em 1em;
    color: #000000;
  }
  #tagline p {
    font-size: 0.8em;
    color: #000000;
    font-weight: lighter;
    line-height: 150%;
    letter-spacing: 1.3px;
  }
}
/*3 color box*/
#ex {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  font-family: "BIZ UDPGothic", sans-serif;
}
.explain {
  text-align: center;
  margin: 0 auto;
  width: 85%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
}
.explain img {
  width: 237px;
  height: auto;
}
@media (max-width: 768px) {
  .explain img {
    width: 138%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .explain img {
    width: 120%;
    height: auto;
  }
}
.explain2 {
  width: 95%;
  margin: 0 auto;
  padding: 1.5em 1.8em 0.2em 1.5em;
  background-color: #dae3f3;
  border-radius: 10px;
}
.explain2 p {
  margin: 0.3em 0 1.5em 1em;
  font-size: 0.8em;
  font-family: "BIZ UDPGothic", sans-serif;
  webkit-text-stroke: 0.02em #FF0000;
  line-height: 150%;
}
@media (max-width: 480px) {
  .explain2 {
    width: 95%;
    margin: 0 auto;
    padding: 1.5em 1.8em 0.2em 1.5em;
    background-color: #dae3f3;
    /*border-radius: 10px;*/
  }
}
.items {
  clear: both;
  width: 97%;
  /*margin: 1em auto 1em 28px;*/
  overflow: auto;
}
/*mark*/
.items .item01 {
  width: 48%;
  float: left;
  margin: 0 0 0 2em; /*padding: 5px;*/
}
.items .item02 {
  width: 47%;
  float: right;
  margin: 0 auto 0 1em;
  padding: 0;
}
/*.items .item03 {
  clear: both;
  width: 100%;
  float: left;
  margin: 1em auto;
  padding: 0;
  background-color: #ffffff;
}*/
@media only screen and (max-width : 480px) {
  .items {
    width: 100%;
    margin: 1em auto 1em 0;
    overflow: auto;
  }
  .items .item01 {
    width: 93%;
    margin: 1em auto 0;
    padding: 8px;
  }
  .items .item02 {
    width: 93%;
    margin: 1em auto 0;
    padding: 8px;
    float: left;
  }
  .items .item03 {
    width: 100%;
    margin: 1em auto 0;
    padding: 0 0 0 0;
  }
}
.abplanttl {
  font-size: 1em;
  font-weight: bold;
  color: #333333;
}
table.abplan {
  width: 100%;
  border-collapse: collapse;
  border: 1px #000000 solid;
  margin: 0 auto 0;
}
table.abplan caption {
  color: #000000;
  margin-top: 5px;
  text-align: left;
  padding-left: 15px;
  font-weight: 300;
}
table.abplan td {
  /*  font-size: 0.9em;*/
  padding: 4px 1px 4px 5px;
  vertical-align: top;
  border: 1px #000000 solid;
}
table.abplan td.ttl {
  background-color: #dae3f3;
  font-size: 0.9em;
  width: 20%;
}
@media (max-width: 480px) {
  table.abplan td.ttl {
    font-size: 0.85em;
    width: 20%;
  }
}
table.abplan td.ttlr {
  font-size: 0.9em;
}
table.abplan td.ttlw {
  background-color: #ffffff;
  width: 15%;
}
table.abplan td.planname {
  background-color: #ffffff;
  width: 23%;
  font-size: 0.90em;
}
table.abplan td.plancost {
  background-color: #ffffff;
  width: 25%;
  font-size: 0.90em;
  font-weight: bold;
}
table.abplan td.planetc {
  background-color: #ffffff;
  width: 48%;
  font-size: 0.90em;
}
table.abplanborderless {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 0 auto 2.5em;
  font-weight: bold;
}
.planlink {
  clear: both;
  font-weight: bold;
  text-align: center;
  padding: 0.35em 0 1em;
}
.imageh {
  width: 95%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 480px) {
  .imageh {
    width: 95%;
    margin: 0 auto;
  }
}
img.explainimage {
  width: 964px;
  height: 582px;
}
@media (max-width: 768px) {
  img.explainimage {
    width: 100%;
    height: auto;
  }
}
.img.click {
  max-width: 600px;
}
.box1 {
  padding: 23px 8px 0;
  width: 25%;
  border-radius: 15px;
  vertical-align: middle;
}
.box2 {
  padding: 23px 8px 0;
  width: 25%;
  border-radius: 15px;
  vertical-align: middle;
}
.box3 {
  padding: 23px 8px;
  width: 25%;
  border-radius: 15px;
  vertical-align: middle;
}
/*.boxsem {
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
}
.boxsems {
  font-size: 14px;
  font-weight: bold;
}
.boxsemss {
  font-size: 14px;
  font-weight: 400;
}*/
hr {
  height: 1px;
  margin-bottom: 0;
  boder: none;
  border-top: 1px #308C59 solid;
}
ul li a {
  color: #ffffff;
  text-decoration: none;
}
ul li:hover a {
  color: #2C9AB7;
}
/*small table*/
table.slim {
  border-collapse: collapse;
  border: none;
  width: 96%;
  font-size: 13px;
  margin-left: 2%;
  padding-top: 0;
}
table.slim tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
}
table.slim td {
  background-color: #ffffff;
  padding-left: 1px;
  text-align: left;
  /*border:none;*/
}
table.sche {
  border-collapse: collapse;
  border: none;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
  font-size: 0.83em;
  padding-top: 0;
  margin-bottom: 25px;
}
table.sche tr {
  /*background: #f8f8f8;*/
  border: 1px solid #ddd;
  padding: .35em;
}
table.sche caption {
  color: #000000;
  margin-top: 5px;
  text-align: left;
  padding-left: 15px;
  font-weight: 300;
  font-size: 14px;
}
table.sche td {
  text-align: center;
  /*border:none;*/
  border: solid 1px #308C59;
  border-bottom: solid 1px #308C59;
  padding: 6px 2px 6px;
  line-height: 150%;
  height: 20px;
}
table.sche td.wait {
  background-color: #E4F0E9;
  color: #236641;
  text-align: left;
  /*border:none;*/
  border: solid 1px #308C59;
  border-bottom: solid 1px #308C59;
  padding: 6px 0 6px 8px;
  line-height: 150%;
  height: 20px;
}
table.sche th {
  font-weight: bold;
  text-align: center;
  font-size: 1.25em;
  border: none;
  border: solid 1px #ff99cc;
  border-bottom: solid 1px #ff99cc;
  letter-spacing: 0.1em;
  padding: 3px 0;
  background-color: #fde8ec;
}
/*table.sche thead
{
	color:#000000;
	font-size:0.9em;
}*/
/*table.sche tbody {
  background-color: #iijkll;
}*/
table th.kind {
  color: #000000;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 10%;
  line-height: 120%;
  letter-spacing: 0.8px;
  font-size: 1.05em;
}
table th.title {
  color: #000000;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 33%;
  line-height: 150%;
  letter-spacing: 0.8px;
  font-size: 1.05em;
}
table th.date {
  width: 28%;
  text-align: center;
  font-size: 1.05em;
  line-height: 150%;
}
table th.where {
  color: #000000;
  width: 29%;
  text-align: center;
  font-size: 1.05em;
  line-height: 150%;
}
table.buildex {
  border-collapse: collapse;
  border: none;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
  padding-top: 0;
  margin-bottom: 25px;
}
table.buildex caption {
  margin: 0;
  text-align: left;
  color: #000000;
  /*background-color:#90ee90;*/
  background-color: #e6e6fa;
  font-size: 1.15em;
  padding: 5px 0;
  font-weight: bold;
}
table.buildex th {
  font-weight: bold;
  text-align: center;
  font-size: 0.85em;
  border: none;
  border: solid 1px #483d8b;
  border-bottom: solid 1px #483d8b;
  letter-spacing: 0.1em;
  padding: 3px 0;
  background-color: #E0E5F9;
}
table.buildex tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table.buildex td {
  background-color: #ffffff;
  text-align: center;
  font-size: 0.83em;
  /*border:none;*/
  border: solid 1px #483d8b;
  border-bottom: solid 1px #483d8b;
  padding: 6px 0 6px 0;
  line-height: 150%;
  letter-spacing: 0.8px;
  height: 20px;
}
table.buildex td.kind {
  color: #000000;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 10%;
}
table.buildex td.title {
  color: #000000;
  text-align: center;
  width: 30%;
  letter-spacing: 0.8px;
}
table.buildex td.date {
  width: 33%;
  text-align: center;
}
table.buildex td.where {
  width: 20%;
  text-align: center;
}
table.buildex td.num {
  width: 20%;
  text-align: center;
}
table.buildex td.day {
  width: 20%;
  text-align: left;
  padding: 3px 15px 3px;
}
table.buildex td.wait {
  background-color: #E4F0E9;
  color: #236641;
  text-align: left;
  /*border:none;*/
  border: solid 1px #308C59;
  border-bottom: solid 1px #308C59;
  padding: 6px 0 6px 8px;
  line-height: 150%;
  height: 20px;
}
.new {
  background: #FF0000;
  padding: 0px 2px 0px 2px;
  margin: 0 3px 0 0;
  color: white;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  font-family: Verdana, Geneva, "sans-serif";
  border-radius: 0.5em;
}
.factory {
  background-color: #FF3333;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 105%;
  padding-left: 1px;
  padding-right: 1px;
  color: #ffffff;
}
.build {
  background-color: #006699;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 105%;
  padding-left: 1px;
  padding-right: 1px;
  color: #ffffff;
}
.green {
  color: #308C59;
  font-weight: bold;
}
.pale-green {
  background-color: #CAFFCA;
  font-size: 12px;
  padding-top: 0px;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #000000;
  padding-left: 3px;
  padding-right: 3px;
}
.pale-blue {
  background-color: #ccffff;
  font-size: 13px;
  padding-top: 0px;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #000000;
  padding-left: 3px;
  padding-right: 3px;
}
.local-info {
  background-color: #CAFFCA;
  font-size: 14px;
  padding-top: 3px;
  margin-bottom: 1px;
  color: #000000;
  padding-left: 3px;
  padding-right: 3px;
}
/* More info */
footer {
  background-color: #ffffff;
  padding-bottom: 35px;
}
.footer_column {
  width: 50%;
  text-align: center;
  padding-top: 30px;
  float: left;
}
/*footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}*/
footer .footer_column p {
  color: #717070;
  background-color: #ffffff;
}
footer .footer_column p {
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
  line-height: 25px;
  font-weight: lighter;
  margin-left: 20px;
  margin-right: 20px;
}
.adress {
  border-top: solid 1px #2e8b57;
  border-bottom: solid 1px #2e8b57;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #FFFFCC;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
}
.base {
  text-align: right;
  padding-right: 15px;
  padding-bottom: 8px;
}
#copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
  color: #000000;
  border-top-width: 2px;
}
.footer_banner {
  background-color: #CCCCCC;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0px;
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
}
footer {
  display: inline-block;
}
.hidden {
  display: none;
}
/* Small Tablets */
@media (min-width: 481px)and (max-width: 780px) {
  #wrapper {
    width: 98%;
    margin: 0 auto;
    text-align: center;
  }
  /* Container */
  .container {
    max-width: 100%;
    background-color: #ffffff;
  }
  /* -- navibar ECCJ Home -- */
  .navi-left {
    width: 70%;
    float: left;
    text-align: left;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 15px;
    font-size: 11px;
    line-height: 130%;
    margin-bottom: 1px;
  }
  .hero {
    background-color: #308C59;
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 1px;
  }
  .toptitle {
    /*min-width: 98%;*/
  }
  /*local_ex-"kanto"*/
  .footer_column {
    width: 100%;
    margin-top: 0px;
  }
  /* -- title image -- */
  .pc {
    display: none !important;
  }
  .mp {
    display: inline !important;
  }
  .sp {
    display: none !important;
  }
  table.sche {
    max-width: 767px;
    width: 100%;
    font-size: 12px;
    margin-bottom: 13px;
  }
  table.sche tr {
    padding: .35em;
  }
  table.sche caption {
    margin-top: 3px;
    padding-left: 8px;
    font-size: 12px;
  }
  table.sche td {
    padding: 4px 0 4px 0;
    line-height: 120%;
    height: 16px;
  }
  table.sche td.wait {
    padding: 4px 0 4px 6px;
    line-height: 120%;
    height: 16px;
  }
  table.sche th {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 3px 0;
    background-color: #fde8ec;
  }
  /*table.sche thead
{
	color:#000000;
	font-size:0.9em;
}*/
  table.sche tbody {
    background-color: #iijkll;
  }
  table th.kind {
    padding-left: 7px;
    padding-right: 7px;
    width: 10%;
    line-height: 120%;
    letter-spacing: 0.6px;
    font-size: 12px;
  }
  table th.title {
    padding-left: 7px;
    padding-right: 7px;
    width: 33%;
    line-height: 12%;
    letter-spacing: 0.6px;
    font-size: 12px;
  }
  table th.date {
    font-size: 12px;
    line-height: 120%;
  }
  table th.where {
    font-size: 12px;
    line-height: 120%;
  }
  table.buildex {
    margin: 0 auto;
    width: 100%;
    max-width: 780%;
    padding-top: 0;
    margin-bottom: 25px;
  }
  table.buildex caption {
    margin: 0;
    font-size: 0.85em;
    padding: 5px 0;
  }
  table.buildex th {
    font-size: 0.85em;
    letter-spacing: 0.1em;
    padding: 3px 0;
  }
  table.buildex tr {
    padding: .35em;
  }
  table.buildex td {
    padding: 6px 0 6px 0;
    line-height: 150%;
    letter-spacing: 0.8px;
    height: 20px;
    font-size: 0.83em;
  }
  table.buildex td.kind {
    width: 5%;
  }
  table.buildex td.title {
    width: 5%;
  }
  table.buildex td.date {}
  table.buildex td.where {
    width: 20%;
  }
  table.buildex td.num {
    width: 6%;
  }
  table.buildex td.day {
    width: 40%;
  }
  .new {
    background: #FF0000;
    padding: 0px 2px 0px 2px;
    color: white;
    font-weight: bold;
    font-size: 11px;
    font-style: italic;
    font-family: Verdana, Geneva, "sans-serif";
    border-radius: 0.5em;
    margin-right: 3px;
  }
  .factory {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 105%;
    padding-left: 1px;
    padding-right: 1px;
  }
  .build {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 105%;
    padding-left: 1px;
    padding-right: 1px;
  }
  .green {
    color: #308C59;
    font-weight: bold;
  }
  .pale-green {
    font-size: 12px;
    padding-top: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .local-info {
    font-size: 12px;
    padding-top: 3px;
    margin-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
  }
}
/* Mobile */
@media (max-width: 480px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }
  /* Container */
  .container {
    width: 100%;
    margin-left: 1px;
    margin-right: 1px;
    background-color: #ffffff;
  }
  /* Navigation */
  header {
    margin-top: 0;
    width: 98%;
    /*height: auto;*/
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .pc {
    display: none !important;
  }
  .mp {
    display: none !important;
  }
  .sp {
    display: inline !important;
  }
  .hero {
    background-color: #FFFFFF;
    max-width: 475px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0;
  }
  /* -- navibar ECCJ Home(max-width: 480px) -- */
  .navi-left {
    display: none;
  }
  .navi-left2 {
    display: block;
    width: 70%;
    float: left;
    text-align: left;
    margin-left: 5px;
    margin-right: 15px;
    font-size: 11px;
    line-height: 100%;
  }
  /* -- navibar day-- */
  .day-right {
    font-size: 11px;
  }
  .day-right2 {
    width: 30%;
    font-size: 11px;
  }
  .explain {
    width: 100%;
    display: flex;
    padding-bottom: 11px;
  }
  /*  .explain2 {
    max-width: 480px;
    width: 100%;
    margin: 0 55px 0 0;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 13px;
    line-height: 150%;
  }*/
  .box1 {
    margin-left: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    width: 30%;
    border-radius: 15px;
  }
  .box2 {
    margin-left: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    width: 30%;
    border-radius: 13px;
  }
  .box3 {
    margin-left: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
    width: 30%;
    border-radius: 13px;
  }
  .boxsem {
    font-size: 14px;
    font-weight: bold;
  }
  .boxsems {
    font-size: 12px;
    font-weight: bold;
  }
  .boxsemss {
    font-size: 11px;
    font-weight: 400;
  }
  table.slim {
    border-collapse: collapse;
    border: none;
    width: 98%;
    margin-left: 1px;
    font-size: 11px;
    padding-top: 0;
  }
  /*table(max-width: 480px)*/
  table.sche {
    border-collapse: collapse;
    border: none;
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
    font-size: 11px;
    padding: 2px;
    margin-bottom: 15px;
  }
  table.sche tr {
    border: 0px solid #ddd;
    padding: .35em;
  }
  table.sche caption {
    color: #000000;
    margin-top: 0px;
    text-align: left;
    padding-left: 3px;
    font-weight: 300;
    font-size: 11px;
  }
  table.sche td {
    padding: .5px;
    padding: 5px;
    line-height: 150%;
    height: 0px;
  }
  table.sche td.wait {
    background-color: #E4F0E9;
    padding: .5px;
    text-align: left;
    /*border:none;*/
    padding: 5px;
    line-height: 150%;
    height: 0px;
  }
  table.sche th {
    text-align: center;
    font-weight: 200;
    font-size: 11px;
    border: none;
    border: solid 1px #ff99cc;
    border-bottom: solid 0px #ff99cc;
    letter-spacing: 0.1em;
    padding: 0px 0;
    background-color: #fde8ec;
  }
  /*table.sche thead
{
	color:#000000;
	font-size:0.9em;
}*/
  table.sche tbody {
    background-color: #iijkll;
  }
  table th.kind {
    color: #000000;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 15%;
    line-height: 120%;
    letter-spacing: 0.8px;
  }
  table th.title {
    color: #000000;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 39%;
    line-height: 150%;
    letter-spacing: 0.8px;
  }
  table th.date {
    width: 23%;
    text-align: center;
    line-height: 150%;
  }
  table th.where {
    color: #000000;
    width: 23%;
    text-align: center;
    line-height: 150%;
  }
  table.buildex {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    padding-top: 0;
    margin-bottom: 25px;
  }
  table.buildex caption {
    margin: 0;
    font-size: 0.85em;
    padding: 5px 0;
  }
  table.buildex th {
    font-size: 0.7em;
    font-weight: 200;
    letter-spacing: 0.1em;
    padding: 1px 0;
  }
  table.buildex tr {
    padding: .35em;
  }
  table.buildex td {
    padding: 6px 0 6px 0;
    line-height: 150%;
    letter-spacing: 0.8px;
    height: 20px;
    font-size: 0.7em;
  }
  table.buildex td.kind {
    width: 4%;
  }
  table.buildex td.title {
    width: 15%;
  }
  table.buildex td.date {}
  table.buildex td.where {
    width: 15%;
  }
  table.buildex td.num {
    width: 6%;
  }
  table.buildex td.day {
    width: 40%;
    padding: 3px;
  }
  .new {
    padding: 0px 2px 0px 2px;
    color: white;
    font-weight: bold;
    font-size: 10px;
    font-style: italic;
    font-family: Verdana, Geneva, "sans-serif";
    border-radius: 0.5em;
    margin-right: 3px;
  }
  .pale-green {
    font-size: 11px;
  }
  .local-info {
    background-color: #CAFFCA;
    font-size: 12px;
  }
  /*.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}*/
  .adress {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    line-height: 120%;
  }
  .base {
    text-align: center;
    padding-right: 0;
    padding-bottom: 5px;
  }
  .footer_column {
    width: 100%;
    margin-top: 0px;
  }
  .banner {
    background-color: #2D9AB7;
    background-image: none;
  }
}
.counter {
  opacity: 0;
  margin: 0 auto;
  width: 112;
  height: 16;
}