@charset "utf-8";

/* ************************************************
*  default
* ************************************************ */
body {
    background-color: #fff;
    color: #212121;
    font-size: 100%;
    font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

a {
    color: #555;
}

/* ************************************************
*  header
* ************************************************ */

/* ツールバー */
.toolbar {
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    position: static;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}

.toolbar__inner {
    margin: 0;
    padding: 0 5px;
    position:relative;
}

.toolbar__item {
    list-style: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height:50px;
}
.toolbar__itemInner{
    display: inline-block;
}
.toolbar__item a,.toolbar__itemInner > span {
    color: #212121;
    padding: 0 10px;
    height: 50px;
    display: table;
}
.toolbar__itemInner > span:active{
    background: rgba(0, 0, 0, 0.1);
}
.toolbar__item a .u-wrap,.toolbar__itemInner > span .u-wrap {
    display: table-cell;
}
.toolbar__item a i,.toolbar__itemInner > span i {
    vertical-align: middle;
    position:relative;
    top:-1px;
}

.toolbar__item {
    float: left;
    width:33.33333%;
}
.toolbar__item span {
    margin: 0 0 0 8px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;

}
.toolbar__item--cart .toolbar__item__count {
    font-weight: bold;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
.toolbar__item--menu{
    text-align: center;
    cursor: pointer;
}
.toolbar__item--search{
    text-align: center;
}
.toolbar__item--cart{
    text-align: center;
}

/*ヘッダー検索*/
.tSearch{
    position:absolute;
    width:100%;
    top:100%;
    left:0;
    margin-top:1px;
    background:white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:22px 3% 25px;
    text-align:center;
    display: none;
    border-bottom:solid 1px #ccc;
    z-index:10;
}
.tSearchList{
    margin:0;
    padding:0;
    display: inline-block;
}
.tSearchList__unit{
    text-align:center;
    list-style:none;
}
.tSearchList__unit:nth-child(n+2){
    margin-top:15px;
}
.tSearchList__text{
    width:100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align:left;
    font-size:14px;
    line-height:25px;
    display: inline-block;
    float:left;
}
.tSearchList__inputArea{
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align:left;
    display: inline-block;
    margin:0;
    float:left;
}
.tSearch__input{
    float:left;
    height:30px;
    width:120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background:white;
    border:solid 1px #ccc;
    border-right:none;
    padding:3px 5px;
    -webkit-appearance: none !important;
}
.tSearch__submit{
    float:left;
    height:30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.tSearch__selectWrap{
    position:relative;
}
.tSearch__selectWrap:after{
    content:"";
    position:absolute;
    right:0px;
    top:0px;
    display: inline-block;
    width:30px;
    height:30px;
    background:url("https://img21.shop-pro.jp/PA01369/596/etc/sp-icon-down.jpg?cmsp_timestamp=20170126124734") no-repeat right center;
    background-size:30px 30px;
    pointer-events: none;

}
.tSearch__select{
    background:white;
    border:solid 1px #ccc;
    width:165px;
    height:30px;
    font-size:12px;
    vertical-align: top;
    height:30px;
    line-height:30px;
    display: block;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:5px;
}

/* ヘッダー */
.fa-lg {
    font-size: 23px !important;
}
.section__inner {
    padding: 20px 10px 14px;
}
.section--shopname {
    padding-top: 0;
}
.shopname {
    text-align: center;
    margin: 0;
    font-size: 114.28571%;
}
.shopname a {
    font-weight: bold;
    color: #212121;
    display: block;
    font-size:32px;
    line-height:1;
}
.section {
     border-bottom: none;
}

/* ドロワー */
.drawer.open {
    left: 0;
}

.drawer {
    position: fixed;
    top: 0;
    left: -280px;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 280px;
    height: 100%;
    background: #fff;
    color: #212121;
    font-size: 12px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.drawer__item--close {
    text-align: right;
    padding: 20px;
}
.drawer__item--close a {
    color: #212121;
}

.drawer__item {
    border-bottom: 1px solid #e0e0e0;
}

.drawer__item__name {
    font-size: 100%;
    font-weight: normal;
    display: table;
    line-height: 1;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 30px 20px;
    color: #212121;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.drawer__item__name__text {
    width: 70%;
    vertical-align: middle;
}

.drawer__item__name__icon--left {
    width: 15%;
    display: table-cell;
    vertical-align: middle;
}

.drawer__item__name__icon--right {
    width: 10%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.drawer__item--accordion ul {
    margin: 0;
    padding: 15px 0;
    list-style: none;
}
.drawer__item--accordion .linklist__item {
    border: none;
}
.drawer__item--accordion .linklist__item a {
    padding: 10px 20px;
}

.u-ac--active {
    border-bottom: 1px solid #e0e0e0;
}
.drawer .linklist__item a {
    color: #000;
}
.catMenu a {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    color: #212121;
}
/* back to postlist  */
.re-postlist {
    background-color: #555;
    border-radius: 0;
}
.re-postlist a {
    color: #fff;
}
/* ************************************************
 * footer
 * ************************************************ */
.copyright {
    padding-bottom: 20px;
    margin: 10px 0 0;
    font-size: 12px;
    text-align:center;
    color:#333333;
}

.powered {
    font-size: 12px;
    color: #212121;
}
.powered img {
    width: 190px;
    margin: 0 0 -3px 3px;
}


/* ************************************************
 * detail
 * ************************************************ */
/* .blog_inner h1,
.blog_inner h2,
.blog_inner h3,
.blog_inner h4,
.blog_inner h5,
.blog_inner h6 {
    border-bottom: 1px dotted #333;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align:left;
    color: #004b64;
}
.blog_inner h1 { font-size: 2em; }
.blog_inner h2 { font-size: 1.5em; }
.blog_inner h3 { font-size: 1.17em; }
.blog_inner h4 { font-size: 1.33em; }
.blog_inner h5 { font-size: 0.83em; }
.blog_inner h6 { font-size: 0.67em; }
.single_post_detail .blog_inner {
    font-size: 14px;
} */


.pc-switcher {
    display: none !important;
}

@charset "utf-8";

@import 'https://fonts.googleapis.com/earlyaccess/notosansjapanese.css';
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
@import '/js/common/slick-1.8.0/slick/slick.css';
@import '/js/common/slick-1.8.0/slick/slick-theme.css';

/* --------------------------------------------------------------------------------
  リセット
-------------------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
}
html{
  font-size:62.5%;
}
body{
  position:relative;
  max-width:750px;
  margin:0 auto;
  line-height:1.5;
  font-family:'Noto Sans Japanese', Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
  -webkit-text-size-adjust:100%;
}
h1,h2,h3,h4,h5,h6,
input,
textarea{
  font-weight:normal;
  font-size:100%;
}
ol,ul{
  list-style:none;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
  content:'';
  content:none;
}
input,
textarea,
select{
  font-family:'Noto Sans Japanese', Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}
table{
  border-collapse:collapse;
  border-spacing:0;
  font-family:'Noto Sans Japanese', Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}

img{
  max-width:100%;
  height:auto;
  border:none;
  -ms-interpolation-mode:bicubic;
  vertical-align:bottom;
}
a{
  text-decoration:none;
  color:#000;
}
a img{
  border:none;
  vertical-align:bottom;
}

@media screen and (min-width: 300px) and (max-width: 399px){
  body{
    font-size:1.2em;
  }
}
@media screen and (min-width: 400px) and (max-width: 499px){
  body{
    font-size:1.4em;
  }
}
@media screen and (min-width: 500px) and (max-width: 599px){
  body{
    font-size:1.6em;
  }
}
@media screen and (min-width: 600px) and (max-width: 699px){
  body{
    font-size:1.8em;
  }
}
@media screen and (min-width: 700px) and (max-width: 799px){
  body{
    font-size:2em;
  }
}
@media screen and (min-width: 800px) and (max-width: 899px){
  body{
    font-size:2.2em;
  }
}
@media screen and (min-width: 900px){
  body{
    font-size:2.4em;
  }
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
    display:block;
}
ul{
  list-style:none;
  margin:0;
  padding:0;
}

a{
    -webkit-tap-highlight-color:rgba(0,0,0,0.1);
  tap-highlight-color:rgba(0,0,0,0.8);
}

input{
  border-radius:0;
}
input, select{
  max-width:100%;
  height:auto;
  vertical-align:middle;
}

div:after {
    content: '';
    height: 0 !important;
}


/* --------------------------------------------------------------------------------
  共通クラス
-------------------------------------------------------------------------------- */
.clear{
  clear:both;
}
br.clear{
  display:block;
  margin:0;
  padding:0;
  clear:both;
  height:0;
  border:none;
  visibility:hidden;
  font-size:0;
}
.clearfix:after{
  content:".";
  display:block;
  clear:both;
  height:0 !important;
  visibility:hidden;
}
.clearfix{
  min-height:1%;
}
* html .clearfix{
  height:1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*　全パーツ共通角丸コンテナ　*/
.FS2_contents_container,.FS2_memberOnly,.FS2_NoItemMessage,.FS2_upper_comment,.FS2_lower_comment,.FS2_ItemComment,.FS2_middle_comment{
  background:#fff;
  margin:0;
  padding:0;
  -webkit-box-shadow:none;
  box-shadow:none;
  border-radius:0;
}

ul.ul{
  list-style:disc;
  padding:0 0 0 1.5em;
}
ol.ol{
  list-style:decimal;
  padding:0 0 0 1.75em;


}

/********** プレースホルダー **********/
::-webkit-input-placeholder{
  color:#707070;
}

/********** inner **********/
.inner{
  padding:0 3.3%;
}


/* --------------------------------------------------------------------------------
  FS2_layout_body
-------------------------------------------------------------------------------- */
#FS2_layout_body{
  background:#fff;
}

/* --------------------------------------------------------------------------------
  container
-------------------------------------------------------------------------------- */
#container{
}


/* --------------------------------------------------------------------------------
  header
-------------------------------------------------------------------------------- */
#header{
  margin:0 0 3.5%;
  background:#fff;
}
.topPage #header{
  margin-bottom:0;
  padding-bottom:0;
}

#header .headline{
  padding:1% 0;
  text-align:center;
  font-weight:bold;
  font-size:1.25em;
  background:#fff100;
}

/********** h-contents **********/
#header .h-contents{
  padding:3.2% 1.5%;
}

/********** ロゴ **********/
#header .logo{
  float:left;
  width:63%;
}
#header .logo a{
  display:block;
}
#header .logo a img{
  display:block;
}

/********** ボタン **********/
#header .h-btns{
  float:right;
  width:26%;
}
#header .h-btns ul li{
  float:left;
  width:50%;
  font-size:2.75em;
}
#header .h-btns ul li:nth-of-type(2){
  text-align:center;
}
#header .h-btns ul li a{
  display:block;
}
#header .h-btns ul li a i{
  display:block;
}

/********** h1 **********/
#header h1{
  padding:0 5px 2%;
  text-align:center;
  font-size:0.8em;
}

/********** h-nav **********/
#header .h-nav{
  font-size:0.8em;
}
#header .h-nav ul{
  width:100%;
  display:table;
}
#header .h-nav ul li{
  width:20%;
  display:table-cell;
  vertical-align:top;
  background:#00479d;
}

/********** 検索オフ時 **********/
#header .h-nav ul li.btn-search{
  display:table-cell;
}

/********** 検索オン時 **********/
#header .h-nav ul li.btn-search.menu-on{
  color:#00479d;
  background:#fff;
}
#header .h-nav ul li.btn-search.menu-on a{
  color:#00479d;
}
#header .h-nav ul li.btn-search.menu-on .icon i.fa{
  color:#00479d;
}

/********** メニューオフ時 **********/
#header .h-nav ul li.btn-menu .btn-menu-open{
  display:block;
}
#header .h-nav ul li.btn-menu .btn-menu-close{
  display:none;
}

/********** メニューオン時 **********/
#header .h-nav ul li.btn-menu.menu-on{
  color:#00479d;
  background:#fff;
}
#header .h-nav ul li.btn-menu.menu-on a{
  color:#00479d;
}
#header .h-nav ul li.btn-menu.menu-on .icon i.fa{
  color:#00479d;
}
#header .h-nav ul li.btn-menu.menu-on .btn-menu-open{
  display:none;
}
#header .h-nav ul li.btn-menu.menu-on .btn-menu-close{
  display:block;
}

#header .h-nav ul li a{
  display:block;
  padding:7% 0;
  text-align:center;
  color:#fff;
  border-right:solid 1px #fff;
}
#header .h-nav ul li:last-child a{
  border:none;
}
#header .h-nav ul li a .icon{
  display:block;
}
#header .h-nav ul li a .icon i.fa{
  font-size:2.8em;
  color:#fff;
}
#header .h-nav ul li a .label{
  display:block;
}

/********** 検索 **********/
.FS2_CategoryItemList{
  padding-top:20px;
}
.copyFormTrigger{
  cursor: pointer;
  display: block;
  text-align:center;
  padding: 3% 0;
  margin:0px auto 0px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 0.15em #00479d;
  color: #00479d;
  background: #fff;
  width:90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header .search{
  position:absolute;
  width:100%;
  display:none;
  margin:0 0 2%;
  border-top:solid 1px #fff;
  font-size:1.05em;
  background:#00479d url(../images/common/icon-arr.png) no-repeat 50% 0;
  background-size:0.5em auto;
  z-index:15;
  text-align:center;
}
.copySearchFormWrap{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  display:none;
  margin:20px 0 2%;
  border-top:solid 1px #fff;
  font-size:1.05em;
  background:#00479d;
  z-index:15;
  text-align:center;
  padding-top:10px !important;
}
.section--search{
    margin-bottom:15px;
}
.search__field{
    width:100%;
    padding:16px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:none;
    color:#333;
}
.search__selectWrap {
    position: relative;
    display: block;
    border:none;
    background: #fff;
}

.search__selectWrap:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -4px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #333;
}

