@charset "utf-8";
/* CSS Document */

/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td {margin:0px; padding:0px;}
table {border-collapse:collapse; border-spacing:0px;}
fieldset,img {border:0px;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0px;}
   
body * {word-break:break-all;}
/* line-height:1.22em;について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

/* --- Reset End --- */


img {
 margin:0px;
 padding:0px;
 border:0px;
 vertical-align: bottom;
}
a:hover img {
	-moz-opacity:0.70;/*FF*/
	filter:alpha(opacity=70); /*IE*/
	opacity:0.70;/*Opera｡ｦSafari*/
}
a:active img {
	-moz-opacity:0.70;/*FF*/
	filter:alpha(opacity=70); /*IE*/
	opacity:0.70;/*Opera｡ｦSafari*/
}
.bold {
	font-weight:bold;
	}

.cell_mar {
	margin:0px 5px 0px 15px;
	}

a:link    {color:#0000cc;text-decoration:underline;}
a:visited {color:#0000cc;text-decoration:underline;}
a:active  {color:#0000cc;text-decoration:underline;}
a:hover   {color:#ee0000;text-decoration:underline;}

















/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.side_cat_bg {
	margin-bottom:25px;
	}

.side_cat_text {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;
	}
	
.side_cat_text_group {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;	
}
	
.side_cat_text .st_contents {
	border-top:1px #e6e6e6 solid;
}

.side_cat_text_group .st_contents {
	border-top:1px #e6e6e6 dotted;
}
	
.side_cat_text .st_contents,
.side_cat_text_group .st_contents{
	padding:10px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/31/left-navi_bg.gif) 0px 0px repeat-y;
	}
	
.side_cat_text .st_contents a,
.side_cat_text_group .st_contents a {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/rs_m_rect.gif) 0px 3px no-repeat;
	padding-left:15px;
}
	
.side_cat_img {
	padding:10px 0px 0px;
	}

.side_cat_text a,.side_cat_text_group a                 {color:#0000cc; text-decoration:underline;}
.side_cat_text a:link ,.side_cat_text_group a:link      {color:#0000cc; text-decoration:underline;}
.side_cat_text a:visited,.side_cat_text_group a:visited {color:#0000cc; text-decoration:underline;}
.side_cat_text a:active,.side_cat_text_group a:active   {color:#0000cc; text-decoration:underline;}
.side_cat_text a:hover,.side_cat_text_group a:hover     {color:#ee0000; text-decoration:underline;}

/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	width:183px;
	overflow:hidden;
	margin:3px 0px 3px 0px;
	padding:5px;
	font-size:10px;
	/* border-left:3px solid #6699CC; */
	/* border-right:3px solid #6699CC; */
	border:1px solid #e5e5e5;
	}
.incart_name {
	text-align:left;
}
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
	margin:0;
}

.postage {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	padding:5px 0;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}	
/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout,
#btn_members_signup{
	text-align:center;
	}

#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding:8px 0px 3px;
	text-align:center;
	}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
.side_form_select {
	width:175px;
	margin-bottom:5px;
	}

.side_form_input {
	width:120px;
	margin-right:5px;
	}
	




/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_top {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#333333;
	}
	
.common_image img{
	margin-bottom:15px;
	display:block;
}

	
/* ------------------------------------- 
 *	コンテンツ下部 決済・配送方法指定
 * ------------------------------------- */
#shop_info {
	margin-top:60px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {
	
}

#shop_info .cont {
	padding:15px 20px;
}

#shop_info_pay {background:transparent url(https://img.shop-pro.jp/tmpl_img/31/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(https://img.shop-pro.jp/tmpl_img/31/shop_info_deli_bg.gif) 0px 0px repeat-y;}

#right_pay_deli_bg {
	height:2px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/right-pay_deli_bg.gif) 0px 0px no-repeat;
	width:726px;
}


/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
.info_block {
	width:726px;
	margin:0px 0px 30px;
	border:#e5e5e5 solid 1px;
	}
	
.info_title {
	font-weight:bold;
	margin:0px 0px 10px;
	padding:15px 15px 0px;
}

.info_text {
	padding:0px 15px 15px;
	color:#333333;
	}


