.FS2_SystemNav_btnPC{display:none;}
.FS2_contents_container a,
.FS2_contents_container img{
    vertical-align: top;
}
.FS2_contents_container table{
    border-collapse:  inherit;
}
.FS2_contents_container table[bgcolor="#000000"]{background:#000000;}

.FS2_contents_container table[bgcolor="#cccccc"]{background:#cccccc;border-spacing: 1px;}

.FS2_contents_container table[bgcolor="#cccccc"] th,
.FS2_contents_container table[bgcolor="#cccccc"] td{
    background:#ffffff;
}
.FS2_contents_container th[bgcolor="#EBE9DD"],
.FS2_contents_container td[bgcolor="#EBE9DD"],
.FS2_contents_container table[bgcolor="#cccccc"] th[bgcolor="#EBE9DD"],
.FS2_contents_container table[bgcolor="#cccccc"] td[bgcolor="#EBE9DD"]{
background:#EBE9DD;

}
.FS2_contents_container table[cellpadding="5"] th,
.FS2_contents_container table[cellpadding="5"] td{
    padding: 5px;
}
.FS2_contents_container table[cellpadding="8"] th,
.FS2_contents_container table[cellpadding="8"] td{
    padding: 8px;
}

/* 商品バリエーションのボタン */
.fs-body-product .options{
	width:100%;
	height:100%;
	font-family:sans-serif;
	line-height:1.3em;
}
.fs-body-product .options a{
	display:block;
	width:96%;
	height:100%;
	text-decoration: none;
	background:#FFFFFF;
	text-align:center;
	padding:7px;
	border:1px solid #EBE9DD;
	color:#0AF;
	font-size:15px;
	font-weight:bold;
	border-radius:13px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
}
.fs-body-product .options a:hover{
	background:#EBE9DD;
	color:#0AF;
	font-weight:bold;
	margin-left:0px;
	margin-top:0px;
	border:1px solid #EBE9DD;
	box-shadow:none;
}


/*マイページ登録内容変更画面で定期のチェックボックスを目立たせる*/
.FS2_body_MyPage_EntryEdit .FS2_fixedPeriodDeliveryUpdate_container{
background:#FFFF00; /*　背景色：任意の色　*/
color:#FF0000; /*　文字色：任意の色　*/
font-size:15px; /*　フォントの大きさ：任意の数値　*/
padding:10px; /*　内側の余白　*/
margin:10px 0; /*　外側の余白　*/
text-align:center; /*　文字揃え　*/
font-weight:bold; /*　太文字にする　*/
border:2px #FF0000 dashed; /*　枠の太さ・カラー・種類　*/
}