.search__selectWrap .search__field {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 15px 1em;
    border: none;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:105%;
    left:-1px;
}
::-ms-expand {
    display: none;
}
.search__checkBoxWrap{
  text-align:center;
}
.search__checkBoxWrap input{
  margin:0px 5px 0px 0px;
  position:relative;
  top:-3px;
}
.search__checkBoxWrap img,.search__checkBoxWrap input{
  display: inline-block;
  margin-bottom:10px;
}
.sBox{
  display: inline-block;
}
.sizeAtt{
    font-size:12px;
    margin-top:10px;
    line-height:1;
}
.sizeAtt a{
    color:#5e5e5e;
}
.search__field--price{
    width:43% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.search__centerText{
  color:white;
  width:12%;
  text-align:center;
  display: inline-block;
}
#header .search form,.copySearchFormWrap{
  padding:2% 2% 6%;
}
#header .search .heading{
  padding:3% 0 0;
  text-align:center;
  color:#fff;
}
#header .search .search-box,.copySearchFormWrap .search-box{
  display:table;
  width:100%;
  background:#fff;
  /* overflow:hidden; */
  position: relative;
}
#header .search form .input-txt,.copySearchFormWrap form .input-txt{
  width:83%;
  padding:0 2%;
  display:table-cell;
  vertical-align:middle;
}
#header .search form .input-txt input,.copySearchFormWrap form .input-txt input{
  border:none;
  width:100%;
  height:2.2em;
  padding:3%;
}
#header .search form .input-submit,.copySearchFormWrap form .input-submit{
  display:table-cell;
  vertical-align:middle;
  text-align:right;
  background:#fff;
}
#header .search form .input-submit button,.copySearchFormWrap form .input-submit button{
  border:none;
  background:#fff;
}
#header .search form button i.fa,.copySearchFormWrap form button i.fa{
  font-size:2em;
  color:#ef7a00;
}
.sSizeList{
  padding-top:10px;
}
.sSizeList__unit{
  width:49%;
  float:left;
  text-align:center;
}
.sSizeList__unit:nth-child(2n){
  float:right;
}
.sSizeList__unit:nth-child(2n+1){
  clear: both;
}
.sSizeList__unit:nth-child(n+3){
  margin-top:5px;
}

/********** メニュー **********/
#header .menu{
  display:none;
  position:absolute;
  width:85%;
  right:0;
  background:#434343;
  z-index:15;
}
#header .menu .menu-box{
  padding:1.5% 3%;
  color:#fff;
}
#header .menu .txt-shop{
  padding:0 0 3%;
  font-size:1.1em;
}
#header .menu .txt-welcome{
  margin:0 0 3%;
  padding:0.5% 2%;
  background:#fff;
  color:#000;
}
#txt-point {
  margin-left: 10px;
}

/********** メンバーメニュー **********/
#header .menu .menu-member{
  background:#ef7a00;
}
#header .menu .menu-member ul{
  width:100%;
  display:table;
}
#header .menu .menu-member ul li{
  width:25%;
  display:table-cell;
  vertical-align:top;
}
#header .menu .menu-member ul li a{
  display:block;
  padding:7% 0;
  text-align:center;
  color:#fff;
  border-right:solid 0.15em #434343;
  font-size:0.75em;
}
#header .menu .menu-member ul li a#logoutButton,
#header .menu .menu-member ul li a#loginButton{
  display:none;
}


#header .menu .menu-member ul li:last-child a{
  border:none;
}
#header .menu .menu-member ul li a .icon{
  display:block;
}
#header .menu .menu-member ul li a .icon i.fa{
  font-size:2.8em;
  color:#fff;
}
#header .menu .menu-member ul li a .label{
  display:block;
}

/********** メニューリスト **********/
#header .menu .menu-list{
  border-bottom:solid 0.1em #c9c9c9;
}
#header .menu .menu-list > ul > li:first-child{
  border:none;
}
#header .menu .menu-list ul li{
  border-top:solid 0.1em #c9c9c9;
}
#header .menu .menu-list ul li a{
  position:relative;
  display:block;
  padding:5% 12% 5% 2%;
  color:#fff;
}
#header .menu .menu-list ul li a:nth-of-type(1){
}
#header .menu .menu-list ul li a span{
  margin:0 1em 0 0;
  color:#fff;
}
#header .menu .menu-list ul li ul{
  display:none;
}
#header .menu .menu-list ul li ul li a{
  display:block;
  padding:5% 8%;
  background:#707070;
}

/********** アイコン **********/
#header .menu .menu-list ul li i.fa{
  position:absolute;
  right:3%;
  margin:0.25em 0 0;
}

/********** メニューの展開 **********/
#header .menu .menu-list ul li a.btn-open .btn-open{

}

/********** プラス・マイナス **********/
#header .menu .menu-list ul li i.fa-plus{
  display:inline;
  color:#fff;
}
#header .menu .menu-list ul li i.fa-minus{
  display:none;
  color:#ff0;
}

/********** メニューON **********/
#header .menu .menu-list ul li.menu-on i.fa-plus{
  display:none;
}
#header .menu .menu-list ul li.menu-on i.fa-minus{
  display:inline;
}


/********** カテゴリー **********/
#header .menu .menu-list .category{
  display:none;
}
#header .menu .menu-list .category ul{
  display:block;
}
#header .menu .menu-list .category ul li a{
  display:table;
  width:100%;
  padding:0;
  color:#00479d;
}
#header .menu .menu-list .category ul li a .thumb{
  display:table-cell;
  width:20%;
  padding:0 0 0 0;
  vertical-align:middle;
}
#header .menu .menu-list .category ul li a .thumb img{
  width:100%;
}
#header .menu .menu-list .category ul li a .label{
  display:table-cell;
  padding:0 0 0 5%;
  vertical-align:middle;
}


/********** メーカー **********/
#header .menu .menu-list .maker{
  display:none;
}
#header .menu .menu-list .maker ul{
  display:block;
}
#header .menu .menu-list .maker ul li a{
  display:table;
  width:100%;
  padding:0;
  color:#00479d;
}
#header .menu .menu-list .maker ul li a .thumb{
  display:table-cell;
  width:40%;
  padding:0 0 0 0;
  vertical-align:middle;
}
#header .menu .menu-list .maker ul li a .thumb img{
  width:100%;
}
#header .menu .menu-list .maker ul li a .label{
  display:table-cell;
  padding:0 0 0 5%;
  vertical-align:middle;
}



/********** sms **********/
#header .sms{
  padding:8% 0 5%;
}
#header .sms ul li:nth-child(1){
  float:left;
  width:15.7%;
  padding:0 0 0 13.7%;
}
#header .sms ul li:nth-child(2){
  float:right;
  width:40%;
  padding:0 13.6% 0 0;
}


/* --------------------------------------------------------------------------------
  wrapper
-------------------------------------------------------------------------------- */
#wrapper{
}


/* --------------------------------------------------------------------------------
  main
-------------------------------------------------------------------------------- */
#main{
}


/* --------------------------------------------------------------------------------
  footer
-------------------------------------------------------------------------------- */
#footer{
  background:#fff;
}
#FS2_footer{
  margin:0;
}

/********** WORK LANDのサービスについて **********/
#footer .service h2{
  margin:0 0 1%;
  padding:0;
  text-align:center;
  line-height:1.2;
  font-size:1em;
  color:#fff;
}
#footer .service h2 span{
  display:block;
  padding:1em 0;
  font-size:1.32em;
  background:#00479d;
}
#footer .service h2 img{
  display:block;
}

#footer .service .section{
  padding:0 0 12%;
}
#footer .service .section .bnr{
  padding:0 0 2%;
}
#footer .service .section .txt{
  padding:0 0 2.5%;
  text-align:center;
  line-height:1.6;
  font-size:1.2em;
}
#footer .service .section .txt .mark1{
  font-weight:bold;
}
#footer .service .section .btn-details{
  text-align:center;
}
#footer .service .section .btn-details a{
  display:inline-block;
  margin:0 auto;
  padding:2%;
  border:solid 0.15em #434343;
  text-align:center;
  color:#434343;
  background:#fff;
}
#footer .service .section .btn-details a .fa{
  margin:0 0 0 0.75em;
}

.sp_FS2_Recommend2_category_ranking .btn-details{
  text-align:center;
  margin-bottom:5%;
}
.sp_FS2_Recommend2_category_ranking .btn-details a{
  display:inline-block;
  margin:0 auto;
  padding:2%;
  border:solid 0.15em #434343;
  text-align:center;
  color:#434343;
  background:#fff;
}
.js-moreWrap .btn-details a .fa{
  margin:0 0 0 0.75em;
}

.js-moreWrap .btn-details{
  text-align:center;
  margin-bottom:5%;
}
.js-moreWrap .btn-details a{
  display:inline-block;
  margin:0 auto;
  padding:2%;
  border:solid 0.15em #434343;
  text-align:center;
  color:#434343;
  background:#fff;
}
.js-moreWrap .btn-details a .fa{
  margin:0 0 0 0.75em;
}

/********** 特集から探す **********/
#footer .feature{
  display:none;
  margin:0 0 5%;
  background:#eee;
}
#footer .feature h2{
  margin:0 0 1%;
  text-align:center;
  font-size:1.32em;
  color:#fff;
}
#footer .feature h2 span{
  display:block;
  padding:2.5% 0;
  background:#00479d;
}
#footer .feature h2 img{
  display:block;
}
#footer .feature ul{
  padding:0 1.5% 4%;
}
#footer .feature ul li{
  float:left;
  width:49%;
  padding:0 0 2%;
}
#footer .feature ul li:nth-of-type(2n){
  float:right;
}
#footer .feature ul li a{
  display:table-cell;
  vertical-align:middle;
  font-size:0.8em;
  color:#000;
  background:#fff;
  overflow:hidden;
}


/********** ページトップ **********/
#footer .btn-pagetop a{
  display:block;
  padding:3% 0;
  text-align:center;
  font-size:1.2em;
  color:#fff;
  background:#ef7a00;
}
#footer .btn-pagetop a span{
  margin:0 1em 0 0;
}
#footer .btn-pagetop a i.fa{
  font-size:1.2em;
  margin:0 1em 0 0;
}

/********** フッターナビゲーション **********/
#footer .f-nav ul{
  font-size:0.9em;
}
#footer .f-nav ul li{
  float:left;
  width:50%;
  border-top:solid 0.1em #c9c9c9;
}
#footer .f-nav ul li:nth-of-type(1),
#footer .f-nav ul li:nth-of-type(2){
  border-top:none;
}
#footer .f-nav ul li a{
  display:block;
  padding:18% 4%;
  border-right:solid 0.1em #c9c9c9;
}
#footer .f-nav ul li:nth-of-type(2n) a{
  border-right:none;
}
#footer .f-nav ul li a span{
  margin:0 1em 0 0;
}

/********** コピーライト **********/
#footer .copyright{
  padding:3% 0;
  text-align:center;
  color:#fff;
  background:#00479d;
  font-size:0.8em;
}

/********** ページトップボタン **********/
#fixedTop{
  position: fixed;
  width: 10%;
  height: 10%;
  right: 10px !important;
  bottom: 45px !important;
  z-index: 10;
}



/* --------------------------------------------------------------------------------
  FutureShop　共通
-------------------------------------------------------------------------------- */
.pan.FS2_breadcrumbs{
  margin:3.5% 0 3.5% 0;
  background:none;
  font-size:13px;
}
#FS2_ItemDetail #header{
  margin-bottom:0;
}


/* --------------------------------------------------------------------------------
  FutureShop　一覧
-------------------------------------------------------------------------------- */
/********** カテゴリー上部コメント **********/
#FS2_CategoryList .FS2_upper_comment .category-comment .heading{
    margin: 0 0 0.5%;
    text-align: center;
    font-size: 1.32em;
    color: #fff;
}
#FS2_CategoryList .FS2_upper_comment .category-comment .heading span{
  display:block;
  padding:2.5% 0;
  background:#00479d;
}
#FS2_CategoryList .FS2_upper_comment .category-comment .heading img{
  position:relative;
  display:block;
}
#FS2_CategoryList .FS2_upper_comment .category-comment .bnrs, #FS2_CategoryList .FS2_upper_comment .bnrs{
  padding:0 3.3% 2%;
}
#FS2_CategoryList .FS2_upper_comment .category-comment .txt{
  padding:0 0 5%;
}

/********** 作業服メーカー **********/
.category-comment .workwear_brand {
    padding: 9px 0 9px 28px;
    color: #fff;
    font-size: 16px;
    background:#2196f3;
}
.brand_neme {
    font-size: 20px;
    color: #000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0px 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.brand_neme:before, .brand_neme:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #000;
  display: block;
  visibility: visible;
}
.brand_neme:before {
  margin-right: .4em;
}
.brand_neme:after {
  margin-left: .4em;
}
.category-comment .bnr-feature1 ul li .brand_txt {
    display: block;
    margin: .5em;
}
.category-comment .bnrs ul li .brand_txt {
    display: block;
    margin: .5em;
}

/***** 特集下ピックアップ商品一覧******/
.sp_FS2_Recommend2_brand_item {
    background: #fffee8;
    padding-top: 5%;
}
/***** 特集テキスト *****/
#FS2_CategoryList .FS2_upper_comment .category-comment .pickup_txt {
    margin: 0 1% 5%;
    display: block;
    border: 1px solid #cccccc;
    padding: 0.4em;
}
/********** 特集下レコメンド商品郡 **********/
#FS2_CategoryList .FS2_upper_comment .category-comment .bnr-FRecom {
    padding: 0 3.3% 2%;
}
.bnr-FRecom ul{
}
.bnr-FRecom ul li{
  padding:0 0 6%;
}
.bnr-FRecom ul li a{
  display:block;
}
.bnr-FRecom ul li .txt{
  display:block;
  overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.sp_FS2_Recommend2_tokusyu_item {
    padding-top: 2%;
}
.sp_FS2_Recommend2_tokusyu_item ul {
    padding: 0 0 1% 1%;
}
.sp_FS2_Recommend2_tokusyu_item ul li {
    float: left;
    width: 31.5%;
    margin: 0 2% 0 0;
    line-height: 1.2;
    padding: initial;
}
.tokusyu-txt {
    padding: 0 0 5%;
}
.tokusyu-txt a{
    text-align:right;
    color:#00479d;
    text-decoration:none;
}
.tokusyu-txt a:hover,
.tokusyu-txt a:active{
    text-decoration:underline;
    color:#00479d;
}

/********** シリーズ商品郡 **********/
.series-item {
    background: #fffee8;
    padding-top: 1%;
    margin: 0 0 1% 0;
}
.series-item ul{
  padding:0 0 0 1%;
}
.series-item ul li{
  float:left;
  width:31.5%;
  margin:0 2% 2% 0;
  line-height:1.2;
}
.series-item ul li:nth-child(3n){
  margin:0 0 2% 0;
}

.series-item ul li a{
  display:block;
}
.series-item ul li .thumb{
  display:block;
  padding:0 0 1%;
}
.series-item ul li .thumb img{
  width:100%;
}
.series-item ul li .name{
  display:block;
  padding:0 0 5px;
}
.series-item ul li .price{
  display:block;
  color:#f00;
  font-weight:bold;
        text-align: center;
}

/********** クローズアップ商品ポイント **********/

.closeupitemtitle2 {
  position: relative;
  margin-left: 5px; /* 15px padding + 7px border ribbon shadow*/
  margin-right: 3px;
  padding: 15px;
  background: #e5e5e5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background: linear-gradient(#f5f5f5, #e5e5e5);
  -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
          box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.5em;
  font-weight: bold;
}
.closeupitemtitle2:before,
.closeupitemtitle2:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  content:'';
  border-top: 6px solid #555;
  border-left: 6px solid transparent;
}
.closeupitemtitle2:before {
  border-top: 6px solid #555;
  border-right: 6px solid transparent;
  border-left: none;
  left: auto;
  right: 0;
  bottom: -6px;
}

