@charset "utf-8";

#mycoord #contentArea {
  font-size: 12px;
}
#mycoord #cttTitle {
  font-size: 16px;
}

/**
 * トップページスライドするボックスの定義上書き
 */
/** リンク  */
.box_skitter .label_skitter a {
  color: #fff !important;
}
/** 枠の上書き */
#pubArea.is-mycoord .pubArea_h {
	background: url(../img/mycoord/slide/top_bottom.jpg) no-repeat 0 0;
}
#pubArea.is-mycoord .pubArea_f {
	background: url(../img/mycoord/slide/top_bottom.jpg) no-repeat right bottom;
}

.box_skitter .info_slide_thumb .image_number img {
  transform: scale(.5);
}


/**
 * 木目調箱の調整
 */
.wood-box {
  margin-right: auto;
  margin-left: auto;
}
.wood-box .coord-date {
  color: #d4b786;
  font-size: 12px;
  font-weight: normal;
}
/**
 * 次へ前へ
 */
.wood-box-navi {
  width: 25px !important;
  height: 50px !important;
  background-image: url(../img/openhouse/slide/sprite-minimalist.png);
  background-repeat: no-repeat;
}
  .wood-box-navi::after {
    display: none;
  }
  .wood-box-navi.next {
    background-position: 0 -50px;
  }
  .wood-box-navi.next:hover {
    background-position: -25px -50px;
  }
  .wood-box-navi.prev {
    background-position: 0 0;
  }
  .wood-box-navi.prev:hover {
    background-position: -25px 0;
  }

/**
 * プレイガイド導線の調整
 */
.btn_square {
  position: relative !important;
  top: 0 !important;
  margin-right: 20px;
}

/**
 * 文字色
 */
.coord-em {
  color: #86602e;
  font-weight: bold;
}

/**
 * skitterスライドショー
 */
#js-box-skitter a[href='/sc/myCoordCollection/detail//'] {
  pointer-events: none;
}


/**
 * タブ
 */
.coord-tab {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 610px;
}
  .coord-tab-btn {
    display: block;
    width: 305px;
    height: 34px;
  }
    .coord-tab-btn.coord-latest {
      background-image: url(../img/mycoord/tab/latest.png);
    }
    .coord-tab-btn.coord-search {
      background-image: url(../img/mycoord/tab/search.png);
    }
    .coord-tab-btn:hover {
      background-position: 0 bottom;
    }
    .coord-tab-btn.is-active {
      pointer-events: none;
      cursor: default;
      background-position: 0 bottom;
    }

/**
 * サムネイルフレーム
 */
.coord-ss-frame {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 208px;
  height: 150px;
  background-image: url(../img/mycoord/ss_frame/md.png);
}
  .coord-ss-frame.is-disabled {
    cursor: default;
    pointer-events: none;
  }
  .coord-ss-frame-image {
    padding-top: 3%;
    min-height: 108px;
    /*background-image: url(../img/mycoord/detail/no_image_sm.png);*/
  }
    .coord-ss-frame-image img {
      display: block;
      width: 94%;
      margin-right: auto;
      margin-left: auto;
    }
  .coord-ss-frame-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 94%;
    height: 26px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3%;
    font-size: 12px;
  }
  /** ランクメダル */
  .coord-ss-frame::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 27px;
    height: 34px;
  }
  .coord-ss-frame.rank-1::before {
    background-image: url(../img/mycoord/medal/gold.png);
  }
  .coord-ss-frame.rank-2::before {
    background-image: url(../img/mycoord/medal/silver.png);
  }
  .coord-ss-frame.rank-3::before {
    background-image: url(../img/mycoord/medal/bronze.png);
  }

/**
 * マンスリーランキング
 */
/** ３件にみたない場合 */
.coord-ss-frame-container {
  margin-right: auto;
  margin-left: auto;
  width: 450px;
  display: flex;
  justify-content: center;
}

/**
 * 新着コーデ一覧
 */