/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	text-align:left;
	color:#333333;
	}

/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width:726px;
	height:28px;
	color: #333333;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.sort_01 a:active,
.sort_01 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

/* 会員専用価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_all {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

.discount_rate_all {
	padding:0px;
	margin:0px;
	color:#333333;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
	width:726px;
	height:28px;
	color:#333333;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.sort_02 a:active,
.sort_02 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_search {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

.discount_rate_search {
	padding:0px;
	margin:0px;
	color:#333333;
	}

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width:726px;
	height:28px;
	background:#e7e7e7;
	margin-bottom:15px;
	}

.pagenavi a {
	color:#0000cc; text-decoration:underline;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.product_list {
	float:left;
	width:181px;
	text-align:center;
	margin:0px;
	}

.product_item {
	text-align:center;
	padding:0px 0px 50px;
	}

.product_item img {
	border:1px solid #999999;
	}

.product_item .name {
	margin:10px 0px 0px;
	color:#333333;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	font-weight:bold;
	}

.product_item .expl {
	color:#333333;
	line-height:120%;
	text-align:left;
	margin:5px 0px;
	}

.product_list a         {color:#0000cc; text-decoration:underline;}
.product_list a:link    {color:#0000cc; text-decoration:underline;}
.product_list a:visited {color:#0000cc; text-decoration:underline;}
.product_list a:active  {color:#0000cc; text-decoration:underline;}
.product_list a:hover   {color:#ee0000; text-decoration:underline;}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	width:726px;
	color:#333333;
	margin-bottom:15px;
	}

.footstamp a         {color:#0000cc; text-decoration:underline;}
.footstamp a:link    {color:#0000cc; text-decoration:underline;}
.footstamp a:visited {color:#0000cc; text-decoration:underline;}
.footstamp a:active  {color:#0000cc; text-decoration:underline;}
.footstamp a:hover   {color:#ee0000; text-decoration:underline;}

.txt-f10 {
	font-size:10px;
	}

.footstamp img {
	vertical-align:middle;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	padding-top:20px;
	text-align:center;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

.ci_main_title {
	border-bottom: 5px solid #ABABAB;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: left;
	}

.checkitem_list {
	float:left;
	margin: 15px 0;
	padding: 0 9px 0 12px;
	width: 100px;
	}

.checkitem .price {
	font-weight:bold;
	}

.checkitem .ci_img {
	width:98px;
	margin-bottom:3px;
	border:1px solid #999999;
	}

/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

.detail_cont {
	width:726px;
}

.detail_img_block {
	width:405px;
	float:left;
}

.detail_txt_block {
	width:294px;
	float:right;
	text-align:left;
}


.detail_img_block img {
	border:1px solid #999999;
}

.product_name {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.expl_block {
	margin-bottom:30px;
}

.detail_img {
	margin-bottom:20px;
}

.detail_other {
	width:405px;
	display: grid;
	grid-template-columns: 125px 125px 125px;
	row-gap: 15px;
	column-gap: 15px;	  
}

.detail_other .sub {
	height: 120px;
}

.detail_other .sub img {
	width: 120px;
}

.detail_txt_block table.table {
	width:294px;
	border-left:#e7e7e7 solid 1px;
	border-top:#e7e7e7 solid 1px;
	margin-bottom:20px;
}

.detail_txt_block table.table td.tit,
.detail_txt_block table.table td.cont {
	padding:15px;
	border-right:#e7e7e7 solid 1px;
	border-bottom:#e7e7e7 solid 1px;
}

.detail_txt_block table.table td.tit {
	width:100px;
}

.sk_link_other {
	margin-bottom:20px;
}

.txt_option {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_option.gif) 0px 3px no-repeat;
	padding-left:15px;
}

.txt_back {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_back.gif) 0px 0px no-repeat;
	padding-left:22px;
}

.txt_tell {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_tell.gif) 0px 3px no-repeat;
	padding-left:22px;
}

.txt_inq {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_inq.gif) 0px 0px no-repeat;
	padding-left:22px;
}

.txt_review {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_review.gif) 0px 0px no-repeat;
	padding-left:22px;
}
.txt_reviewpost {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_post.gif) 0px 0px no-repeat;
	padding-left:22px;
}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:20px;
}

.rs_pd_cart_btn {
	margin-bottom:10px;
}

.btn_quick {
}


/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_detail {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	}

.discount_rate_detail {
	padding:0px;
	margin:0px;
	color:#333333;
	}

p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */
#together {
	margin:65px 0px 0px;
	}

