/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */

* {
	margin: 0;
	padding: 0;
}
html {
	overflow: scroll;
}
p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
dl, form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
header, nav, section, footer {
	display: block;
}
body {
	color:#333333;
	background-image: url(https://file001.shop-pro.jp/PA01249/328/images/common/background.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
a {
	color: #1F3FA0;
}
a:link {
	color: #1F3FA0;
}
a:hover {
	color: #1F3FA0;
	text-decoration: none;
}
p {
	color:#333333;
}
/*--フロートクリア--*/

.clear {
	clear: both;
}
/*--フロート右へ--*/

.img_r {
	float: right;
	margin-left: 15px;
}
/*--フロート左へ--*/

.img_l {
	float: left;
}
/* 追加CSS */
/*--コンテナー--*/
#container {
	float:left;
	width: 100%;
/*	background-image: url(https://file001.shop-pro.jp/PA01249/328/images/common/background.png);*/
	background-image: url(https://img20.shop-pro.jp/PA01249/328/etc/background1171.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
}
#maincontents {
	width: 1120px;
	margin: 0 auto;
}
.maincontents {
	width: 1120px;
	float:left;
	background-color: #FFF;
}
.contents {
	width: 685px;
	float: right;
	padding-bottom: 30px;
	margin-bottom:30px;
}

/*2016/08/03 追加*/
#new_item ul { margin:0px; padding:0px; list-style:none; overflow:hidden; width:685px; text-align:center;}
#new_item ul li { display:inline-block; /display:inline; /zoom:1; width:160px; vertical-align:top; text-align:center; font-size:13px; line-height:140%; margin-top:15px;}
#new_item ul li a{display:block; font-weight:bold;}
#new_item ul li img{vertical-align:bottom; border:0px; max-width:160px;}

/*--ヘッダー--*/
#headarea {
	width: 100%;
	float: left;
	margin-bottom:10px;
}
#headarea p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#headarea dl, form {
	margin: 0;
	padding: 0;
}
#headarea img {
	border: 0;
}
#headarea ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#headarea ol {
	margin: 0;
	padding: 0;
}
#headarea li {
	list-style-type: none;
}
#headarea header, nav, section, footer {
	display: block;
}
#header {
	width: 1120px;
	margin: 0 auto;
	display: block;
	padding: 0 13px 0 12px;
	border-top: solid 3px #970019;
}
#header h1 {
	margin: 10px 0;
	font-size: 10px;
}
#header #head_subnav {
	font-size: 70%;
	text-align: right;
	float: right;
}
#header #head_logo {
	float: left;
	width: 565px;
	background-image: url(https://file001.shop-pro.jp/PA01249/328/images/common/head_send.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#header #head_contact {
	float: right;
	width: 335px;
	text-align: right;
}
#header #head_contact p {
	font-size: 12px;
	background-image: url(https://kawachi-g.jq.shopserve.jp/images/common/head_title_address.jpg);
	background-repeat: no-repeat;
	padding: 2px 0 3px 65px;
	float: right;
	margin-top: 5px;
	color: #333;
}
#header #head_subnav li {
	float: left;
}
#header #head_nav {
	background-color:#FFE6EA;
	float: right;
	padding: 0 3px 3px 3px;
	margin-bottom: 4px;
}
#header #head_nav li {
	float: left;
}

/*--バナー5列　216/08/03 追加--*/
#header_bnr { margin:0px -5px 0px 0px; padding:0px; list-style:none; overflow:hidden; width:1125px;}
#header_bnr li { display:inline-block; /display:inline; /zoom:1; width:220px; vertical-align:top; margin-top:5px; margin-right:5px;}
#header_bnr li img{vertical-align:bottom; border:0px;}

/*--グローバルメニュー--*/
#gnav {
	width: 100%;
	float: left;
	margin-top: 5px;
}
#gnav ul {
	width: 900px;
	margin: 0 auto;
}
#gnav li {
	float: left;
}
#gnav li img {
	vertical-align: bottom;
}

