@charset "utf-8";

body, input, button, select, textarea{
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}
td, th {padding:0;}
.label{font-size:11px;}
.text-left{text-align:left !important;}
.text-center{text-align:center !important;}
a:hover, a:focus{color:#000000;}
a:focus, input:focus, button:focus, select:focus, textarea:focus{outline:none !important;}
.visible-phone-inline{display:none;}

/****************************
レイアウト
****************************/
ul.row, ul.row-fluid{list-style:none;}

/* ナビ全般 */
.navbar .nav > li > a{text-shadow:none;}
.navbar .nav li.dropdown.open > .dropdown-toggle{box-shadow:none; background-color: transparent;}
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus{box-shadow:none; background-color:transparent;}

/*リスト*/
ul.outside-slide,
ol.outside-slide{margin-left:25px;}

/*インプット*/
input.pull-left{float:left;}
select[class*="span"],
textarea[class*="span"]{padding:4px 6px;}

textarea,
input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"],
input[type="tel"], input[type="color"], .uneditable-input{
  background-color: #f7f1e3;
  border:0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus,
input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus,
input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus,
input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{border:0;}

input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"],
input[type="tel"], input[type="color"], .uneditable-input{height:30px; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box;}
input, textarea, .uneditable-input, select{width:100%;}

input:-moz-placeholder,
textarea:-moz-placeholder {color: #999999; font-size:12px;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999; font-size:12px;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999; font-size:12px;}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline{margin-left:35px;}


/****************************
コンポーネント
****************************/
/*alert*/
.alert{padding:10px 16px; margin:20px 0;}
.alert-error{color:#cc0000; border:solid 1px #cc0000; background-color:transparent;}
.alert-success{color:#333; border:0; background-color:#F7F1E3;}

/*dl*/
dl.dl-default{margin:0;}
dl.dl-default dt{float:left; font-weight:normal; margin-right:10px;}
dl.dl-default dd{margin-left:0;}
.dl-horizontal-base{*zoom: 1; margin:0;}
.dl-horizontal-base:before,
.dl-horizontal-base:after{display: table; content: ""; line-height: 0;}
.dl-horizontal-base:after{clear: both;}
.dl-horizontal-base dt{float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.dl-horizontal-base dd{margin-left: 180px;}

/*注意書き用*/
.note{display:block; text-indent:-1.3em; padding-left:1.3em;}

/****************************
テキスト
*****************************/
.serif-font{
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.01);
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}
span.serif-font{
  display:inline-block;
  vertical-align:top;
}
.bold{font-weight:bold;}
.underline{border-bottom:solid 1px #333;}
.underline-gray{border-bottom:solid 1px #999;}
a.link-blue{color:#19b1cc; font-weight:bold;}


/*ページタイトル*/
.title{
  color:#cccccc;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size:32px;
  line-height:32px;
  text-align:center;
  padding:30px 0;
}
.title small{
  display:inline-block;
  vertical-align:top;
  color:#ccc;
  font-size:18px;
  letter-spacing: 1px;
  margin:8px 0 0 10px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.01);
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}

/*コンテンツタイトル*/
.box-title{
  color:#000;
  font-size:14px;
  font-weight:bold;
  height:20px;
  margin-bottom:3px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.box-title small{
  display:inline-block;
  font-size:11px;
  line-height:18px;
  margin-left:10px;
  vertical-align:top;
}

/*テキストチェンジ*/
a > .default,
a > .change{
  font-family:"Times New Roman", serif;
  display:inline-block;
  vertical-align:top;
}
a > .change{
  display:none;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.01);
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}
a:hover > .default,
.active > a > .default{
  display:none;
}
a:hover > .change,
.active > a > .change{
  display:inline-block;
}


/****************************
ボタン
****************************/
.btn {
  color:#fff;
  font-size:12px;
  border:0;
  background-color:#666;
  padding:4px 12px;
}
[class^="btn"]{
  font-family:"Times New Roman", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color:#fff;
}
.a-mark{
  display:inline-block;
  padding-right:12px;
  background-repeat:no-repeat;
  background-position:100% 50%;
  background-image:url("/assets/images/icon/arrow_right_black.png");
  -webkit-transition: background-image 0.2s ease;
  -moz-transition: background-image 0.2s ease;
  -o-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}
a:hover .a-mark{
  background-image:url("/assets/images/icon/arrow_right_white.png");
}
.btn-border{
  display:inline-block;
  color:#000;
  font-weight:bold;
  text-align:center;
  border:solid 1px #000;
  padding:5px 25px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.btn-border:hover,
a:hover div.btn-border{
  color:#fff;
  background-color:#333;
  border-color:#333;
}

/*ボタンエリア*/
.form-actions{
  padding:30px 0 0;
  margin:0 auto;
  background-color:transparent;
  border:0;
  width:370px;
  text-align:center;
}
.mypageArea .form-actions{
  width:auto;
  text-align:left;
}
.form-actions .btn{border-radius:0; width:170px; padding:13px 0;}
.form-actions .btn-primary{color:#fff; background-color:#333;}
.form-actions .btn-primary span{display:inline-block; padding-right:12px; background:url("/assets/images/icon/arrow_right_white_thin.png") no-repeat 100% 50%;}
.form-actions .btn-line2{line-height:14px; padding-top:9px; padding-bottom:9px;}
.form-actions .btn-back{float:right; color:#fff; background-color:#333; margin-right:30px;}
.form-actions .btn-back span{display:inline-block; padding-left:12px; background:url("/assets/images/icon/arrow_left_white_thin.png") no-repeat 0 50%;}
.form-actions .btn-back-top{color:#333; background-color:#f7f1e3;}
.form-actions .btn-back-top span{padding-left:12px; background:url("/assets/images/icon/arrow_left_black_thin.png") no-repeat 0 50%;}
.form-actions .btn.form-actions-one{float:none;}
.btn.bluecolor{background-color:#19b1cc;}
.btn-under{margin-top:10px;}
.btn-row{margin-right:30px;}


/****************************
ヘッダー
****************************/
#head-bar{
  padding:4px 0;
}
#head-bar .head-sub-menu{
  float:left;
  margin-left:-10px;
}
.head-sub-menu.nav > li{
  margin-left:10px;
}
.head-sub-menu.nav > li:first-child{
  margin-left:0;
}

#head-bar .utility-nav{
  float:right;
  margin-right:-15px;
}

.utility-nav .badge{
  color:#000;
  font-weight:normal;
  background-color:#f7f1e3;
  margin-left:10px;
  padding:5px 9px;
  font-family:"Times New Roman", serif;
}
.utility-nav .badge-wide{
  padding-left:13px;
  padding-right:13px;
}
.utility-nav .badge .sep{
  color:#fff;
  display:inline-block;
  margin:0 13px;
}
.utility-nav.nav > li{
  margin-left:7px;
}
.utility-nav.nav > li.pt{
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.utility-nav.nav > li:first-child{
  margin-left:0;
}
.navbar .nav > li > a{
  padding: 10px;
}
.utility-nav.nav > li > a{
  padding-top:8px;
  padding-bottom:8px;
}
#head-bar .nav > li > a > img{
  margin-top:-1px;
}
/*送料無料バナー*/
#head-bar .nav > .pc-shipping-bnr,
#head-bar .nav > .smp-shipping-bnr{
  display:none;
}
.free_shipping #head-bar .nav > .pc-shipping-bnr,
.free_shipping #head-bar .nav > .smp-shipping-bnr{
  display:block;
}
.free_shipping #head-bar .nav > .pc-shipping-bnr{
  margin-top:9px;
}
.free_shipping #head-bar .nav > .pc-shipping-bnr > a{
  padding-top:0;
  padding-bottom:0;
}

/*検索窓*/
.navbar-form{
  margin-right:24px;
  padding-top:8px;
}
.navbar-form input.search-text{
  -webkit-appearance:none;
  font-size:12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border:solid 1px #e2dec4;
  border-radius:3px;
  padding:4px 32px 4px 6px;
  margin-top:0;
  height:25px;
  line-height:25px;
  width:172px;
  background-color:#fff;
}
.navbar-form .search-btn{
  border:0;
  border-radius:0;
  background:url("/assets/images/icon/search_btn.png") no-repeat 50% 6px;
  text-indent:-9999px;
  padding:0;
  margin-top:0;
  margin-left:-32px;
  height:25px;
  width:32px;
}


/*グローバルナビエリア*/
.global-navi-wrap{
  background:url("/assets/images/shadow_top.png") repeat-x;
}
.global-navi-wrap .container{
  position:relative;
}

#logo{
  position:absolute;
  left:-1px;
  top:0;
  z-index:100;
}
#logo a{
  display:block;
  width: 133px;
  height: 117px;
  text-indent: -9999px;
  background: url("/assets/images/logo.png") no-repeat;
}

#global-navi{
  float:right;
  list-style:none;
}
#global-navi > li{
  float:left;
}
#global-navi > li.navi-divider{
  background:url("/assets/images/navi/headnavi.png") no-repeat 0 50%;
  width:1px;
  height:104px;
}
#global-navi > li > a{
  display:block;
  text-indent:-9999px;
  height:104px;
  width:128px;
  padding:0;
  background-image:url("/assets/images/navi/headnavi.png");
  background-repeat:no-repeat;
}