#together .tog_main_title {
	margin:0px 0px 15px;
	}

#together .together_list {
	margin:0px 5px;
	float:left;
	width:232px;
	}

#together .together_list img {
	border:1px solid #999999;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */
#trackback {
	margin:30px 0px 15px;
}

#trackback .tb_main_title {
	font-weight:bold;
	margin:0px 0px 5px;
}


#trackback .tb_url {
	padding:6px 8px;
	border:1px solid #e7e7e7;
	}

#trackback .tb {
	}

#trackback .tb_date {
	padding:10px 0px;
	}

#trackback .tb_title {
	padding:0px 0px 10px;
	}

#trackback .tb_body {
	line-height:150%;
	padding:10px 0px;
	border-top:1px dotted #e7e7e7;
	border-bottom:1px dotted #e7e7e7;
	}

#trackback .tb_state {
	padding:0px;
	}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .main_title {
	margin:15px auto;
	padding:5px 0px;
	background:#e7e7e7;
	height:auto;
	width:564px;
}

#Option .main_title .cont {
	padding:0px 5px;
}
 
 
#Option .option_table {
	width:564px;
	margin-bottom:5px;
	border-left:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	}

#Option .option_cell1 {
	text-align:left;
	font-weight:normal;
	padding:5px 5px 5px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#Option .option_cell2 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 6px 2px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#Option .option_cell3 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 10px 2px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

div#Option table.main_title td{
	text-align:left;
}

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#333333;
	}

.price_detail_stock {
	padding:0px;
	margin:0px;
	}

.discount_rate_stock {
	padding:0px;
	margin:0px;
	color:#333333;
	}

/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
 
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
	}

#ShopKeeper {
	width:726px;
	margin-bottom:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	}

#ShopKeeper th {
	width:200px;
	overflow:hidden;
	padding:10px;
	font-weight:normal;
	text-align:left;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}



#ShopKeeper td {
	padding:10px;
	text-align:left;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}
	
/* 検索結果 */
.txt-search {
	padding:5px 10px;
	background:#e7e7e7;
	border-bottom:1px solid #FFFFFF;
	}

.txt-hitNum {
	margin-bottom:15px;
	padding:5px 10px;
	background:#e7e7e7;
	}

.txt-search strong,
.txt-hitNum strong {
	font-weight:bold;
	}




/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	margin-bottom:15px;
	color:#333333;
	}

.pe_title {
	padding-top:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	}

.pe_note {
	line-height:150%;
	margin:5px 5px 20px 30px;
	}

/* ************************************************ 
 *	float解除
 * ************************************************ */


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:
	hidden;
	}
	
.clearfix {
	display:inline-block;
	}
	
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 10px;
     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;
}


.foot-title{
width:auto;
font-size:17px;
font-weight:bolder;
color:#333;
margin:20px 0px 10px 0px;
padding:0px 0px 0px 10px;
border-left:5px solid #999;
line-height:28px;
background:#ededed;
}

/* ************************************************ 
 *	検索フォーム
 * ************************************************ */