/*leftとmainを囲む*/
.wrapper {
 width:900px;
 float:left;
}
/*--サイドメニュー--*/
#side {
	float: left;
	width: 200px;
	margin-bottom:30px;
}

#rightnav {
	float: right;
	width: 200px;
	margin-bottom:30px;
}

.right_banner{
  padding:10px 0 0px 0;
}

.right_banner img{
  width:200px;
  vertical-align:bottom;
  margin:0 0 10px 0;
}

#side_search {
	float:left;
	width:198px;
	margin-bottom: 10px;
	background-color: #eee;
	border: solid 1px #ccc;
}
#side_search .side_search {
	width:180px;
	margin: 4px auto;
	border: solid 1px #ccc;
	padding: 5px;
	background-color: #FFF;
}
#side_search .side_search p {
	text-align:center;
	margin: 5px 0;
}
#side_search table {
	width:180px;
	margin:0 auto;
}
#side_search #side_search_area {
	width:180px;
	margin-bottom: 3px;
}
#side_search #side_search_box {
	width:130px;
}
#side_search .side_login {
	width:180px;
	margin: 4px auto;
	border: solid 1px #ccc;
	padding: 8px 5px 5px 5px;
	background-color: #FFF;
}
#side_search .side_login p {
	font-size:70%;
	line-height: 150%;
}
#side_search .side_login #side_login_btn {
	text-align:center;
	margin: 7px 0;
}
#side_link {
	float:left;
	width: 198px;
	background-color: #eee;
	border: solid 1px #ccc;
}
.side_links {
	float:left;
	border:solid 1px #ccc;
	margin:2px 0 5px 2px;
	width:192px;
	font-size: 12px;
	background-color: #FFF;
}
.side_links img {
	vertical-align:bottom;
}
.side_links li {
	border-bottom: dotted 1px #ccc;
	margin: 0 7px;
	list-style-type:none;
}
.side_links li a {
	display: block;
	padding: 10px 0 10px 20px;
	background-image: url(https://file001.shop-pro.jp/PA01249/328/images/common/icon_arrow.gif);
	background-position: 3% 50%;
	background-repeat: no-repeat;
}
.side_series {
	width: 192px;
	margin: 0 auto 5px auto;
	clear: both;
	border: solid 1px #ccc;
	background-color: #FFF;
	text-align: center;
}
.side_series select {
	width:160px;
	margin: 10px 0;
}
/*--フッター--*/
#footer {
	text-align: center;
	clear: both;
	padding: 15px 0 0 0;
	margin-top: 30px;
}
#footer p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#footer p {
	background-color:#970019;
	font-size: 70%;
	padding-top: 5px;
	margin-top: 5px;
	color: #FFF;
}
#footer li {
	display:inline;
	font-size:80%;
	margin-right:10px;
	border-right:solid 1px #ccc;
	padding-right:10px;
}

/*--フッター　216/08/03 追加--*/
.ft_txt{font-size:12px; line-height:160%; padding:10px 5px 20px 5px;}