#global-navi .dropdown-menu a{text-shadow:0 1px 2px rgba(0,0,0,0.1);}
#global-navi .dropdown-menu a > .default{font-size:13px;}
#global-navi .dropdown-menu a > .change{font-size:11px;}
.change.non-cg{display:inline-block;}

#global-navi > li.menu1 > a{background-position:-1px 0;}
#global-navi > li.menu2 > a{background-position:-130px 0;}
#global-navi > li.menu3 > a{background-position:-260px 0;}
#global-navi > li.menu4 > a{background-position:-388px 0;}
#global-navi > li.menu5 > a{background-position:-517px 0;}
#global-navi > li.menu6 > a{background-position:-646px 0;}
#global-navi > li.menu7 > a{background-position:-775px 0;}
#global-navi > li.menu8 > a{background-position:-904px 0;}

/*active時*/
#global-navi > li.active > a,
#global-navi > li.open > a,
#global-navi > li > a:hover{background-image:url("/assets/images/navi/headnavi_on.png");}

/*ドロップダウン*/
.dropdown-backdrop{
  position: static !important;
}
#global-navi .dropdown-menu{
  background:url("/assets/images/bg_white90.png");
  padding:10px 0;
  margin-top:0;
}
#global-navi .dropdown-menu > li > a{
  color:#000;
  padding:3px 16px;
}

/* 孫カテ*/
#global-navi .dropdown-submenu > .dropdown-menu{
  margin-left:0;
  margin-top:-10px;
}
#global-navi .dropdown-submenu > a{
  position:relative;
}
#global-navi .dropdown-submenu:hover > a:after{
  content:"-";
  position:absolute;
  right:0;
}
#global-navi .dropdown-submenu:hover > a > .default{
  display:none;
}
#global-navi .dropdown-submenu:hover > a > .change{
  display:inline-block;
}
#global-navi .dropdown-submenu > .dropdown-menu a .default{font-size:12px;}
#global-navi .dropdown-submenu > .dropdown-menu a .change{font-size:11px;}