#spd_inputSearchBG {
	width:950px;
	height:74px;
	float:left;
	background:url(https://www.daibitonya.com/sanpodo/images/skin/spdsearchbg01.jpg) no-repeat;
}
input.spd_inputSearch {
	border:1px solid #f4f4f4;
	background:#f4f4f4;
	width:450px;
	height:43px;
	position:absolute;
	margin:13px 0px 0px 196px;
	
	font-size:26px;
}
input.spd_inputSearch:hover { background:#dddddd; }
input.spd_buttonSearch {
	width:102px; 
	height:51px;
	position:absolute;
	margin:10px 0px 0px 652px;
}

/* ************************************************ 
 *	カレンダー
 * ************************************************ */

.side_cal {
	width:189px;
	border:1px solid #ccc;
	padding:2px;
}
.tbl_calendar {
	width:185px;
	margin:2px;
	border: none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
	padding: 4px !important;
	text-align: center !important;
	/* border: 1px solid #ccc !important; */
}
.tbl_calendar caption {
	padding: 4px !important;
	text-align: center !important;
	font-weight:bold;
	background:#eee;
}
.side_cal_memo {
	padding: 4px !important;
	text-align: center !important;
	font-weight:bold;
	background:#eee;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

/* ************************************************ 
 *	トップページバナー
 * ************************************************ */

#spd_topBanner {
	width:950px;
	height:262px;
	float:left;
	background:url(https://www.daibitonya.com/sanpodo/images/skin/topbanner01.jpg) no-repeat;
}
.spd_youtube01 {
	background:#f4f4f4;
	width:440px;
	height:248px;
	position:absolute;
	margin:6px 0px 0px 502px;
}{$font_size}{$footer_bgcolor}

/*　追加　*/

div#header h1 { font-size:10px; }



/*初期化
-----------------------------------------------------------------------------*/
body, div, p, table, re, td, th, ul, li, ol, dl, dd, dt, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	background: url(https://img08.shop-pro.jp/PA01197/823/etc/contents_bg.jpg) no-repeat center 195px;
	background-size:contain;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
}
/*ここから新しいスタイル
-------------------------------------------------------------------------------*/
/*ヘッダー
----------------------------------------------------------------------------*/
#header {
	height: 125px;
	background: url(https://img08.shop-pro.jp/PA01197/823/etc/footer_bg.jpg) repeat left top;
}
.in-header {
	width: 970px;
	margin: 0 auto;
	height: 125px;
	overflow: hidden;
	position: relative
}
#logo {
	width: 178px;
	padding-top: 6px;
	float: left;
}
.lead {
	float: left;
	font-size: 11px;
	padding-top: 12px;
	margin-left: 0px;
	font-weight: 600;
}
#akafuji {
	position: absolute;
	bottom: 0;
	left: 104px;
}
.tel-fax {
	width: 460px;
	float: right;
}
.in-header .header_under {
	width: 600px;
	float: right;
	text-align: right;
	margin-top: 15px;
	height: 35px;
	position: relative;
}
.in-header .header_under form {
	display: inline;
}
.in-header .header_under input {
	vertical-align: text-top;
	position: absolute;
	height: 20px;
	left: 35px;
	top: 5px;
}
.in-header .header_under img {
	margin-left: 15px;
}
/*.in-header #search-btn{
display:block;
width:87px;
height:35px;
position: absolute;
	
	left:220px;
	top: 0px;
}*/
/*ナビゲーション
-------------------------------------------------------------------------*/	
#nav {
	height: 70px;
	background: url(https://img08.shop-pro.jp/PA01197/823/etc/navigation_02.jpg) repeat-x left top;
}
#nav ul#navigation {
	width: 970px;
	margin: 0 auto;
	list-style: none;
}
#nav ul#navigation li a {
	display: block;
	height: 70px;
	text-indent: -9999px;
	width: 242px;
	float: left;
	background: url(https://img08.shop-pro.jp/PA01197/823/etc/navigation_in.jpg) no-repeat left top;
}
#nav ul#navigation li a:hover{
	background: url(https://img08.shop-pro.jp/PA01197/823/etc/navigation_in_on.jpg) no-repeat left top;
	}
#nav ul#navigation #guide_link a {
	background-position: -241px top;
}
#nav ul#navigation #way_link a {
	background-position: -484px top;
	width: 241px;
}
#nav ul#navigation #contact_link a {
	background-position: -726px top;
	width: 244px;
}
/*コンテンツ
------------------------------------------------------------------------*/
#contents {
	width: 970px;
	margin: 0 auto;
}
h2 {
	color: #fff;
	font-size: 17px;
	height: 25px;
	padding: 10px 10px 0;
}
#side {
	width: 195px;
	float: left;
	background-color: #630102;
	padding: 10px;
	overflow:hidden;
}
#side h2 {
	background: url(https://img08.shop-pro.jp/PA01197/823/etc/h_short.png) no-repeat;
	width: 195px;
	margin-top: 10px;
	height: 25px;

}
#side .cate h2{
margin-top:0;
background-image:url(https://img08.shop-pro.jp/PA01197/823/etc/frame-center.png);
background-repeat:repeat-y;
margin-left:-10px;
padding-left:15px;
width:190px;
}
#side .cate{
margin:15px 0 15px -10px;
padding:10px;
background-image: url(https://img08.shop-pro.jp/PA01197/823/etc/frame-top.png),url(https://img08.shop-pro.jp/PA01197/823/etc/frame-bottom.png);
background-repeat:no-repeat,no-repeat;
background-position:top left,bottom left;
width:215px;
}

