body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	
}
footer {
　　　　　text-align: center;
	font-size: 12px;
}

.fs-l-footer a {
    color: white;
    text-decoration: underline;
}

.fs-l-footer__contents > * {
    padding: 0 8px;
    color: white;
}


ol.fs-c-breadcrumb__list--subgroup{
       display:none;
}

.mark_org_souryou{
       color: #004E86;
    border: 1px solid #004E86;
    padding: 3px 7px;
}

.fs-c-heading {
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.fs-c-productNumber {
    border: 0;
    padding: 0;
}

.fs-c-productNameHeading__copy {
    font-size: 0.8em;
}

 .fs-l-product4 .fs-l-productLayout>*>* {
        margin-bottom: 16px;
    }

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 3rem;
    color: #3c3c3c;
}

.fs-c-productPointDisplay {
    background: #f5f5f5;
    color: #3c3c3c;
    font-weight: bold;
    padding: 8px;
    width: 100%;
}

.fs-c-button--primary {
    font-size: 2rem;
    box-shadow: 0 0;
    min-width: 100%;
    padding: 1em 1.6em 1em;
}

/*PC画面の幅調整*/


@media screen and (min-width: 1200px) {
  .fs-l-sideArea {
    max-width: 15%;
    width:100%
  }
  .fs-l-sideArea + .fs-l-pageMain,
  .fs-l-pageMain + .fs-l-sideArea {
    max-width: 83%;
  }
  div.temanashi_slide{
    height: 354px;
}
}

/*PC画面の幅調整ここまで*/
a img, nav li a:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;

}
a:hover img, #footer .footer_navi li a:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	zoom: 1;
}


h2.fs-p-heading--lv2 {
	font-size: 15px;
        font-weight: bold;
	text-align: center;
        
	padding: 30px 0;
	clear: both;
        
}





span.fs-c-productName__copy{
        display: none;
}

.fs-p-productDescription--full{
  text-align:center;
}

/*スマホハンバーガーメニュー*/
i.fs-p-drawerButton__icon{
        position: fixed;
        top: 15px;
        z-index: 10;
}
i.fs-icon--close{
        right: 10px
}

span.fs-p-drawerButton__label{
        position: fixed;
        top:  45px;
        z-index: 11;
}
/*スマホハンバーガーメニューここまで*/

.subtitle{
	padding: 10px 0 10px 0;
	border-left: solid 7px #c9c9c9;
	border-bottom: solid 2px #c9c9c9;
	}

.btn_review{
    border:none;
    font-weight: bold;
    display: inline-block;
    background-color: #f5a519;
    padding: 20px 50px;
    color: #014f87;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 3px 3px;
	}
	
.btn_review:active{
    box-shadow: none;
    position: relative;
    top: 3px;
    left: 3px;
	}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
    
    .tigaou{
        display: block;
}
}
/* ここから人気商品 */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 25%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}

.fs-c-subgroupList__link {
    border: 1px solid #333;
}

.fs-c-subgroupList__link::after {
    color: #333;
}