#global-navi > li.menu2 > .dropdown-menu{min-width:300px;}
#global-navi > li.menu3 > .dropdown-menu{min-width:185px;}
#global-navi > li.menu3 .dropdown-submenu > .dropdown-menu{min-width:164px;}
#global-navi > li.menu5 > .dropdown-menu{min-width:128px;}

/*パンくず*/
.breadcrumb-wrap{
  background-color:#f7f1e3;
}
.breadcrumb,
.breadcrumb a{
  color:#666;
  font-size:11px;
}
.breadcrumb{
  margin:0;
  padding:0 0 0 135px;
  letter-spacing:-.40em;
}
.breadcrumb > li{
  text-shadow:none;
  letter-spacing:normal;
}
.breadcrumb > li > .divider{
  padding:0 8px;
}

/****************************
フッター
****************************/
#page-body{
  padding-bottom:68px;
  background:url("/assets/images/shadow_bottom.png") repeat-x 0 100%;
}

/*ページトップボタン*/
#pagetop-area{
  display: none;
  position: fixed;
  bottom: 130px;
  left: auto;
  margin: 0 0 0 1185px;
}
#pagetop{
  display:block;
  width:41px;
  height:41px;
  background-color:#f7f1e3;
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-image:url("/assets/images/pagetop.png");
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -mz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#pagetop:hover{
  background-color:#000;
  background-image:url("/assets/images/pagetop_on.png");
}

/*フッターナビ*/
#page-footer .navbar {
  margin-bottom: 0;
}
#page-footer .nav{
  overflow:hidden;
  float:none;
}
#page-footer .nav > li.fnavi-divider{
  background:url("/assets/images/navi/footnavi.png") no-repeat 0 50%;
  width:1px;
  height:70px;
}
#page-footer .nav > li > a{
  text-indent:-9999px;
  height:70px;
  padding:0;
  background-image:url("/assets/images/navi/footnavi.png");
  background-repeat:no-repeat;
}
#page-footer .nav > li.fmenu1 > a{background-position:-1px 0; width:123px;}
#page-footer .nav > li.fmenu2 > a{background-position:-124px 0; width:133px;}
#page-footer .nav > li.fmenu3 > a{background-position:-258px 0; width:144px;}
#page-footer .nav > li.fmenu4 > a{background-position:-403px 0; width:143px;}
#page-footer .nav > li.fmenu5 > a{background-position:-547px 0; width:144px;}
#page-footer .nav > li.fmenu6 > a{background-position:-692px 0; width:187px;}
#page-footer .nav > li.fmenu7 > a{background-position:-880px 0; width:143px;}
#page-footer .nav > li.fmenu8 > a{background-position:-1024px 0; width:144px;}

/*active時*/
#page-footer .nav > li > a:hover{background-image:url("/assets/images/navi/footnavi_on.png");}

#page-footer .copyright{
  text-align:center;
  margin:15px 0 10px;
}
#page-footer .copyright a{
  color:#a4a4a4;
  font-size:10px;
  font-family:"Times New Roman", serif;
}

/****************************
スライダー
****************************/
/*before the JS is loaded*/
.slider > li{
  list-style:none;
}

/*grandtopとuomo共通*/
#mainvisual-slider{
  margin-bottom:27px;
}
#mainvisual-slider .bx-wrapper{
  margin-bottom:0;
}
#mainvisual-slider .bx-wrapper .bx-pager.bx-default-pager a{
  background:url("/assets/images/slide_nav.png") no-repeat 50% 50%;
  width:10px;
  height:10px;
  border-radius:0;
  margin:0 4px;
}
#mainvisual-slider .bx-wrapper .bx-pager.bx-default-pager a.active{
  background-image:url("/assets/images/slide_nav_active.png");
}
#mainvisual-slider .bx-wrapper .bx-pager,
#mainvisual-slider .bx-wrapper .bx-controls-auto{
  line-height:10px;
  bottom:-20px;
}


/****************************
インデックス サブバナーエリア
****************************/
.top-sub-banners{
  margin-top:23px;
}
.top-sub-banners [class*="span"] > div{
  margin-bottom:30px;
}

/*新作コレクション*/
#top-collection{
  min-height:430px;
  text-align:center;
  -webkit-box-shadow: 0 0 3px #cccccc;
     -moz-box-shadow: 0 0 3px #cccccc;
          box-shadow: 0 0 3px #cccccc;
  behavior: url("/assets/js/PIE.htc");
  background-color:#fff;
}
#top-collection h2{
  color:#333;
  font-size:22px;
  line-height:22px;
  text-shadow:0 1px 3px rgba(0,0,0,0.3);
  padding:38px 0 0;
  font-family:"Times New Roman", serif;
}
#top-collection h3{
  display:block;
  color:#000;
  font-size:12px;
  line-height:24px;
  text-shadow:0 1px 3px rgba(0,0,0,0.2);
  padding:5px 0 15px;
}
#top-collection .btn-border{
  margin-top:24px;
  font-weight:normal;
}
#top-collection .bx-wrapper img{
  display:inline;
  max-width:230px;
}
#top-collection .bx-controls-direction a{
  opacity:0.4;
  filter:alpha(opacity=40);
  width:30px;
  height:60px;
  margin-top:-30px;
}
#top-collection .bx-controls-direction a:hover{
  opacity:1;
  filter:alpha(opacity=100);
}
#top-collection .bx-wrapper .bx-prev{
  background:url("/assets/images/new_colle_prev.png") no-repeat 0 50%;
  left:20px;
}
#top-collection .bx-wrapper .bx-next{
  background:url("/assets/images/new_colle_next.png") no-repeat 100% 50%;
  right:20px;
}