.closeupitemtitle3 {
    position: relative;
    padding: 10px 10px;
    border: 1px solid #2196f3;
    margin: 25px 10px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #2196f3;
}
.closeupitemtitle3:after {
    content: "PickUP";
    position: absolute;
    top: -10px;
    left: 10px;
    background: #fff;
    font-size: 10px;
    color: #2196f3;
    padding: 0px 10px;
}

.closeupitem {
    font-size: 20px;
    color: #000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0px 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.closeupitem:before, .closeupitem:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #CCC;
  display: block;
  visibility: visible;
}
.closeupitem:before {
  margin-right: .4em;
}
.closeupitem:after {
  margin-left: .4em;
}
.closeupitem_txt {
    padding: 0.5em 1em;
    margin: 0.5em 0;
    color: #5d627b;
    background: white;
    border-left: solid 5px #2196f3;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
 /* おすすめアンダーライン　*/
.closeupitem_txt .popunder {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff66));
  background: linear-gradient(transparent 70%, #ffff66 70%);
  font-weight: bold;
  }

/********** 商品説明内のちょっとした案内ボタン **********/
a.chot_btn {
  display: block;
  width: 200px;
  padding: 0.8em;
        margin: 20px 0px;
  text-align: center;
  text-decoration: none;
        font-weight: bold;
  color: #0033cc;
  border: 2px solid #0033cc;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
}
a.chot_btn:hover {
  background: #0033cc;
  color: #fff;
}

/********** 動画レスポンシブ **********/
.move{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

/********** 安全靴用メーカー **********/
.category-comment .shoes-maker {
    padding: 0px 3.3% 5%;
}
.category-comment .shoes-maker h2 {
    padding: 4px 10px;
    font-size: 14px;
    color: #fff;
    background: #ef7a00;
}
.category-comment .shoes-maker .shoes-maker-box {
    padding: 10px 10px 10px 10px;
    background: #fff;
    border: solid 2px #ef7a00;
}
.safetyshoes-logo{
    max-width: 21% !important;
    float: left;
    margin: 5px 5px 5px 5px;
}

/********** 特集ユニット **********/
ul.uni_mb40 {
    margin-bottom: 40px;
    font-size: 0;
}
ul.uni_mb15 {
    margin-bottom: 15px;
    font-size: 0;
}
.uni-row2-01 {
    margin: 5px 10px 5px 5px;
    float: left;
    max-width: 47% !important;
}

.uni-row2-02 {
    margin: 5px 0 5px 0;
    float: left;
    max-width: 47% !important;
}

.uni-row4-01 {
    margin: 1% 1% 1% 3%;
    float: left;
    max-width: 23% !important;
}
.uni-row4-02 {
    margin: 1% 1% 1% 0;
    float: left;
    max-width: 23% !important;
}
.uni-row4-03 {
    margin: 1% 0 1% 0;
    float: left;
    max-width: 23% !important;
}

/********** 商品ユニット4(spは3表示) **********/
.unit4 {
    padding-top: 1%;
    margin: 0 0 1% 0;
}
.unit4 ul{
  padding:0 0 0 1%;
}
.unit4 ul li{
  float:left;
  width:31.5%;
  margin:0 2% 2% 0;
  line-height:1.2;
}
.unit4 ul li:nth-child(3n){
  margin:0 0 2% 0;
}

.unit4 ul li a{
  display:block;
}
.unit4 ul li .thumb{
  display:block;
  padding:0 0 1%;
}
.unit4 ul li .thumb img{
  width:100%;
}
.unit4 ul li .name{
  display:block;
  padding:0 0 5px;
}
.unit4 ul li .price{
  display:block;
  color:#f00;
  font-weight:bold;
  font-size: 1.3em;
  text-align: center;
}

/********** ユニット用小ボタン **********/
a.unit_btn {
  display: block;
  padding: 0.3em;
  margin: 0.5em 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
  color: #00479d;
  border: 1.5px solid #00479d;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
}
a.unit_btn:hover {
  background: #00479d;
  color: #fff;
}

/********** カテゴリーをさらに絞り込む **********/
.category-squeeze{
  padding:7% 0 3%;
  text-align:center;
  font-size:1.08em;
  font-weight:bold;
  color:#ef7a00;
  background:#fffee8;
}
#FS2_groupList{
 /* background:#ef7a00;*/
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#FS2_groupList li.FS2_iconArrow{
  padding:4%;
  border-bottom:solid 1px #fffee8;
border-right: 1px solid #fffee8;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
background: #ef7a00;
}
#FS2_groupList li.FS2_iconArrow:last-child{
 /* border:none;*/
}
#FS2_groupList li.FS2_iconArrow:nth-child(even) {
    border-right: none;
}
#FS2_groupList li.FS2_iconArrow a{
  color:#fff;
}
#FS2_groupList li.FS2_MoreList_btn {
width:50%;
background-color: #ef7a00;
margin:0;
padding:4%;
padding-right:3.75%;
background-position: right 3.75% center;
-webkit-box-sizing:border-box;
        box-sizing:border-box;
 border-bottom:solid 1px #fffee8;
}

#FS2_groupList li.FS2_MoreList_btn p {
padding-top:0;
padding-bottom:0;
}

/********** 並び替え **********/
.FS2_SearchItemList .FS2_Sort,
.FS2_CategoryItemList .FS2_Sort{
  padding:5%;
  background:#fffee8;
}
.FS2_SearchItemList .FS2_Sort .FS2_Sort_btn.fs_sort_btn,
.FS2_CategoryItemList .FS2_Sort .FS2_Sort_btn.fs_sort_btn{
  display:block;
  padding:3% 0;
  border-radius:0;
  -webkit-box-shadow:none;
          box-shadow:none;
  border:solid 0.15em #ef7a00;
  color:#ef7a00;
  background:#fff;
}

/********** ページャー上部 **********/
#FS2_pagination_top{
  display:none;
}

/********** 商品一覧のレイアウト **********/
.FS2_CategoryItemList.FS2_contents_container,
.FS2_SearchItemList.FS2_contents_container{
  background:#fffee8;
}
table.FS2_container_ItemList{
  width:99%;
  margin:0 0 1% 1%;
  display:block;
}
table.FS2_container_ItemList tbody{
  display: block;
}
table.FS2_container_ItemList tr.fs_goods_container{
  float:left;
  width:31.5%;
  margin:0 2% 5% 0;
  padding:0;
  line-height:1.2;
  display:block;
}
table.FS2_container_ItemList tr.fs_goods_container:nth-of-type(3n){
  margin:0 0 5% 0;
}
table.FS2_container_ItemList tr.fs_goods_container:nth-of-type(3n+1){
  clear:both;
}
table.FS2_container_ItemList tr.FS2_Alternateness_bg{
  background:none;
}
table.FS2_container_ItemList th.FS2_thumb{
  display:block;
  padding:0;
}
table.FS2_container_ItemList td{
  display:block;
}

/********** お気に入りボタン **********/
table.FS2_container_ItemList td .FS2_WishListButton_area{
  display:none;
}
/********** アイキャッチアイコン **********/
table.FS2_container_ItemList td .FS2_eye_catch_icon{
  display:none;
}
/********** 当店特別価格 **********/
table.FS2_container_ItemList td .FS2_special_price{
  display:none;
}
/********** 定価 **********/
table.FS2_container_ItemList td .FS2_tagPrice{
  display:none;
}
table.FS2_container_ItemList td .FS2_itemPrice_text br{
  display:none;
}
/********** 価格・税込 **********/
table.FS2_container_ItemList td .itemPrice{
  color:#f00;
}
table.FS2_container_ItemList td .FS2_itemPrice_addition{
  color:#f00;
}

/********** 検索結果件数 **********/
.FS2_SearchItemList.FS2_contents_container .FS2_search_count_text{
  padding:2% 5%;
}

/********** ページャー下部 **********/
#FS2_pagination_bottom .FS2_pager_stay{
  margin:0 9px;
  padding:17px 21px;
  color:#ef7a00;
  background:#fff;
}
#FS2_pagination_bottom .FS2_pager_link{
  margin:0 9px;
  padding:17px 21px;
  color:#fff;
  background:#ef7a00;
}

/********** もっと見る **********/
#FS2_Top .FS2_MoreList_btn,
#FS2_CategoryList .FS2_MoreList_btn{
  margin:0 3.75% 0 0;
  color:#fff;
}
#FS2_Top .FS2_contents_container li.FS2_iconArrow a,
#FS2_CategoryList .FS2_contents_container li.FS2_iconArrow a{
  background-image:url('/sp/images/common/icon-catlist-arr.png');
  background-size:0.75em;
}


/********** ページネーションボタン **********/
#FS2_pagination_bottom{
  font-size:0.8em;
  clear: both;
}
#FS2_pagination_bottom .FS2_pagination_arrow_left a{
  display:block;
  width:2em;
  height:2em;
  text-indent:-9999px;
  overflow:hidden;
  color:#ef7a00;
  background:url(/sp/images/common/btn-pager-prev.png) no-repeat 0 0;
  background-size:100% 100%;
}
#FS2_pagination_bottom .FS2_pagenationList{
  margin:0 2.5em;
}
#FS2_pagination_bottom .FS2_pagination_current{
  color:#ef7a00;
  background:none;
}
#FS2_pagination_bottom .FS2_pagenationList li{
  margin:0 0.4em 0.4em;
}
#FS2_pagination_bottom .FS2_pagenationList a{
  display:block;
  padding:0.5em;
  color:#fff;
  background:#ef7a00;
}
#FS2_pagination_bottom .FS2_pagination_arrow_right a{
  display:block;
  width:2em;
  height:2em;
  text-indent:-9999px;
  overflow:hidden;
  color:#ef7a00;
  background:url(/sp/images/common/btn-pager-next.png) no-repeat 0 0;
  background-size:100% 100%;
}


/* --------------------------------------------------------------------------------
  検索窓・マイページなど
-------------------------------------------------------------------------------- */
.FS2_Search.FS2_contents_container,
.FS2_Utility1_container.FS2_contents_container{
  display:none;
}

/* --------------------------------------------------------------------------------
  ログイン・メルマガなどのボタン
-------------------------------------------------------------------------------- */
.FS2_Utility2_container.FS2_contents_container{
  display:none;
}


/* --------------------------------------------------------------------------------
  切り替えボタン
-------------------------------------------------------------------------------- */
#FS2_SystemNav{
  display:none;
}

/* --------------------------------------------------------------------------------
  商品詳細
-------------------------------------------------------------------------------- */
/********** 上部コメント **********/
#FS2_ItemDetail .FS2_upper_comment .item-comment .bnr-item{
  padding:0 1.5% 3.5%;
}

/********** 商品説明 **********/
.non-disp{
  display:none;
}

/********** 商品名 **********/
#FS2_ItemDetail h1.itemTitle{
  margin:0 0 1%;
  padding:0;
  text-align:center;
  line-height:1.2;
  font-size:1em;
  color:#fff;
}
#FS2_ItemDetail h1.itemTitle span{
  display:block;
  padding:1em 0;
  font-size:1.32em;
  background:#00479d;
}
#FS2_ItemDetail h1.itemTitle img{
  display:block;
}

/********** 商品画像 **********/
#FS2_ItemDetail .fs_sp_flick_container{
  width:100%;
}
#FS2_ItemDetail .FS2_additional_image_container_main{
  margin:0 0 4%;
}
#FS2_ItemDetail .FS2_thumbnail_container img {
  width:100%;
}

/********** Prev・Next **********/
#FS2_ItemDetail .FS2_thumbnail_flick_btn_container{
  padding:0 2%;
}
#FS2_ItemDetail .fs_sp_flick_btn_left{
  width:2.5em;
  height:2.5em;
  margin:0.4em 0 0.7em;
  background-image:url(/sp/images/common/btn-item-prev.png);
  background-size:100% 100%;
}
#FS2_ItemDetail .fs_sp_flick_btn_right{
  width:2.5em;
  height:2.5em;
  margin:0.4em 0 0.7em;
  background-image:url(/sp/images/common/btn-item-next.png);
  background-size:100% 100%;
}

/********** サムネイル **********/
#FS2_ItemDetail .FS2_additional_image_thumbnail_main a{
}
#FS2_ItemDetail .FS2_additional_image_thumbnail_main img{
  max-width:none;
}
#FS2_ItemDetail .FS2_additional_image_thumbnail_sub img{
  max-width:none;
}


/********** 商品名と価格 **********/
#FS2_ItemDetail .FS2_Name_and_Price{
  padding:0 5% 5%;
}

/********** 商品詳細アイキャッチアイコン **********/
#FS2_ItemDetail .FS2_eye_catch_icon{
  padding:0 0 8.3%;
}
#FS2_ItemDetail .FS2_eye_catch_icon img{
  margin:0 0.5em 0 0;
}

/********** 商品番号 **********/
#FS2_ItemDetail li.itemNumber{
  color:#000;
  font-size:1.1em;
  margin-bottom:40px !important;
  padding-bottom:20px !important;
  border-bottom:solid 1px #bfbfbf !important;
}

/********** 価格 **********/
#FS2_ItemDetail .FS2_Name_and_Price li{
  padding:0;
  border:none;
}

/********** 定価 **********/
#FS2_ItemDetail .FS2_itemPrice_area br{
  display:none;
}
#FS2_ItemDetail .FS2_itemPrice_area .FS2_tagPrice{
  display:block;
  padding:0 0 5%;
  font-size:1.1em;
  /*text-decoration:line-through;*/
}

/********** ネット通常価格 **********/
#FS2_ItemDetail .FS2_itemPrice_area .netPrice{
  position:relative;
}
#FS2_ItemDetail .FS2_itemPrice_area .netPrice .favorite{
  position:absolute;
  right:2%;
  bottom:0px;
  max-width:17%;
}
#FS2_ItemDetail .FS2_ReviewEdit,
#FS2_ItemDetail .FS2_WishListEntryButton_container,
#FS2_ItemDetail .FS2_AlreadyWishListButton_container{
  display: none;
}
#FS2_ItemDetail .FS2_itemPrice_area .netPrice .FS2_special_price{
  font-size:1.2em;
  display: block;
  margin-bottom:3px;
}
#FS2_ItemDetail .FS2_itemPrice_area .netPrice .itemPrice{
  font-size:2.2em;
  font-weight:normal;
  color:#c00;
}
#FS2_ItemDetail .FS2_itemPrice_area .netPrice .FS2_itemPrice_addition{
  font-size:1.7em;
  color:#c00;
}
#FS2_ItemDetail .FS2_itemPrice_area .netPrice del{
  color:#c00;
}
#FS2_ItemDetail .FS2_itemPrice_area .discount{
  color:#c00;
  display: inline-block;
  margin-left:10px;
  font-size:140%;
  font-weight:bold;
}