/* index.html */
#index_recommend {
	float:left;
	width: 685px;
	margin-bottom: 15px;
}
#index_recommend h2 {
	margin-bottom:10px;
}
#index_recommend #index_campaign {
	float:left;
	width: 685px;
	margin-bottom: 15px;
}
#index_recommend .index_banner {
	float:left;
	width: 220px;
	margin: 0 12px 15px 0;
}
#index_recommend .index_banner2 {
	float:left;
	width: 220px;
	margin-bottom: 15px;
}
#index_recommend .banner_caption {
	padding-left: 5px;
	display: block;
}
#index_recommend .banner_caption a {
	background-image:url(https://file001.shop-pro.jp/PA01249/328/images/common/icon_arrow2.gif);
	font-size: 80%;
	padding: 0 0 0 10px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #135FAC;
}
#index_regular {
	float:left;
	width: 685px;
	margin-bottom: 30px;
}
#index_regular .index_regular_block {
	float:left;
	padding: 10px 0;
}
#index_regular .index_regular {
	float:left;
	width: 330px;
	margin-left: 8px;
	border-bottom:dotted 1px #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
}
#index_regular .index_regular .index_regular_photho {
	float:left;
	width: 69px;
	padding:2px;
	border:solid 1px #ccc;
	text-align:center;
}
#index_regular .index_regular .index_regular_detail {
	float:left;
	width: 250px;
	font-size: 80%;
	padding-left:5px;
	line-height: 150%;
}
#index_regular .index_regular .detail_title {
	color:#006699;
	font-weight: bold;
	background-image: url(https://file001.shop-pro.jp/PA01249/328/images/common/icon_arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
}
#index_regular .index_regular .detail_title a {
	color:#135FAC;
}
#index_regular .index_regular .detail_price {
	color:#D91E30;
	font-weight: bold;
	padding-left: 15px;
}
#index_news {
	float:left;
	width: 685px;
}
#index_news p {
	font-size:80%;
	padding: 10px;
	border-bottom: dotted 1px #666;
}
#index_news p a {
	background-image:url(https://file001.shop-pro.jp/PA01249/328/images/common/icon_arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
	color: #135FAC;
	margin-left: 10px;
}
#index_info {
	float:left;
	width:664px;
	border: solid 1px #ccc;
	padding: 10px;
	margin-top: 30px;
}
#index_info #attention {
	font-size:90%;
	color:#900;
	font-weight:bold;
}
#index_info table {
	width:664px;
	font-size: 80%;
	line-height: 150%;
	margin-top: 10px;
}
#index_info table th {
	text-align:left;
	padding:5px;
	width: 50%;
}
#index_info table td {
	padding:5px;
}
.main_title {
	width: 685px;
	background-color:#970019;
	font-weight:bold;
	color: #FFF;
	margin:15px 0;
	padding:5px;
}
/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
div#btn_members_logout {
	padding:0px;
	text-align:center;
}
div#btn_members_login {
	padding:0px;
	text-align:center;
}
div#btn_members_signup {
	border-top:1px dotted #cccccc;
	padding:7px 0px 0px;
	margin:7px 0px 0px;
	text-align:center;
}
p.txt_members_desc {
	line-height:1.1em;
	margin:0px;
	font-size:11px;
	padding:0px 0px 7px;
}
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}
.price_top {
	padding:0px;
	margin:0px;
}
.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#ff0000;
}
/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 685px;
	height: 28px;
 color: < {
$productlist_sort_bgcolor
}
>;
 font-size: 10px;
 background-color:#970019;
 color:#fff;
 margin-bottom: 1px;
}
.sort_01 a, .sort_01 a:link, .sort_01 a:visited {
 color:< {
$productlist_bgcolor
}
>;
 text-decoration:none;
}
.sort_01 a:active, .sort_01 a:hover {
 color:< {
$productlist_border
}
>;
 text-decoration:none;
}
.sort_01 a {
	color:#FCF7C2;
	text-decoration:underline;
}
/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */


.sort_02 {
	height: 28px;
	width:100%;
	color:#FFFFFF;
	background-color:#970019;
 color: < {
$searchlist_sort_bgcolor
}
>;
 font-size: 10px;
 margin-bottom: 1px;
}
.sort_02 a, .sort_02 a:link, .sort_02 a:visited {
	color:#FCF7C2;
	text-decoration:underline;
}
>;
 text-decoration:none;
}
.sort_02 a:active, .sort_02 a:hover {
 color:< {
$searchlist_border
}
>;
 text-decoration:none;
}
/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 685px;
	height: 28px;
	color: #fff;
	font-size: 10px;
	background-color:#970019;
	margin-bottom: 15px;
}
.pagenavi a {
	color:#FCF7C2;
}
/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	font-size:90%;
	float: left;
	width: 226px;
	text-align: center;
	padding:5px 0px 0px 0px;
}
.product_item {
	text-align: center;
	width:175px;
	margin: 0px auto;
}
.product_item img {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	max-width: 160px;
}
.product_item .name {
	line-height: 120%;
	margin:5px 0px 0px 0px;
}
.product_item .price {
	color: #383371;
}
.product_item .expl {
	color: #999;
	font-size: 10px;
	line-height:120%;
	text-align: left;
	margin:5px 0;
}
.product_list a, .product_list a:link, .product_list a:visited {
	text-decoration:underline;
}
.product_list a:active, .product_list a:hover {
	text-decoration:none;
}
/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
.footstamp {
	width: 685px;
	padding:5px 0;
 color: < {
$navi_list_bgcolor
}
>;
 margin-bottom: 15px;
}
.footstamp a {
color: < {
$category_fontcolor
}
>;
}
.footstamp a:link {
color: < {
$category_fontcolor
}
>;
text-decoration: none;
}
.footstamp a:visited {
color: < {
$category_fontcolor
}
>;
text-decoration: none;
}
.footstamp a:active {
color: < {
$category_fontcolor
}
>;
text-decoration: none;
}
.footstamp a:hover {
color: < {
$category_linecolor
}
>;
text-decoration: none;
}
.footstamp .bg {
	background-color:#970019;
	color:#FFFFFF;
	width: 685px;
}
.footstamp .bg .middle {
	margin: 0;
	padding: 5px 0 0 0;
}
.footstamp .bg .middle .pankuzuline {

	margin:0;
	padding:0 15px 1px;
	color:#FFFFFF;
}
.footstamp .bg .middle .pankuzuline a {
	color:#FFFFFF;
	text-decoration:underline;
}
.footstamp .bottom {
	background: url("https://img.shop-pro.jp/tmpl_img/11/footstamp_btm_checkitem.gif") no-repeat scroll 0 0 transparent;
	width: 685px;
	height:2px;
}
/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 20px;
	text-align: center;
	margin:0 auto;
}
/* 会員専用価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	margin:0px;
}
.price_all {
	padding:0px;
	margin:0px;
}
.discount_rate_all {
	padding:2px 0px 0px;
	color:#ff0000;
	margin:0px;
}
/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	margin:0px;
}
.price_search {
	padding:0px;
	margin:0px;
}
.discount_rate_search {
	padding:2px 0px 0px;
	color:#ff0000;
	margin:0px;
}
/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

#detail {
	text-align:center;
 color:< {
$font_color
}
>;
}
#detail .expl {
	line-height:150%;
	text-align: left;
	margin: 10px 10px 5px 10px;
}
#detail .main_img {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	max-width: 320px;
	max-height: 320px;
}
#detail .sub {
	float: left;
	margin-right:10px;
	text-align: center;
}
#detail .sub_tp {
	padding-top:18px;
}
#detail .sub img {
 width: < {
$productimg_border
}
>px;
 padding: 4px;
 border-top: 1px #D1D1D1 solid;
 border-right: 1px #989898 solid;
 border-bottom: 1px #989898 solid;
 border-left: 1px #D1D1D1 solid;
}
#detail .table {
	width: 375px;
	text-align:left;
	margin-top: 20px;
	margin-bottom: 15px;
	background-color:#F5F3EB;
}
#detail .table .cell_1 {
	width: 105px;
	height: 28px;
	background-color:#970019;
	color: #FFF;
	border-right: 1px #FFF solid;
	border-bottom:1px #FFF solid;
}
#detail .table .cell_2 {
	width: 270px;
	height: 28px;
	color: #970019;
	border-bottom:1px #FFF solid;
}
#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
}
/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:center;
	margin-top:10px;
}
p#sk_link_other a {
	font-size:12px;
}
/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 10px 0px 10px;
}
#together .tog_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #CC9966;
}
#together .together_list {
	margin:10px 3px 10px 3px;
	float:left;
	width: 170px;
	text-align:center;
}
#together img {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	max-width: 160px;
}
/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 10px 20px 10px;
}
#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #CC9966;
}
#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
}
#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #CC9966;
	border-left: 1px solid #CC9966;
	border-right: 1px solid #CC9966;
	border-bottom: 1px solid #CC9966;
}
#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
}
#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
}
#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #CC9966;
	border-bottom: 1px dotted #CC9966;
}
#trackback .tb_state {
	padding: 5px 10px 5px 10px;
}
/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:5px 0px 0px;
	margin:0px;
	text-decoration:line-through;
}
.price_detail {
	padding:0px;
	margin:0px;
	font-weight:bold;
	color:#970019;
}
.discount_rate_detail {
	padding:0px 0px 5px;
	margin:0px;
	color:#ff0000;
	font-weight:bold;
}
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
 
#checkitem {
	margin: 0 20px 20px 15px;
}
#checkitem .ci_main_title {
	border-bottom: 5px solid #CC9966;
	font-weight: bolder;
	margin: 30px 0 20px 0;
	padding-bottom: 5px;
	text-align: left;
}
.checkitem_list {
	width:120px;
	margin:0 6px 10px 5px;
	float:left;
}
.checkitem .price_top {
	margin-bottom:2px;
}
.checkitem .ci_img {
	width:90px;
	border-color: #D1D1D1 #989898 #989898 #D1D1D1;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	margin-bottom:3px;
}
/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 564px;
	margin-bottom:15px;
}
#Option .option_cell1 {
	font-size: 11px;
	text-align:left;
	font-weight:normal;
 border-right: 1px solid < {
$option_bordercolor
}
>;
 border-bottom: 1px solid < {
$option_bordercolor
}
>;
 padding-left: 6px;
}
#Option .option_cell2 {
	font-size: 10px;
	text-align:left;
 border-right: 1px solid < {
$option_bordercolor
}
>;
 background-color:#FFFFFF;
 padding: 2px 6px 2px 6px;
}
#Option .option_cell3 {
	font-size: 10px;
	text-align:left;
 border-right: 1px solid < {
$option_bordercolor
}
>;
 border-bottom: 1px solid < {
$option_bordercolor
}
>;
 background-color:#FFFFFF;
 padding: 2px 10px 2px 6px;
}
/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}
.price_detail_stock {
	padding:0px;
	margin:0px;
}
.discount_rate_stock {
	padding:0px;
	margin:0px;
	color:#ff0000;
}
/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}
#ShopKeeper {
	width: 564px;
	font-size:80%;
	line-height:150%;
 color:< {
$font_color
}
>;
 margin-bottom: 15px;
}
#ShopKeeper th {
	width: 160px;
	font-weight:bold;
	padding:5px;
	height: 28px;
 border-right: 1px solid < {
$ShopKeeper_bordercorder
}
>;
 border-bottom: 1px solid < {
$ShopKeeper_bordercorder
}
>;
 font-weight: bold;
 text-align:left;
}
#ShopKeeper td {
	padding:5px;
 border-bottom: 1px solid < {
$ShopKeeper_bordercorder
}
>;
 text-align:left;
}
#ShopKeeper th {
	border-bottom:solid 1px #ccc;
}
#ShopKeeper td {
	border-bottom:solid 1px #ccc;
}
/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	font-size:80%;
	line-height:150%;
 color:< {
$font_color
}
>;
 margin-bottom: 15px;
}
.pe_title {
 color: < {
$privacy_title_fontcolor
}
>;
 border-top: 1px solid < {
$privacy_title_bgcolor
}
>;
 padding-top: 15px;
}
.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
}
#PrivacyExplain .pe_title {
	background-color:#eee;
	padding:5px;
	font-weight:bold;
}
/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
	border-collapse:collapse;
	margin:10px auto 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:100%;
}
#option_tbl th {
	padding:5px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
#option_tbl td input {
	float:none;
	margin:0 0 5px;
	width:auto;
}
#option_tbl th, #option_tbl td.none {
	background:#eee;
}
#option_tbl td {
	padding:5px;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.stock_zero {
	color:red;
}
/* -------------------------------------
*     フリーページ追加
* ------------------------------------- */