/*カテゴリーバナー*/
.top-sub-banners .cat-fig{
  -webkit-box-shadow: 0 0 3px #cccccc;
     -moz-box-shadow: 0 0 3px #cccccc;
          box-shadow: 0 0 3px #cccccc;
  behavior: url("/assets/js/PIE.htc");
  background-color:#fff;
}

/*ロールオーバー(standard top共通)*/
.rollphoto{
  display:block;
  position:relative;
}
.rollphoto img{
  display:block;
  margin:0 auto;
}
.rollphoto h2{
  color:#fff;
  font-size:22px;
  width:100%;
  text-align:center;
  position:absolute;
  top:45%;
  text-shadow:0 1px 3px rgba(0,0,0,0.3);
  cursor:pointer;
  font-family:"Times New Roman", serif;
  z-index:10;
}
.rollphoto .btn-check{
  display:inline-block;
  color:#fff;
  font-weight:bold;
  background-color:#333;
  text-align:center;
  padding:6px 20px;
  opacity:0;
  filter:alpha(opacity=0);
  position:absolute;
  top:66%;
  left:50%;
  margin-left:-40px;
}
.rollphoto .btn-check .a-mark{
  background-image:url("/assets/images/icon/arrow_right_white.png");
}
.rollphoto .rollphoto-img img,
.rollphoto h2,
.rollphoto .btn-check{
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
/*hover*/
.rollphoto:hover .rollphoto-img img{opacity:0.25; filter:alpha(opacity=25);}
.rollphoto:hover h2{color:#333;}
.rollphoto:hover .btn-check{opacity:1; filter:alpha(opacity=100);}
.rollphoto.bgcolor-change:hover img{background-color:#f7f1e3;}


/****************************
SNSアイコン
****************************/
#sns-block [class*="sns-icon"]{
  display: inline-block;
  background-image: url("/assets/images/icon/sns_icon.png");
  background-repeat: no-repeat;
  height: 21px;
  width: 22px;
  text-indent: -9999px;
}
#sns-block .sns-icon-tw{background-position:0 0;}
#sns-block a:hover .sns-icon-tw{background-position:0 -22px;}
#sns-block .sns-icon-fb{background-position:-22px 0;}
#sns-block a:hover .sns-icon-fb{background-position:-22px -22px;}
#sns-block .sns-icon-pin{background-position:-44px 0;}
#sns-block a:hover .sns-icon-pin{background-position:-44px -22px;}
#sns-block .sns-icon-g{background-position:-66px 0;}
#sns-block a:hover .sns-icon-g{background-position:-66px -22px;}


/****************************
ニュース
****************************/
/*common*/
.news-date{
  font-family:"Times New Roman", serif;
}
.news-label{
  display:inline-block;
  font-size:14px;
  font-weight:bold;
  margin-left:10px;
  line-height:18px;
  vertical-align:top;
  font-family:"Times New Roman", serif;
}
.news-label.news-label-new{color:#cc0000;}
.news-label.news-label-event{color:#016946;}
.news-label.news-label-fair{color:#ea9b2c;}
.news-label.news-label-open{color:#fa4c18;}

a.news-more{
  color:#666;
  float:right;
  font-size:13px;
  font-weight:bold;
  font-family:"Times New Roman", serif;
  padding-right:10px;
  background:url("/assets/images/icon/arrow_right_gray_thin.png") no-repeat 100% 60%;
}
a.news-link-block{
  display:block;
  color:#333;
}
a.news-link-block:before,
a.news-link-block:after{
  content:"";
  display:table;
  line-height:0;
}
a.news-link-block:after{
  clear:both;
}
a.news-link-block p{
  margin-bottom:0;
}


/*index only*/
#index-news .box-title{
  overflow:hidden;
}
#index-news a.news-link-block{
  padding-right:5px;
}
#index-news a.news-link-block:hover{
  background-color:#f7f1e3;
}
#index-news ul > li{
  -webkit-box-shadow: 0 0 3px #cccccc;
     -moz-box-shadow: 0 0 3px #cccccc;
          box-shadow: 0 0 3px #cccccc;
  margin-bottom:12px;
  overflow:hidden;
  background-color:#fff;
  behavior: url("/assets/js/PIE.htc");
}
#index-news .news-image{
  float:left;
  width:100px;
  height:100px;
  margin-right:14px;
}
#index-news .news-date{
  font-size:13px;
  padding:10px 0 8px;
}
#index-news .news-label{
  margin-left:20px;
}
.recruit-link{
  -webkit-box-shadow: 0 0 3px #cccccc;
     -moz-box-shadow: 0 0 3px #cccccc;
          box-shadow: 0 0 3px #cccccc;
  overflow:hidden;
}
a.topic-link-block{
  color:#999;
  display:block;
  overflow:hidden;
  padding:40px 30px;
  background-color:#f8f8f8;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a.topic-link-block:hover{
  background-color:#f7f1e3;
}
a.topic-link-block h2{
  color:#000;
  font-size:14px;
  font-weight:normal;
}
a.topic-link-block h2 small{
  display:inline-block;
  font-size:12px;
  margin-left:10px;
  line-height:20px;
  vertical-align:top;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.01);
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}
a.topic-link-block .checktxt{
  font-weight:bold;
  padding-right:15px;
  background:url("/assets/images/icon/arrow_right_gray.png") no-repeat 100% 50%;
}


/****************************
リスト
*****************************/
.nav-list{
  padding-left:0;
  padding-right:0;
}
.nav-list > li > a{
  color:#000;
  margin-left:0;
  margin-right:0;
  padding: 10px 20px;
}
.nav-list > li > a:hover,
.nav-list > li > a:focus,
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus{
  background-color:#f7f1e3;
  background-repeat:no-repeat;
  background-position:94% 50%;
  background-image:url("/assets/images/icon/arrow_right_black_thin.png");
}


