<style type="text/css">
p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 24px;
}

body { background-color: #FFFFFF; }


<!--
a img.linkimg{
		 background:none!important;
		 	}
a:hover img.linkimg{
		 opacity:0.7; filter:alpha(opacity=70);
		 -ms-filter: "alpha( opacity=70 )";
		  background:none!important;
		    } 

-->

/* カート画面 数量のプルダウンを表示するCSS */
.fs-body-cart .fs-c-quantity__select {
    appearance: auto;
}


/* バリエーションのカラー名サイズ大きく */
.fs-c-variationList__item__title {
    background: rgba(126, 126, 126, 0.08);
    font-weight: 700;
    padding: 2px 4px;
    font-size: 1.3em;
}

/* 残りわずか表示 */
.fs-c-variationCart__variationName__stock {
    font-size: 1.2rem;
    font-weight: 500;
    color: red;
}

/* カートに入れるボタンを大きく */
.fs-c-button--primary.fs-c-button--addToCart--variation {
    font-size: 1.2rem;
    font-weight: bold;
    min-width: 100%;
}

</style>