.coord-latest-list {
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.coord-latest-ss {
  box-sizing: border-box;
  padding: 3px;
  width: 24%;
  border: 1px solid #cccccc;
  background-color: #fff;
}
  .coord-latest-ss.is-disabled {
    cursor: default;
    pointer-events: none;
  }
  .coord-latest-ss:nth-of-type(n+5) {
    margin-top: 1%;
  }
  .coord-latest-ss img {
    display: block;
    width: 100%;
    min-height: 73px;
  }
  .coord-latest-ss span {
    font-size: 11.5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .coord-latest-ss.is-empty {
    border: 1px solid transparent;
    background-color: transparent;
  }

/**
 * 装備アイテムリスト
 */
.coord-equip-list {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 578px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
  .coord-equip-list-cell {
    box-sizing: border-box;
    position: relative;
    padding: 4px;
    display: flex;
    box-sizing: border-box;
    width: 50%;
    min-height: 61px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
  }
    .coord-equip-list-cell:nth-of-type(even) {
      border-left: none;
    }
    .coord-equip-list-cell:nth-of-type(1),
    .coord-equip-list-cell:nth-of-type(2) {
      border-top: 1px solid #ccc;
    }
    .coord-equip-list-cell:nth-of-type(4n+1),
    .coord-equip-list-cell:nth-of-type(4n+2) {
      background-color: #ececec;
    }
    .coord-equip-list-image {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 6px;
      width: 50px;
      height: 50px;
      border: 1px solid #ccc;
      background-color: #fff;
    }
      /** もっとみるボタン */
      .coord-equip-list-cell .coord-more-btn {
        position: absolute;
        right: 4px;
        bottom: 4px;
      }

/**
 * 詳細ページの両側マージン
 */
.coord-detail-gutter {
  padding-left: 8px;
  padding-right: 8px;
}

/**
 * 詳細ページのタグ
 */
.coord-tags {
  display: flex;
}
  .coord-tags .tag-label:nth-of-type(n+2) {
    margin-left: 8px;
  }
  .tag-label,
  .tag-label:hover {
    color: #000 !important;
    text-decoration: none !important;
  }

/**
 * 詳細ページの画像エリア
 */
.coord-detail-post {
  border: 1px solid #af8949;
  border-radius: 8px;
  background-image: url(../img/mycoord/detail/bg.png);
  overflow: hidden;
}
  .coord-detail-post-images {
    padding-top: 1.6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
    .coord-detail-post-images a {
      display: block;
      box-sizing: border-box;
      margin-right: 1%;
      margin-left: 1%;
      width: 46%;
      height: auto;
    }
    .coord-detail-post-images img {
      pointer-events: none;
      border: 1px solid #ccc;
      width: 100%;
    }
    .coord-detail-post-images a:nth-of-type(n+3) {
      margin-top: 1%;
    }
  .coord-detail-post-comment {
    margin-top: 1.6%;
    background-color: #d4b786;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

/**
 * 立ち絵とアイテム情報コンテナ
 */
.coord-detail-info {
  display: flex;
  justify-content: space-between;
}
  .coord-detail-info::after {
    display: none !important;
  }


/**
 * 立ち絵
 */
.coord-figure {
  position: relative;
  padding-bottom: 30px;
}
.coord-figure:after {
  display: none;
}
.coord-figure-image {
  width: 264px;
  height: 262px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


/**
 * アイテム情報
 */
.coord-items {
  font-size: 12px;
  width: 53%;
}
  .coord-items:after {
    display: none;
  }
  .coord-items .common-table {
    width: 100%;
  }
  .coord-items .common-th-em {
    text-align: center;
    background-color: #86602e;
  }
  .coord-items .common-td {
    padding: 8px;
    border-bottom: 1px solid #86602e;
  }
  .coord-items-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
    .coord-items-main:after {
      display: none;
    }
  /** ショップ取り扱い商品 */
  .coord-items .common-td.is-onsale {
    background-color: #c9f5ed;
  }
  /** 商品名 */
  .coord-items-itemname {
    display: flex;
    align-items: center;
    height: 24px;
  }
  /** 商品アイコン */
  .coord-items-itemico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #cccccc;
    background-color: #fff;
    flex-basis: 48px;
  }
  /** カラーチップ */
  .coord-color-name {
    width: 210px !important;
  }

/**
 * 通報ボタン
 */
.coord-report-button {
  position: absolute;
  bottom: 0;
  display: block;
  width: 80px;
  height: 22px;
  color: transparent;
  background-image: url(../img/hirobabbs/misc/button/report.png);
}
  .coord-report-button:hover {
    background-position: 0 bottom;
  }

/**
 * 検索ボックス
 */
.coord-searchbox {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 530px;
  font-size: 12px;
}
  .coord-searchbox .wood-box-flat-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
  .coord-searchbox .wood-box-flat-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /** ラベル */
  .coord-searchbox-label {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1;
  }
    .coord-searchbox-label img {
      margin-right: .2rem;
    }
  /** プルダウン */
  .coord-searchbox select,
  .coord-searchbox input[type=text] {
    padding: 3px 0 2px 0 !important;
    border: 1px solid #c3bdbd;
    outline: none;
    background: #fff;
  }
  .coord-searchbox input[type=text] {
    box-sizing: border-box;
    height: 24px;
  }
  /** 設問セット */
  .coord-searchbox-input {
    display: flex;
  }
    .coord-searchbox-input select {
      margin-left: .8rem;
      width: 138px;
    }
  /** ２段になるパターン */
  .coord-searchbox-input-2 select,
  .coord-searchbox-input-2 input {
    width: 216px;
  }
  /** 設問セット格納行 */
  .coord-searchbox-input-row {
    display: flex;
    justify-content: center;
  }
  .bg-gray {
    background-color: #ececec;
  }

/**
 * 検索クエリ表示
 */
.coord-search-query {
  margin-right: auto;
  margin-left: auto;
  width: 578px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #fff;
}
  .coord-search-query table {
    margin-right: auto;
    margin-left: auto;
  }



/**
 * 検索結果並べ替え
 */
.coord-searchbox-sort {
  display: flex;
  align-items: center;
  justify-content: center;
}


/**
* ボタン系
*/
/** 実行ボタン */
.coord-run-btn {
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  width: 174px;
  height: 32px;
}
/** もっとみる */
.coord-more-btn {
  cursor: pointer;
  width: 99px;
  height: 22px;
}