/****************************
サイドエリア
*****************************/
.side-caption{
  border-top:solid 1px #e2dec4;
  background:url("/assets/images/shadow_ttl.png") repeat-x;
  display:block;
  color:#000;
  font-size:13px;
  font-weight:bold;
  padding:12px 3px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width:auto;
}
.side-caption small{
  display:inline-block;
  font-size:11px;
  line-height:18px;
  margin-left:10px;
  vertical-align:top;
}

/*トグル付き*/
.side-caption.cap-toggle{
  cursor:pointer;
  background-repeat:no-repeat;
  background-position:94% 50%;
  background-image:url("/assets/images/toggle_off.gif");
}
.side-caption.cap-toggle.select{
  background-image:url("/assets/images/toggle_on.gif");
}

/*数量*/
.amount{
  color:#999;
  font-size:12px;
  margin-left:5px;
  font-family:"Times New Roman", serif;
}

/*パーツ ニュース＆トピックス*/
.side-topics{
  border-bottom:solid 1px #efead5;
  margin-bottom:50px;
}
.side-topics ul{
  border-top:solid 1px #efead5;
}
.side-topics ul > li{
  margin-top:20px;
}
.side-topics .news-image{
  float:left;
  width:70px;
  height:70px;
  margin-left:3px;
  margin-right:11px;
  -webkit-box-shadow: 0 0 3px #cccccc;
     -moz-box-shadow: 0 0 3px #cccccc;
          box-shadow: 0 0 3px #cccccc;
}
.side-topics .news-date{
  font-size:13px;
  padding:0 0 4px;
  line-height:16px;
}
.side-topics .news-date .news-label{
  line-height:14px;
}
.side-topics .news-ex{
  font-size:11px;
  line-height:16px;
}
.side-topics .news-more-wrap{
  text-align:right;
  margin:10px 0 14px;
}
.side-topics .news-more{
  float:none;
}
.side-topics a.news-link-block:hover{
  color:#666;
}


/*パーツ 新入荷*/
.side-newarrival{
  border-bottom:solid 1px #efead5;
  margin-bottom:50px;
}
.side-newarrival .nav-list{
  border-top:solid 1px #efead5;
  padding:0 0 20px;
}
.side-newarrival .nav-list > li:first-child{
  margin-top:20px;
}
.side-newarrival .nav-list > li > a{
  font-size:13px;
  padding:5px 20px;
  font-family:"Times New Roman",serif;
}


/*パーツ カテゴリー */
.list-category{
  border-bottom:solid 1px #efead5;
  margin-bottom:50px;
}

.list-category h2{
  display:table;
  width:100%;
  border-top:solid 1px #efead5;
}
.list-category h2 a{
  color:#000;
  display:table-cell;
  line-height:13px;
  padding: 0 20px;
  font-family:"Times New Roman", serif;
  vertical-align:middle;
  height:42px;
}
.list-category h2 a:hover{
  text-decoration:none;
  background-color:#f7f1e3;
}
.list-category h2.non-child a:hover,
.list-category h2.non-child.active a{
  background-color:#f7f1e3;
  background-repeat:no-repeat;
  background-position:94% 50%;
  background-image:url("/assets/images/icon/arrow_right_black_thin.png");
}
.list-category h2 .cat-toggle{
  background-repeat:no-repeat;
  background-position:94% 50%;
  background-image:url("/assets/images/toggle_on.gif");
}
.list-category h2 .cat-toggle.select{
  background-image:url("/assets/images/toggle_off.gif");
}

.list-category h2 a .default{
  font-size:13px;
}
.list-category h2 a .change{
  font-size:11px;
}
.list-category h2 a.select .default{
  display:none;
}
.list-category h2 a.select .change{
  display:inline-block;
}

.list-category .child-category{
  display:none;
  padding:0 0 25px;
}
.list-category .child-category > li > a{
  padding:2px 0 2px 40px;
}
.list-category .child-category > li > a:hover,
.list-category .child-category > li.active > a{
  background-repeat:no-repeat;
  background-position:94% 50%;
  background-image:url("/assets/images/icon/arrow_right_black_thin.png");
}
.list-category .child-category a .default{
  font-size:12px;
}
.list-category .child-category a .change{
  font-size:11px;
}

/***onlinestoreのみ***/
.list-category.online-list-category h2 a .default,
.list-category.online-list-category .child-category a .default{
  display:none;
}
.list-category.online-list-category h2 a .change,
.list-category.online-list-category .child-category a .change{
  display:inline-block;
}


/*パーツ 詳細検索 */
.side-detailsearch{
  font-size:11px;
  background-color:#f7f1e3;
  padding:0 10px 10px;
  margin-bottom:50px;
}
.side-detailsearch select{
  margin:0;
}
.side-detailsearch input[type="text"]{
  font-size:12px;
  margin:0;
  height:28px;
  border:0;
  background-color:#fff;
}
.side-detailsearch .side-caption{
  border:0;
  padding: 14px 3px;
}
.side-detailsearch .form-ttl{
  color:#999;
  font-size:11px;
  font-weight:bold;
  line-height:12px;
  margin-bottom:10px;
}
.side-detailsearch .form-input{
  margin-bottom:10px;
}
.side-detailsearch .select-color{
  background-color:#fff;
  border-radius:3px;
  padding:0 10px 10px;
}
.side-detailsearch .select-color label.radio{
  margin:10px 0 0;
}
.side-detailsearch .detailsearch-btn-area button{
  width:100%;
  font-size:14px;
  text-align:center;
  padding:10px 0;
}
.side-detailsearch .detailsearch-btn-area button img{
  margin:-3px 0 0 7px;
}
.side-detailsearch .detailsearch-btn-area button.side-reset{
  color: #666;
  background-color: #ebe2ce;
  margin-top:10px;
}

