/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- 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:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
   

body {border-top:5px solid #002b56;}


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


body {
	font: 90%/1.7 "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	background-color:#FFFFFF;
	color:#333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

img {
	 vertical-align:bottom;
	}
a:hover img {
opacity:0.8;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}
.bold {
	font-weight:bold;
	}

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

a:link    { color:#eb5050;text-decoration:none;}
a:visited { color:#eb5050;text-decoration:none;}
a:active  { color:#eb5050;text-decoration:none;}
a:hover   { color:#ff7a21;text-decoration:none; }

.clear {
	clear : both;
	}


/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
	position:relative;
	margin:0px auto ;
	width:980px;
  height:130px;
}
#logo {
	text-align:left;
	width:269px;
	height:77px;
	position:absolute;
	top:25px;
	left:0px;
}
#header_tel {
	text-align:right;
	width:377px;
	height:42px;
	position:absolute;
	top:2px;
	right:2px;
}

#header_name {
	text-align:right;
	width:400px;
	position:absolute;
	top:110px;
	right:5px;
	font-size:11px;
}
#head_menu_cover {
  border-top:1px solid #ccc;
	width:100%;
	border-bottom:1px solid #ccc;
  height:50px;
  padding:5px 0;
}
#head_menu {
	margin:0px auto ;
	width:980px;
	text-align:left;
}
#head_menu li{
	float:left;
}

#head_menu li .mix{
	width:400px;
	text-align:right;
	margin:0 0 0 2px ;
	height:44px;
}

/* ************************************************ 
 *	コンテンツ
 * ************************************************ */
#contents {
	margin: 0 auto ;
	width:980px;
	text-align:left;

	
}

/* ************************************************ 
 *	メイン
 * ************************************************ */
#main {
	margin-top: 10px ;
	margin-left: 10px ;
	width:740px;
	float:right;
}




/* ************************************************ 
 *	左側メニュー
 * ************************************************ */

#side {
	width:220px;
	float:left;
	margin-top: 10px ;
}
.side_part{
	width:220px;
	text-align: center;
	margin-bottom: 30px;
  padding:0 0 30px 0;
}
.side_part2{
	width:220px;
	text-align: center;
	margin: 10px　0px;

}
.side_part3{
	width:220px;
	text-align: center;
	margin: 50px　0px;

}
.side_part ul{
	width:215px;
	margin: 0px auto;
	list-style-type:none;
}
.side_part,.side_part li,.side_part li a:link{
	margin:2px 2px;
	padding:2px 3px;

}
.side_part li{
	display:block;
font-size:12px;
text-align: left;
}
.side_part li a:link{
	width:200px;
	display:block;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	color:#222;
}
.side_part li a:visited{

	text-decoration:none;
	color:#222;
}
.side_part li a:hover{
	color:#fff;
	background-color:#002b56;
}

.side_part2 ul{
	width:210px;
	margin: 0px auto;
	list-style-type:none;
}
.side_part2 li,.side_part2 li a{
	margin:2px 2px;
	padding:2px 3px;

}
.side_part2 li{
	_display:block;
font-size:12px;
text-align: left;
}
.side_part2 li a{
	width:190px;
	display:block;
	color:#0051a0;
	background-color:#deeeff;
	text-decoration:none;
	
}
.side_part2 li a:hover{
	color:#0051a0;
	background-color:#fdffc3;
}




/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {	
	margin: 3px 0px 3px 0px;
	padding:0 5px;
	font-size:12px;
	}
.cart_item table{	
	margin: 3px auto;
width:200px;
}
.cart_item table th{	
padding:2px;
text-align:left;
vertical-align:top;

font-size:12px;
color:#333;
font-weight: normal;
}	
.cart_item table td{	
padding:2px;
width:80px;
text-align:right;
vertical-align:top;
font-size:12px;
color:#ff3333;
}
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
}

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

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

.viewcart {
	padding:5px 0;
	text-align:center;
}

/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout {
	text-align:center;
	}
#btn_members_signup {
	padding:7px 0px 0px;
	margin:10px 0px 0px;
	border-top:#dacdb9 dotted 1px;
	text-align:center;
	}
#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding-bottom:3px;
	text-align:center;
	}

/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer {
	width: 100%;
	height: auto;
	text-align: center;
	background-color:#002b56;
	margin: 0px;
	}

#footer2 {	
	margin: 5px  auto 0 auto;
	width: 980px;
	padding-top:20px;
  color:#fff;
}
#footer2 a:link    { color:#fff;text-decoration:none;}
#footer2 a:visited { color:#fff;text-decoration:none;}
#footer2 a:active  { color:#fff;text-decoration:none;}
#footer2 a:hover   { color:#ffcffc;
  text-decoration:none; }

.ftr_contact {
  width: 100%;
margin: 15px  auto;
	padding:10px;
	font-size:135%;
border-bottom:1px dotted #ccc;
  border-top:1px dotted #ccc;
}

#copy {
	width: 100%;
	text-align:center;
	padding:3px 0;
	font-size:10px;
	color:#fff;
	}




/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */
h1 {font-size:18px;
color:#016cd6;
padding:5px;
font-weight:normal;
	margin: 5px;
border-bottom:#016cd6 1px dotted;
border-top:#016cd6 1px dotted;
}
.h2_style {	
	margin: 5px 20px 5px 10px;
padding:5px;
	color:#ff3333;
	font-size:18px;
border-bottom:1px dotted #ff6666;
	background-color:#fffff9;
font-weight:bold;
	}
