@charset "utf-8";

#visual div.body {
  padding-bottom: 2px;
  border-bottom: 7px solid #060;
}

#main .catch:after {
  content: '';
  display: block;
  clear: both;
}

#main .catch .content {
  width: 75%;
  float: left;
  font-size: 1.1em;
  font-weight: bold;
}

#main .catch .content strong {
  color: #b51f17;
}

#main .catch .photo {
  width: 25%;
  float: right;
  text-align: center;
}

@media screen and (max-width:736px) {
  #main .catch .content,
  #main .catch .photo {
    width: 100%;
    float: none;
  }
}

#voice > .title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0.25em;
  background: #060;
  border-radius: 3px;
  box-shadow: 3px 3px 3px #bbb;
  margin-bottom: 1em;
}

#voice .list .item {
  padding: 20px;
  background: #f7f2e1;
}

#voice .list .item:after {
  content: '';
  display: block;
  clear: both;
}

#voice .list .item ~ .item {
  margin-top: 0.5em;
}

#voice .list .item .content {
  width: 400px;
  float: right;
}

#voice .list .item .content .caption {
  font-size: 0.8em;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: #060;
}

#voice .list .item .content .title {
  font-size: 1.1em;
  margin: 0;
}

#voice .list .item .content .detail {
  width: 100%;
  display: table;
  table-layout: fixed;
}

#voice .list .item .content .detail > * {
  display: table-cell;
  vertical-align: top;
  margin: 0;
}

#voice .list .item .content .detail .btn {
  display: block;
  height: 30px;
  overflow: hidden;
}

#voice .list .item .content .detail .btn img {
  position: relative;
  opacity: 1;
}

#voice .list .item .content .detail .btn:hover img {
  top: -100%;
}

#voice .list .item .photo {
  width: 210px;
  float: left;
}

#voice .detail .item {
  padding-top: 3em;
  border-top: 1px dashed;
  margin-top: 2em;
}

#voice .detail .item:last-child {
  padding-bottom: 2em;
  border-bottom: 1px dashed;
  margin-bottom: 3em;
}

#voice .detail .item .title {
  font-size: 1.4em;
  font-weight: bold;
  color: #060;
  margin-bottom: 1em;
}

#voice .detail .item div.clearfix .content {
  width: 460px;
  float: left;
}

#voice .detail .item div.clearfix .photo {
  width: 250px;
  text-align: right;
  float: right;
}

@media screen and (max-width:736px) {
  #voice .list .item .content,
  #voice .list .item .photo {
    width: 100%;
    float: none;
  }
  #voice .list .item .content .btn {
    position: relative;
    height: 0 !important;
    padding-top: 17.647%;
  }
  #voice .list .item .content .btn img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
  }
  #voice .list .item .photo {
    text-align: center;
    margin-top: 1em;
  }
  #voice .detail .item div.clearfix > * {
    width: 100% !important;
    float: none !important;
  }
  #voice .detail .item div.clearfix .photo {
    text-align: center;
    margin-top: 1em;
  }
}

#detail {
  line-height: 1.8;
}

#detail > .title {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.2;
  color: #060;
  margin-bottom: 1em;
}

#detail .header .photo {
  text-align: center;
}

#detail .header .content {
  padding: 2em 0 2.5em;
  border-bottom: 1px solid #060;
}

#detail .header .content .marker {
  background: #fff0b8;
}

#detail .visual {
  text-align: center;
}

#detail .point {
  padding-bottom: 2em;
  border-bottom: 1px solid #060;
}

#detail .point .title {
  position: relative;
  margin-bottom: 1em;
}

#detail .point .title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #060;
}

#detail .point .title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 0.1em 0.5em;
  background: #060;
}

#detail .message {
  padding-top: 2.5em;
  border-top: 1px solid #060;
}

#detail .message > .title {
  letter-spacing: -0.4em;
  margin-bottom: 1em;
}

#detail .message > .title > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

#detail .message > .title img {
  width: auto;
  margin-right: 1em;
}

#detail .message > .title span {
  font-size: 1.2em;
  font-weight: bold;
  color: #060;
}

#detail .message .point {
  margin-top: 1em;
}

#detail .message .point .title {
  text-align: center;
}

#detail .list {
  font-size: 0.9em;
  letter-spacing: -0.4em;
  padding: 2%;
  background: #f7f2e1;
}

#detail .list .item {
  width: 31%;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
  margin: 1%;
  margin-top: 1em;
}

#detail .list .item p > img {
  display: inline-block;
  margin-top: 0.5em;
}

#detail .list .item .btn {
  display: block;
  height: 30px;
  overflow: hidden;
}

#detail .list .item .btn:hover img {
  position: relative;
  top: -100%;
  opacity: 1;
}

@media screen and (max-width:736px) {
  #detail .list .item {
    width: 48%;
  }
  #detail .list .item .btn {
    position: relative;
    height: 0;
    padding-top: 15.7895%;
  }
  #detail .list .item .btn img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.content img{
text-align: center;
margin: 0 0 1em;
border: 1px solid #c2c2c2;
padding: 5px;
}