/********** 商品詳細ページ価格 **********/
#FS2_ItemDetail .FS2_itemPrice_area .FS2_special_members_price{
  padding:3% 0 2%;
  font-size:1.7em;
  font-weight:bold;
}
#FS2_ItemDetail .FS2_itemPrice_area .FS2_special_members_price .itemPrice{
  padding:0 0 0;
  font-size:1.3em;
  font-weight:bold;
  color:#c00;
}
#FS2_ItemDetail .FS2_itemPrice_area .FS2_special_members_price .FS2_itemPrice_addition{
  font-size:1em;
}

/********** 会員限定価格 **********/
#FS2_ItemDetail .FS2_itemPrice_area .FS2_special_members_price .FS2_special_members_price_text{
  margin:0 1em 0 0;
  font-size:1em;
  font-weight:bold;
  color:#c00;
}
#FS2_ItemDetail .FS2_itemPrice_area .FS2_special_members_price .FS2_itemPrice_addition{
  color:#c00;
}
#FS2_ItemDetail .FS2_itemPrice_area .FS2_members_login_link{
  display:none;
  padding:0 0 5%;
  text-align:right;
}
#FS2_ItemDetail .FS2_itemPrice_area .FS2_members_login_link a{
  font-size:1em;
}

/********** ご注意 **********/
#FS2_ItemDetail .item-att{
  margin:15px 1.5% 0%;
  padding:4% 4% 7%;
  line-height:2;
  text-align:left;
  font-size:12px;
  background:#f2f2f2;
}
#FS2_ItemDetail .item-att .att-heading{
  font-weight:bold;
  font-size:1.25em;
  color:#c00;
}

/********** この商品の他のサイズを探す **********/
#FS2_ItemDetail .btn-item-other-size{
  padding:0 0 7%;
  margin-top:15px;
  display: none;
}
#FS2_ItemDetail .btn-item-other-size .btn-item-other-size-box{
  padding:3% 4%;
  border-bottom:solid 1px #fffee8;
  background:#ef7a00;
}
#FS2_ItemDetail .btn-item-other-size .btn-item-other-size-box a{
  display:block;
  text-align:left;
  color:#fff;
  background:url(/sp/images/common/icon-catlist-arr.png) no-repeat right center;
  background-size:0.75em;
}

/********** 項目選択肢 **********/
#FS2_ItemDetail #goodsForm{
  border:none;
  /*border-bottom:solid 2.5em #f2f2f2;*/
  margin-bottom:30px;
}
#FS2_ItemDetail #goodsForm ul li{
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#FS2_ItemDetail #goodsForm  ul li.FS2_CartButton_area {
  text-align: center !important;
}
#FS2_ItemDetail #goodsForm ul li#FS2_Variation_cartbutton{
  text-align:left;
}
#FS2_ItemDetail #goodsForm select{
  position: relative;
  display:block;
  margin:1.8em 0 1em;
  border:solid 1px #c9c9c9;
  text-align:left;
  padding:10px;
  font-size:1.2em;
  font-weight: bold;
  margin :7px 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#FS2_ItemDetail #goodsForm ul li br {
  display: none;
}
#FS2_ItemDetail #goodsForm .FS2_Figure li{
  border:none;
}
#FS2_ItemDetail #goodsForm .txt-option-price{
  padding:0 0 6%;
  text-align:right;
  font-size:0.8em;
  font-weight:normal;
}

#FS2_ItemDetail .FS2_Figure li{
  padding:0 1.5%;
  border-bottom:none;
}
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList{
  margin:0;
}
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_Figure li{
  border:none;
}
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList > h2{
  padding:5% 5% 4%;
  color:#000;
  background:#f2f2f2;
}
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList:nth-of-type(1) > h2{
  padding:5% 5% 3.8%;
}
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList > ul{
  border:none;
}
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList > ul > li{
  display:table;
  width:100%;
  margin:0;
  padding:0;
  border-bottom:solid 0.95em #f2f2f2;
}
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList > ul > li:nth-child(even){
  background:none;
}
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList > ul > li:last-child{
  border:none;
}
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList > ul > li{
  font-size:0.85em;
}
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span{
  padding:0 0;
  text-align:right;
}

/********** セル **********/
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_Variation_value{
  width:10%;
  text-align:center;
}
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span{
  text-align:left;
}
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_Variation_stock{
  width:30%;
  margin:0 0 0 5%;
  text-align:left;
}
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_VariationInCartButton_container{
  width:60%;
  text-align:right;
}

/********** カートに入れる **********/
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_VariationInCartButton_container input.FS2_Button_P {
  margin:0;
  padding:1.4em 0;
  border-radius:0;
  -webkit-box-shadow:none;
          box-shadow:none;
  text-shadow:none;
  font-weight:bold;
  color:#fff;
  background: #e33123;
  background: -webkit-gradient(linear, left top, left bottom, from(#e33123),color-stop(49%, #df382e),color-stop(50%, #e21506),to(#d41810));
  background: linear-gradient(to bottom, #e33123 0%,#df382e 49%,#e21506 50%,#d41810 100%);
}
/********** 入荷お知らせ **********/
#FS2_ItemDetail #FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_VariationInCartButton_container input.FS2_Button_N {
  margin:0;
  padding:1.1em 0;
  border:solid 0.3em #c00;
  border-radius:0;
  -webkit-box-shadow:none;
          box-shadow:none;
  text-shadow:none;
  font-weight:bold;
  background:#fff;
  color:#c00;
}
/********** 予定在庫 **********/
.FS2_ShippingDateNote {
    color: #c00;
    margin-left: 10px;
}
.FS2_ShippingDateCartComment {
    color: #c00;
}
/********** 名入れ刺繍加工はこちら（ヘルメット加工） **********/
/*#FS2_ItemDetail .item-btn-helmet{
  padding:6% 1.5% 0;
}
#FS2_ItemDetail .item-btn-helmet a{
  display:block;
  padding:1.05em 0;
  text-align:center;
  font-weight:bold;
  color:#fff;
  background: -moz-linear-gradient(top, #f56e23 0%, #f0742e 49%, #f35206 50%, #e5540f 100%);
  background: -webkit-linear-gradient(top, #f56e23 0%,#f0742e 49%,#f35206 50%,#e5540f 100%);
  background: linear-gradient(to bottom, #f56e23 0%,#f0742e 49%,#f35206 50%,#e5540f 100%);
}*/
#FS2_ItemDetail .item-btn-helmet{
  padding:0% 1.5% 0;
  margin:10px 0px;
  text-align: right;
}
#FS2_ItemDetail .item-btn-helmet a{
  padding:0;
  display: inline-block;
  padding: 0 0 0 23px;
  text-align: left !important;
  color: #ee7b00 !important;
  font-weight: bold;
  background: url("https://g04.future-shop.jp/shop/item/workland/design/img01/wl-icon-arrow-btn-right.jpg") no-repeat left center !important;
}

/********** レビューを書く **********/
div.FS2_ReviewEdit{
  margin:0;
  padding:3% 4%;
  border-bottom:solid 1px #fffee8;
  border-radius:0;
  -webkit-box-shadow:none;
          box-shadow:none;
  background:#ef7a00;
}
div.FS2_ReviewEdit a{
  display:block;
  margin:0 5px 0 0;
  padding:7px 3px;
  text-align:left;
  color:#fff;
  background:url(/sp/images/common/icon-catlist-arr.png) no-repeat right center;
  background-size:0.75em;
}

/********** 入荷お知らせメール・商品についてのお問い合わせ・レビューを書く・お気に入りの登録 **********/
#FS2_ItemDetail .FS2_Button.FS2_contents_container{
  /*padding:6% 0 6.5%;*/
  text-align:center;
  /*font-size:1.08em;*/
  font-weight:bold;
  color:#ef7a00;
  background:#fff;
}
#FS2_ItemDetail .FS2_Button.FS2_contents_container ul{
  background:#ef7a00;
}
#FS2_ItemDetail .FS2_Button.FS2_contents_container ul li.FS2_ArrivalInformation,
#FS2_ItemDetail .FS2_Button.FS2_contents_container ul li.FS2_ItemInquiry,
#FS2_ItemDetail .FS2_Button.FS2_contents_container ul li.FS2_WishListEntry{
  padding:3% 4%;
  border-bottom:solid 1px #fffee8;
}
#FS2_ItemDetail .FS2_Button.FS2_contents_container ul li.FS2_ArrivalInformation a,
#FS2_ItemDetail .FS2_Button.FS2_contents_container ul li.FS2_ItemInquiry a,
#FS2_ItemDetail .FS2_Button.FS2_contents_container ul li.FS2_WishListEntry a{
  text-align:left;
  color:#fff;
  background-image:url('/sp/images/common/icon-catlist-arr.png');
  background-size:0.75em;
}

/********** ソーシャルメディアボタン **********/
#FS2_ItemDetail .sms-btns{
  text-align:left;
  padding:0 0 3% 2%;
}
#FS2_ItemDetail .sms-btns .sms-twitter{
  padding:0 0.5em 0 0;
  display:inline-block;
}
#FS2_ItemDetail .sms-btns .sms-facebook{
  display:inline-block;
}

/********** 商品説明 **********/
#FS2_ItemDetail .FS2_lower_comment .product-explain{
  padding:0 0 5%;
}
#FS2_ItemDetail .FS2_lower_comment .product-explain .product-explain-box{
  padding:0 2%;
  font-size:1em;
}
#FS2_ItemDetail .FS2_lower_comment .product-explain h2{
  margin:0 0 1%;
  padding:0;
  text-align:center;
  line-height:1.2;
  font-size:1em;
  color:#fff;
}
#FS2_ItemDetail .FS2_lower_comment .product-explain h2 span{
  display:block;
  padding:1em 0;
  font-size:1.32em;
  background:#00479d;
}
#FS2_ItemDetail .FS2_lower_comment .product-explain h2 img{
  display:block;
}
#FS2_ItemDetail .FS2_lower_comment .product-explain p{
  padding:0 0 1.9em;
  line-height:1.85;
}
#FS2_ItemDetail .FS2_lower_comment .product-explain p:last-child{
  padding:0;
}

/********** 表 **********/
#FS2_ItemDetail .FS2_lower_comment .item-comment .item-tbl{
  padding:0 2% 6%;
}
#FS2_ItemDetail .FS2_lower_comment .item-comment .item-tbl table{
  width:100%;
}
#FS2_ItemDetail .FS2_lower_comment .item-comment .item-tbl table th{
  padding:2.75% 0;
  border:solid 1px #666;
  text-align:center;
  color:#fff;
  background:#00479d;
}
#FS2_ItemDetail .FS2_lower_comment .item-comment .item-tbl table td{
  padding:2.75% 0;
  border:solid 1px #666;
  text-align:center;
}
#FS2_ItemDetail .FS2_lower_comment .item-comment .item-tbl table tr:nth-of-type(odd) td{
  background:#f2f2f2;
}
#FS2_ItemDetail .FS2_lower_comment .item-comment .item-tbl--red{
  color:red;
}



/********** ヘルメット用の表 **********/
.item-tbl--helmet{
  padding:0 0 30px;
}
.item-tbl--helmet table{
  width:95%;
  margin:0 auto;
}
.item-tbl--helmet table th{
  padding:0;
  border:solid 1px #666;
  text-align:center;
  color:#000;
  background:#cccc99;
}

.item-tbl--helmet--tl{
  font-weight: bold;
  color:#ffffff;
  background:#14ae68;
}
.item-tbl--helmet table td{
  padding:0;
  border:solid 1px #666;
  text-align:center;
}
.item-tbl--helmet---small{
  font-size: small;
  text-align:left;
}
.item-tbl--helmet---info{
  font-size: xsmall;
  color: #999;
}
.item-tbl--helmet---check{
  font-size: small;
  color: #000;
  font-weight: bold;
  background:#ffff33;
}

.item-tbl--helmet---frp {
    width:50px;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:5px;
    margin: 5px;
    color:#fff;
    background-color:#6bb266;
    border-radius:5px;
}
.item-tbl--helmet---abs {
    width:50px;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:5px;
    margin: 5px;
    color:#fff;
    background-color:#eb8c20;
    border-radius:5px;
}

.item-tbl--helmet---pc {
    width:50px;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:5px;
    margin: 5px;
    color:#fff;
    background-color:#53a7c3;
    border-radius:5px;
}
.item-tbl--helmet---pp {
    width:50px;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:5px;
    margin: 5px;
    color:#fff;
    background-color:#187c96;
    border-radius:5px;
}
.item-tbl--helmet---hirairakka {
    width:35px;
    height:35px;
    display:block;
    text-align:center;
    padding: 5px 5px;
    margin: 10px;
    background-color:#598769;
    border-radius:5px;
}
.item-tbl--helmet---denki {
    width:35px;
    height:35px;
    display:block;
    text-align:center;
    padding: 5px 5px;
    margin: 10px;
    background-color:#a8a186;
    border-radius:5px;
}
.item-tbl--helmet---tuirakujihogo {
    width:35px;
    height:35px;
    display:block;
    text-align:center;
    padding: 5px 5px;
    margin: 10px;
    background-color:#9c68b5;
    border-radius:5px;
}
.item-tbl--helmet---tuukiko {
    width:35px;
    height:35px;
    display:block;
    text-align:center;
    padding: 5px 5px;
    margin: 10px;
    background-color:#71bbd8;
    border-radius:5px;
}

.item-tbl--helmet-heading {
    position: relative;
    padding: 0.5em 0.5em 0.5em 2em;
    border: 1px solid #CCC;
    border-radius: 5px;
    font-size: 17px;
    color: #00479d;
    color: #000;
    font-weight: bold;
    margin: 1em 0.5em 1em 0.5em;
}

.item-tbl--helmet-heading::after {
    position: absolute;
    top: 50%;
    left: 0.7em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 38px;
    background-color: #00479d;
}

/********** 画像一覧 **********/
#FS2_ItemDetail .FS2_lower_comment .item-comment .product-images-list{
  padding:0 3%;
  text-align:center;
}
#FS2_ItemDetail .FS2_lower_comment .item-comment .product-images-list li{
  padding:0 0 5%;
}

/********** タイムセール **********/
.sellTerms {
    background: #fff100;
    color: #fe0000;
    font-size: 1.2em;
    padding: 0.5em;
    margin-top: 1em;
    border: 1px dotted #fe0000;
}
.error_item {
    border: 1px dotted #FF3300;
    color: #FF3300;
    background: #FFF1EE;
    text-align: center;
    padding: 0.3em;
    margin: 0 0 10px 0;
    font-size: 1.2em;
}