.banner_detail {
	padding:15px;
	margin-top:5px;
}
.banner_detail h2 {
	font-size:200%;
	color:#AD1C1E;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	margin-bottom:10px;
	padding:10px;
}
.banner_detail p {
	font-size:90%;
	line-height:150%;
}
#winegift, #spark, #kaminosizuku, #wineset, #vini, #amarone {
	margin-top:15px;
}
#amarone h2 {
	color:#333333;
}
#amarone .banner_detail {
	border:solid 5px #333;
	width:645px;
}
#vini h2 {
	color:#990000;
}
#vini .banner_detail {
	border:solid 5px #990000;
}
#winegift h2 {
	color:#FF3300;
}
#winegift .banner_detail {
	border:solid 5px #FF9479;
}
#spark h2 {
	color:#A78458;
}
#spark .banner_detail {
	border:solid 5px #A78458;
}
#kaminosizuku h2 {
	color:#990000;
}
#kaminosizuku .banner_detail {
	border:solid 5px #990000;
}
#wineset h2 {
	color:#FF9900;
}
#wineset .banner_detail {
	border:solid 5px #FF9900;
}
.shop_qa h2 {
	background-color:#970019;
	color:#FFFFFF;
	font-size:150%;
	margin-bottom:25px;
	padding:10px;
}
.shop_qa .shop_qa_main {
	text-align:center;
	margin-bottom:15px;
}
.shop_qa .qa_block {
	margin-bottom:30px;
}
.shop_qa .qa_block h3 {
	background: url(https://file001.shop-pro.jp/PA01249/328/images/common/icon_qa_q.gif);
	background-position:3px 3px;
	background-repeat:no-repeat;
	background-color:#52AC4D;
	color:#FFFFFF;
	font-size:110%;
	padding:10px 10px 10px 60px;
	margin-bottom:5px;
}
.shop_qa .qa_a {
	font-size:90%;
	line-height:150%;
	padding:5px 10px 10px 60px;
	background: url(https://file001.shop-pro.jp/PA01249/328/images/common/icon_qa_a.gif);
	background-position:3px 3px;
	background-repeat:no-repeat;
}
.products_detail {
	float:left;
	width:665px;
	padding:10px;
	margin:15px 0;
	background-color:#FFF5E0;
}
.products_detail .products_discription {
	float:left;
	width:350px;
}
.products_detail .products_discription h2 {
	font-size:200%;
	color:#970019;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
}
.products_detail .products_discription p {
	font-size:90%;
	line-height:150%;
	padding:0 10px;
}
.products_detail .products_map {
	float:left;
	width:305px;
}
#cmsp_map {
	font-size:80%;
	line-height:150%;
}
#side .side_cal {
	clear:both;
	margin:5px;
}
#side .side_cal table {
	margin:0 auto 10px auto;
	font-size:12px;
	border:solid 1px #ccc;
	background-color:#FFFFFF;
	border-collapse:collapse;
	width:188px;
}
#side .side_cal table caption {
	padding:5px;
	background-color:#970019;
	color:#FFFFFF;
}
#side .side_cal table th {
	padding:5px;
	border:solid 1px #ccc;
	background-color:#FBF8CE;
}
#side .side_cal table td {
	padding:5px;
	border:solid 1px #ccc;
}
#side .side_cal_memo {
	font-size:80%;
	padding:0 10px 10px 10px;
}

/* -------------------------------------
*     フリーページ(おうちワイン）
* ------------------------------------- */
#maincontents ul.bnrList {
	margin: 20px -12px 20px 1px;
}
#maincontents ul.bnrList li {
	float: left;
	height: 100px;
	margin: 0 12px 12px 0;
	overflow: hidden;
	width: 220px;
}