/*あとでtop.cssに移行*/
.fs-body-top #pickup_itemList_recommend_mens{margin-bottom: 30px;}
.fs-body-top #pickup_itemList_recommend_ladies .pickup_itemList_ttl{display: none;}
.mens-top #pickup_itemList_recommend_mens .pickup_itemList_subttl{display: none;}
.ladies-top #pickup_itemList_recommend_ladies .pickup_itemList_subttl{display: none;}

/*----------------------------
   店舗メンテナンス
----------------------------*/
.fs-body-closed .fs-p-closed > img{margin-bottom: 40px;}

/*----------------------------
    共通
----------------------------*/
html, body {
  background: #fff;
  position: relative;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #272727;
  font-size: 15px;
  line-height: 2;
}

.pcv{display: block;}
.spv{display: none;}

a,
a:visited {color: #272727; text-decoration:none;}
a:hover {text-decoration:none;}

.fontRed {color:#CE0000;}
.fontLightBlue {color:#0895C9;}

.fs-c-breadcrumb{font-size: 11px;width: 830px;margin: 0 auto;}

#contents{width: 830px;margin: 0 auto 72px;}

/* ==============================================================
タブレット調整用
============================================================== */
@media screen and (max-width:829px) {
.fs-c-breadcrumb{width:100%;}
#contents{width:94%;}
}

/* ==============================================================

Style Reset
	
============================================================== */
* {margin:0; padding:0; box-sizing:border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;} 
html{overflow-y:scroll;-webkit-text-size-adjust: 100%;word-wrap:break-word;}
html,body{width:100%;/*height:100%;*/}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;table-layout:fixed;}
fieldset,img{border:0;}
img{vertical-align: bottom; border:none;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {display:block;}


/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; } 