/* --------------------------------------------------------------------------------
  この商品の他のサイズを探す
-------------------------------------------------------------------------------- */
.FS2_RecommendItemList.FS2_contents_container h1.FS2_accordion_btn{
  display:none;
}
.FS2_RecommendItemList.FS2_contents_container h2{
  margin:0 0 1%;
  padding:0;
  text-align:center;
  line-height:1.2;
  font-size:1em;
  color:#fff;
}
.FS2_RecommendItemList.FS2_contents_container h2 span{
  display:block;
  padding:1em 0;
  font-size:1.32em;
  background:#00479d;
}
.FS2_RecommendItemList.FS2_contents_container h2 img{
  display:block;
}
.FS2_RecommendItemList.FS2_contents_container table.FS2_container_ItemList{
  width:99%;
  margin:0 0 1% 1%;
  display:block;
}
.FS2_RecommendItemList.FS2_contents_container table.FS2_container_ItemList tr.fs_sp_read_more_item{
  float:left;
  width:31.5%;
  margin:0 2% 5% 0;
  padding:0;
  line-height:1.2;
  display:block;
}
.FS2_RecommendItemList.FS2_contents_container table.FS2_container_ItemList tr.fs_sp_read_more_item:nth-child(3n){
  margin:0 0 5% 0;
}
.FS2_RecommendItemList.FS2_contents_container table.FS2_container_ItemList tr.fs_sp_read_more_item:nth-child(3n+1){
  clear:both;
}
.FS2_RecommendItemList.FS2_contents_container table.FS2_container_ItemList tr.FS2_Alternateness_bg{
  background:none;
}
.FS2_RecommendItemList.FS2_contents_container table.FS2_container_ItemList th.FS2_thumb{
  display:block;
  padding:0;
}
.FS2_RecommendItemList.FS2_contents_container table.FS2_container_ItemList td{
  display:block;
}

.FS2_body_Goods_GoodsDetail .FS2_original_icons{
  display: none;
  margin-top:10px;
}
.FS2_original_icons img{
  display: inline-block;
  margin:0px 2px 5px 0px;
}
.FS2_body_Goods_GoodsGroupList_1 .FS2_eye_catch_icon,
.FS2_body_Goods_GoodsGroupList_2 .FS2_eye_catch_icon,
.FS2_body_Goods_GoodsGroupList_3 .FS2_eye_catch_icon,
.FS2_body_Goods_GoodsGroupList_4 .FS2_eye_catch_icon,
.FS2_body_Goods_GoodsGroupList_5 .FS2_eye_catch_icon,
#FS2_GoodsSearchList .FS2_eye_catch_icon{
  display:none;
  margin-top:10px;
}
.FS2_body_Goods_GoodsGroupList_1 .FS2_eye_catch_icon .catch,
.FS2_body_Goods_GoodsGroupList_2 .FS2_eye_catch_icon .catch,
.FS2_body_Goods_GoodsGroupList_3 .FS2_eye_catch_icon .catch,
.FS2_body_Goods_GoodsGroupList_4 .FS2_eye_catch_icon .catch,
.FS2_body_Goods_GoodsGroupList_5 .FS2_eye_catch_icon .catch,
#FS2_GoodsSearchList .FS2_eye_catch_icon .catch{
  display: inline-block;
  width:32%;
  margin-right:2%;
}
.FS2_body_Goods_GoodsGroupList_1 .FS2_eye_catch_icon .catch:last-child,
.FS2_body_Goods_GoodsGroupList_2 .FS2_eye_catch_icon .catch:last-child,
.FS2_body_Goods_GoodsGroupList_3 .FS2_eye_catch_icon .catch:last-child,
.FS2_body_Goods_GoodsGroupList_4 .FS2_eye_catch_icon .catch:last-child,
.FS2_body_Goods_GoodsGroupList_5 .FS2_eye_catch_icon .catch:last-child,
#FS2_GoodsSearchList .FS2_eye_catch_icon .catch:last-child{
  margin-right:0%;
}

.FS2_noStockText {
  background: red !important;
  color: white !important;
  border: none !important;
  font-size:18px;
  padding:10px 5px;
  margin-top:15px;
}

/* お客様ガイド　*/
#free_page p{
  margin-bottom:10px;
}
#free_page li{
  font-weight:bold;
  line-height:1.8;
}
#free_page hr{
  margin:20px 0px;
  border-top:solid 1px #eee;
  border-bottom:solid 1px #fff;
}
.customer-guide_h2 {
margin: 25px 0 15px;
padding: 6px 10px 6px;
background: #13ad67 repeat-x;
border-bottom: 1px #009139 solid;
font-size: 16px;
font-weight: bold;
color: #ffffff;
}

.customer-guide_h3 {
margin: 20px 0 5px;
padding: 6px 10px 6px;
font-size: 16px;
font-weight: bold;
color: #13ad67;
}

div.order{
background-color: #CCC;
width: 90%;
padding: 30px;
margin-left: auto;
margin-right:auto;
}

div.position{
margin-top: 1em;
text-align: center;
}

span.ordercontent{
font: 1em;
color: rgb(28, 31, 135);
font-weight: bold;
}

span.ordercontent2{
font: 0.5em;
color: #F00;
}

div.img {
margin: 15px 0 15px;
}

/* --- ボックス --- */
div.payment{
border: 1px #c0c0c0 solid;
padding: 5px;
text-align: center;
background-color: #ffffff;
font-size: 16px;
font-weight: bold;
color: #13ad67;
}
div.payment2{
margin: 0 0 1em;
padding: 10px;
border: 1px #c0c0c0 solid;
background: #cbcccc;
}
.FS2_ItemComment .FS2_PageTitle{
  display: none;
}

#FS2_CategoryList #header, #FS2_GoodsSearchList #header{
  margin-bottom:0;
}
.topSearchWrap{
  margin-bottom:0%;
  display: none;
}
.topSearchWrap--top{
  display: block;
}
#FS2_CategoryList .topSearchWrap, #FS2_GoodsSearchList .topSearchWrap{
  display: block;
}
.topSearch{
  padding:15px 15px;
  background:#e6e6e6;
}
.topSearch__box{
  float:left;
  width:70%;
  position:relative;
}
.topSearchWrap--top .topSearch__box{
  float:none;
  width:100%;
}
.topSearch__text{
  width:100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height:45px;
  padding:3%;
  padding-right:45px;
  background:white;
  border:none;
}
.topSearch__btn{
  position:absolute;
  right:0px;
  top:50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border:none;
  background:none;
  cursor: pointer;
  height: 45px;
  width: 45px;
  background: #00479d;
  color: white;
}
.topSearch__btn i{
  font-size: 2em;
  color: white;
}
a.topSearch__detailBtn{
  float:right;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height:45px;
  white-space: nowrap;
  text-align:center;
  width:28%;
  background:#fef250;
  color:#1d4698;
  font-weight:bold;
  font-size:15px;
  border-radius: 2px;
  -webkit-transition: all .25s;
          transition: all .25s;
}
a.topSearch__detailBtn:hover{
  text-decoration: none;
  opacity: 0.8;
}


.dnone{
  display:none;
}

/* 法人向けサービス　*/
#hojin_page{
  text-align:left;
  margin:0 20px 0 20px;
  line-height:2.0em;
  }
#hojin_page h2{
  margin:10px 0 1.4em 0;
  padding:5px 1.0em 5px 5px;
}
#hojin_page h3{
  margin:1.0em 0 0.7em 0;
  border-bottom:3px #004896 solid;
  padding-top: 10px;
  font-size:170%;
  font-weight:bold;
  clear:both;
}
#hojin_page ul {
  list-style:square;
    margin:0 0 0 2em;
}
.hojin_page_infobox {
    padding: 3em 0;
  clear:both;

}
.hojin_page_infobox p{
  text-align:center;
  clear:both;
  padding-top: 15px;
}
.hojin_page_serviceimg{
  float:right;
}
.hojin_page_service_text{
   clear:both;
}
.hojin_page_sample_ttl{
    padding-top: 15px;;
    margin:0 0 0 1.5em;
    font-weight:bold;
}

