@charset "utf-8";
/* shinya_kk.css */

/* box-shinya-detail
---------------------------------------------------------- */
.box-shinya-detail {
  margin-bottom: 28px;
  border: 1px solid #e0e0e0;
}
.box-shinya-detail:last-child { margin-bottom: 0; }
  .box-shinya-detail .title { border-bottom: 1px solid #e0e0e0; }
    .box-shinya-detail .title a {
      position: relative;
      display: block;
      padding: 10px 35px 10px 12px;
      background: #ede7f6;
      font-weight: 700;
      font-size: 114.3%;
      font-size: 1.6rem;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    .box-shinya-detail .title a:hover { opacity: 0.7; }
    .box-shinya-detail .title a.is-ext:before {
      position: absolute;
      top: 50%;
      right: 12px;
      width: 14px;
      height: 14px;
      margin-top: -7px;
      background: url(/img/ico_extlink.svg) 0 center no-repeat;
      background-size: 100%;
      content: "";
    }
  .box-shinya-detail .box-station {
    padding: 8px 12px 10px;
    background: #f4f4f4;
    border-bottom: 1px solid #e0e0e0;
  }
    .box-shinya-detail .box-station .text {
      font-weight: normal;
      color: #666;
    }
  .box-shinya-detail .box-main-station { padding: 12px; }
  .box-shinya-detail .box-main-station + .box-main-station { border-top: 1px solid #e0e0e0; }
    .box-shinya-detail .box-main-station .grey-01   {
      margin-bottom: 5px;
      color: #666;
      background-color: #e6e6e6;
    }
    .box-shinya-detail .box-main-station .text li { display: inline-block; }
    .box-shinya-detail .box-main-station .text li:after {
      display: inline-block;
      padding: 0 4px;
      content: "－";
    }
    .box-shinya-detail .box-main-station .text li:last-child:after { display: none; }
