
/* デフォルトヘッダー制御
****************************************************/
.fs-p-headerNavBar {
    background: #000;
    color: #fff;
	border:none;
}
.fs-p-headerNavigation__link:link,
.fs-p-headerNavigation__link:visited,
.fs-p-headerNavigation__link:hover,
.fs-p-headerNavigation__link:active {
    color: #fff;
	font-size:120%;
	font-weight:bold;
}
.fs-p-headerNavigation__listItem {
    min-width: 140px;
}

.fs-p-headerNavigation {
	padding:8px 0;
}
.fs-p-inputGroup__button {
    background: #444;
}

/* デフォルト商品詳細制御
****************************************************/
ul.thumb_text {
	padding:0;
	margin:5% 0;
	width: 100%;
	font-size:0;
}
ul.thumb_text li {
    list-style: none;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 2%;
    line-height: 140%;
	font-size:14px;
}
ul.thumb_text li img {
	width:100%;
}
ul.thumb_text li:nth-child(odd){
    margin: 0 2% 2% 0;
}
.mv_btn {
	text-align: center;
    font-size: 12px;
    margin: 30px auto 20px;
}
.mv_btn img {
	width:100%;
}

.mv_btn a {
    display: inline-block;
    color: #FFF;
    background: #000;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 90%;
    max-width: 400px;
}
.mv_btn a:hover {
    text-decoration:none;
    background: #333;
}
.mv_btn a::before {
	display: inline-block;
    content: '\e90c';
    font-family: 'fs-icon' !important;
    font-size: 12px;
    margin-right: 5px;
}
.threedmodel_btn {
    text-align: center;
    font-size: 12px;
    margin: 30px auto 20px;
    display:flex;
    padding: 0;
}
.threedmodel_btn li {
	width:49%;
	list-style:none;
}
.threedmodel_btn a {
    display: inline-block;
    color: #FFF;
    background: #000;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 90%;
}
.threedmodel_btn a:hover {
    text-decoration:none;
    background: #333;
}
.threedmodel_btn a::before {
    display: inline-block;
    content: '\e90c';
    font-family: 'fs-icon' !important;
    font-size: 12px;
    margin-right: 5px;
}


/* デフォルトカテゴリ制御
****************************************************/
.fs-c-subgroup .fs-c-listControl {
	display:none;
}

/* お支払方法クレジットカード画像順番変更
****************************************************/
.fs-c-creditCardIcons > li:first-child {
	margin-left: 55px;
}
.fs-c-creditCardIcons > li:nth-of-type(2) {
	margin-left: -100px;
}
.fs-c-creditCardIcons > li:nth-of-type(3) {
	margin-left: 60px;
}

/* サブグループのパンくず非表示
****************************************************/
.fs-c-breadcrumb__list--subgroup{display:none}