.main_title {
	width:730px;
	height:30px;
	
	color:#6d2916;
	margin-bottom:15px;
	font-weight:bold;
	}
	
.main_title td{
	padding-left:15px;
	}

.main_title td img{
	vertical-align:middle;
	}
	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.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: 730px;
	height: 30px;
	color: #432A16;
	font-size:80%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

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

.price_all {
	padding:5px 2px;
	margin:0px;
	color:#fff;
	background-color:#ff6666;
font-weight:bold;
}

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


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size:80%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

/* 会員専用価格の表示 商品検索結果用 */
.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;
}


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 564px;
	height: 30px;
	color: #432A16;
	font-size:80%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/pagenavi_bg.gif) no-repeat;
	margin-bottom: 15px;
	}

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

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

.product_item img {
        max-width: 240px;
	}

.product_item .name {
text-align:center;
  -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
  background-color:#f6f6f6;
  margin:0 10px 10px 10px;
	}
.product_item .name a:link {
  width:200px;
  height:65px;
  padding:10px;
	margin:10px auto;
	color:#0068d8;

  display:block;
	}
.product_item .name a:visited {
	color:#0068d8;
	}
.product_item .name a:hover {
	color:#ff3333;
	}


	
.product_item .name img{
	vertical-align:middle;
	}

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

.product_item .expl {
	color:#333333;
	line-height:1.7;
	text-align:left;
	margin:5px;
	}
<!--
.product_list a         {color:#1278DE; text-decoration:none;}
.product_list a:link    {color:#1278DE; text-decoration:none;}
.product_list a:visited {color:#1278DE; text-decoration:none;}
.product_list a:active  {color:#FE7901; text-decoration:none;}
.product_list a:hover   {color:#FE7901; text-decoration:none;}
-->


/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	width:120px;
	padding:0 8px 0 12px;
	margin:0 0 10px 0;
	float:left;
	}

.checkitem .ci_img {
	width:90px;
	border: 1px solid #e0e0e0;
	padding: 4px;
	margin-bottom:3px;
	}
.recentcheck {
	margin:10px 10px 5px 10px;
	padding: 5px;
	color: #fff;
	background:#016cd5;
	}

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

.footstamp {
	width: 730px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	
	}

.footstamp a {color: #016cd6;}
.footstamp a:link    {color: #016cd6;text-decoration: none;}
.footstamp a:visited {color: #016cd6;text-decoration: none;}
.footstamp a:active  {color: #016cd6;text-decoration: none;}
.footstamp a:hover   {color: #ff3333;text-decoration: none;}

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

.footstamp img {
	vertical-align:middle;
}

.footstamp .pankuzuline {
	margin:0;
	padding:5px 15px 5px 5px;
	border-bottom:1px dotted #e0e0e0;
	}



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


/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 10px 0px 10px;
	}

#together .tog_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	padding:5px 10px;
	background:#f9f4eb;
	}

#together .together_list {
	margin:10px 3px 10px 3px;
	float:left;
	width: 170px;
	text-align:center;
	}

#together img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 10px 20px 10px;

	}

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


#trackback .tb_url {
	font-size:11px;
	padding:10px 13px;

	color:#016cd5;
	}

#trackback .tb {
	margin:0px 0px 5px;
	border:1px solid #e0e0e0;
	}

#trackback .tb_date {
	font-size:80%;
	padding: 10px 10px 10px 10px;
	}

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

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

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}




/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 564px;
	margin-bottom:5px;
	border-left: 1px solid #dacdb9;
	border-top: 1px solid #dacdb9;
	}

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

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

#Option .option_cell3 {
	font-size:80%;
	text-align:left;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	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;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#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;
}


/* 会社概要 */
.profile table{
width:600px;
margin:0 0 30px 50px;
}
.profile table th{
vertical-align:top;
padding:5px 2px 10px 15px;
text-align:left;
width:130px;
font-size:12px;
color:#333;
font-style: normal;
font-weight: normal;
line-height:1.5;
border-top: 1px dotted #ccc;
}
.profile table td{
vertical-align:top;
padding:5px 2px 10px 2px;
text-align:left;
font-size:12px;
color:#333;
line-height:1.5;
border-top: 1px dotted #ccc;
}

/* お買い物の流れ */
.flow01 li{
	margin:10px 30px 30px 50px;
	text-align:left;
	list-style-position: outside;
	list-style-type:decimal;
line-height:1.8;
}



.title a {color: #6d2916;}
.title a:link    {color: #6d2916;text-decoration: none;}
.title a:visited {color: #6d2916;text-decoration: none;}
.title a:active  {color: #6d2916;text-decoration: none;}
.title a:hover   {color: #6d2916;text-decoration: none;}


/* カタログページ */
.cata_ttl{
margin:10px auto;
padding:0 0 0 20px;
  
}
.cata_img{
margin:10px  auto;
  text-align:center;
}
.cata_img img{
margin:10px;
  padding:5px;
  border:1px solid #e0e0e0;
}
.setsumei01{
  text-align:center;
  color:#ff3333;
font-size:150%;
}