/****************************
詳細検索
****************************/
.select-price ul{
  overflow:hidden;
  list-style:none;
}
.select-price ul > li{
  float:left;
  width:46%;
}
.select-price ul > li.to{
  color:#999;
  width:8%;
  text-align:center;
  line-height:30px;
}
.select-color table{
  width:100%;
  table-layout:fixed;
}
.select-color .color-tip{
  margin:-2px 10px 0 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.select-color .color-name{
  color:#333;
  font-size:11px;
}
.select-color label.radio{
  padding-left:20px;
}
.select-color label.radio input[type="radio"]{
  margin-left:-20px;
}

#searchDetailArea .select-color table tr td:last-child{
  width:29%;
}
#searchDetailArea .select-color label.radio{
  margin-bottom:8px;
}
#searchDetailArea .form-actions{
  padding:40px 0 50px;
  text-align:left;
}
#searchDetailArea .btn-primary{
  background-color:#000;
}
#searchDetailArea .btn-primary img{
  margin:-2px 5px 0 0;
}
#searchDetailArea .btn-reset{
  color:#333;
  background-color:#f7f1e3;
}
.search-ex-wrap{
  padding:30px 0;
  background-color:#fcf9f2;
  border-bottom:solid 1px #efead5;
}
.search-ex-wrap.ex-top{
  border-top:solid 1px #e2dec4;
  background-image:url("/assets/images/shadow_ttl.png");
  background-repeat:repeat-x;
}
.search-ex-wrap h3{
  font-size:12px;
  margin-bottom:25px;
  margin-top:10%;
}
.search-ex-wrap .ex-lead{
  font-weight:bold;
  margin-left:-.6em;
}
.search-ex-wrap .line{
  width:7px;
  border-top:solid 1px #000;
  margin:20px 0;
}
.search-ex-wrap .ex-list li{
  margin-bottom:5px;
}


/****************************
関連商品・最近チェックした商品
****************************/
#related-items,
#checked-items{
  background:url("/assets/images/shadow_ttl.png") repeat-x;
  border-top:1px solid #E2DEC4;
}
#related-items .box-title,
#checked-items .box-title{
  text-align:center;
  margin-bottom:25px;
}
.items-slider{
  padding:25px 100px;
  border-bottom:1px solid #E2DEC4;
  margin-top:-1px;
}
.items-slider .bx-wrapper{
  margin-left:0 !important;
  margin-right:0 !important;
}
.items-slider .bx-wrapper .bx-controls-direction a{
  width:70px;
  height:200px;
  top:0;
  margin-top:0;
}
.items-slider .bx-wrapper .bx-prev{
  background:url("/assets/images/slide_prev.png") no-repeat 50% 50%;
  left:-100px;
}
.items-slider .bx-wrapper .bx-next{
  background:url("/assets/images/slide_next.png") no-repeat 50% 50%;
  right:-100px;
}
#checked-items.staticwrap{
  padding:40px 0;
}

/****************************
フロー
****************************/
.action-steps-wrap{
  background-color:#f7f1e3;
  border-top:solid 1px #e2dec4;
}
.action-steps{
  display:table;
  list-style:none;
  margin:0 auto;
}
.action-steps li{
  float:none;
  display:table-cell;
  vertical-align:top;
  color:#b0a791;
  font-size:11px;
  padding:23px 10px 28px;
}
.action-steps li.active{
  color:#333;
  background:url("/assets/images/step_active.png") no-repeat 50% 100%;
}
.action-steps[class*="step"] li{
  width:180px;
  margin-right:0;
}
.action-steps li .step-num{
  font-size:16px;
  font-weight:bold;
  font-family:"Times New Roman", serif;
}
.action-steps li .line{
  width:4px;
  border-top:solid 1px #b0a791;
  margin:11px auto 8px;
}
.action-steps li span{
  display:inline-block;
  vertical-align:top;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.01);
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}

/****************************
共通レイアウト
****************************/
.min-container{
  width:770px;
  margin:0 auto;
}
.shadow-wrap{
  padding:80px 100px;
  background-color:#fff;
  -webkit-box-shadow: 0 0 7px #cccccc;
  -moz-box-shadow: 0 0 7px #cccccc;
  box-shadow: 0 0 7px #cccccc;
  behavior: url("/assets/js/PIE.htc");
}

/*説明文*/
.lead{
  font-weight:bold;
  text-align:center;
  padding:32px 0;
  margin:0;
  line-height:23px;
}
.lead p{
  margin-bottom:0;
}
.lead.only-sentence{
  padding:104px 0 24px;
}
.lead.lead-top-border{
  background:url("/assets/images/shadow_ttl.png") repeat-x;
  border-top:1px solid #E2DEC4;
}

/*完了*/
.lead.lead-complete{
  padding:104px 0 105px;
}
.lead.lead-complete.line2{
  padding:89px 0;
}
.lead.lead-complete .completettl{
  font-size:15px;
}
.lead.lead-complete .subtext{
  margin-top:8px;
  font-size:12px;
}


/*会員/リマインド*/
.lead.account-lead-complete{
  padding:77px 0 47px;
}
.lead.account-lead-complete .completettl{
  font-size:16px;
}
.lead.account-lead-complete .subtext{
  margin-top:20px;
}
.lead.account-lead-complete .lasttext{
  font-size:11px;
  font-weight:normal;
  margin-top:20px;
}


