@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .nopc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .nosp {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

#head {
  margin-bottom: 0;
}

.topBanner {
  background-image: url(/dir/itaku/img/topBannerBlue.gif);
  height: 30px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .topBanner {
    margin-bottom: 10px;
  }
}

.wrap {
  width: 1080px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 320px;
  }
}

.leftSide {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .leftSide {
    display: none;
  }
}

.mainLogo {
  width: 90%;
}

.tsuhanButton {
  font-family: 'Rounded Mplus 1c';
  font-weight: bolder;
  font-size: 20px;
  background-color: #002398;
  line-height: 1.8;
  width: 180px;
  margin: 10px auto;
  border-radius: 50px;
}
.tsuhanButton a {
  color: #FFF;
  display: block;
}

.twitter {
  border: 1px solid #CCC;
  padding: 5px 20px 20px 20px;
  position: relative;
  text-align: left;
}
.twitter .twitterHeader a {
  color: #46beba;
}
.twitter .twitterHeader strong {
  font-size: 20px;
}

.twitter:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #002398;
}

.timeline-header {
  display: none;
}

.rightSide {
  width: 700px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .rightSide {
    width: 100%;
  }
}

.menu {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .menu {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.menu ul {
  width: 700px;
  list-style-type: none;
  padding: 0;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .menu ul {
    width: 100%;
  }
}
.menu ul li {
  width: 230px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-family: 'Rounded Mplus 1c';
  font-weight: bolder;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .menu ul li {
    min-width: 1px;
    font-size: 10px;
    float: none;
    width: 30%;
    display: inline-block;
    margin: 0;
  }
}
.menu ul li a {
  background-image: url(/dir/itaku/img/redButton.gif);
  color: #FFF;
  display: block;
}
.menu ul li:nth-child(1) {
  margin-right: 5px;
}
.menu ul li:nth-child(1) a {
  background-image: url(/dir/itaku/img/blueButton.gif);
}
.menu ul li:nth-child(2) {
  margin-right: 5px;
}

.slid {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .slid {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slid .block {
    width: 320px;
    height: auto;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slid .block img {
    width: 320px;
    height: auto;
  }
}
@media only screen and (min-width: 700px) {
  .slid .block img {
    width: 490px;
    height: auto;
  }
}
@media only screen and (min-width: 900px) {
  .slid .block img {
    width: 590px;
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .slid .block img {
    width: 700px;
    height: 394px;
    margin: 0 0 10px;
  }
}

#banner {
  margin-top:-15px;
}

#banner ul li {
  width: 230px;
}
@media only screen and (max-width: 767px) {
  #banner ul li {
    width: 49%;
  }
}
#banner ul li img {
  width: 100%;
}

.twitterButton {
  position: fixed;
  bottom: 5px;
  right: 5px;
}
@media only screen and (min-width: 768px) {
  .twitterButton {
    display: none;
  }
}
.twitterButton img {
  width: 50px;
}

/*
------------ 追加ボタン ------------- */
.more {
  width: 20%;
  margin: 15px auto;
  padding: 20px;
  background: #c50067;
  color: #fff;
  border-radius: 6px;
}
.more:hover {
  cursor: pointer;
}

/*
----------- imgContainer ------------------ */
@media only screen and (max-width: 767px) {
  .imgContainer {
    margin-top: 10px;
    margin-left: 2px;
    margin-bottom: 10px;
    margin-right: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .imgContainer ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .imgContainer ul {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .imgContainer > li {
    display: block;
    width: 47%;
  }
}
@media only screen and (min-width: 768px) {
  .imgContainer > li {
    width: 33.3%;
  }
}

/*# sourceMappingURL=main_page.css.map */