.hojin_page_sample_txt{
    margin:0 0 0 1.5em;
}
.hojin_page_sanple_note{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
/*法人ページ*/
.hojinbox{
  padding: 15px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  background-color: #fcf0dc;
}
.hojinbox-text {
  padding: 15px;
  text-align: left;
  background-color: #fcf0dc;
  font-size: 14px;
}
p.hojinshosai {
  margin: 0px 0px 10px 0px;;
  padding: 15px;
    border-style: solid;
  border-color:  #cccccc;
    border-width: 1px;
    background-color: #fff;
    width: 90%;
}
dl.hojin {
  margin: 0px 0px 0px 40px;
}
li.hojin {
  margin: 0px 0px 0px 40px;
}
.hojin_faxbtn {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    display: block;
    background: #e03c3c;
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    width: 100%;
    padding: 10px 0;
}
.hojin_mailbtn {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    display: block;
    background: #028bc4;
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    width: 100%;
    padding: 10px 0;
}
.hojin_tel_text {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    width: 95%;
    padding: 10px 0;
}
.hojin_etcbtn {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    display: block;
    background: #dfa906;
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    width: 100%;
    padding: 10px 0;
}
/*フリーページ刺繍*/
.sishut {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
  color:#3366cc;
}
.heading {
  margin: 10px 0
}
.sishut01 .heading {
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}
.sishut01 .heading span{
  padding: 8px;
}
.sishut01 .heading:before {
  content: "";
  border-bottom: 3px solid #3366cc;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.sishut01 .heading:after {
  border-bottom: 3px solid #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}
.sishut02 .heading {
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}
.sishut02 .heading span{
  padding: 8px;
}
.sishut02 .heading:before {
  content: "";
  border-bottom: 3px solid #ff3333;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.sishut02 .heading:after {
  border-bottom: 3px solid #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}
table.sishuht {
  border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.5;
  width: 95%;
}
table.sishuht thead th {
  padding: 10px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #369;
  border-bottom: 2px solid #ff9933;
  border-left: 1px solid #ccc;
}
table.sishuht tbody th {
width: 50%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  background: #f3f6f7;
}
table.sishuht td {
  width: auto;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.sishuht2 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    width: 95%;
}
table.sishuht2 th {
    width: 33%;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #ccc;
}
table.sishuht2 td {
    width: auto;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ccc;
}
table.sishuht3 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    width: 80%;
}
table.sishuht3 th {
    width: 33%;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #ccc;
}
table.sishuht3 td {
    width: auto;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ccc;
}
.sishubtn {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    display: block;
    background: #e03c3c;
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    width: 100%;
    padding: 10px 0;
}
p.sishutxt-s {
  padding: 10px 0;
  font-family: sans-serif;
  font-size: small;
  color:#666666;
}
.sishut03 .heading {
  overflow: hidden;
  position: relative;
  padding-bottom: 2px;
}
.sishut03 .heading span{
  padding: 8px;
}
.sishut03 .heading:before {
  content: "";
  border-bottom: 2px solid #ffb533;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.sishut03 .heading:after {
  border-bottom: 2px solid #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}
/*フリーページプリント*/

table.print {
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: left;
    line-height: 1.5;
    width: 95%;
}
table.print thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: #369;
    border-bottom: 2px solid #ff9933;
    border-left: 1px solid #ccc;
}
table.print tbody th {
    width: 35%;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
}
table.print td {
    width: 10%;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
/****** フリーページタイトル汎用 ******/
.freeTitle01 {
  border-bottom: solid 3px #ddd;
  position: relative;
  font-size: 20px;
  color: #3366cc;
  margin: 3% 0 5%;
}
.freeTitle01:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3366cc;
  bottom: -3px;
  width: 40%;
}
.freeTitle02 {
  border-bottom: solid 3px #ddd;
  position: relative;
  font-size: 20px;
  color: #3366cc;
  margin: 3% 0 5%;
}
.freeTitle02:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff3333;
  bottom: -3px;
  width: 40%;
}
.qandaList dt {
    margin: 1.0em 0 0 0;
    font-weight: bold;
    border-bottom: 1px #999999 dotted;
}
/* グループ新着タイトル　*/
.category-comment .category_newitem {
    padding: 2.5% 0;
    color: #fff;
    font-size: 1.32em;
    background: #ef7a00;
    text-align: center;
    margin: 0 0 5%;
}
/* 追加コンテンツタイトル　*/
.FS2_upper_comment .category-comment .hollowTitle {
    position: relative;
    padding: 0.5em 0.5em 0.5em 2em;
    border: 1px solid #CCC;
    border-radius: 5px;
    font-size: 1.2em;
    color: #00479d;
    color: #000;
    font-weight: bold;
    margin: 0em 0em 1em 0em;
}
.FS2_upper_comment .category-comment .hollowTitle::after {
    position: absolute;
    top: 50%;
    left: 0.7em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 38px;
    background-color: #00479d;
    visibility: visible;
}

/* ボタン汎用デザイン　*/
.detailBtn{
  line-height:58px;
  text-align:center;
  display: block;
  color:white;
  font-weight:bold;
  font-size:14px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  letter-spacing: 1px;
  -webkit-transition: all .25s;
          transition: all .25s;
}
#FS2_CategoryList .FS2_upper_comment .category-comment .spBtn {
    padding: 0 0 5%;
}
.detailBtn--green{
  background: -webkit-gradient(linear, left top, left bottom, from(#8fb51d), to(#81a31a));
  background: linear-gradient(to bottom, #8fb51d, #81a31a);
  border:solid 1px #637d14;
}
.detailBtn--orange{
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8500), to(#e97a00));
  background: linear-gradient(to bottom, #ff8500, #e97a00);
  border:solid 1px #cb6f0a;
}
.detailBtn--blue{
  background: -webkit-gradient(linear, left top, left bottom, from(#48a1da), to(#48a1da));
  background: linear-gradient(to bottom, #48a1da, #48a1da);
  border:solid 1px #2779ae;
}
.detailBtn--brown{
  background: -webkit-gradient(linear, left top, left bottom, from(#ad713c), to(#9c6636));
  background: linear-gradient(to bottom, #ad713c, #9c6636);
  border:solid 1px #7f4e23;
}
.detailBtn--blue2{
  background: -webkit-gradient(linear, left top, left bottom, from(#5d82ce), to(#5475ba));
  background: linear-gradient(to bottom, #5d82ce, #5475ba);
  border:solid 1px #4365ad;
}
.detailBtn--gray{
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#5c5c5c));
  background: linear-gradient(to bottom, #666666, #5c5c5c);
  border:solid 1px #333333;
}
.detailBtn:hover{
  text-decoration: none;
  opacity: 0.8;
}
.detailBtn:active{
  text-decoration: none;
}


/*テキスト汎用*/
.red_txt01{
  color: #f00;
}
.blu_txt01{
  color: #01479d;
}
.blu_txt12{
  color: #01479d;
  font-size: 1.2em;
}
.red_txt12{
  color: #f00;
  font-size: 1.2em;
}
.blu_txt15{
  color: #01479d;
  font-size: 1.5em;
}
.red_txt15{
  color: #f00;
  font-size: 1.5em;
}

/* ヘルメット加工 */
div.helheading {
margin-bottom: 1em;
margin-top: 1em;
padding: 4px 0;
border-bottom: 2px #c0c0c0 solid;
border-top: 2px #c0c0c0 solid;
}

div.helheading h3 {
margin: 0;
padding: 3px 3px 0 5px;
border-left: 8px #000066 solid;
font-size: 150%;
font-weight: bold;
line-height: 100%;
}

h4 {
margin: 0;
padding: 5px 3px 0 24px;
font-size: 100%;
line-height: 100%;
}
/* ヘルメット注文ボタン */
.helmets_cart img{
  max-width:100%;
}

.w_L_size .helmets_cart_leftbox{
  float:left;
  width:50%;
}

.w_L_size .helmets_cart_rightbox{
  float:right;
  width:50%;
  padding-bottom:15px;
}

/*smartphone*/
#w_S_size .helmets_cart_leftbox{
  clear:both;
  width:100%;
}

#w_S_size .helmets_cart_rightbox{
  clear:both;
  width:100%;
}

.FS2_InCartButton_D{
  margin: 0;
padding: 1.4em 0;
border-radius: 0;
-webkit-box-shadow: none;
        box-shadow: none;
text-shadow: none;
font-weight: bold;
color: #fff;
background: #e33123;
background: -webkit-gradient(linear, left top, left bottom, from(#e33123),color-stop(49%, #df382e),color-stop(50%, #e21506),to(#d41810));
background: linear-gradient(to bottom, #e33123 0%,#df382e 49%,#e21506 50%,#d41810 100%);
font-size:100%;
letter-spacing: normal;
width:60%;
}

/*カート*/
.FS2_body_Cart_ShoppingCart h1.FS2_PageTitle{
  display:block;
  padding:0.8em 0;
  font-size:1.32em;
  background:#00479d;
  margin-bottom:10px;
  text-align:center;
  color:white;
  font-size:1.32em;
  font-weight:normal;
}
.FS2_body_Cart_ShoppingCart .FS2_textSmall {
  font-size: 100%;
}
.FS2_body_Cart_ShoppingCart .FS2_table {
  font-size:100%;
}
 .FS2_body_Cart_ShoppingCart .FS2_itemname{
  font-size:110%;
 }
 .FS2_body_Cart_ShoppingCart .FS2_CancelButton{
  font-size:100%;
 }
 .FS2_body_Cart_ShoppingCart .FS2_Button_S{
  padding:5px;
 }
 .FS2_body_Cart_ShoppingCart .FS2_CartInformation{
  font-size:100%;
 }
 .FS2_body_Cart_ShoppingCart .FS2_privacyPageLink_container a {
  font-size: 100%;
}
.FS2_body_Cart_ShoppingCart .FS_mailFilter_container{
  font-size:100%;
}
.FS2_body_Cart_ShoppingCart .FS2_ShoppingCartMailFilter_container{
  margin-bottom:30px;
}
.FS2_body_Cart_ShoppingCart .service{
  display: none;
}
.FS2_body_Cart_ShoppingCart .FS2_PurchaseButton {
    background: #ed1b24 url("https://g04.future-shop.jp/shop/item/workland/design/img01/wl_cart_arrow_buy.jpg") no-repeat 95% center;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
    line-height: 1;
    padding:25px 10px;
    margin: 8px auto 15px;
    border: none;
    font-size: 1.6em;
    font-weight: bold;
    width: 90%;
    text-shadow: none;
    -webkit-transition: all .25s;
            transition: all .25s;
}
.FS2_body_Cart_ShoppingCart .FS2_PurchaseButton:hover{
  opacity: 0.8;
}

.FS2_body_Cart_ShoppingCart .FS2_Button_N {
  color: #204498;
  font-size:120%;
  text-align:center;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  border: 2px solid #204498;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none; rgba(255,255,255,0);
  width: 75%;
  background:white url("https://g04.future-shop.jp/shop/item/workland/design/img01/wl_cart_arrow_continue.jpg") no-repeat 95% center;
  cursor: pointer;
  font-weight:bold;
  margin-bottom:20px;
}
.FS2_privacyPageLink_container label{
  font-size:120%;
}
.FS2_privacyPageLink_container input{
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  display: inline-block;
  margin-right:10px;
  position:relative;
  top:-2px;
}

.FS2_VariationLabel{
  display: none;
}
#FS2_Variation_select{
  margin-bottom:20px;
}
#FS2_Variation_select .FS2_VariationList > li {
  margin: 10px 0;
  font-size:1.2em;
}
.FS2_OutOfStock_mark{
  font-size:1em;
  display: inline-block;
}
#FS2_Variation_select .FS2_VariationList > li .FS2_Variation_radioMark > input{
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  display: inline-block;
  margin-left:1px;
  position:relative;
  top:-8px;
}
.FS2_Variation_label{
  display: inline-block;
  padding-left:10px;
}
#FS2_Variation_select .FS2_VariationList{
  padding:5px 10px;
}
#FS2_Variation_select .FS2_VariationList > li label, #FS2_Variation_select .FS2_VariationList > li .FS2_OutOfStock{
  padding:15px 5px;
}

.selectWrap select{
  height:45px;
  width:100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border:solid 2px #000 !important;
  padding:0px 20px !important;
  -webkit-appearance: none !important;
   -moz-appearance: none !important;
   appearance: none !important;       /* remove default arrow */
   position:relative;
   text-align:left !important;
  margin:0 !important;
  background:none !important;
  left: 0 !important;
}
.selectWrap select::-ms-expand {
  display: none; /* hide the default arrow in ie10 and ie11 */
}
.selectWrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.selectWrap{
  position:relative;
  margin:0px;
}
.selectWrap:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  width: 0;
  height: 0;
  margin: -4px 0 0 0;
  border: 5px solid transparent;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: transparent;
  border-top: 7px solid #333;
  z-index:1;
  pointer-events: none;
}
/*下層タイトル-type1*/
.detailTitle--type1{
  padding:12px 0px;
  background:#164997;
  margin-bottom:35px;
}
.detailTitle--type1 span{
  line-height:25px;
  font-weight:bold;
  font-size:17px;
  display: inline-block;
  padding-left:30px;
  border-left:solid 4px #fef050;
  color:white;
}
/*下層タイトル-type2*/
.detailTitle--type2{
  line-height:1;
  padding:3px 0px 3px 24px;
  border-left:solid 4px #164997;
  font-size:18px;
  font-weight:bold;
  color:#164997;
  margin-bottom:20px;
  position:relative;
}
.detailTitle--noSpace{
  margin-bottom:0;
}
.detailTitle--type3{
  margin:0 0 1%;
  padding:0;
  text-align:center;
  line-height:1.2;
  font-size:1em;
  color:#fff;
}
.detailTitle--type3 span{
  display:block;
  padding:1em 0;
  font-size:1.32em;
  background:#00479d;
}
.detailTitle--type3 img{
  display:block;
}


.sp_FS2_Recommend2_category_ranking li{
  position:relative;
}
.sp_FS2_Recommend2_category_ranking li:before{
  content:"";
  display: inline-block;
  position:absolute;
  padding:0.5em 0.75em;
  line-height:1.2;
  color:#fff;
  background:#555;
  pointer-events: none;
}
.sp_FS2_Recommend2_category_ranking li:nth-child(1):before{
  content:"1";
  background:#d0aa0d;
}
.sp_FS2_Recommend2_category_ranking li:nth-child(2):before{
  content:"2";
  background:#a0a0a0;
}
.sp_FS2_Recommend2_category_ranking li:nth-child(3):before{
  content:"3";
  background:#ac6a00;
}
.sp_FS2_Recommend2_category_ranking li:nth-child(4):before{
  content:"4";
}
.sp_FS2_Recommend2_category_ranking li:nth-child(5):before{
  content:"5";
}
.sp_FS2_Recommend2_category_ranking li:nth-child(6):before{
  content:"6";
}
.sp_FS2_Recommend2_category_ranking li:nth-child(7):before{
  content:"7";
}
.sp_FS2_Recommend2_category_ranking li:nth-child(8):before{
  content:"8";
}
.sp_FS2_Recommend2_category_ranking li:nth-child(9):before{
  content:"9";
}
.FS2_body_Goods_safety-shoes .sp_FS2_Recommend2_category_ranking li:nth-child(n+4){
  display: none;
}

.FS2_Button_P{
    background: #ed1b24 url("https://g04.future-shop.jp/shop/item/workland/design/img01/wl_cart_arrow_buy.jpg") no-repeat 95% center;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
    line-height: 1;
    padding: 25px 10px;
    margin: 8px auto 15px;
    border: none;
    font-size: 120%;
    font-weight: bold;
    width: 90%;
    text-shadow: none;
    -webkit-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
}
.FS2_Button_P:hover{
  opacity: 0.8;
}
.FS2_Button_N{
  color: #204498;
  font-size: 120%;
  text-align: center;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  border: 2px solid #204498;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 90%;
  background: white url("https://g04.future-shop.jp/shop/item/workland/design/img01/wl_cart_arrow_continue.jpg") no-repeat 95% center;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 20px;
}
.FS2_Button_N:hover{
  opacity: 0.8;
}

.js-more li:nth-child(n+4){
  display: none;
}

#FS2_body_Cart .service,#FS2_body_Member .service{
  display: none;
}
.FS2_Recommend2_history_item{
  margin-top:15px;
}
#FS2_body_Cart .FS2_Recommend2_history_item{
  display: none;
}
#FS2_body_Cart.FS2_body_Cart_ShoppingCart .FS2_Recommend2_history_item{
  display: block;
}
.section--main{
  margin-bottom:20px;
}
.lineBnrArea{
  margin:0px auto 25px;
  padding:0px 2%;
}


    div#poplink {
      margin: 0 !important;
      left: 0;
      right: 0;
      top: 45px;
      width: 100% !important;
    }
    #poplink_suggest_area{
      width: 100% !important;
    }
    #poplink_search_area{
      width: 100% !important;
    }

    div#poplinkSearchHeader {
        display: none;
    }
    div#poplinkSearch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    div#poplinkSearch > a{
      max-width: 33.333%;
      -webkit-box-flex:  0;
          -ms-flex:  0 0 33.333%;
              flex:  0 0 33.333%;
    }

    #poplinkSearch .poplinkItem {
      padding: 10px !important;
      padding-left: 10px !important;
    }

    #poplinkSearch .poplinkItem .pL{
      float: none;
      width: auto;
      margin: auto auto 5px auto;
    }

    #poplinkSearch .poplinkItem .pR{
      padding-left: 0;
    }

    #poplinkSearch .poplinkItem .pT{
      margin-bottom: 2px;
    }

div#poplinkSuggest > div {
    padding: 6px 4px;
    font-size: 14px;
}
    div#poplinkSuggest > div:not(:last-child) {
        border-bottom: 1px solid #f2f2f2;
    }

#poplinkSuggest {
    border: 1px solid #f2f2f2 !important;
}
#poplinkSearch {
    border: 1px solid #f2f2f2 !important;
}

.topSearchWrap:not(.topSearchWrap--top) #poplink {
    width: calc(100% + 105px) !important;
}

.section--main{
  margin-bottom:25px;
}

.centerText{
  text-align:center;
  font-size:17px;
  font-weight:bold;
  margin:25px 0px;
}
.bnrList--colorSearch{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bnrList--colorSearch .bnrList__unit{
  width:48.5%;
}
.bnrList--colorSearch .bnrList__unit:nth-of-type(n+3){
  margin-top:3%;
}
@media screen and (max-width:480px) {
  .bnrList--colorSearch .bnrList__unit{
    width:100%;
    padding:0px 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bnrList--colorSearch .bnrList__unit:nth-of-type(n+2){
    margin-top:5%;
  }
}

.topSearchWrap--custom{
  position:relative;
  z-index:14;
}
.topSearchWrap--custom.focus .topSearch{
  background:none;
}
.overlay--search{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.88);
  z-index: 13;
}
.searchCateList{
  display: none;
}
.topSearchWrap--custom .closeBtn{
  display: none;
}
.topSearchWrap--custom.focus .closeBtn{
  display: block;
  position:absolute;
  bottom:105%;
  right:4%;
  pointer-events: none;
  max-width:9%;
}
.topSearchWrap--custom.focus .searchCateList{
  margin-top:20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding:0 2%;
}
.topSearchWrap--custom .topSearch__text{
  padding-left:40px;
}
.topSearchWrap--custom .topSearch__text::-webkit-input-placeholder{
  color:#aaaaaa;
}
.topSearchWrap--custom .topSearch__text::-moz-placeholder{
  color:#aaaaaa;
}
.topSearchWrap--custom .topSearch__text:-ms-input-placeholder{
  color:#aaaaaa;
}
.topSearchWrap--custom .topSearch__text::-ms-input-placeholder{
  color:#aaaaaa;
}
.topSearchWrap--custom .topSearch__text::placeholder{
  color:#aaaaaa;
}
.topSearchWrap--custom .topSearch__box:before{
  position: absolute;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: calc(50% - 9px);
  left: 17px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #aaaaaa;
  border-right: none;
  border-bottom: none;
}
.topSearchWrap--custom.focus .topSearch__box:before{
  -webkit-transform: scale(1,-1) rotate(-135deg);
          transform: scale(1,-1) rotate(-135deg);
  top: calc(50% - 2px);
  left: 17px;
}
.searchCateList__unit{
  width:19.5%;
  text-align:center;
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.searchCateList__unit:nth-child(n+6){
  margin-top:10%;
}
.searchCateList__unit a{
  color:white;
}
.searchCateList__text{
  color:white;
  position:absolute;
  top:105%;
  display: inline-block;
  width:100%;
  left:0px;
  text-align: center;
  font-size:12px;
}
@media screen and (max-width:480px) {
  .searchCateList__unit:nth-child(n+6){
    margin-top:15%;
  }
}

.appendHojin{
  margin:5% 0px 5%;
  padding:0px 5% 11px;
  text-align:center;
}

.FS2_Figure li{
  margin-bottom: 20px;
}
/*商品詳細カスタム*/
/*ボタンをテキストに*/
#FS2_ItemDetail .FS2_Button ul{
  background:none !important;
}
#FS2_ItemDetail .FS2_Button li{
  padding:0 0.5% 0 !important;
  margin:15px 0px;
  text-align: right;
}
#FS2_ItemDetail .FS2_Button li a{
  padding:0;
  display: inline-block;
  padding: 0 0 0 23px;
  text-align: left !important;
  color: #ee7b00 !important;
  font-weight: bold;
  background: url("https://g04.future-shop.jp/shop/item/workland/design/img01/wl-icon-arrow-btn-right.jpg") no-repeat left center !important;
}

