@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/itakudoujin/img/topBannerGreen.gif);
  height: 30px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .topBanner, .secondBanner {
    margin-bottom: 10px;
  }
}

.secondBanner {
  margin-bottom: 10px;
}

.wrap {
  width: 1080px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 320px;
  }
}

.menu {
  margin-bottom: 20px;
}
@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/itakudoujin/img/pinkButton.gif);
  color: #FFF;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .menu ul li a {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.menu ul .currentPage a {
  background-image: url(/dir/itakudoujin/img/greenButton.gif);
}

h1 {
  background-color: #00b75a;
  text-align: left;
  color: #FFF;
  font-family: 'Rounded Mplus 1c';
  font-size: 18px;
  font-weight: bolder;
  padding: 3px 0 3px 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: 18px;
  }
}

h2 {
  background-color: #00b75a;
  text-align: center;
  color: #FFF;
  font-family: 'Rounded Mplus 1c';
  font-size: 18px;
  font-weight: bolder;
  padding: 3px 0;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin-top: -5px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    margin-top: 0;
  }
}

.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%;
  }
}
.topArea table {
  display: inline-block;
  vertical-align: middle;
}
.topArea table tr td:nth-child(1) {
  background-color: #e7afcf;
  font-family: 'Rounded Mplus 1c';
  font-weight: bold;
  font-size: 12px;
  padding: 5px 30px;
}
@media only screen and (max-width: 767px) {
  .topArea table tr td:nth-child(1) {
    padding: 5px;
    width: 35%;
    vertical-align: middle;
  }
}
.topArea table tr td:nth-child(2) {
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
}

.leftSide {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .leftSide {
    width: 100%;
  }
}

.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 #00b75a;
}

.timeline-header {
  display: none;
}

.rightSide {
  width: 700px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .rightSide {
    width: 100%;
  }
}
.rightSide .storeAddress {
  text-align: left;
  display: inline-block;
  width: 190px;
  vertical-align: top;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .rightSide .storeAddress {
    width: 100%;
    padding-left: 10px;
  }
}
.rightSide .storeAddress .spTwoPics {
  float: right;
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
}
.rightSide .storeAddress .spTwoPics img {
  width: 100%;
  margin-bottom: 10px;
}
.rightSide .storePictures {
  display: inline-block;
  width: 500px;
  text-align: right;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .rightSide .storePictures {
    width: 100%;
    text-align: center;
  }
}
.rightSide .storePictures img {
  width: 245px;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  .rightSide .storePictures img {
    width: 45%;
  }
}
.rightSide .storePictures img:nth-child(even) {
  margin-left: 5px;
}
.rightSide #map {
  height: 400px;
  width: 100%;
  margin-bottom: 20px;
}
.rightSide .tuduku {
  font-family: 'Rounded Mplus 1c';
  font-size: 20px;
  font-weight: bolder;
  color: #002398;
}