/****************************
ログイン
****************************/
.user-content{
  height:240px;
  padding:78px 10px 82px;
  -webkit-box-shadow: 0 0 7px #cccccc;
  -moz-box-shadow: 0 0 7px #cccccc;
  box-shadow: 0 0 7px #cccccc;
}
.user-content h2{
  text-align:center;
  font-size:16px;
  margin-bottom:45px;
}
.user-form-actions{width:370px; margin:30px auto 0;}
.user-form-actions .btn{width:100%; padding:13px 0; font-size:14px;}
.user-form-actions .btn-primary span{display:inline-block; padding-right:12px; background:url("/assets/images/icon/arrow_right_white_thin.png") no-repeat 100% 50%;}

/*login box*/
.user-content.user-login .subbox{width:370px; margin:0 auto;}
.user-content.user-login .subbox input[type="text"],
.user-content.user-login .subbox input[type="password"]{
  height:32px;
  margin-bottom:0;
}
.user-content.user-login .subbox input#LoginID{
  margin-bottom:30px;
}
.user-content.user-login .user-form-actions .btn-primary{color:#fff; background-color:#333;}
.user-content.user-login .reminder-link .help-block{margin:2px 0 0;}
.user-content.user-login .reminder-link .help-block a{color:#333;}

/*new box*/
.user-content.user-new .subbox{width:430px; margin:0 auto;}
.user-content.user-new .subbox p{line-height:21px;}

/*placeholder*/
.placeholder-base{position:relative;}
.placeholder-base .login_save { padding: 10px 0 10px 25px; }
.placeholder-text{position:absolute; top:5px; left:10px; color:#666; font-size:11px; cursor:text; margin-bottom:0;}


/****************************
新規会員登録
****************************/
.register-input-page{
  margin-top:62px;
}
.register-input-page .shadow-wrap{
  padding-top:60px;
}
.register-input-page .controls-store select:first-child{
  margin-bottom:10px;
}
.register-input-page .entry-mailaddress{
  width:100%;
}
.register-input-page .entry-mailaddress th,
.register-input-page .entry-mailaddress td{
  padding:0 0 10px;
}
.register-input-page .entry-mailaddress th{
  text-align:left;
  width:48px;
}
.register-confirm-page{
  margin-top:40px;
}
.register-confirm-page .register-section-title{
  font-weight: normal;
}
.register-confirm-page .shadow-wrap{
  padding: 66px 100px 60px;
}
.register-confirm-page .shadow-wrap .table-standard td{
  height: 20px;
}
.register-legal-area{
  margin-top:78px;
}
.register-legal-area .legal{
  font-size:11px;
  line-height:27px;
  border-top:solid 1px #EFEAD5;
  border-bottom:solid 1px #EFEAD5;
  height:130px;
  padding:13px 0;
}
.register-legal-area .legal .lead-text{margin-bottom:40px;}
.register-legal-area .legal .section{margin-bottom:20px;}
.register-legal-area .legal h3{font-weight:bold; line-height:27px;}
.register-legal-area .legal ol{margin-left:17px;}
.register-legal-area .legal ol li{line-height:27px;}
.entry-complete-text{
  text-align:center;
  margin:25px 0 62px;
  line-height:24px;
}
.register-section-title{
  font-size:14px;
  font-weight:bold;
  padding-left:12px;
  margin-bottom:7px;
  background:url("/assets/images/icon/arrow_down.png") no-repeat 0 50%;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.01);
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}
.register-section-title.second{
  margin-top:78px;
}


/****************************
お問い合わせ
****************************/
.inquiry-announce{
  color:#666;
  font-size:11px;
  padding-bottom:20px;
}
.inquiry-announce p{
  margin-bottom:16px;
}
.inquiry-announce p:last-child{
  margin-bottom:0;
}
#inquiry_category{
  width:100%;
}
.inquiry-input-page .form-horizontal .inquiry_controls textarea{height:172px;}
.inquiry-input-page .shadow-wrap_confirm {padding: 80px 100px 60px;}
/****************************
リマインダー
****************************/
.reminder-input-page .form-standard input[type="text"],
.reminder-input-page .form-standard input[type="password"]{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:30px;
}


/****************************
サイトマップ
****************************/
.sitemap{font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif; border-bottom:solid 1px #e2dec4;}
.sitemap .section-wrap{overflow:hidden; border-top:solid 1px #e2dec4; background-color:#f7f1e3;}
.sitemap .section-wrap h2{float:left; width:155px; padding:10px 15px; font-size:13px; line-height:20px;}
.sitemap .section-wrap .child-list{list-style:none; margin-left:185px;}
.sitemap .section-wrap .standard{white-space:nowrap;}
.sitemap .child-list > li{border-top:solid 1px #efead5; background-color:#ffffff;}
.sitemap .child-list > li:after{content: ""; display: table; line-height: 0; clear: both;}
.sitemap .child-list > li:first-child{border-top:0;}
.sitemap .child-list > li > h3{float:left; width:190px; padding:10px 15px; background-color:#fbf6eb; font-size:13px; line-height:20px;}
.sitemap .gchild-list{list-style:none; margin-left:220px; background-color:#ffffff;}
.sitemap .gchild-list:after{content: ""; display: table; line-height: 0; clear: both;}
.sitemap .gchild-list + .gchild-list{border-top:solid 1px #efead5;}
.sitemap .gchild-list > li{float:left; font-size:13px; width:25%; padding:10px 0 10px 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.sitemap .child-list > li.lineover{background-color:#fbf6eb;}/*孫カテ2行以上の場合*/

/****************************
サブナビ
*****************************/
.subnav .nav-list{
  border-bottom:solid 1px #efead5;
}
.subnav .nav-list > li > a{
  border-top:solid 1px #efead5;
  padding-left:10px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.01);
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}
.subnav .nav-list > li:first-child > a{
  border-top:solid 1px #e2dec4;
}


/****************************
フォーム
****************************/
.form-horizontal .control-group{
  margin-bottom:10px;
}
.form-horizontal .control-label{
  font-size:11px;
  font-weight:bold;
  width:170px;
  margin-bottom:0;
  cursor:auto;
}
.form-horizontal .controls{
  margin-left:200px;
}
.controls .radio.inline,
.controls .checkbox.inline{
  margin-bottom:5px;
}
.form-horizontal .help-block{
  color:#666;
  font-size:11px;
  margin-top:5px;
  line-height:18px;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block{
  margin-top:5px;
}
.form-horizontal .help-block.help-end{
  float:left;
  margin-left:15px;
}
.form-horizontal .help-block.help-end.line2{
  line-height:14px;
  margin-top:0;
}
.form-horizontal .asterisk{
  display:inline-block;
  vertical-align:top;
  color:#cc0000;
  font-size:11px;
  font-weight:normal;
  margin:-5px 0 0 3px;
}

.form-standard{
  border-top:solid 1px #efead5;
  border-bottom:solid 1px #efead5;
  padding:20px 0 10px;
}
.form-standard + .form-standard{
  border-top:0;
}
.form-standard.form-standard-thin{
  padding-top:12px;
  padding-bottom:2px;
}
.form-standard.form-standard-thin .help-block{
  margin-bottom:7px;
}
.entry-address-style .control-group{
  margin-bottom:12px;
}
.asttext{
  font-size:11px;
  font-weight:normal;
  text-align:right;
  margin-bottom:5px;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
.docs-input-sizes select{margin:0 2% 0 10%;}
.post-search li .hyphen{display:inline-block; width:20px; text-align:center;}
.post-search li #zipcode1, .post-search li #Zip1{width:60px;}
.post-search li #zipcode2, .post-search li #Zip2{width:90px;}
.post-search li .post-search-btn{width:100%; font-size:11px;}
#prefecture_id{width:170px;}
table .radio.inline, table .checkbox.inline{padding-top:0;}


/****************************
テーブル
****************************/
.table{
  margin-bottom:0;
}
.table-standard{
  border-bottom:solid 1px #efead5;
}
.table-standard th,
.table-standard td{
  padding:16px 30px;
  border-top:solid 1px #efead5;
  vertical-align:top;
}
.table-standard tbody th{
  width:40%;
  font-size:11px;
  font-weight:bold;
  text-align:right;
  background-color:#fcf9f2;
}

.table-orderitems th,
.table-orderitems td{
  border-top:0;
  border-bottom:solid 1px #efead5;
  text-align:center;
  vertical-align:middle;
  padding:20px 15px;
}
.table-orderitems th{
  font-weight:normal;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.01);
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}
.table-orderitems thead th{
  font-size:11px;
  padding-bottom:5px;
}
.table-orderitems td.orderitem-detail{
  text-align:left;
}
.table-orderitems td.orderitem-detail h3{
  font-weight:bold;
  font-size:14px;
  margin-bottom:6px;
}
.table-orderitems td.orderitem-detail ul li{
  margin-top:3px;
}
.table-orderitems select{
  margin:0 6px 0 17px;
}
.table-orderitems tr > th:first-child,
.table-orderitems tr > td:first-child{
  padding-left:0;
}
.table-orderitems tr > th:last-child,
.table-orderitems tr > td:last-child{
  padding-right:0;
}
.table-orderitems tr > th.total-itemprice-left + th,
.table-orderitems tr > td.total-itemprice-left + td{
  padding-left:0;
}

table .orderitem-pic img{
  width:144px;
  height:auto;
  max-width:none;
}

table .itemprice-part{
  font-size:14px;
  font-family: "Times New Roman", serif;
}
table .total-itemprice-left{
  padding-right:30px;
}
table .total-itemprice-part{
  font-size:14px;
  background-color:#fcf9f2;
  font-family: "Times New Roman", serif;
}

/***注文金額テーブル***/
table.confirm-price-box{
  width:300px;
  border-top: 1px solid #EFEAD5;
  margin-top:20px;
  margin-bottom:20px;
}
table.confirm-price-box th,
table.confirm-price-box td{
  border-top: 0 none;
  border-bottom: 1px solid #EFEAD5;
  padding:10px 0;
  vertical-align: middle;
}
table.confirm-price-box th{
  width:100px;
  font-size:11px;
  text-align:right;
  padding-right:30px;
  background-color:transparent;
}
table.confirm-price-box td{
  background-color:#fcf9f2;
  text-align:center;
  font-size:15px;
  font-family: "Times New Roman","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
table.confirm-price-box td .taxin{
  font-size:10px;
}
table.confirm-price-box .total-price-part th,
table.confirm-price-box .total-price-part td{
  padding-top: 19px;
  padding-bottom:19px;
}
table.confirm-price-box .total-price-part td{
  font-weight:bold;
}

/*DH_FRONT_DEPT-3573*/
#global-navi > li.menu2 > .dropdown-menu{min-width:215px;}
#global-navi > li.menu2 > .dropdown-menu .dropdown-menu.child-category-dropdown-list{min-width:280px;}
.list-category.menu-new-collection .child-category {
  padding: 0;
}
.list-category.menu-new-collection h2 a {
  height: 45px;
  padding: 5px 20px 5px 10px;
}
.list-category.menu-new-collection .child-category > li {
  width: 100%;
  display: table;
}
.list-category.menu-new-collection .child-category > li > a {
  display:table-cell;
  line-height:13px;
  padding: 0 20px;
  vertical-align:middle;
  height:42px;
}
.pointer-non {
  pointer-events: none;
}