/*商品詳細スライダーチェンジ*/
.cSlider{
  margin-bottom:20px;
}
.cSlider .slick-slide img{
  margin: 0 auto;
}
.cSlider .slick-counter{
  position:absolute;
  bottom:10px;
  display: inline-block;
  left:50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background:rgba(0,0,0,0.5);
  color:white;
  padding:10px 15px;
  border-radius: 20px;
  text-align: center;
  line-height: 1;
}
.cSlider .prev-arrow{
  position:absolute;
  top:50%;
  left:2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  max-width: 10%;
  z-index:1;
}
.cSlider .next-arrow{
  position:absolute;
  top:50%;
  right:2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  max-width: 10%;
  z-index:1;
}

.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

 /* フリーページ　2019空調服　　*/
.item-tbl-kuchowearkakaku table {
  width:90%;
  margin:0 auto;
  border: 1px #999999 solid;
}
.item-tbl-kuchowearkakaku table th{
  padding:14px 0;
  border:solid 1px #666;
  text-align:center;
  color:#fff;
  background:#727f96;
}
.item-tbl-kuchowearkakaku td {
    border: 1px #cccccc solid;
    background-color: #fff9a0;
    margin: 10px;
    padding: 10px;
    font-size: 13pt;
    text-align: center;
    vertical-align: middle;
}
.item-tbl-kuchowearitem table th{
  padding:5px 0;
  border:solid 1px #666;
  text-align:center;
  color:#fff;
  background:#727f96;
}
.item-tbl-kuchowearitem--center{
    text-align: center;
    font-size: 8px;
}
.item-tbl-kuchowearitem table td{
    border: 1px #cccccc solid;
    background-color: #fff;
    margin: 5px;
    padding: 5px;
    text-align: center;
    vertical-align: top;
}
.FS2_upper_comment .category-comment .kuchowearitem-heading {
    position: relative;
    padding: 0.5em 0.5em 0.5em 2em;
    border: 1px solid #CCC;
    border-radius: 5px;
    font-size: 17px;
    color: #00479d;
    color: #000;
    font-weight: bold;
    margin: 2.5em 0em 1em 0em;
}
.FS2_upper_comment .category-comment .kuchowearitem-heading::after {
    position: absolute;
    top: 50%;
    left: 0.7em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 38px;
    background-color: #00479d;
    visibility: visible;
}
.closeup_comidasi {
    font-size: 18px;
    color: #00479d;
    font-weight: bold;
    padding: 10px;
}
.popunder{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff66));
  background: linear-gradient(transparent 70%, #ffff66 70%);
  font-weight: bold;
}

.cateSearch{
  margin-top:5px;
  float:left;
  width:100%;
}
.cateSearch__title{
  margin:2px 0px;
  font-size:15px;
}
.cateSearchSelect option{
    width:100%;
    padding:16px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:none;
    color:#333;
}
.cateSearchSelectWrap {
    position: relative;
    display: block;
    border:none;
    background: #fff;
}

.cateSearchSelectWrap:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -4px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #333;
}

.cateSearchSelect {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 15px 1em;
    border: none;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:105%;
    left:-1px;
}

.sp_FS2_Recommend2_brand_item ul li:nth-child(3n+1){
  clear:both;
}

/*関連商品からカテゴリーへのリンク*/
.textLinkArea{
  clear:both;
  padding:0px 10px;
  margin-bottom:20px;
  text-align:right;
}
a.textLink{
  padding:0;
  display: inline-block;
  padding: 0 0 0 23px;
  text-align: left !important;
  color: #ee7b00 !important;
  font-weight: bold;
  background: url("https://g04.future-shop.jp/shop/item/workland/design/img01/wl-icon-arrow-btn-right.jpg") no-repeat left center !important;
}

.FS2_point {
  color: #004b97;
  font-size: 13px;
  margin-top: 15px;
}


/*お支払い方法選択画面*/
.FS2_orderFlow {
  margin-bottom: 10px;
}
.FS2_body_Cart_SettleEdit h1.FS2_PageTitle,
.FS2_body_Cart_SettleEdit .FS2_table th {
  position: relative;
  padding: 12px 0px;
  background: #164997;
  line-height: 25px;
  font-weight: bold;
  font-size: 15px;
  padding-left: 30px;
  color: #ffffff;
  margin-bottom: 15px;
  border-bottom: 0;
}
.FS2_body_Cart_SettleEdit h1.FS2_PageTitle:before,
.FS2_body_Cart_SettleEdit .FS2_table th:before {
  content: "";
  background: #fef050;
  display: block;
  width: 4px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.FS2_DeliveryEdit_deliveryHopeDate_container {
    margin-top: 20px;
}
.FS2_DeliveryEdit_table.FS2_table {
  margin-top: 15px;
}
.FS2_DeliveryEdit_table.FS2_table th {
  background: #f0f0f0;
  border: 1px solid #ddd;
  font-weight: normal;
  line-height: 1.1;
  text-align: left;
  color: #222222;
  font-size: 13px;
  padding: 5px;
}
.FS2_DeliveryEdit_table.FS2_table th:before {
  content: "";
  display: none;
}
.FS2_body_Cart_SettleEdit .FS2_CrossHead {
  font-size: 13px;
  margin: 10px;
  font-weight: bold;
}
.FS2_body_Cart_SettleEdit .FS2_DeliveryMethod_detail {
  font-size: 13px !important;
  padding: 10px;
}
.FS2_body_Cart_SettleEdit .FS2_table td {
  font-size: 13px;
  padding: 10px;
}

.FS2_SettleEdit_Point_container {
  margin-bottom: 20px;
}
.FS2_body_Cart_SettleEdit .pointInfoArea {
  margin: 10px;
  font-size: 13px;
}
.FS2_body_Cart_SettleEdit .aboutPointText {
  color: #c00;
}
select#fs2_deliveryHopeTime {
  font-size: 13px;
}


/*購入画面の全体のフォントを調整*/
body#FS2_body_Cart .FS2_contents_container {
  margin-left: 10px;
  margin-right: 10px;
}
h1.FS2_PageTitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.FS2_table,
.FS2_body_Cart_ShoppingCart .FS2_table {
  font-size: 13px;
}
.FS2_list>li>p {
  font-size: inherit;
}
h2.FS2_CrossHead {
  font-size: inherit;
}
.FS2_list>li>div {
  font-size: inherit;
}
.FS2_ReturnedSpecialContract_container {
  font-size: inherit;
  margin-bottom: 20px;
}
.FS2_textSmall {
  font-size: inherit;
}
#fs2_prefecture {
  font-size: inherit;
}
.FS2_body_Cart_SettleEdit .FS2_SettleExplainArea {
  font-size: 13px;
  line-height: 1.4;
}
.FS2_body_Goods_GoodsDetail form#searchform .selectWrap:before {
    content: "";
    display: none;
}

.makerBox {
	background-color:#e6e6e6;
	padding: 0 15px 15px 15px;
}
.makerDropBtn {
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 45px;
	padding: 3%;
	background: white;
	border: none;
	color: #999999;
	font-size: 14px;
	text-align: center;
}
.makerDropBtn:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 1;
	visibility: initial;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #333333 transparent transparent transparent;
}
ul.makerDropLists {
	background: #434343;
	padding: 15px;
}
ul.makerDropLists li {
	border-top: solid 0.1em #c9c9c9;
}
ul.makerDropLists li a {
	display: table;
	width: 100%;
	padding: 0;
	background: #707070;
}
ul.makerDropLists li a span {
	margin: 0 1em 0 0;
	color: #fff;
}
ul.makerDropLists li a .maker_thumb {
	display: table-cell;
	width: 30%;
	padding: 0 0 0 0;
	vertical-align: middle;
}
ul.makerDropLists li a .maker_thumb img {
	width: 100%;
}
ul.makerDropLists li a .maker_label {
	display: table-cell;
	padding: 0 0 0 5%;
	vertical-align: middle;
}




/*一覧ページに商品カート設置*/
.detail_bxsliderWrap {
  margin: 10px 0;
}
.detail_bxsliderWrap .bx-viewport {
  z-index: 0 !important;
}
.detail_bxsliderWrap .bx-controls-direction {
  text-align: right !important;
  padding: 10px 0;
}
.detail_bxsliderWrap .bx-controls-direction a {
  display: inline-block !important;
}
.detail_bxsliderWrap a.bx-prev {
  background: url(/shop/item/workland/design/template05/btn/AdditionalImagePrevButton.gif) no-repeat;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: center center;
  color: rgba(0,0,0,0.0);
}
.detail_bxsliderWrap a.bx-next {
  background: url(/shop/item/workland/design/template05/btn/AdditionalImageNextButton.gif) no-repeat;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: center center;
  color: rgba(0,0,0,0.0);
}

#FS2_CategoryList li.FS2_CartButton_area {
  text-align: center;
  margin-bottom: 30px;
}
#FS2_CategoryList .FS2_Name_and_Price li.itemNumber {
  color: #000;
  font-size: 1.1em;
  margin-bottom: 0 !important;
  padding-bottom: 20px !important;
  border-bottom: 0 !important;
}
#FS2_CategoryList .FS2_Name_and_Price li.FS2_itemPrice_area {
  padding: 0;
  border: none;
}
#FS2_CategoryList .FS2_Name_and_Price span.FS2_tagPrice {
  display: block;
  padding: 0;
  font-size: 1.1em;
  /* text-decoration: line-through; */
}
#FS2_CategoryList .FS2_Name_and_Price span.discount {
  color: #c00;
  display: inline-block;
  margin-left: 10px;
  font-size: 140%;
  font-weight: bold;
}
#FS2_CategoryList .FS2_Name_and_Price .FS2_special_price {
  font-size: 1.2em;
  display: block;
  margin-bottom: 3px;
}
#FS2_CategoryList .FS2_Name_and_Price span.itemPrice {
    font-size: 2.2em;
    font-weight: normal;
    color: #c00;
}
#FS2_CategoryList .FS2_Name_and_Price span.itemPrice_addition {
    font-size: 1.7em;
    font-weight: normal;
    color: #c00;
}
#FS2_CategoryList .FS2_Name_and_Price .FS2_point {
  margin-top: 0;
}
/* 店舗案内 */
.shopinfo_h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 25px;
	border-top: 3px solid #0A4DA6;
	border-bottom: 2px solid #ddd;
	padding: 15px 10px;
}
.shopinfo_h3{
	font-size: 15px;
	color:#0A4DA6;
	margin:25px 0 10px;
	font-weight: bold;
}
.shopinfo_table {
	margin-bottom: 30px;
}
.shopinfo_table th, .shopinfo_table td {
	display: block;
	text-align: left;
	padding: 7px 10px;
	font-size: 13px;
}
.shopinfo_table th {
	background: #eee;
}
.shopinfo_map, .shopinfo_traffic, .shopinfo_recruit {margin-bottom: 30px; font-size: 13px; padding: 0 10px;}
	.shopinfo_map iframe {
		width: 100%;
	}
.shopinfo_map a{
	display: block;
	font-size: 13px;
	color: #00f;
	text-decoration: underline;
}

.shopinfo_traffic img {
	width: 100%;
	max-width: 364px;
}

.shopinfo_recruit li {
	position: relative;
	padding-left: 1em;
	margin-bottom: .3em;
	font-weight: normal !important;
}
.shopinfo_list{
	margin-bottom: 30px;
}
.shopinfo_list li::before{
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
width: 8px;
height: 8px;
background: #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.shopinfo_list .shopinfo_note {
	color:#f00;
	font-weight: bold;
}
.shopinfo_list .shopinfo_info {
	color: #00f;
}
.shopinfo_list2 li:first-child{
	color: #f00;
}
.shopinfo_images li {
	font-size: 0;
	display: block;
	margin-bottom: 20px;
	max-width: 100%;
	text-align: center;
	padding: 0 10px;
}
.shopinfo_images img {
	width: 100%;
	margin: auto;
}
p.cashless {
    margin-bottom: 1.5em;
}

/* --------------------------------------------------------------------------------
	ランキング「もっと見る」ボタン
-------------------------------------------------------------------------------- */
.moreBtn--spRanking {
	width: 70%;
	margin: 10px auto 0px;
	text-align: center;
	border: solid 2px #01479d;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #01479d;
	-webkit-transition: all .25s;
	transition: all .25s;
	font-weight: bold;
	font-size: 14px;
	display: block;
background:#fff;
}

.moreBtn--spRanking:active,
.moreBtn--spRanking:focus,
.moreBtn--spRanking:hover {
	color: white;
  background: #01479d;
  text-decoration: none;
}

.userbtns ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    border-top:1px solid #fff;
  }

  .userbtns li {
    width: calc(100% / 3);
  }

  .userbtns li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7% 0;
    border-right: 1px solid #fff;
    background: #ee7d05;
    color: #fff;
  }

  .userbtns li a .icon {
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3px;
  }

  .userbtns li a .icon img {
    height: auto;
    max-height: 100%;
  }

  .userbtns li:last-child a {
    border-right: none;
  }

  .userbtns li a .label {
    font-size: 10px;
  }

  .topshow_welcome {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #e6e6e6;
    padding: 15px 15px 0;
  }
  .topshow_welcome #txt-point2 {
    text-align: right;
    display: table;
    margin-left: auto;
  }

.userbtns {display:none;}

#FS2_CategoryList .FS2_contents_container .groupList_heading {
margin: 0 0 0.5%;
    text-align: center;
    font-size: 1.32em;
    color: #fff;
}

#FS2_CategoryList .FS2_contents_container .groupList_heading span {
    display: block;
    padding: 2.5% 0;
    background: #00479d;
}

.categoryLink {display:none;}
	.js-moreWrap .btn-details a.moreBtn--spCategory {
		display:none;
		width: 70%;
    margin: 10px auto 0px;
    text-align: center;
    border: solid 2px #01479d;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #01479d;
    -webkit-transition: all .25s;
    transition: all .25s;
    font-weight: bold;
    font-size: 14px;
	}

/* --------------------------------------------------------------------------------
  wordpress
-------------------------------------------------------------------------------- */
#outer {
  overflow: hidden;
}

.main_title {
  padding: 0;
  border-top: none;
  border-bottom: none;
}

#single_post_list .post_title, .main_title .post_title {
    width: 100%;
    padding: 1em;
    margin: 0 0 15px;
    background: #0a4da6;
    color: #fff;
    font-size: 1.32em;
}

