@charset "utf-8";

/* 検索結果なし */
._system__data_noexists {
  margin-top: 12px;
}

/* リストページタイトルリンク */
._system__list_title a:link, ._system__list_title a:visited {
  color: #FFF;
}

/* カートアイコン */
._system__cart_icon {
  color: #FF0000;
}

/* カートアラート */
._system__cart_alert {
  color: #FF0000;
}

/* カートポイント・預り金 */
.dtlttl ._system_card_point {
  float: right;
}

/* リストでのカートボタン */
.button_in_list {
  margin: 0px;
  padding: 5px 10px;
  background-color: #EA609E;
  border: 1px solid #AE4776;
  font-size: 9px;
  line-height: 16px;
  font-weight: normal;
  color: #FFF !important;
  display: block;
  text-align: center;
  width: 66px;
  border-radius: 4px;
}

.bskt-cont .device_caution {
  margin: 0px;
  color: #999;
}

.players {
  margin: 6px 0 0 0;
  background-color: #fff;
}

.player {
  color: red;
}

.not-ready {
  margin: 0;
  padding: 5px 10px 5px 10px;
  background-color: #bbb;
  border: solid 1px #bbb;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #fff !important;
  display: block;
  text-align: center;
  width: 168px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.vr-modal>label {
  margin: 0;
  padding: 5px 10px 5px 10px;
  background-color: #ea609e;
  border: solid 1px #ae4776;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #fff !important;
  display: block;
  text-align: center;
  width: 168px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.vr-modal>label:hover {
  background-color: #f19fc2;
  color: #fff !important;
  text-decoration: none;
}

.modal-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.modal-wrap label {
  color: #000;
  cursor: pointer;
}

.vr-modal input {
  position: absolute;
  z-index: -9999;
  visibility: hidden;
}

.modal-overlay {
  position: fixed;
  opacity: 0;
  z-index: -999;
}

input:checked~.modal-overlay {
  opacity: 1;
  z-index: 999;
}

.modal-filter {
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background: #fff;
  z-index: 100;
}

.modal-close {
  text-align: right;
  padding: 10px;
}

.vr-wrap {
  display: flex;
  margin: 30px auto;
  flex-wrap: wrap;
  align-items: center;
}

.vr-desc {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
}

.vr-data {
  text-align: center;
  flex-basis: 350px;
  flex-grow: 1;
}

.vr-head {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.vr-error {
  margin-top: 10px;
  color: red;
}


/*タブ切り替え全体のスタイル*/
.vr-tabs {
  margin-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}


/*タブのスタイル*/
.vr-tab-item {
  width: calc(100%/2);
  height: 40px;
  border-bottom: 3px solid #e93290;
  background-color: #d9d9d9;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.vr-tab-item:hover {
  opacity: 0.75;
}

#vr-error-tab-item {
  width: 100%;
}

/*ラジオボタンを全て消す*/
input[name="vr-tab-item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.vr-tab-content {
  display: none;
  padding: 40px 10px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
.firsttime:checked~.firsttime-content, .installed:checked~.installed-content, .error:checked~.error-content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.vr-tabs input:checked+.vr-tab-item {
  background-color: #e93290;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .not-ready, .vr-modal>label {
    padding: 5px;
    width: 148px;
  }
  .vr-tabs {
    width: 600px;
  }
  .vr-tab-content {
    padding: 10px 10px 0;
  }
  .vr-data {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .not-ready, .vr-modal>label {
    padding: 5px;
    font-size: 10px;
    line-height: 14px;
    width: 127px;
  }
  .vr-tabs {
    width: 400px;
  }
  .vr-tab-content {
    padding: 10px 10px 0;
  }
  .vr-data {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .dtlttl ._system_card_point {
    float: right;
    font-size: 10px;
  }
  .not-ready, .vr-modal>label {
    padding: 5px;
    font-size: 10px;
    line-height: 16px;
    width: 79px;
  }
  .vr-tabs {
    width: 300px;
  }
  .vr-tab-content {
    padding: 10px 10px 0;
  }
  .vr-data {
    padding-bottom: 30px;
  }
}

input.age_auth, input.is_magazine_reader {
  display: none;
}

.age_auth_parts, .is_magazine_reader_parts {
  padding-left: 30px;
  position: relative;
}

.age_auth_parts::before, .is_magazine_reader_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 4px;
}

input.age_auth:checked+.age_auth_parts, input.is_magazine_reader:checked+.is_magazine_reader_parts {
  color: #333;
}

input.age_auth:checked+.age_auth_parts::after, input.is_magazine_reader:checked+.is_magazine_reader_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 7px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}


/* デジタル商品 ショッピングバスケット */


/* 購入フロー表示 */


/***** Screen 960px *****/

.flow {
  margin: 10px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.flow ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.flow ul li {
  margin: 0 7px 0 0;
  padding: 0 21px 0 0;
  list-style-type: none;
  display: block;
  float: left;
  background-image: url(../images/icn/flow_arr.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

.flow ul li:last-child {
  margin: 0;
  padding: 0;
  background-image: none;
}

.flow ul li .flow-bskt {
  margin: 0;
  padding: 6px 12px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.flow ul li .flow-bskt .txt {
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #666;
}

.flow ul li .flow-bskt-actv {
  margin: 0;
  padding: 6px 12px;
  background-color: #eee;
  border: solid 1px #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.flow ul li .flow-bskt-actv .txt {
  padding: 0 0 0 23px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #666;
  background-image: url(../images/icn/basket_gr.png);
  background-repeat: no-repeat;
  background-position: left center;
}


/***** Screen Bigger than 960px *****/

@media only screen and (min-width:1200px) {}


/***** Tablet (Smaller than 959px) *****/

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .flow {
    margin: 10px 0 15px 0;
  }
  .flow ul li {
    margin: 5px 3px 0 0;
    padding: 0 17px 0 0;
  }
  .flow ul li:last-child {
    margin: 5px 0 0 0;
  }
}

/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .flow {
    margin: 10px 0 15px 0;
  }
  .flow ul li {
    margin: 5px 3px 0 0;
    padding: 0 17px 0 0;
  }
  .flow ul li:last-child {
    margin: 5px 0 0 0;
  }
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  .flow {
    margin: 10px 0 0 0;
  }
  .flow ul li {
    margin: 5px 3px 0 0;
    padding: 0 17px 0 0;
  }
  .flow ul li:last-child {
    margin: 5px 0 0 0;
  }
  .flow ul li .flow-bskt {
    padding: 3px 6px;
  }
  .flow ul li .flow-bskt .txt {
    font-size: 12px;
    line-height: 14px;
  }
  .flow ul li .flow-bskt-actv {
    padding: 3px 6px;
  }
  .flow ul li .flow-bskt-actv .txt {
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    background-image: none;
  }
}

/***** Screen 960px *****/
/* 商品テーブルヘッダ */
.title-bskt {
  padding: 0;
  background-color: #f2dbe1;
  border-top: solid 1px #d8c3c9;
  display: inline-block;
  width: 100%;
  clear: both;
}

.title-bskt .ttl {
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  float: left;
}

.title-bskt .pr {
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  width: 117px;
  /* 147px */
  text-align: center;
  float: right;
}


/* 商品テーブル */
.bskt-cont {
  margin: 0;
  background-color: #fff;
  border-right: solid 2px #f2dbe1;
  border-bottom: solid 2px #f2dbe1;
  border-left: solid 2px #f2dbe1;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
}

.bskt-cont td {
  padding: 15px 0;
  background-color: #fff;
  border: none;
  font-size: 12px;
  line-height: 18px;
}

.bskt-cont td.td-l {
  width: 35px;
}

.bskt-cont td.td-thumb {
  width: 108px;
}

.bskt-cont td.td-info {
  padding: 15px;
}

.bskt-cont td.td-info-vod {
  padding: 15px;
}

.bskt-cont td.td-r {
  width: 147px;
}

.bskt-cont .thumb {
  margin: 0 18px 0 0;
  width: 90px;
  height: auto;
}

.bskt-cont .thumb-mg {}

.bskt-cont .ttl {
  font-size: 16px;
  line-height: 22px;
}

.bskt-cont .deliv {
  margin: 20px 0 0 0;
  padding: 0 0 0 22px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  background-image: url(../images/icn/item_dt.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.bskt-cont .price {
  font-size: 16px;
  line-height: 20px;
  border-left: solid 1px #f2dbe1;
}


/* 商品テーブルフッタ */
.btm-bskt, .tp-bskt {
  padding: 0;
  background-color: #eee;
  display: inline-block;
  width: 100%;
  clear: both;
}

.btm-bskt {
  border-top: solid 1px #d8c3c9;
}

.tp-bskt {
  margin: 30px 0 0 0;
  border-bottom: solid 1px #d8c3c9;
}

.btm-bskt .bbline, .tp-bskt .bbline {
  margin: 0 15px;
  padding: 0;
  text-align: right;
  width: auto;
  clear: both;
}

.btm-bskt .bbline-dot, .tp-bskt .bbline-dot {
  margin: 0 15px;
  padding: 0;
  text-align: right;
  width: auto;
  clear: both;
  border-top: dotted 1px #ccc;
}

.btm-bskt .bbline-lst, .tp-bskt .bbline-lst {
  margin: 0;
  padding: 0;
  text-align: right;
  width: auto;
  clear: both;
  border-top: solid 1px #d8c3c9;
}

.btm-bskt>.bbline-pmt, .tp-bskt>.bbline-pmt {
  margin: 0 15px;
  padding: 15px 0;
  text-align: left;
  width: auto;
  clear: both;
}

.btm-bskt .bbline-pmt-dot, .tp-bskt .bbline-pmt-dot {
  margin: 0 15px;
  padding: 15px 0;
  text-align: left;
  width: auto;
  clear: both;
  border-top: dotted 1px #ccc;
}

.btm-bskt .chk, .btm-bskt .chk-btm, .tp-bskt .chk, .tp-bskt .chk-btm {
  margin: 15px 0 15px 18px;
  padding: 0 0 0 15px;
  font-size: 12px;
  line-height: 16px;
  float: left;
  background-repeat: no-repeat;
}

.btm-bskt .chk, .tp-bskt .chk {
  background-image: url(../images/icn/arr_t.png);
  background-position: left top;
}

.btm-bskt .chk-btm, .tp-bskt .chk-btm {
  background-image: url(../images/icn/arr_b.png);
  background-position: left bottom;
}

.btm-bskt .pr, .tp-bskt .pr {
  margin: 5px 0 0 0;
  padding: 5px 45px 0px 15px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  width: 90px;
  /* 147px */
  text-align: right;
  float: right;
}

.btm-bskt .prnm, .tp-bskt .prnm {
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: right;
  float: right;
}

.btm-bskt .pr-nrr, .tp-bskt .pr-nrr {
  margin: 7px 0 0 0;
  padding: 5px 30px 5px 15px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  width: 90px;
  text-align: right;
  float: right;
}

.pr-tip {
  font-size: 12px;
  float: right;
  padding: 0px 45px 10px 15px;
}

.btm-bskt .pr-nrr input, .tp-bskt .pr-nrr input {
  width: 30px;
}

.btm-bskt .prnm-nrr, .tp-bskt .prnm-nrr {
  margin: 7px 0 0 0;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: right;
  float: right;
}


/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .bskt-cont td.td-thumb {
    width: 80px;
  }
  .bskt-cont .thumb {
    margin: 0 10px 0 0;
    width: 70px;
    height: auto;
  }
  .bskt-cont .ttl {
    font-size: 14px;
    line-height: 20px;
  }
}


/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  .title-bskt .ttl {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .title-bskt .pr {
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px;
    width: 80px;
  }
  .bskt-cont td.td-thumb {
    width: 80px;
  }
  .bskt-cont .thumb {
    margin: 0 10px 0 0;
    width: 70px;
    height: 96px;
  }
  .bskt-cont .ttl {
    font-size: 12px;
    line-height: 18px;
  }
  .bskt-cont td.td-r {
    width: 80px;
  }
  .bskt-cont .price {
    font-size: 14px;
    line-height: 20px;
    border-left: solid 1px #f2dbe1;
  }
  .btm-bskt .pr, .tp-bskt .pr {
    margin: 5px 15px 0 0;
    padding: 5px 0 0 0;
    font-size: 14px;
    width: 80px;
  }
  .btm-bskt .prnm, .tp-bskt .prnm {
    font-size: 12px;
  }
  .pr-tip {
    font-size: 12px;
    float: right;
    padding: 0px;
  }
  .btm-bskt .bbline .tp-bskt .bbline {
    margin: 0 15px;
    padding: 0;
    text-align: right;
    width: auto;
    clear: both;
  }
  .btm-bskt .bbline-dot, .tp-bskt .bbline-dot {
    margin: 0 15px;
    padding: 0;
    text-align: right;
    width: auto;
    clear: both;
    border-top: dotted 1px #ccc;
  }
  .btm-bskt .pr-nrr, .tp-bskt .pr-nrr {
    margin: 7px 0 0 0;
    padding: 10px 0 10px 10px;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    width: 65px;
    text-align: right;
    float: right;
  }
  .btm-bskt .prnm-nrr, .tp-bskt .prnm-nrr {
    margin: 7px 0 0 0;
    padding: 10px 0;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    text-align: right;
    float: right;
  }
}

/* 新規登録 ログインボタンエリア */
/***** Screen 960px *****/
.sys-btnblk {
  margin: 35px auto 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  max-width: 1000px;
}

.sys-btnblk ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}

.sys-btnblk ul li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
  background-image: url(../images/icn/flow_arr.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

.sys-btnblk ul li:last-child {
  margin: 0;
}

a.svbtn-base .gred01-fix, button.svbtn-base .gred01-fix {
  background: linear-gradient(#fff, #dbdbdb);
  padding: 8px;
  text-align: center;
  width: 244px;
}

a:hover.svbtn-base .gred01-fix {
  background: linear-gradient(#dbdbdb, #fff);
  text-decoration: none;
}


/***** Screen Bigger than 960px *****/
@media only screen and (min-width:1200px) {
  a.svbtn-base .gred01-fix, button.svbtn-base .gred01-fix {
    width: 244px;
  }
}

/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  a.svbtn-base .gred01-fix, button.svbtn-base .gred01-fix {
    width: 244px;
  }
}

/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  a.svbtn-base .gred01-fix, button.svbtn-base .gred01-fix {
    width: 198px;
  }
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  a.svbtn-base .gred01-fix, button.svbtn-base .gred01-fix {
    width: 280px;
  }
  .sys-btnblk ul li {
    margin: 10px 0 0 0;
  }
  .sys-btnblk ul li:last-child {
    margin: 10px 0 0 0;
  }
}


/* 購入完了ページ */
.paycomp {
  background-color: #fff;
  padding: 20px;
  border: solid 3px #999;
  text-align: center;
}

.paycomp .pchead {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}

.paycomp .pctxt {
  margin: 15px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

.paycomp .pctxt-l {
  margin: 15px auto 0 auto;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  text-align: left;
  display: inline-block;
}

.btm-bskt .res-head {
  margin: 7px 0 0 0;
  padding: 15px 15px 15px 0;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  width: 150px;
  float: left;
  text-align: left;
}

.btm-bskt .res-bdy {
  margin: 7px 0 0 0;
  padding: 15px 15px 15px 0;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  float: left;
  text-align: left;
}


/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  .btm-bskt .res-head {
    padding: 15px 10px 15px 0;
    font-size: 12px;
    line-height: 16px;
    width: 110px;
  }
  .btm-bskt .res-bdy {
    padding: 15px 10px 15px 0;
    font-size: 12px;
    line-height: 16px;
  }
}

/* 下部補足情報枠 */
/***** Screen 960px *****/
.sys-sub {
  margin: 35px 0 0 0;
  padding: 20px;
  width: auto;
  border: solid 3px #eee;
}

.sys-sub .headttl {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}

.sys-sub .sub-svlink {
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
  border-right: dotted 1px #bbb;
  float: left;
}

.sys-sub .sub-svlink ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sys-sub .sub-svlink ul li {
  margin: 0;
  padding: 0 0 7px 0;
  list-style-type: none;
}

.sys-sub .sub-svlink ul li a {
  font-size: 12px;
  line-height: 16px;
  color: #843e5d;
  background-image: url(../images/icn/link.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}

.sys-sub .sub-svce {
  margin: 0;
  padding: 0;
  float: left;
}

.sys-sub .sub-svce ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sys-sub .sub-svce ul li {
  margin: 0 5px 0 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

.sys-sub .sub-svce ul li:last-child {
  margin: 0;
}

/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .sys-sub .sub-svlink {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-right: none;
    border-bottom: dotted 1px #bbb;
    width: 100%;
  }
  .sys-sub .sub-svce {
    margin: 0;
    padding: 0;
  }
}

/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sys-sub .sub-svlink {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-right: none;
    border-bottom: dotted 1px #bbb;
    width: 100%;
  }
  .sys-sub .sub-svce {
    margin: 0;
    padding: 0;
  }
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  .sys-sub .sub-svlink {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-right: none;
    border-bottom: dotted 1px #bbb;
    width: 100%;
  }
  .sys-sub .sub-svce {
    margin: 0;
    padding: 0;
  }
}

/* シングルカラムページ */
.grid_sc {
  width: 90%;
  margin: 0px auto;
}

/* ログインページ */
.title-lgin {
  margin: 30px 0 0 0;
  padding: 10px 15px;
  background-color: #f2dbe1;
  border-top: solid 1px #d8c3c9;
  display: block;
  width: auto;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.title-lgin span {
  margin: 0 0 0 25px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
}

.lgin-cont {
  margin: 0;
  padding: 20px 15px;
  background-color: #fff;
  border-right: solid 3px #f2dbe1;
  border-bottom: solid 3px #f2dbe1;
  border-left: solid 3px #f2dbe1;
  width: auto;
  font-size: 12px;
  line-height: 20px;
}

.lginline {
  margin: 0 0 13px 180px;
  display: inline-block;
}

.fgtline {
  margin: 0 0 13px 255px;
  display: inline-block;
}

.lginline .head, .fgtline .head {
  margin: 0 10px 0 0;
  padding: 0;
  width: 100px;
  font-weight: bold;
  text-align: right;
  float: left;
}

.lginline .form, .fgtline .form {
  margin: 0;
  padding: 0;
  width: 213px;
  float: left;
}

.lginline .form input, .fgtline .form input {
  width: 200px;
  vertical-align: middle;
}

.lginline .chk {
  float: left;
}

.lginline .chk input {
  float: left;
  vertical-align: middle;
}

.lgin-ctrblk, .lgin-ctrblk-nrr, .lgin-lftblk {
  padding: 0;
}

.lgin-ctrblk {
  margin: 0 auto;
  text-align: center;
}

.lgin-ctrblk-nrr {
  margin: 0;
  text-align: center;
}

.lgin-lftblk {
  margin: 0 0 14px 0;
  text-align: left;
}

.lgin-ctrblk .lgin-btn {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}

.lgin-ctrblk ul.lgin-btns {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.lgin-ctrblk ul.lgin-btns li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
}

.lgin-ctrblk ul.lgin-btns li:last-child {
  margin: 0;
}

.scrtyarea {
  margin: 30px 0 0 0;
  padding: 20px;
  background-color: #f5f5f5;
  border: solid 3px #999;
  width: auto;
  display: block;
}

.scrtyarea .sctxt {
  margin: 0;
  padding: 0 0 0 22px;
  width: 658px;
  font-size: 12px;
  line-height: 18px;
  background-image: url(../images/icn/caution.png);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
}

.scrtyarea .scssl {
  margin: 0;
  padding: 0;
  width: auto;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  float: right;
}

/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .lginline {
    margin: 0 0 13px 177px;
  }
  .fgtline {
    margin: 0 0 13px 169px;
  }
  .lginline .chk {
    margin: 5px 0 0 106px;
    width: auto;
    float: left;
  }
  .lgin-ctrblk, .lgin-ctrblk-nrr, .lgin-lftblk {
    width: 652px;
  }
  .scrtyarea .sctxt {
    width: 498px;
  }
}

/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .lginline {
    margin: 0 0 13px 60px;
  }
  .fgtline {
    margin: 0 0 13px 53px;
  }
  .lginline .chk {
    margin: 5px 0 0 106px;
    width: auto;
    float: left;
  }
  .lgin-ctrblk, .lgin-ctrblk-nrr, .lgin-lftblk {
    width: 420px;
  }
  ul.lgin-btns li a.svbtn-base .gred01-fix {
    width: 180px;
    /* 205px */
  }
  .scrtyarea .sctxt {
    width: 260px;
  }
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  .title-lgin {
    font-size: 12px;
    line-height: 16px;
  }
  .lginline {
    margin: 0 0 13px 30px;
  }
  .fgtline {
    margin: 0 0 13px 30px;
  }
  .lginline .head, .fgtline .head {
    margin: 0;
    width: 200px;
    text-align: left;
  }
  .lginline .chk {
    margin: 5px 0 0 0;
    width: auto;
    float: left;
  }
  .lgin-ctrblk, .lgin-ctrblk-nrr, .lgin-lftblk {
    width: 264px;
  }
  ul.lgin-btns li a.svbtn-base {
    margin: 15px 0 0 0;
  }
  a.svbtn-base .gred01-fix, button.svbtn-base .gred01-fix {
    width: 244px;
    /* 260px */
  }
  .scrtyarea .sctxt {
    width: 220px;
  }
  .scrtyarea .scssl {
    margin: 15px 0 0 0;
    padding: 0;
    width: auto;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    width: 254px;
  }
}

/* 新規会員登録 */
.sflow {
  margin: 10px 0;
  padding: 0;
  text-align: center;
}

.sflow ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.sflow ul li {
  margin: 5px 7px 0 0;
  padding: 0 21px 0 0;
  list-style-type: none;
  display: block;
  float: left;
  background-image: url(../images/icn/flow_arr.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

.sflow ul li:last-child {
  margin: 5px 0 0 0;
  padding: 0;
  background-image: none;
}

.sflow ul li .flow-sign {
  margin: 0;
  padding: 6px 12px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.sflow ul li .flow-sign .txt {
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #666;
}

.sflow ul li .flow-sign-actv {
  margin: 0;
  padding: 6px 12px;
  background-color: #eee;
  border: solid 1px #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.sflow ul li .flow-sign-actv .txt {
  padding: 0 0 0 21px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #666;
  background-image: url(../images/icn/sign_gr.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.sflow {}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  .sflow {}
  .sflow ul li .flow-sign {
    padding: 3px 6px;
  }
  .sflow ul li .flow-sign .txt {
    font-size: 12px;
    line-height: 14px;
  }
  .sflow ul li .flow-sign-actv {
    padding: 3px 6px;
  }
  .sflow ul li .flow-sign-actv .txt {
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    background-image: none;
  }
}

.sann {
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
}

table.signtble {
  margin: 0 auto;
  width: auto;
  background-color: #fff;
  border: none;
  font-size: 12px;
  line-height: 16px;
}

table.signtble tr {
  border-bottom: dotted 1px #ddd;
}

table.signtble td {
  padding: 8px;
  width: auto;
  background-color: #fff;
  border: none;
}

table.signtble td span {
  margin: 0 0 0 10px;
}

table.signtble th {
  margin: 0;
  padding: 8px;
  width: auto;
  background-color: #fff;
  border: none;
  font-weight: bold;
}

table.signtble th span {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}

table.signtble .fomlngs01 {
  width: 170px;
}

.signbox {
  margin: 0 auto;
  width: auto;
  font-size: 12px;
  line-height: 16px;
  clear: both;
}

.signbox .signline {
  border-bottom: dotted 1px #ddd;
  margin: 0 auto;
  display: inline-block;
}

.signbox .signline .lb01, .signbox .signline .lb01-err {
  margin: 0;
  padding: 8px;
  width: 90px;
  /* 95px */
  font-weight: bold;
  text-align: right;
  float: left;
}

.signbox .signline .lb01 span, .signbox .signline .lb01-err span {
  font-size: 12px;
  font-weight: normal;
}

.signbox .signline .lb01 span {
  color: #999;
}

.signbox .signline .lb01-err span {
  color: #fff;
}

.signbox .signline .lb02, .signbox .signline .lb02-err {
  margin: 0;
  padding: 8px;
  width: 210px;
  /* 225px */
  text-align: right;
  float: left;
}

.signbox .signline .lb03, .signbox .signline .lb03-err {
  margin: 0;
  padding: 8px;
  width: 435px;
  text-align: right;
  float: left;
}

.signbox .signline .lb04, .signbox .signline .lb04-err {
  margin: 0;
  padding: 8px;
  width: 435px;
  text-align: left;
  float: left;
}

.signbox .signline .lb01-err, .signbox .signline .lb02-err, .signbox .signline .lb03-err, .signbox .signline .lb04-err {
  background-color: #ffa4a4;
}

.signbox .signline .err {
  margin: 5px 0 0 0;
  padding: 0 0 0 21px;
  font-size: 12px;
  line-height: 16px;
  color: #f00;
  background-image: url(../images/icn/caution.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-align: left;
}

.signbox .signline:last-child {
  border-bottom: none;
}

.require {
  display: inline-block;
  background-color: #f00;
  border-radius: 30px;
  font-size: 11px;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
}

.signbox .fomlngs01 {
  width: 170px;
}

.signbox .fomlngs02 {
  width: 426px;
  padding: 5px;
}

.signbtnarea {
  margin: 30px 0 0 0;
  padding: 0;
  display: block;
  text-align: center;
}

.signbtnarea ul.sign-btns {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.signbtnarea ul.sign-btns li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
}

.signbtnarea ul.sign-btns li:last-child {
  margin: 0;
}

#password-checker {
  width: 170px;
}

#password-checker .score {
  display: inline;
}

.bar {
  margin: 1px 0;
}

.bar .risky {
  width: 20%;
  border: 2px solid #f00;
}

.bar .weakly {
  width: 20%;
  border: 2px solid #f00;
}

.bar .somewhat {
  width: 40%;
  border: 2px solid #ffb13d;
}

.bar .safely {
  width: 60%;
  border: 2px solid #ffb13d;
}

.bar .strong {
  width: 100%;
  border: 2px solid #028002;
}

.signbtnarea {}

/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .signbox .signline .lb03, .signbox .signline .lb03-err {
    width: 210px;
    text-align: right;
  }
  .signbox .signline .lb04, .signbox .signline .lb04-err {
    width: 250px;
    text-align: left;
  }
  .signbox .fomlngs02 {
    width: 233px;
  }
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  .signbox .signline .lb01, .signbox .signline .lb01-err {
    text-align: left;
  }
  .signbox .signline .lb03, .signbox .signline .lb03-err {
    width: 210px;
  }
  .signbox .signline .lb04, .signbox .signline .lb04-err {
    width: 250px;
    text-align: left;
  }
  .signbox .fomlngs02 {
    width: 238px;
  }
  .signbtnarea ul.sign-btns li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    float: left;
  }
  .signbtnarea ul.sign-btns li:last-child {
    margin: 15px 0 0 0;
  }
  .signbtnarea ul.sign-btns li .gred01-fix {
    width: 280px;
  }
}

.lgin-ctrblk .pmhead {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}

.lgin-ctrblk .pmtxt {
  margin: 15px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

.lgin-ctrblk .pmtxt-l {
  margin: 15px auto 0 auto;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  text-align: left;
  display: inline-block;
}


/* マイページ */
.grid_my {
  margin: 0;
  padding: 0;
  width: 420px;
  overflow: hidden;
  float: left;
}

.grid_my .title-my {
  margin: 30px 0 0 0;
  padding: 10px 15px;
  background-color: #f2dbe1;
  border-top: solid 1px #d8c3c9;
  display: block;
  width: auto;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.grid_my .title-my span {
  margin: 0 0 0 25px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
}

.grid_my .title-my a {
  color: #333;
  cursor: pointer;
}

.grid_my .my-cont {
  margin: 0;
  padding: 15px;
  background-color: #fff;
  border-right: solid 3px #f2dbe1;
  border-bottom: solid 3px #f2dbe1;
  border-left: solid 3px #f2dbe1;
  width: auto;
  font-size: 12px;
  line-height: 18px;
}

.grid_my .my-cont .endlink {
  margin: 15px 0 0 0;
  text-align: right;
}

/***** Screen Bigger than 960px *****/
@media only screen and (min-width:1200px) {
  .grid_my {
    width: calc(50% - 20px)
  }
  .grid_my:nth-child(2n) {
    margin: 0 20px 0 0;
  }
}

/***** Screen 960px *****/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .grid_my {
    width: 334px;
  }
  .grid_my:nth-child(2n) {
    margin: 0 20px 0 0;
  }
}

/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .grid_my {
    width: 264px;
  }
  .grid_my:nth-child(2n) {
    margin: 0 20px 0 0;
  }
}

/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .grid_my {
    width: 456px;
  }
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  .grid_my {
    width: 300px;
  }
}

.title-my {
  margin: 30px 0 0 0;
  padding: 10px 15px;
  background-color: #f2dbe1;
  border-top: solid 1px #d8c3c9;
  display: block;
  width: auto;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.title-my span {
  margin: 0 0 0 25px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
}

.glbl-cont {
  margin: 30px 0 0 0;
  padding: 15px;
  width: auto;
  font-size: 12px;
  border: solid 3px #f2dbe1;
}

.glbl-cont .pmhead {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}

.glbl-cont .pmtxt {
  margin: 15px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

.glbl-cont .pmtxt-l {
  margin: 15px auto 0 auto;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  text-align: left;
  display: inline-block;
}

.glbl-cont-nm {
  margin: 0;
  padding: 15px;
  width: auto;
  font-size: 12px;
  border: solid 3px #f2dbe1;
}

.glbl-ctrblk, .glbl-ctrblk-nrr, .glbl-lftblk, .glbl-lftblk-nrr, .glbl-rgtblk, .glbl-rgtblk-nrr {
  padding: 0;
}

.glbl-ctrblk {
  margin: 14px 0 0 0;
  text-align: center;
}

.glbl-ctrblk-nrr {
  margin: 0;
  text-align: center;
}

.glbl-lftblk {
  margin: 0 0 14px 0;
  text-align: left;
}

.glbl-lftblk-nrr {
  margin: 0;
  text-align: left;
}

.glbl-rgtblk {
  margin: 14px 0 0 0;
  text-align: right;
}

.glbl-rgtblk-nrr {
  margin: 0;
  text-align: right;
}

.glbl-ctrblk ul, .glbl-ctrblk-nrr ul, .glbl-lftblk ul, .glbl-lftblk-nrr ul, .glbl-rgtblk ul, .glbl-rgtblk-nrr ul, .glbl-ctrblk ol, .glbl-ctrblk-nrr ol, .glbl-lftblk ol, .glbl-lftblk-nrr ol, .glbl-rgtblk ol, .glbl-rgtblk-nrr ol {
  padding: 0;
  margin: 5px 0 10px 19px;
  list-style-position: outside;
}

.glbl-ctrblk ul, .glbl-ctrblk-nrr ul, .glbl-lftblk ul, .glbl-lftblk-nrr ul, .glbl-rgtblk ul, .glbl-rgtblk-nrr ul {
  list-style-type: disc;
}

.glbl-ctrblk ol, .glbl-ctrblk-nrr ol, .glbl-lftblk ol, .glbl-lftblk-nrr ol, .glbl-rgtblk ol, .glbl-rgtblk-nrr ol {
  list-style-type: decimal;
}

.glbl-ctrblk ul li, .glbl-ctrblk-nrr ul li, .glbl-lftblk ul li, .glbl-lftblk-nrr ul li, .glbl-rgtblk ul li, .glbl-rgtblk-nrr ul li, .glbl-ctrblk ol li, .glbl-ctrblk-nrr ol li, .glbl-lftblk ol li, .glbl-lftblk-nrr ol li, .glbl-rgtblk ol li, .glbl-rgtblk-nrr ol li {
  margin: 5px 0 0 0;
  padding: 0;
}

.glbl-ctrblk img, .glbl-ctrblk-nrr img, .glbl-lftblk img, .glbl-lftblk-nrr img, .glbl-rgtblk img, .glbl-rgtblk-nrr img {
  display: block;
  margin: 5px 0 15px 0;
  max-width: 100%;
  height: auto;
}

.my-btn {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}

ul.my-btns {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
}

ul.my-btns li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
}

ul.my-btns li:last-child {
  margin: 0;
}

ul.my-btns-few {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
}

ul.my-btns-few li {
  margin: 0 15px 15px 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
}

ul.my-btns-few li:last-child {
  margin: 0 0 15px 0;
}

.signbox-dc {
  margin: 0 auto;
  width: auto;
  font-size: 12px;
  line-height: 16px;
  clear: both;
}

.signbox-dc .signline {
  border-bottom: dotted 1px #ddd;
  margin: 0 auto;
  display: inline-block;
}

.signbox-dc .signline .lb01, .signbox-dc .signline .lb01-err {
  margin: 0;
  padding: 8px;
  width: 100px;
  font-weight: bold;
  text-align: right;
  float: left;
}

.signbox-dc .signline .lb01 span, .signbox-dc .signline .lb01-err span {
  font-size: 12px;
  font-weight: normal;
}

.signbox-dc .signline .lb01 span {
  color: #999;
}

.signbox-dc .signline .lb01-err span {
  color: #fff;
}

.signbox-dc .signline .lb02, .signbox-dc .signline .lb02-err {
  margin: 0;
  padding: 8px;
  width: 210px;
  /* 225px */
  text-align: right;
  float: left;
}

.signbox-dc .signline .lb03, .signbox-dc .signline .lb03-err {
  margin: 0;
  padding: 8px;
  width: 435px;
  text-align: right;
  float: left;
}

.signbox-dc .signline .lb04, .signbox-dc .signline .lb04-err {
  margin: 0;
  padding: 8px;
  width: 435px;
  text-align: left;
  float: left;
}

.signbox-dc .signline .lb01-err, .signbox-dc .signline .lb02-err, .signbox-dc .signline .lb03-err, .signbox-dc .signline .lb04-err {
  background-color: #ffa4a4;
}

.signbox-dc .signline .err {
  margin: 5px 0 0 0;
  padding: 0 0 0 21px;
  font-size: 12px;
  line-height: 16px;
  color: #f00;
  background-image: url(../images/icn/caution.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-align: left;
}

.signbox-dc .fomlngs01 {
  width: 170px;
}

.signbox-dc .fomlngs02 {
  width: 431px;
}

.signbtnarea-dc {
  margin: 30px 0 0 0;
  padding: 0;
  display: block;
  text-align: center;
}

.signbtnarea-dc ul.sign-btns {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.signbtnarea-dc ul.sign-btns li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
}

.signbtnarea-dc ul.sign-btns li:last-child {
  margin: 0;
}


/***** Screen Bigger than 960px *****/

@media only screen and (min-width:1200px) {
  .glbl-ctrblk, .glbl-ctrblk-nrr, .glbl-lftblk {
    width: 100%;
  }
  .signbtnarea-dc {
    width: 100%;
  }
}

/***** Screen 960px *****/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .glbl-ctrblk, .glbl-ctrblk-nrr, .glbl-lftblk {}
  .signbtnarea-dc {}
}

/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .glbl-ctrblk, .glbl-ctrblk-nrr, .glbl-lftblk {
    width: 512px;
  }
  .signbtnarea-dc {
    width: 548px;
  }
}

/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .glbl-ctrblk, .glbl-ctrblk-nrr, .glbl-lftblk {
    width: 420px;
  }
  ul.my-btns li a.svbtn-base .gred01-fix {
    width: 180px;
    /* 205px */
  }
  .signbox-dc .signline .lb03, .signbox-dc .signline .lb03-err {
    width: 210px;
    text-align: right;
  }
  .signbox-dc .signline .lb04, .signbox-dc .signline .lb04-err {
    width: 250px;
    text-align: left;
  }
  .signbox-dc .fomlngs02 {
    width: 190px;
  }
  .signbtnarea-dc {
    width: 456px;
  }
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  .signbox-dc .signline .lb01, .signbox-dc .signline .lb01-err {
    text-align: left;
  }
  .signbox-dc .signline .lb03, .signbox-dc .signline .lb03-err {
    width: 210px;
  }
  .signbox-dc .signline .lb04, .signbox-dc .signline .lb04-err {
    width: 250px;
    text-align: left;
  }
  .signbox-dc .fomlngs02 {
    width: 190px;
  }
  .signbtnarea-dc ul.sign-btns li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    float: left;
  }
  .signbtnarea-dc ul.sign-btns li:last-child {
    margin: 15px 0 0 0;
  }
  .signbtnarea-dc ul.sign-btns li .gred01-fix {
    width: 280px;
  }
}

.glbl-cont-nm table {
  border: none;
}

.glbl-cont-nm table th {
  text-align: center;
  background-color: #f2dbe1;
}

.glbl-cont-nm table th.ri {
  text-align: right;
  background-color: #f2dbe1;
  border-top: none;
  border-left: none;
  border-right: solid 1px #bbb;
  border-bottom: dotted 1px #999;
}

.glbl-cont-nm table td {
  background-color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: dotted 1px #ddd;
}

.glbl-cont-nm table td.contents {
  border-bottom: solid 1px #bbb;
}

.glbl-cont-nm table td.item {
  font-weight: bold;
  border-right: solid 1px #bbb;
}

.glbl-cont-nm table td.total-li {
  background-color: #f2dbe1;
  font-weight: bold;
  border-top: solid 1px #999;
  border-right: solid 1px #bbb;
  border-bottom: none;
}

.glbl-cont-nm table td.total {
  background-color: #f2dbe1;
  font-weight: bold;
  border-top: solid 1px #999;
  border-bottom: none;
}

.status01 {
  margin: 0;
  padding: 4px 10px 4px 10px;
  background-color: #f19fc2;
  border: solid 1px #ea609e;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #fff !important;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  .glbl-cont-nm table {
    font-size: 12px;
    line-height: 14px;
  }
}

table.mycontlist {
  margin: 10px 0 0 0;
  border-top: solid 1px #d8c3c9;
  border-left: solid 2px #f2dbe1;
  border-right: solid 2px #f2dbe1;
  border-bottom: solid 1px #d8c3c9;
}

table.mycontlist-nm {
  margin: 0;
  border-top: solid 1px #d8c3c9;
  border-left: solid 2px #f2dbe1;
  border-right: solid 2px #f2dbe1;
  border-bottom: solid 1px #d8c3c9;
}

table.mycontlist th, table.mycontlist-nm th {
  padding: 10px;
  border: none;
  background-color: #f2dbe1;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #333;
}

table.mycontlist th.cont, table.mycontlist-nm th.cont {
  text-align: left;
}

table.mycontlist td, table.mycontlist-nm td {
  padding: 15px 5px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 2px #f2dbe1;
  background-color: #fff;
}

table.mycontlist td .thumbarea, table.mycontlist-nm td .thumbarea {
  width: 90px;
  margin: 0;
}

table.mycontlist td .thumbarea .thumb, table.mycontlist-nm td .thumbarea .thumb {
  width: 90px;
  height: auto;
  margin: 0;
}

table.mycontlist td .thumbarea a.expbtn, table.mycontlist-nm td .thumbarea a.expbtn {
  margin: 5px 0 0 0;
  text-align: center;
  display: block;
}

table.mycontlist td .thumbarea a.expbtn .txt-exp, table.mycontlist-nm td .thumbarea a.expbtn .txt-exp {
  font-size: 12px;
  line-height: 26px;
  color: #e93290;
  background-image: url(../images/icn/exp.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
  width: auto !important;
  margin: 0 auto;
}

table.mycontlist td .thumbarea a:hover.expbtn, table.mycontlist-nm td .thumbarea a:hover.expbtn {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

table.mycontlist td .info, table.mycontlist-nm td .info {
  margin: 0 0 10px 0;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  background-color: #eee;
}

table.mycontlist td .ttl, table.mycontlist-nm td .ttl {
  font-size: 16px;
  line-height: 22px;
}

table.mycontlist td .time, table.mycontlist-nm td .time {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

a.dl-btn {
  margin: 0;
  padding: 5px 10px 5px 10px;
  background-color: #ea609e;
  border: solid 1px #ae4776;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #fff !important;
  display: block;
  text-align: center;
  width: 168px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

a:hover.dl-btn {
  background-color: #f19fc2;
  color: #fff !important;
  text-decoration: none;
}

a.gb-btn {
  margin: 0;
  padding: 5px 10px 5px 10px;
  background-color: #333;
  border: solid 1px #333;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #fff !important;
  display: block;
  text-align: center;
  width: 168px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

a:hover.gb-btn {
  background-color: #f2dbe1;
  color: #333 !important;
  text-decoration: none;
}

ul.envmark {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}

ul.envmark li {
  margin: 0 5px 0 0;
  padding: 0;
  list-style-type: none;
  float: left;
  display: inline-block;
}

ul.envmark li.incom {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

ul.envmark li:last-child {
  margin: 0;
}

.env-pc, .env-ios, .env-android {
  margin: 0;
  padding: 0;
  background-color: #333;
  display: block;
  width: 60px;
  height: 46px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}

.env-pc {
  background-image: url(../images/icn/panel_pc.png);
}

.env-ios {
  background-image: url(../images/icn/panel_ios.png);
}

.env-android {
  background-image: url(../images/icn/panel_android.png);
}

.cntline {
  width: calc(100% - 34px);
  margin: 0;
  padding: 15px;
  border-left: solid 2px #f2dbe1;
  border-right: solid 2px #f2dbe1;
  border-bottom: solid 2px #f2dbe1;
  float: left;
}

.cntline .chkarea {
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}

.cntline .thumbarea {
  margin: 0 5px 0 0;
  padding: 0;
  float: left;
  text-align: center;
  width: calc(10% - 5px);
}

/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .cntline .thumbarea {
    width: 18%;
  }
}

.cntline .thumbarea a.expbtn {
  margin: 5px 0 0 0;
  text-align: center;
  display: block;
}

.cntline .thumbarea a.expbtn .txt-exp {
  font-size: 12px;
  line-height: 26px;
  color: #e93290;
  background-image: url(../images/icn/exp.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
  width: auto !important;
  margin: 0 auto;
}

.cntline .thumbarea a:hover.expbtn {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.cntline .dataarea {
  margin: 0;
  padding: 0;
  width: calc(47% - 0px);
  float: left;
}

@media only screen and (max-width:960px) {
  .cntline .dataarea {
    width: calc(70% - 29px);
  }
}

.cntline .dataarea .info {
  margin: 0 0 10px 0;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  background-color: #eee;
}

.cntline .dataarea .ttl {
  font-size: 16px;
  line-height: 22px;
}

.cntline .dataarea .time {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

.revsec {
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 4px;
  float: right;
  width: calc(40% - 27px);
}

.revsec .revttl0, .revsec .revttl1, .revsec .revttl2, .revsec .revttl3, .revsec .revttl4, .revsec .revttl5 {
  margin: 0;
  padding: 0 0 0 76px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left 2px;
  display: block;
}

.revsec .revttl0 {
  background-image: url(../images/icn/stars_s00.png);
}

.revsec .revttl1 {
  background-image: url(../images/icn/stars_s01.png);
}

.revsec .revttl2 {
  background-image: url(../images/icn/stars_s02.png);
}

.revsec .revttl3 {
  background-image: url(../images/icn/stars_s03.png);
}

.revsec .revttl4 {
  background-image: url(../images/icn/stars_s04.png);
}

.revsec .revttl5 {
  background-image: url(../images/icn/stars_s05.png);
}

.revsec .revbdy {
  margin: 7px 0 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  word-wrap: break-word;
}

.revsec .revref {
  margin: 7px 0 0 0;
  padding: 7px 0 0 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  border-top: dotted 1px #ddd;
}

@media only screen and (max-width: 480px) {
  .cntline .thumbarea {
    width: calc(30% - 5px);
  }
}

table.mycontlist th.th01, table.mycontlist-nm th.th01 {
  width: 100px;
}

/***** Screen 960px *****/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  table.mycontlist th.th01, table.mycontlist-nm th.th01 {
    width: 100px;
  }
}

/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  table.mycontlist th.th01, table.mycontlist-nm th.th01 {
    width: 100px;
  }
  a.dl-btn, a.gb-btn {
    padding: 5px;
    width: 148px;
  }
  .env-pc, .env-ios, .env-android {
    width: 50px;
  }
  .cntline {}
  .cntline .dataarea {
    width: 384px;
  }
  .revsec {
    margin: 15px 0 0 0;
    width: calc(100% - 15px);
  }
}

/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  table.mycontlist th, table.mycontlist-nm th {
    font-size: 12px;
    line-height: 14px;
  }
  table.mycontlist th.th01, table.mycontlist-nm th.th01 {
    width: 50px;
  }
  table.mycontlist td, table.mycontlist-nm td {
    padding: 10px 3px;
    font-size: 12px;
    line-height: 14px;
  }
  table.mycontlist td .thumbarea, table.mycontlist-nm td .thumbarea {
    width: 70px;
    margin: 0;
  }
  table.mycontlist td .thumbarea .thumb, table.mycontlist-nm td .thumbarea .thumb {
    width: 70px;
    height: auto;
    margin: 0;
  }
  table.mycontlist td .thumbarea a.expbtn .txt-exp, table.mycontlist-nm td .thumbarea a.expbtn .txt-exp {
    font-size: 12px;
  }
  table.mycontlist td .info, table.mycontlist-nm td .info {
    font-size: 12px;
    line-height: 14px;
  }
  table.mycontlist td .ttl, table.mycontlist-nm td .ttl {
    font-size: 12px;
    line-height: 16px;
  }
  table.mycontlist td .time, table.mycontlist-nm td .time {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 14px;
  }
  ul.envmark {
    margin: 10px 0 0 0;
  }
  a.dl-btn, a.gb-btn {
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    width: 127px;
  }
  .env-pc, .env-ios, .env-android {
    width: 43px;
  }
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  table.mycontlist th, table.mycontlist-nm th {
    font-size: 12px;
    line-height: 14px;
  }
  table.mycontlist th.th01, table.mycontlist-nm th.th01 {
    width: 50px;
  }
  table.mycontlist td, table.mycontlist-nm td {
    padding: 10px 3px;
    font-size: 12px;
    line-height: 14px;
  }
  table.mycontlist td .thumbarea, table.mycontlist-nm td .thumbarea {
    width: 70px;
    margin: 0;
  }
  table.mycontlist td .thumbarea .thumb, table.mycontlist-nm td .thumbarea .thumb {
    width: 70px;
    height: auto;
    margin: 0;
  }
  table.mycontlist td .thumbarea a.expbtn .txt-exp, table.mycontlist-nm td .thumbarea a.expbtn .txt-exp {
    font-size: 12px;
  }
  table.mycontlist td .info, table.mycontlist-nm td .info {
    font-size: 12px;
    line-height: 14px;
  }
  table.mycontlist td .ttl, table.mycontlist-nm td .ttl {
    font-size: 12px;
    line-height: 16px;
  }
  table.mycontlist td .time, table.mycontlist-nm td .time {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 14px;
  }
  ul.envmark {
    margin: 5px 0 0 0;
  }
  a.dl-btn, a.gb-btn {
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
    width: 79px;
  }
  .env-pc, .env-ios, .env-android {
    width: 27px;
    height: 26px;
    background-size: auto 16px;
  }
  .cntline .dataarea .ttl {
    font-size: 12px;
    line-height: 18px;
  }
  .cntline .dataarea .info {
    font-size: 12px;
    line-height: 14px;
  }
  .revsec {
    margin: 15px 0 0 0;
    width: calc(100% - 22px);
  }
}

.st-player {
  margin: 0px auto 20px;
  padding: 0;
  width: auto;
  height: auto;
  max-width: 1000px;
}

@media only screen and (min-width: 1200px) {
  .st-player {
    margin: 5px auto 20px;
  }
}

.st-player img {
  width: 100%;
  height: auto;
}

.st-data {
  margin: 30px auto 0px;
  padding: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  max-width: 1000px;
}

.st-data .dataarea {
  margin: 0px;
  overflow: hidden;
  float: left;
  display: inline;
  padding-top: 20px;
}

.st-data .dataarea table.datatb {
  margin: 0;
  padding: 0;
  border: none;
}

.st-data .dataarea table.datatb td {
  margin: 0;
  padding: 3px;
  border: none;
  background-color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.st-data .dataarea table.datatb td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-data .dataarea table.datatb td ul li {
  margin: 0 12px 0 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

.st-data .dataarea table.datatb td ul li:last-child {
  margin: 0;
}

.st-data .datatxt {
  margin: 0;
  overflow: hidden;
  float: left;
  display: inline;
}

.st-data .datatxt .dtlsubttl {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #333;
  padding: 3px 0 3px 0;
  border-bottom: solid 2px #333;
  width: auto;
}

.st-data .datatxt .dtltestim {
  margin: 10px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  width: auto;
}

/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .st-data .dataarea {
    margin: 0;
  }
  .st-data .datatxt {
    margin: 20px 0 0 0;
  }
}

/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .st-data .dataarea {
    margin: 0;
  }
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  .st-data .dataarea {
    margin: 0;
  }
}

.caution-wd {
  background-color: #f5f5f5;
  margin: 15px 0 0 0;
  padding: 20px;
  border: solid 3px #999;
  text-align: left;
}

.caution-wd .cthead {
  font-size: 14px;
  line-height: 18px;
  color: #e93290;
  font-weight: bold;
  background-image: url(../images/icn/caution.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
}

.caution-wd .cttxt {
  margin: 15px 0 0 0;
  font-size: 12px;
  line-height: 18px;
}

.caution-wd .ct-ctxt {
  font-size: 12px;
  line-height: 18px;
  background-image: url(../images/icn/caution.png);
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 22px;
}

.resp-formarea textarea {
  width: 100%;
  height: 150px;
}

a.gp-btn {
  margin: 0;
  padding: 5px 10px 5px 10px;
  background-color: #333;
  border: solid 1px #333;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #fff !important;
  display: inline-block;
}

a:hover.gp-btn {
  background-color: #f2dbe1;
  color: #333 !important;
  text-decoration: none;
}

/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  a.gp-btn {
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
  }
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 480px) {
  a.gp-btn {
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
  }
  .signbox .signline .err {
    margin: 10px 0 0 0;
  }
}

.sys-btnblk2 {
  margin: 35px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.sys-btnblk2 ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}

.sys-btnblk2 ul li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style-type: none;
  display: block;
  background-image: url(../images/icn/flow_arr.gif);
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
}

.sys-btnblk2 ul li a, .sys-btnblk2 ul li a .gred01-fix {
  width: auto;
}


.breadcrumbs {
  font-size: 0.8rem;
  height: 30px;
  position: relative;
}
.breadcrumbs ul {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 10px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.breadcrumbs ul li {
  padding: 0 0 0 0;
  line-height: inherit;
}
.breadcrumbs ul li:not(:last-child):after {
  content: "\FF1E";
  text-align: center;
  width: 50px;
  display: inline-block;
}
.breadcrumbs ul li a {
  color: #222;
}
@media screen and (min-width: 800px) {
  .breadcrumbs ul {
    overflow-x: auto;
  }
  .breadcrumbs ul li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#charge.select {
  width: 100%;
  height: 60px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
  font-size: 14px;
}
#charge.select > option.recommend {
  background-color: #f78dc4;
  color: #fff;
}
h1.dtlttl {
  margin-bottom: 0;
  line-height: initial;
}
.dtl-thumbnail {
  width: 400px;
  float: left;
}
@media only screen and (min-width: 1200px) {
  .dtlmain .dtl-l .dataarea {
    width: calc(100% - 400px);
  }
}


.grid-detail {
  display: grid;
  display: -ms-grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 40% 1fr;
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas:
    "thumbnail metas"
    "prices prices"
    "caption caption"
    "captures captures";
  -ms-grid-columns: 40% 10px 1fr;
  -ms-grid-rows: auto 10px auto 10px auto 10px 1fr;
}
@media only screen and (min-width: 1200px) {
  .grid-detail {
    grid-template-columns: 25% 1fr 320px;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
      "thumbnail metas prices"
      "thumbnail caption prices"
      "captures captures prices";
    -ms-grid-columns: 25% 10px 1fr 10px 320px;
    -ms-grid-rows: auto 10px 1fr 10px auto;
  }
}
.grid-detail h2 {
  padding: 3px 0;
  border: none;
  background-color: #fff;
  font-size: 1.1rem;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  border-bottom: solid 2px #333;
}
.thumbnail {
  grid-area: thumbnail;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
@media only screen and (min-width: 1200px) {
  .thumbnail {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
  }
}
.metas {
  grid-area: metas;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
@media only screen and (min-width: 1200px) {
  .metas {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
}
.metas .meta-table {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .metas .meta-table {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 480px) {
  .metas .meta-table {
    font-size: 0.9rem;
  }
}
.metas .meta-table td {
  border: none;
  background-color: #fff;
}
.metas .meta-table .head {
  padding: 5px;
  text-align: right;
  vertical-align: top;
}
.metas .meta-table .value {
  padding: 5px;
  width: 100%;
}
.metas .meta-table .value ul {
  margin: 0;
  padding: 0;
}
.metas .meta-table .value ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: inherit;
  float: left;
}
.metas .meta-table .value .link-wrap {
  margin: 0 5px 5px 0;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 3px;
  border: solid 1px #e93290;
  background-color: #fbeef5;
  color: #e93290;
  white-space: initial;
}
@media only screen and (min-width: 1200px) {
  .metas .meta-table .value .link-wrap {
    margin: 0 10px 10px 0;
    padding: 5px;
  }
}
.bookmark i {
  margin-right: 5px;
  font-size: 1.0rem;
  white-space: nowrap;
  color: #868686;
}
.bookmark .done {
  color: #e93290;
}
.bookmark .not {
  color: #868686;
}
.bookmark .link_wrap,
.bookmark a,
.bookmark a.link_wrap:hover,
.bookmark a.link_wrap:visited
 {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.prices {
  grid-area: prices;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column-span: 3;
}
@media only screen and (min-width: 1200px) {
  .prices {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
  }
}
.prices h2 {
  color: #fff;
  background-color: #e93290;
  margin: 0;
  padding: 0px;
  border: none;
}
.prices h2 i {
  margin-right: 10px;
}
.caption {
  grid-area: caption;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
}
@media only screen and (min-width: 1200px) {
  .caption {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
  }
}
.caption .body {
  font-size: 1.0rem;
}
.captures {
  grid-area: captures;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
}
@media only screen and (min-width: 1200px) {
  .captures {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
  }
}
.capture_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.capture_container div {
  width: calc((100% - 31px) / 3);
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 480px) {
  .capture_container div {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .capture_container div {
      width: calc((100% - 61px) / 6);
  }
}
.capture_container .off {
  display: none;
}
.capture_container #all_capture_view {
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.capture_container #all_capture_view a {
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.dtlttl {
  font-size: 20px;
  font-weight: bold;
}
.relation_part {
  font-size: 16px;
}
.relation_part .dtlsubttl {
  font-size: 1.1rem;
  line-height: initial;
}
.relation_part .tab .tab-content ul li {
  font-size: 1.1rem;
  width: 180px;
  min-height: 250px;
}
.relation_part .tab .tab-content .lstrow ul li a img {
  width: 100%;
  height: 100%;
}
.relation_part .tab .tab-content .lstrow ul li a .cntttl {
  width: 100%;
  font-size: 0.8rem;
  font-weight: bold;
}
.relation_part .tab .tab-content ul li:first-child {
  margin-left: 0;
}

.undisplayed {
  display: none;
}

.tab .reccomendbtn {
  margin: 10px 10px 0 0;
  padding: 0 10px 0 10px;
  background-color: #333;
  border: solid 1px #333;
  font-size: 12px;
  line-height: 23px;
  font-weight: normal;
  color: #fff;
  display: block;
  float: left;
  cursor: pointer;
}
.tab .reccomendbtn.on {
  background: #fff;
  color: #000;
  cursor: default;
}
.tab .reccomendbtn .on {
  cursor: default;
}
.tab .tab-content > div.lstrow {
  display: none;
}
.tab .tab-content > div.on {
  position: relative;
  display: block;
  min-height: 250px;
}
#loading {
  position: absolute;
  left: 45%;
  top: 50%;
  text-align: center;
  color: #666;
}
