@charset "utf-8";
/* Progless 17shoes0 家具専用配送便グループ案内頁スマホ用 */
/* mnlkbssp.css */

/*－ 基本レイアウトの定義 －－－－－－ */


header {
  position: fixed;
}

main {
  float: none;
  padding-top: 50px;
  width: 100%;
}

article {
  float: none;
  width: 100%;
}

section {
  float: none;
  width: 100%;
}

footer {
  float: none;
  width: 100%;
}
hr {
  width: 100%;
  margin-right: 0;
  border: 1px solid #ccc;			/* 罫線、サイズ・線種・カラー */
}

/*－ ヘッダーメニュー部 －－－－－－－ */


.header-menu-part {
  font-size: 12px;
}
  

.shipping-comment {
  font-size: 12px;
}

/*－ 画像 －－－－－－－－－－－－－－ */

img {
  max-width: 100%;
}

/*－ ユーザーガイド部 －－－－－－－－ */

.user-guide {
  padding-top: 50px;
}

.user-guide-title {
  font-size: 12px;
}

.user-guide-subject {
  font-size: 12px;
}

.user-guide-part {
  font-size: 12px;
}

.user-guide-detail {
  font-size: 12px;
}

.user-guide-comment {
  font-size: 12px;
}


/*－ ユーザーガイド家具専用便 －－－－－－－－ */

.user-guide-delivery-title {
  font-size: 12px;
}

.delivery-guide {
  width: 100%;
}


.delivery-part {
  font-size: 12px;
  width: 100%;
  margin: 0;
}

.delivery-mark {
  font-size: 12px;
  width: 100%;
}

.delivery-subject {
  font-size: 12px;
  width: 100%;
}

.delivery-subject-part {
  font-size: 12px;
  width: 100%;
}

.delivery-subject-part-detail {
  font-size: 12px;
}

.delivery-service-mark {
  font-size: 12px;
  width: 50%;
}




/* mitfrcsp.css */
/* 見積フォーム大見出し */

.mitumori-headline-comment-left {
  width: 100%;
}

.mitumori-headline-comment-right {
  text-align: left;
  width: 100%;
}

/* mitfI3sp.css */
/* 見積フォーム大見出し */

.mitumori-headline-comment-left {
  width: 100%;
}

.mitumori-headline-comment-right {
  text-align: left;
  width: 100%;
}

/* 見積フォーム部分（商品選択） */

.mitumori-select-detail ul{
  width: 50%;
}
.mitumori-select-detail ul.mitumori-select-color-list {
  width: 100%;
  }

.mitumori-select-form ul{
    flex-wrap:wrap;
  }

.mitumori-select-size-list3,.mitumori-select-size-list4 {
  border-bottom: solid #ccc 2px;
}
.mitumori-select-size-list3 .mitumori-select-caption{
  display: none;
}
.mitumori-select-size-list4 .mitumori-select-caption{
  display: none;
}

/* mitET0sp.css */
/* 見積もりフォームお客様情報・納品オプション等 */

/*-- 見積フォームお客様情報 --*/

.customer-entry-form ul{
  flex-wrap:wrap;
}

/* 納品先選択ボタン移動に伴いクラス名追加 200213 */
.customer-entry-form ul .delivery-entry-title {
  width: 30%;
}
/* 納品先選択ボタン移動に伴いクラス名追加 200213 */
.customer-entry-form ul .delivery-entry-detail {
  width: 70%;
}

.customer-entry-form ul .customer-entry-title,
.customer-entry-form ul .customer-entry-detail {
  border-right: none;
}

.customer-entry-form ul .customer-entry-title,
.customer-entry-form ul .customer-entry-detail {
  width: 100%;
}

/*-- 見積フォームオプション選択 --*/
.option-entry-form ul .option-entry-title {
  width: 30%;
}
.option-entry-form ul .option-entry-detail {
  width: 70%; 
}

.option-entry-form ul .option-entry-detail {
  flex-wrap: wrap;
}

