
.japanese .list,
.japanese .detail_content {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold
}

.japanese .english {
  display: none
}

.english .list,
.english .detail_content {
  font-family: "LinotypeUniversW01-Medi 723679", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif
}

.english .japanese {
  display: none
}

.news_w:after {
  content: "";
  display: block;
  clear: both
}

.list {
  width: 240px
}

@media screen and (min-width: 769px) {
  .list {
    float: left
  }
}

@media screen and (max-width: 768px) {
  .list {
    width: 100%
  }
}

.list ul {
  margin-top: 77px
}

@media screen and (max-width: 768px) {
  .list ul {
    margin-top: 42px;
    margin-bottom: 65px;
    border-bottom: solid 1px #e0e0e0
  }
}

.list ul li {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 17px;
  width: 240px;
  list-style: none
}

@media screen and (max-width: 768px) {
  .list ul li {
    padding-left: 20px;
    background-color: #FFF;
    border-top: solid 1px #e0e0e0;
    list-style: none;
    height: 43px;
    line-height: 43px;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden
  }
}

.list .selected {
  text-decoration: underline
}

.detail_content {
  font-weight: bold;
  padding-bottom: 100px;
  display: none;
}

@media screen and (min-width: 769px) {
  .detail_content {
    float: left;
    margin-top: 77px;
    margin-left: 55px;
    width: calc(100% - 300px)
  }
}

@media screen and (max-width: 768px) {
  .detail_content {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 44px 80px 44px;
    background-color: #fff;
    min-height: 400px
  }
}

.detail_content .title {
  position: relative
}

.detail_content .title h2 {
  font-weight: bold;
  font-size: 13px
}

@media screen and (min-width: 769px) {
  .detail_content .title h2 {
    margin-bottom: 30px
  }
}

@media screen and (max-width: 768px) {
  .detail_content .title h2 {
    margin-top: 45px;
    width: 95%;
    line-height: 15px;
    font-size: 10px;
    font-weight: normal
  }
}

.detail_content .title .close {
  position: absolute;
  top: 6px;
  right: 0;
  cursor: pointer;
  display: none
}

@media screen and (max-width: 768px) {
  .detail_content .title .close {
    display: block;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    transform: translate(0, -7px)
  }
}

.detail_content .title .close img {
  height: 100%;
  width: 100%
}

.detail_content .photo {
  margin-bottom: 40px
}

@media screen and (max-width: 768px) {
  .detail_content .photo {
    width: 100%
  }

  .detail_content .photo img {
    width: 100%
  }
}

.detail_content pre {
  line-height: 20px;
  font-size: 12px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 556px
}

@media screen and (max-width: 768px) {
  .detail_content pre {
    font-size: 10px
  }
}