@charset "UTF-8";
._overall_image-sprite, ._overall_image-o1, ._overall_image-o2, ._overall_image-o3, ._overall_image-o4, ._overall_image-o5 {
  background-image: url('../images/_overall_image.png');
  background-repeat: no-repeat;
}

._overall_image-o1 {
  background-position: 0 -798px;
  height: 400px;
  width: 166px;
}
._overall_image-o1:hover, ._overall_image-o1.o1-hover {
  background-position: 0 -1198px;
}

._overall_image-o2 {
  background-position: 0 -399px;
  height: 399px;
  width: 153px;
}
._overall_image-o2:hover, ._overall_image-o2.o2-hover {
  background-position: 0 0;
}

._overall_image-o3 {
  background-position: 0 -2826px;
  height: 456px;
  width: 294px;
}
._overall_image-o3:hover, ._overall_image-o3.o3-hover {
  background-position: 0 -3282px;
}

._overall_image-o4 {
  background-position: -145px -1598px;
  height: 404px;
  width: 145px;
}
._overall_image-o4:hover, ._overall_image-o4.o4-hover {
  background-position: 0 -1598px;
}

._overall_image-o5 {
  background-position: 0 -2002px;
  height: 412px;
  width: 153px;
}
._overall_image-o5:hover, ._overall_image-o5.o5-hover {
  background-position: 0 -2414px;
}

#overall .page-title {
  color: #F2505A;
  border-color: #F2505A;
}
#overall .icon {
  top: -85px;
}
#overall .contents {
  padding-bottom: 30px;
}
#overall #overall-top {
  padding: 162px 30px 20px;
  color: #070202;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../images/overall/title.png) no-repeat center 20px #F2515B;
}
#overall #overall-sns {
  position: absolute;
  top: 20px;
  right: 0;
}
#overall #overall-sns .tweet,
#overall #overall-sns .facebook {
  float: left;
  margin-left: 10px;
}
#overall .text {
  border: solid 1px #F2515B;
  padding: 20px 30px;
  margin: 30px auto 0;
  width: 778px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.7;
  color: #303030;
}
#overall .text h3 {
  font-weight: bold;
  color: #F2515B;
  font-size: 14px;
}
#overall .text #mail {
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1;
}
#overall .text #mail a {
  color: #F2515B;
  text-decoration: underline;
  font-size: 18px;
}
#overall .text time {
  font-size: 20px;
  color: #F2515B;
  font-weight: bold;
  display: block;
  line-height: 1;
}
#overall .text #attention {
  padding-top: 2em;
  margin-top: 2em;
  border-top: dashed 1px #F2515B;
}
#overall .text #attention h4 {
  font-weight: bold;
  font-size: 14px;
}
#overall .text #attention h4 span {
  font-weight: normal;
  font-size: 12px;
}
#overall .text #attention p {
  text-indent: -1em;
  margin-left: 1em;
}
#overall .text #attention p .red {
  color: #F2515B;
}
#overall .text #attention .right {
  text-align: right;
  display: block;
  margin-top: 1em;
}

#overall-image {
  position: relative;
  min-height: 456px;
}
#overall-image p {
  float: left;
  margin-top: 50px;
}
#overall-image p.center {
  position: absolute;
  left: 50%;
  float: none;
  margin: 0 0 0 -147px;
}
#overall-image p.img4 {
  margin: 50px 20px 0 240px;
}
#overall-image p.img2 {
  margin-left: 20px;
}

#comment {
  width: 700px;
  height: 121px;
  background: url(../images/overall/comment.png) no-repeat 0 0;
  margin: 0 auto;
  padding: 40px 20px 0;
  font-size: 12px;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#comment h2 {
  font-size: 16px;
  font-weight: bold;
}

#photos {
  margin: 20px 0 40px;
}
#photos li {
  width: 100px;
  height: 100px;
  float: left;
  background: #fff;
}
#photos li a {
  display: block;
}
#photos li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#screen {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(../images/overall/screen.png);
  width: 100%;
  height: 100%;
  display: none;
}

#pic {
  width: 50%;
  height: auto;
  position: relative;
  margin: 0 auto;
}
#pic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#pic .close {
  position: absolute;
  right: -25px;
  bottom: -25px;
  width: 50px;
  height: 50px;
  background: url(../images/overall/close.png) no-repeat 0 0;
  cursor: pointer;
  z-index: 1;
}
