@charset "utf-8";

.ii_view img {
  width: 100%;
}
.ii_exp {
  width: 100%;
  padding: 20px;
  border-top: 1px solid #fff;
  background: #3d3d3f;
  color: white;
}

.ii .ii_right .ii_view {
  display: none;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.ii .ii_right .ii_view.on {
  display: block;
}
.ii_pick {
  display: inline-block;
  width: 50%;
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #181818;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}
.ii_left .ii_pick:nth-child(2n) {
  border-right: 0;
}
.ii_left {
  border-top: 1px solid #868080;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.ii_pick.on {
  color: white;
  background: #3d3d3f;
}

.pagetitle {
  width: 22.8125%;
  margin: 20px auto;
}
.pagetitle img {
  width: 100%;
  height: auto;
}
.ii_nm {
  font-size: 16px;
  padding: 4px 0 10px;
}
.ii_ment {
  font-size: 14px;
  line-height: 150%;
  word-break: keep-all;
}