#side ul {
	list-style: none;
	background-color: #fff;
}
#side ul li {
	height: 35px;
	line-height: 35px;

	font-size: 14px;
	padding-left: 30px;
	border-bottom: 1px solid #e6e6e6;
	background: url(https://img08.shop-pro.jp/PA01197/823/etc/yaji.jpg) no-repeat 15px center;
}
#side .cate ul{
background-image:url(https://img08.shop-pro.jp/PA01197/823/etc/frame-center.png);
background-repeat:repeat-y;
width:215px;
margin-left:-10px;
}
#side .cate ul li{
width:165px;
margin-left:10px;
}
.side_section_cal{
background-color:#fff;
font-size:13px;
}
.st_contents{
background-color:#fff;
color:#444;
padding:10px;
font-size:12px;
}
.norton{
background-color:#fff;
}
#main {
	width: 755px;
	background-color: #fff;
	float: left;
}
#main h2 {
	background: url(https://img08.shop-pro.jp/PA01197/823/etc/h_middle.png) no-repeat left top;
	width: 735px;
	margin: 10px;
	clear:left;
	height: 25px;

}
#main .bnr {
	margin: 10px;
}
.main-viz {
	padding: 10px;
}
.bnr-cate{
	padding:0 0 0 10px;
	margin-bottom:10px;
	overflow:hidden;
	}
.bnr-cate p{
	width:180px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	}
/*フッター
----------------------------------------------------------------------*/
#footer {
	background: url(https://img08.shop-pro.jp/PA01197/823/etc/footer_bg.jpg) repeat left top;
	clear: both;
	border-top: solid 5px #630102;
	overflow: hidden;
}
.in-footer_1 {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
}
#footer h2 {
	background: url(https://img08.shop-pro.jp/PA01197/823/etc/h_long.png) no-repeat left top;
	width: 950px;
	margin: 10px;
}
#footer .box {
	width: 450px;
	float: left;
	font-size: 13px;
	margin-left: 10px;
}
#footer .box ul {
	list-style-position: inside;
}
#footer .box .mgn-p {
	margin-bottom: 15px;
}
#footer h3 {
	width: 425px;
	background-color: #630102;
	color: #fff;
	font-size: 17px;
	height: 25px;
	padding: 10px 10px 0;
	border-left: solid 5px #310202;
	margin-bottom: 13px;
}
#footer .box2 {
	margin-left: 50px;
}
#footer .in-footer_2 {
	clear: both;
	background-color: #630102;
	height: 80px;
}
#footer .in-footer_2 ul {
	text-align: center;
	padding-top: 15px;
	list-style: none;
	font-size: 13px;
	width: 720px;
	overflow: hidden;
	margin: 15px auto;
}
#footer .in-footer_2 ul li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ffae00;
	color:#fff;
}
#footer .in-footer_2 ul li a {
	text-decoration: underline;
	color:#fff;
}
#footer .in-footer_2 .copy {
	clear: left;
	text-align: center;
	font-size: 12px;
	color:#fff;
}
/*新しい検索スタイル
------------------------------------------------------------------------*/
#search-area{
width:100%;
height:60px;
text-align:center;
background-color:#630102;
}
#search-area input.kensaku{
width:495px;
height:33px;
display:inline;
vertical-align:top;
font-size:25px;
padding-left:5px;
}
#search-area .search-p{
height:35px;
padding-top:12px;
width:600px;
margin:0 auto;
}

/* Item detail */
.itemdetail {
  border: 0px;
  border-collapse:inherit;
  border-spacing:1px;	
}

.itemdetail th {
  text-align: center;
}

.itemdetail td {
  padding: 5px;
}