.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }

.fs-l-main .fs-l-pageMain{
    max-width: calc(100% - 250px)!important;
}


.newsList--typeB .newsList__head{
    max-width: 180px!important;
    flex-basis: 180px!important;
    margin: 0 10px!important;
}

.newsList--typeB .newsList__body{
max-width:calc(100% - 180px)!important;
flex-basis:calc(100% - 180px)!important;
}


.newsList--typeB .newsList__body ul{
    padding: 0 10px!important;
}
.newsList--typeB .newsList__body ul li{
    padding: 0 0 16px 0!important;
}

@media (max-width: 991px){
#hdrLogo{
position:static!important;
max-width: inherit!important;

}

.gNav--typeC{
font-size:12px;
}
.gNav > ul > li:not(:last-child){
    margin-right: 10px!important;
}
.gNav--typeC .gNav__listIcon{
display:none;
}

.fs-l-main .fs-l-pageMain {
    max-width: 100%!important;
    flex: 0 0 100%!important;
}
.newsList--typeB .newsList__head{
margin:0 10px!important;
width:inherit!important;
text-align:center;
max-width:100px!important;
flex-basis:100px!important;
    font-size: 15px;
}
.newsList--typeB .newsList__body{
max-width:calc(100% - 120px)!important;
flex-basis:calc(100% - 120px)!important;
}
.newsList--typeB .h2D small{
font-size:10px!important;
}
}

h2.fs-c-featuredProduct__title, .fs-c-wishlistProduct__title {
    margin: 15px 0;
    padding-bottom: 10px;
}

#newitems .itemList li:nth-of-type(n+11) {
  display: none;
}
#ranking .itemList li:nth-of-type(n+11) {
  display: none;
}
#history .itemList li:nth-of-type(n+6) {
  display: none;
}

/* サブグループ非表示  */
.fs-c-subgroup .fs-c-listControl__status {
	display: none!important;
}

/* 商品一覧 */
.fs-body-category .fs-l-pageMain table {
	margin: auto;
}

/* 商品詳細 */
.fs-body-product .fs-c-breadcrumb__list li:last-child{
  display: none;
}

/* 商品タグ カラー 青 文字 */
.tag1 {
color: #1e5d9b;
background-color: #FFF;
border: 1px solid #1e5d9b;
border-radius: 14px;
margin-bottom: 3px;
}

/* 商品タグ カラー 青 背景 */
.tag2 {
color: #FFF;
background-color: #1d5b99;
border-radius: 14px;
margin-bottom: 3px;
}

/* 商品タグ カラー */
.tag3 {
color: red;
background-color: #FFF;
border: 1px solid red;
border-radius: 14px;
margin-bottom: 3px;
}

/* 商品タグ カラー */
.tag4 {
color: red;
background-color: #FFF;
border: 1px solid red;
border-radius: 14px;
margin-bottom: 3px;
}

/* 商品タグ 画像 */
.tag5 {
color: red;
background-color: #FFF;
border: 1px solid red;
border-radius: 14px;
margin-bottom: 3px;
}