@media only screen and (min-width: 768px) {
  .nopc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .nosp {
    display: none;
  }
}

#head {
  margin-bottom: 0;
}

.topBanner, .secondBanner {
  background-image: url(/dir/itaku/img/topBannerBlue.gif);
  height: 30px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .topBanner, .secondBanner {
    margin-bottom: 10px;
  }
}

.secondBanner {
  margin-bottom: 10px;
}

body {
  margin: 0;
}

.wrap {
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 320px;
  }
}

.menu {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu {
    margin-bottom: 10px;
  }
}
.menu img {
  float: left;
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .menu img {
    float: none;
    width: 80%;
    margin-bottom: 10px;
  }
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 0 auto;
  float: right;
}
@media only screen and (max-width: 767px) {
  .menu ul {
    float: none;
  }
}
.menu ul li {
  min-width: 230px;
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  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;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .menu ul li a {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.menu ul li a:hover {
  text-decoration: underline;
}
.menu ul .currentPage a {
  background-image: url(/dir/itaku/img/blueButton.gif);
  text-decoration: none;
}
.menu ul .currentPage a:hover {
  text-decoration: underline;
}

.topArea {
  margin-bottom: 20px;
}
.topArea > a img {
  width: 440px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .topArea > a img {
    width: 95%;
  }
}

h1 {
  background-color: #002398;
  text-align: left;
  color: #FFF;
  font-family: 'Rounded Mplus 1c';
  font-size: 18px;
  font-weight: bolder;
  padding-left: 100px;
}
@media only screen and (max-width: 767px) {
  h1 {
    margin-top: -5px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    margin-top: 20px;
  }
}

.moshikomi_description {
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .moshikomi_description {
    margin: 0px 0px 15px 0px;
    padding: 3px 10px;
    background-color: #eeeeee;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi_description {
    margin: 0px 0px 15px 0px;
    padding: 10px 10px;
    background-color: #eeeeee;
  }
}
.moshikomi_description a {
  text-decoration: none;
  color: #486b97;
}
.moshikomi_description a:hover {
  text-decoration: underline;
  color: #946349;
}

.moshikomi {
  display: flex;
  margin: 0 0 10px 0;
  border: 1px solid #357E67;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .moshikomi {
    flex-direction: column;
  }
}
.moshikomi a {
  text-decoration: none;
  color: #486b97;
}
.moshikomi a:hover {
  text-decoration: underline;
  color: #946349;
}

.moshikomi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .moshikomi_pdf {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi_pdf {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .moshikomi_flash {
    margin-top: 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi_flash {
    width: 50%;
  }
}

li.pdf {
  margin: 0 0 5px 0;
  background-image: url(/dir/itaku/img/li_pdf.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 0 20px;
}

li.jpg {
  margin: 0 0 5px 0;
  background-image: url(/dir/itaku/img/li_jpg.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 0 20px;
}

li.ie {
  margin: 0 0 5px 0;
  background-image: url(/dir/itaku/image/li_ie.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .sohusaki {
    background-color: #eeeeee;
    padding: 5px 0 5px 5px;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .sohusaki {
    background-color: #eeeeee;
    padding: 10px 15px;
    width: 50%;
    margin-left: 20px;
    margin-bottom: 35px;
  }
}

.hassou a {
  text-decoration: none;
  color: #486b97;
}
.hassou a:hover {
  text-decoration: underline;
  color: #946349;
}