.sub_info_cate a {
  background: #ee7b00;
  border: none;
  border-radius: 0;
}

.blog_inner h3 {
  border-left: none;
  border-bottom: 2px solid #333;
}

#top_post_list .post_list_box {
  width:58%;
}

#bread_crumb {
  padding: 0px 20px 10px;
}

#bread_crumb li a, #bread_crumb li span {
  font-size: 12px;
}

#bread_crumb li:not(:first-child) a, #bread_crumb li:not(:first-child) span {
  margin-left: 6px;
}

#bread_crumb li:not(:last-child):after {
  margin-right: 3px;
}

#footer .copyright {
  margin-top: 0;
}


/* ************************************************
* 店舗
* ************************************************ */
.single-shopinfo .shopinfo {
  margin-top: -20px;
}

/* h2 */
.single-shopinfo .shopinfo h2 {
  /* background: url(http://www.t-workland.com/images/h2-bg.png) repeat-x left bottom; */
  padding: 15px 20px 15px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  border-top: 3px solid #0A4DA6;
  margin-top: 30px;
}

.single-shopinfo .shopinfo h3 {
  text-align: left;
  color: #0A4DA6;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px 5px;
  clear: both;
}

.single-shopinfo .shopinfo h4 {
  text-align: left;
  /* background: url(http://www.t-workland.com/images/h4-bg.png) no-repeat left 0.4em; */
  padding-left: 25px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0px;
  clear: both;
}

.single-shopinfo .shopinfo h5 {
  color: #583c32;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 10px;
  clear: both;
}

.single-shopinfo .shopinfo p {
  font-size: 14px;
}

.single-shopinfo .shopinfo p img.mt-image-none {
  text-align: center;
  width: 100%;
}

.single-shopinfo .shopinfo ol {
  background: none;
  /* padding-left: 25px; */
  padding-left: 10px;
  padding-right: 10px;
}

.single-shopinfo .shopinfo ol li {
  background: none;
  margin-bottom: 8px;
  padding-left: 8px;
}

.single-shopinfo .shopinfo .table-bg {
  margin-top: 20px;
}

/*店舗の案内*/
.single-shopinfo .shopinfo .section .shoping-list {
  clear: both;
  display: block;
  margin: 0 auto;
  width: 90%;
}

.single-shopinfo .shopinfo .section .shoping-list li {
  margin-bottom: 20px;
  text-align: center;
}

.single-shopinfo .shopinfo .section .shoping-list li:nth-child(2n) {
  margin-right: 0;
  padding: 0;
}

.single-shopinfo .shopinfo .section .shoping-list li.last-child {
  padding-right: 0px;
}


/*店舗の案内詳細*/
.single-shopinfo .shopinfo .merchandise-box {
  margin-bottom: 80px;
  overflow: hidden;
}

.single-shopinfo .shopinfo .float-l {
  float: left;
  margin-right: 30px;
  padding-bottom: 0px !important;
}

.single-shopinfo .shopinfo .float-l-text {
  float: left;
  margin-right: 30px;
  width: 300px;
}

.single-shopinfo .shopinfo .float-r {
  overflow: hidden;
}

.single-shopinfo .shopinfo .merchandise-h3 {
  width: 300px;
  margin: 0 0 30px 0;
  padding: 0px;
}

.single-shopinfo .shopinfo {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #000000;
}

.single-shopinfo .shopinfo table {
  font-size: inherit;
}

.single-shopinfo .shopinfo a {
  text-decoration: none;
  color: #0a4da6;
}

.single-shopinfo .shopinfo a:hover {
  text-decoration: underline;
}

.single-shopinfo .shopinfo p {
  padding-bottom: 20px;
  padding: 0 20px 20px;
  line-height: 1.6;
}

.single-shopinfo .shopinfo strong {
  color: #000000;
  font-weight: bold;
}

.single-shopinfo .shopinfo em {
  color: #e85160;
  font-weight: bold;
}

.single-shopinfo .shopinfo .table-bg {
  background-color: #f7f7f7;
  border-radius: 4px 4px 4px 4px;
  padding: 20px;
}

.single-shopinfo .shopinfo table {
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}

.single-shopinfo .shopinfo th {
  border-bottom: 1px solid #b5b5b5;
  font-weight: bold;
  padding: 7px 0px !important;
  vertical-align: top;
  width: 18%;
}

.single-shopinfo .shopinfo td {
  border-bottom: 1px solid #b5b5b5;
  padding: 7px 0px !important;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}

.single-shopinfo .shopinfo small {
  display: block;
  margin-top: 20px;
  margin-left: 20px;
}

.single-shopinfo .shopinfo .pager {
  display: block;
  padding: 0;
  margin: 0;
  clear: both;
}

/* 店舗一覧 */
.single-shopinfo-list .shopinfo .news-list .text th, .single-shopinfo-list .shopinfo .news-list .text td {
  border: none;
  padding: 1px !important;
  line-height: 1.5;
}

.single-shopinfo-list .shopinfo .news-list li .text {
/*   width: 580px !important; */
  float: left;
}

.single-shopinfo-list #main .news-list li .text .icon {
  padding-left: 20px;
}

.single-shopinfo-list #main .news-list li .text dt {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
}

.single-shopinfo-list #main .news-list li .text dt a {
  padding-top: 0;
  font-weight: bold;
}

.single-shopinfo-list #main .news-list li .text .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.single-shopinfo-list #main .news-list li .text .goto-detail {
  margin-top: 0;
}

.single-shopinfo-list #main .news-list li .text .goto-detail a {
  color: #535353;
  text-decoration: underline;
}

.single-shopinfo-list #main .news-list li .text .goto-detail a:hover {
  color: #0076c2;
}

.single-shopinfo-list .shopinfo .more {
  /* background: url(http://www.t-workland.com/images/bullet-blak.png) no-repeat scroll 0 1.4em transparent; */
  padding-left: 10px;
  padding-top: 10px;
}

.single-shopinfo-list .shopinfo .more a {
  color: #0a4da6;
}

.single-shopinfo-list #main .list {
  margin-top: 10px;
  padding: 0 20px;
}

.single-shopinfo-list #main .list li {
  clear: both;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0;
}

.single-shopinfo-list #main .list li .thumbnail {
  /* float: left; */
  /* padding-right: 20px; */
  /* width: 220px; */
  text-align: center;
  margin-bottom: 15px;
}

.single-shopinfo-list #main .list li .thumbnail img {
  border: 1px solid #d5d5d5;
  padding: 1px;
}

.single-shopinfo-list #main .list li .text dt a {
  color: #0a347f;
  padding-top: 5px;
}

.single-shopinfo-list #main .list li .text .goto-detail {
  margin-top: 0.5em;
  text-align: left;
}

.single-shopinfo-list #main .list li .text .goto-title {
  background-image: none;
  font-weight: bold;
  padding: 0;
  color: #000;
  font-size: 15px;
}

.single-shopinfo-list .shopinfo h2 {
  /* background: url(http://www.t-workland.com/images/h2-bg.png) repeat-x left bottom; */
  padding: 20px 20px 10px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* h2 */
.single-shopinfo-list #mceContentBody h2 {
  /* background: url(http://www.t-workland.com/images/h2-bg.png) repeat-x left bottom; */
  padding: 15px 0 15px 0px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  border-top: 3px solid #0A4DA6;
  margin-top: 30px;
}

.single-shopinfo-list #mceContentBody h3 {
  text-align: left;
  /* background: url(http://www.t-workland.com/images/h3-bg.png) no-repeat left 0.4em; */
  color: #0A4DA6;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 5px 0;
  clear: both;
}

.single-shopinfo-list #mceContentBody h4 {
  text-align: left;
  /* background: url(http://www.t-workland.com/images/h4-bg.png) no-repeat left 0.4em; */
  padding-left: 25px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0px;
  clear: both;
}

.single-shopinfo-list #mceContentBody h5 {
  color: #583c32;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 10px;
  clear: both;
}

.single-shopinfo-list #mceContentBody p {
  /*margin-bottom:1.3em;*/
  font-size: 14px;
}

.single-shopinfo-list #mceContentBody ul li {
  /* background: url("http://www.t-workland.com/images/bullet-list.png") no-repeat scroll left 0.8em transparent; */
  margin-bottom: 8px;
  padding-left: 8px;
}

.single-shopinfo-list #mceContentBody ol {
  background: none;
  padding-left: 25px;
}

.single-shopinfo-list #mceContentBody ol li {
  background: none;
  margin-bottom: 8px;
  padding-left: 8px;
}

/* 店舗案内 */
.single-shopinfo-list .shop-area {
  /* width: 810px; */
  /* height: 230px; */
  position: relative;
  background: url(https://wl-netshop.com/blog/wp-content/uploads/2020/07/h2-shopinfo-bg2.png) no-repeat;
  background-position: top center;
  /* margin-top: 30px; */
  padding-top: 250px;
}

.single-shopinfo-list .shop-area .h2img2 {
  background: none !important;
  padding: 0 20px!important;
  border-top: none !important;
}

.single-shopinfo-list .shop-area li {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #eaeaea;
  /* width: 198px; */
  padding: 10px;
}

.single-shopinfo-list .shop-area li.area-kawasaki {
  /* position: absolute; */
  /* top: 0px; */
  /* left: 600px; */
}

.single-shopinfo-list .shop-area li.area-yokohama {
  /* position: absolute; */
  top: 120px;
  left: 600px;
}

.single-shopinfo-list .shop-area li.area-sagamihara {
  /* position: absolute; */
  /* top: 160px; */
  /* left: 0px; */
}

.single-shopinfo-list .shop-area li.area-tokyo {
  /* position: absolute; */
  /* top: 40px/*2013.11.05追加*/
  /* left: 0px; */
}

.single-shopinfo-list .shop-area li.area-saitama {
  /* position: absolute; */
  /* top: 260px/*2018.05.11追加*/
  /* left: 600px; */
}

.single-shopinfo-list .shop-area li.area-chiba {
  /* position: absolute; */
  /* top: 340px/*2019.08.30追加*/
  /* left: 600px; */
}

.single-shopinfo-list .shop-area li h3 {
  font-size: 13px !important;
  padding: 0 0 10px 0 !important;
  color: #000 !important;
}

.single-shopinfo-list .shop-area li dd {
  /* background: url(http://www.t-workland.com/images/bullet-blak.png) no-repeat scroll 0 0.4em transparent; */
  float: left;
  width: 90px;
  padding-right: 5px;
}

.single-shopinfo-list .shop-area li dd a {
  padding-left: 8px;
  color: #0a4da6;
}


.single-shopinfo-list strong a {
  color: #0a4da6;
}

/* 店舗一覧 */
.single-shopinfo-list .shopinfo .news-list .text th, .single-shopinfo-list .shopinfo .news-list .text td {
  border: none;
  padding: 1px !important;
  line-height: 1.5;
}

.single-shopinfo-list .shopinfo .news-list li .text {
/*   width: 580px !important; */
  float: left;
}

.single-shopinfo-list #main .news-list li .text .icon {
  padding-left: 20px;
}

.single-shopinfo-list #main .news-list li .text dt {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
}

.single-shopinfo-list #main .news-list li .text dt a {
  padding-top: 0;
  font-weight: bold;
}

.single-shopinfo-list #main .news-list li .text .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.single-shopinfo-list #main .news-list li .text .goto-detail {
  margin-top: 0;
}

.single-shopinfo-list #main .news-list li .text .goto-detail a {
  color: #535353;
  text-decoration: underline;
}

.single-shopinfo-list #main .news-list li .text .goto-detail a:hover {
  color: #0076c2;
}

.single-shopinfo-list .shopinfo .more {
  /* background: url(http://www.t-workland.com/images/bullet-blak.png) no-repeat scroll 0 1.4em transparent; */
  padding-left: 10px;
  padding-top: 10px;
}

.single-shopinfo-list .shopinfo .more a {
  color: #0a4da6;
}

.single-shopinfo-list #main .list {
  margin-top: 10px;
  padding: 0 20px;
}

.single-shopinfo-list #main .list li {
  clear: both;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0;
}

.single-shopinfo-list #main .list li .thumbnail {
  /* float: left; */
  /* padding-right: 20px; */
  /* width: 220px; */
  text-align: center;
  margin-bottom: 15px;
}

.single-shopinfo-list #main .list li .thumbnail img {
  border: 1px solid #d5d5d5;
  padding: 1px;
}

.single-shopinfo-list #main .list li .text dt a {
  color: #0a347f;
  padding-top: 5px;
}

.single-shopinfo-list #main .list li .text .goto-detail {
  margin-top: 0.5em;
  text-align: left;
}

.single-shopinfo-list #main .list li .text .goto-title {
  background-image: none;
  font-weight: bold;
  padding: 0;
  color: #000;
  font-size: 15px;
}

.single-shopinfo-list .shopinfo h2 {
  /* background: url(http://www.t-workland.com/images/h2-bg.png) repeat-x left bottom; */
  padding: 20px 20px 10px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* h2 */
.single-shopinfo-list #mceContentBody h2 {
  /* background: url(http://www.t-workland.com/images/h2-bg.png) repeat-x left bottom; */
  padding: 15px 20px 15px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  border-top: 3px solid #0A4DA6;
  margin-top: 0;
}

.single-shopinfo-list #mceContentBody h3 {
  text-align: left;
  /* background: url(http://www.t-workland.com/images/h3-bg.png) no-repeat left 0.4em; */
  color: #0A4DA6;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 5px 0;
  clear: both;
}

.single-shopinfo-list #mceContentBody h4 {
  text-align: left;
  background: url(http://www.t-workland.com/images/h4-bg.png) no-repeat left 0.4em;
  padding-left: 25px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0px;
  clear: both;
}

.single-shopinfo-list #mceContentBody h5 {
  color: #583c32;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 10px;
  clear: both;
}

.single-shopinfo-list #mceContentBody p {
  /*margin-bottom:1.3em;*/
  font-size: 14px;
  padding: 0 20px;
  line-height: 1.6;
}

.single-shopinfo-list #mceContentBody ul {
  padding: 0 20px;
}

.single-shopinfo-list #mceContentBody ul li {
  /* background: url("http://www.t-workland.com/images/bullet-list.png") no-repeat scroll left 0.8em transparent; */
  margin-bottom: 8px;
  padding-left: 8px;
}

.single-shopinfo-list #mceContentBody ol {
  background: none;
  padding-left: 25px;
}

.single-shopinfo-list #mceContentBody ol li {
  background: none;
  margin-bottom: 8px;
  padding-left: 8px;
}

.single-shopinfo-list .shop-area select {
  width: 100%;
  padding: 5px;
  font-size: 13px;
}

#single_post_list .post_title{
box-sizing: border-box;	
}