/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- 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 * {line-height:170%; word-break:break-all;}
/* line-height:1.22em;について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

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

body {
font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height:170%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;
	color:#333333;
	}

img {
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

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

a:link    {color:#333333;text-decoration:none;}
a:visited {color:#333333;text-decoration:none;}
a:active  {color:#333333;text-decoration:none;}
a:hover   {color:#000000;text-decoration:underline;}

/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */
#wrapper{
margin:0px auto; width:1050px; text-align:left;  
}


#header {
	margin:0px 0px 20px 0px;
	}
#header h1{
  font-size:12px;
  color:#000;
  margin:20px 0px 6px 3px;
  padding:0px 0px 0px 0px;
}


.head-cont{
width:1050px;
height:100px;
margin:0px auto;
padding:0;
}
.head-cont table{
width:1050px;
height:100px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.head-cont td{
text-align:left;
vertical-align:top;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.head-cont img{
vertical-align:bottom;
}

.head-search{
margin:0px 0px 15px 0px;
padding:0px 0px 0px 0px;
}
.head-search table{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.head-searchword{
text-align:right;
margin:0;
padding:0;
}
.head-searchword td{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:12px;
color:#000;
text-align;
}
.head-searchword a{font-size:13px;color:#000;margin:0px 13px 0px 13px;}
.head-searchword a:hover{font-size:13px;color:#000;margin:0px 13px 0px 13px;}

.searchform{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 20px;
width:448px;
height:30px;
font-size:11px;
border:0px solid #fff;
background:#f2f2f2;
border-radius:15px;
}
.searchform_left{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:158px;
height:27px;
border:1px solid #333;
background:#fff;
}

#menu-wrapper{
width:100%;
text-align:center;
background:linear-gradient(#04B4AE, #088A85);
margin:0px 0px 15px 0px;
padding:0px 0px 0px 0px;
}
#menu{
margin:0px 0px 0px 0px;
padding:0px;
width:1050px;
}
#menu ul {
width:1049px;
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
    display: table;
    table-layout: fixed;
border-left:1px solid #eee;
}


#menu ul ul{
   display:none;
   position:absolute;
   top:100%;
   left:0;
z-index: 300;
}

#menu ul ul ul {
   top:0;
   left:100%;
}

#menu li {
display: table-cell;
color:#666;
margin:0px 0px 0px 0px;
padding:9px 0px 7px 0px;
text-align:center;
line-height:190%;
font-weight:bolder;
font-size:16px;
font-weight:normal;
border-right:1px solid #eee;
}
#menu li span{
font-weight:normal !important;
font-size:18px !important;
padding:0px 3px 0px 0px;
}
#menu a{color:#fff;text-decoration:none;}
#menu a:hover{color:#fff;text-decoration:none;}


#menu li li {
float:left;
clear:both;
width:250px;
height:25px;
line-height:25px;
padding:5px 0px 3px 10px;
background:#9FC08F;
font-weight:normal !important;
color:#333;
text-align:left;
font-size:14px;
border-right:0px solid #93BA80 !important;
}
#menu li li:hover{
background:#93BA80;
text-decoration:none !important;
}

#menu li:hover {
   position:relative;
background:#666;
}

#menu li:hover > ul {
   display: block
}



.title{
  clear:both;
text-align:left;
color:#000;
font-weight:normal;
width:auto;
font-size:20px;
font-weight:bolder;
margin:0px 0px 15px 0px;
padding:0px 0px 5px 0px;
border-bottom:1px solid #333;
}
.title span{
color:#2D2008;
font-size:13px;
font-weight:bolder;
padding:0px 0px 0px 15px;
font-family:Georgia;
}
.title p{
width:200px;
text-align:right;
float:right;
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
font-size:14px;
color:#000;
}

.title2{
text-align:left;
color:#000;
font-weight:normal;
width:auto;
font-size:24px;
font-weight:bolder;
margin:0px 0px 10px 0px;
padding:0px 0px 5px 0px;
border-bottom:1px solid #333;
}
.title2 span{
color:#2D2008;
font-size:13px;
font-weight:bolder;
padding:0px 0px 0px 15px;
font-family:Georgia;
}
.title2 p{
width:200px;
text-align:right;
float:right;
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
font-size:14px;
color:#000;
}


.title3{
text-align:left;
color:#000;
font-weight:normal;
width:auto;
font-size:28px;
font-weight:bolder;
margin:15px 18px 10px 16px;
padding:0px 0px 5px 0px;
border-bottom:1px solid #333;
}
.title3 span{
color:#2D2008;
font-size:15px;
font-weight:normal;
padding:0px 0px 0px 15px;
font-family:Georgia;
}
.title3 p{
width:200px;
text-align:right;
float:right;
margin:0px 0px 0px 0px;
padding:7px 0px 0px 0px;
font-size:15px;
color:#000;
font-weight:normal;
}


.title4{
margin:0px 0px 0px 0px;
padding:8px 0px 8px 0px;
text-align:center;
font-size:14px;
font-weight:bolder;
background:linear-gradient(#04B4AE, #088A85);
color:#fff;
}
.title4 span{
color:#fff;
font-size:17px;
font-weight:bolder !important;
padding:0px 3px 0px 0px;
letter-spacing:2px;
}


.title5{
width:570px;
text-align:center;
color:#000;
font-weight:bolder;
font-size:30px;
margin:0px 0px 10px 0px;
padding:0px 0px 0px 0px;
}
.title5 p{
border-top:1px solid #666;
color:#000;
font-size:16px;
font-weight:normal;
padding:8px 0px 0px 0px;
margin:0px 0px 0px 0px;
letter-spacing:1px;
}

#gbn {
	margin-bottom:15px;
	}
	
#gbn1 {width:115px;}
#gbn2 {width:113px;}
#gbn3 {width:114px;}
#gbn4 {width:113px;}
#gbn5 {width:114px;}
#gbn6 {width:113px;}
#gbn7 {width:114px;}
#gbn8 {width:154px;text-align:right;}

.menu_1 {
	width:1050px;
	height:150px;
	padding:0px 15px 0px 0px;
	margin:0px;
	line-height:0em;
	text-align:right;
	font-size:10px;
	}
	
.menu_1 img{
	vertical-align:top;
	}

.menu_1 a         {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:link    {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:visited {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:active  {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:hover   {color:#FFFFFF; text-decoration:underline;}

#linkSpacer{
	margin:0px 5px 0px 5px;
	}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */
#side_area {
  width:200px;
	padding:0px 50px 0px 0px;
	text-align:left;
	}

.left-calender{
width:180px;
clear:both;
margin:0px 0px 20px 0px;
padding:3px 9px 10px 9px;
border-left:1px solid #088A85;
border-right:1px solid #088A85;
border-bottom:1px solid #088A85;
}
.left-banner{
 width:200px;
  margin:0px 0px 13px 0px;
  padding:0px 0px 0px 0px;
}
.left-banner img{
 margin:0px 0px 7px 0px;
  padding:0px;
  vertical-align:bottom;
}
.left-banner2{
 margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  font-size:11px;
}
.left-banner2 img{
width:200px;
  margin:8px 0px 0px 0px;
}


.left-menu{
width:180px;
clear:both;
margin:0px 0px 20px 0px;
padding:3px 9px 10px 9px;
border-left:1px solid #088A85;
border-right:1px solid #088A85;
border-bottom:1px solid #088A85;
}
.left-menu table{
width:180px;
margin:0px 0px 0px 0px;
padding:4px 0px 0px 0px;
clear:both;
}
.left-menu th{
color:#333;
text-align:left;
vertical-align:middle;
font-size:15px;
font-weight:normal;
margin:0px 0px 0px 0px;
padding:4px 5px 4px 0px;
line-height:130%;
clear:both;
border-bottom:1px solid #eee;
}
.left-menu td{
color:#333;
text-align:left;
vertical-align:middle;
font-size:14px;
font-weight:normal;
margin:0px 0px 0px 0px;
padding:4px 0px 4px 0px;
line-height:130%;
clear:both;
border-bottom:1px solid #eee;
}

.left-menu th img{
width:38px;
height:38px;
border:1px solid #eee;
border-radius:1px;
}




.left-menu ul{
width:180px;
margin:0px 0px 0px 0px;
padding:4px 0px 0px 0px;
clear:both;
}
.left-menu li{
list-style:none;
}
.left-menu img{
height:25px;
margin:0px 3px 0px 0px;
padding:0px 0px 0px 0px;
}
.left-menu .ca1{
color:#333;
text-align:left;
vertical-align:middle;
font-size:15px;
font-weight:normal;
margin:0px 0px 0px 0px;
padding:3px 0px 3px 0px;
line-height:40px;
height:40px;
clear:both;
border-bottom:1px solid #eee;
}
.left-menu .ca1 img{
width:38px;
height:38px;
border:1px solid #eee;
border-radius:1px;
}
.left-menu .ca1 span{
height:40x;
line-height:40px;
float:left;
padding:0px 7px 0px 0px;
}


.left-menu .ca2{
font-size:15px;
margin:0px 0px 0px 0px;
padding:6px 0px 6px 19px;
vertical-align:middle;
background:url(https://img21.shop-pro.jp/PA01420/278/etc/back-title23.png) no-repeat 1% 47%;
background-size:5%;
border-bottom:1px solid #eee;
}


.left-menu .ca3{
color:#333;
text-align:left;
vertical-align:middle;
font-size:15px;
font-weight:normal;
margin:0px 0px 0px 0px;
padding:3px 0px 3px 0px;
line-height:28px;
height:28px;
clear:both;
border-bottom:1px solid #eee;
}
.left-menu .ca3 img{
width:26px;
height:26px;
border:1px solid #eee;
border-radius:19px;
}
.left-menu .ca3 span{
height:28x;
line-height:28px;
float:left;
padding:0px 7px 0px 0px;
}

.left-menu .ca4{
font-size:13px;
margin:0px 0px 0px 0px;
padding:4px 0px 4px 19px;
vertical-align:middle;
background:url(./img/back-title23.png) no-repeat 1% 47%;
background-size:5%;
border-bottom:1px solid #eee;
}

.left-menu a:link    {color:#000;text-decoration:none;}
.left-menu a:visited {color:#000;text-decoration:none;}
.left-menu a:active  {color:#000;text-decoration:none;}
.left-menu a:hover   {color:#ccc;text-decoration:none;}





table.sidemenu {
	width:195px;
	margin-bottom:25px;
	color:#333333;
	}

.side_title {
	width:195px;
	height:33px;
	margin-bottom:10px;
	}

.side_text {
	text-align:center;
	padding:5px 10px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg.gif) 0px 0px repeat-y;
	line-height:1.2em;
	}
	
.side_text_members,
.side_text_cart {
	display:block;
	text-align:center;
	padding-top:10px;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}
	
.side_cat_bottom {
	width:195px;
	height:2px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg03.gif) 0px 0px no-repeat;
	}

.side_bottom {
	display:block;
	width:195px;
	height:2px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg03.gif) 0px 0px no-repeat;
	}
	
.st_contents {
	overflow:hidden;
	width:175px;
	text-align:left;
	}

.side_text a         {color:#333333; text-decoration:underline;}
.side_text a:link    {color:#333333; text-decoration:underline;}
.side_text a:visited {color:#333333; text-decoration:underline;}
.side_text a:active  {color:#333333; text-decoration:underline;}
.side_text a:hover   {color:#000000; text-decoration:underline;}

#manager_name {
	margin:5px 0px;
	font-weight:bold;
	text-align:center;
}
.manager_img {
	max-width: 100%;
	height: auto;
}


/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.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/32/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/32/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:#333333; text-decoration:underline;}
.side_cat_text a:link ,.side_cat_text_group a:link      {color:#333333; text-decoration:underline;}
.side_cat_text a:visited,.side_cat_text_group a:visited {color:#333333; text-decoration:underline;}
.side_cat_text a:active,.side_cat_text_group a:active   {color:#333333; text-decoration:underline;}
.side_cat_text a:hover,.side_cat_text_group a:hover     {color:#000000; text-decoration:underline;}

/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	width:175px;
	overflow:hidden;
	margin:3px 0px 3px 0px;
	padding:5px;
	font-size:10px;
	border-left:3px solid #6699CC;
	border-right:3px solid #6699CC;
	}
.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;
	}
	

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

#footer{
clear:both;
width:100%;
color:#f5f5f5;
text-align:center;
margin:0px 0px 0p 0px;
padding:30px 0px 30px 0px;
font-size:13px;
line-height:160%;
background:linear-gradient(#04B4AE, #088A85);
}
#footer a{color:#fff;margin:0px 10px 0px 10px;}
#footer a:hover{color:#ccc;margin:0px 10px 0px 10px;}

#footer .foot-navi{
color:#000;
width:680px;
margin:0px auto;
padding:0px 0px 40px 0px;
}
#footer .foot-navi a{font-size:12px;text-decoration:none;}
#footer .foot-navi a:hover{font-size:12px;text-decoration:none;}

#footer .foot-navi ul{
margin:0px 0px 0px 0px;
padding:0px 0px 30px 0px;
clear:both;
background:url(./img/back-footnavi.png) right top no-repeat;
}
#footer .foot-navi li{
list-style:none;
float:left;
text-align:center;
margin:0px 0px 0px 0px;
padding:0px 16px 0px 16px;
height:12px;
background:url(./img/back-footnavi.png) left top no-repeat;
}
.foot-navi-right a{
margin:0px 0px 0px 12px !important;
}

#footer .foot-sns{
margin:0px 0px 50px 0px;
padding:0px 0px 0px 0px;
}
#footer .foot-sns a{margin:0px 5px 0px 5px;}
#footer .foot-sns a:hover{margin:0px 5px 0px 5px;}

#footer .foot-logo{
margin:0px 0px 15px 0px;
padding:0px 0px 0px 0px;
}


.foot-category{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.foot-cablock{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.foot-cablock table{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.foot-cablock th{
width:90px;
font-size:10px;
font-weight:normal;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:center;
vertical-align:top;
background:url(./img/back-footcath.png) right top no-repeat;
}
.foot-cablock th img{
margin:0px 0px 5px 0px;
}
.foot-category td{
vertical-align:top;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}
.foot-category ul{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.foot-category li{
list-style:none;
font-size:10px;
margin:0px 0px 0px 0px;
padding:4px 0px 10px 20px;
}
.cali1{
list-style:none;
font-size:10px;
margin:0px 0px 0px 0px;
padding:4px 0px 10px 20px;
background:url(./img/back-footcali1.png) left top no-repeat;
}
.cali2{
list-style:none;
font-size:10px;
margin:0px 0px 0px 0px;
padding:4px 0px 10px 20px;
background:url(./img/back-footcali2.png) left top no-repeat;
}
.cali3{
list-style:none;
font-size:10px;
margin:0px 0px 0px 0px;
padding:4px 0px 10px 20px;
background:url(./img/back-footcali3.png) left top no-repeat;
}



.foot-title{
clear:both;
width:auto;
font-size:15px;
font-weight:bolder;
color:#fff;
margin:20px 0px 10px 0px;
padding:8px 0px 8px 0px;
text-align:center;
letter-spacing:2px;
background:#333;
}
.foot-title img{
float:left;
line-height:30px;
height:30px;
margin:3px 10px 7px 0px;
}



.shoppingguide{
width:1050px;
clear:both;
margin:0px 0px 20px 0px;
padding:0px 0px 20px 0px;
font-size:12px;
color:#666;
}
.shoppingguide table{
width:1050px;
margin:0px 0px 15px 0px;
padding:0px;
border-collapse:collapse;
border:0px;
}
.shoppingguide td{
vertical-align:top;
font-size:13px;
line-height:180%;
color:#000;
text-align:left;
}
.shoppingguide p{
font-weight:bolder;
margin:15px 0px 3px 0px;
padding:0px 0px 0px 0px;
font-size:14px;
color:#000;
text-align:left;
}
.shoppingguide .todetail{
background:#f5f5f5;
padding:4px 13px 4px 13px;
margin:20px 0px 0px 0px;
color:#666 !important;
font-size:10px;
clear:both;
text-decoration:none;
border:1px solid #ccc;
}
.shoppingguide .todetail:hover{
background:#ccc;
text-decoration:none;
}
.shoppingguide a{margin:0px !important;}

/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */

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

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

.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/32/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(https://img.shop-pro.jp/tmpl_img/32/shop_info_deli_bg.gif) 0px 0px repeat-y;}
#shop_info_sct_img {margin-top:20px;}

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


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

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
.info_block {
	width:800px;
	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:800px;
	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:#000;
	}

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


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
	width:800px;
	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:#000;
	}

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

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

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


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

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

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

.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:#333333; text-decoration:none;}
.product_list a:link    {color:#333333; text-decoration:none;}
.product_list a:visited {color:#333333; text-decoration:none;}
.product_list a:active  {color:#333333; text-decoration:none;}
.product_list a:hover   {color:#000000; text-decoration:underline;}



.product_list2 {
	float:left;
	width:148px;
	text-align:center;
	margin:0px;
  padding:0px 6px 0px 6px;
	}
.product_list2 .icon{
 margin:0px 5px 5px 0px !important; 
}
.product_item2 {
	text-align:center;
	padding:20px 0px 20px 0px;
	}

.product_item2 img {
	max-width: 148px;
  margin:0px 0px 5px 0px;
	}

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

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

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

.product_list2 a         {color:#333333; text-decoration:none;}
.product_list2 a:link    {color:#333333; text-decoration:none;}
.product_list2 a:visited {color:#333333; text-decoration:none;}
.product_list2 a:active  {color:#333333; text-decoration:none;}
.product_list2 a:hover   {color:#000000; text-decoration:underline;}


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

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

.footstamp a         {color:#333333; text-decoration:underline;}
.footstamp a:link    {color:#333333; text-decoration:underline;}
.footstamp a:visited {color:#333333; text-decoration:underline;}
.footstamp a:active  {color:#333333; text-decoration:underline;}
.footstamp a:hover   {color:#000000; 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;
	}

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

.detail_cont {
	width:800px;
}

.detail_img_block {
	width:480px;
	float:left;
  text-align:center !important;
}

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


.detail_img_block img {
  max-height:480px;
}

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

.expl_block {
  font-size:13px;
  line-height:170%;
  color:#000;
	margin-bottom:30px;
}

.detail_img {
	margin-bottom:20px;
}

.detail_other {
	width:480px;
}

.detail_other .sub {
	width:88px;
  height:88px;
  margin:0px 5px 5px 0px;
	float:left;
  border:1px solid #eee;
}

.detail_other .sub_tp {
	padding-top:15px;
}

.detail_other .sub img {
	max-height: 88px;
  margin:0px 0px 0px 0px;
}

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

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

.detail_txt_block table.table td.tit {
	width:110px;
  background:#f5f5f5;
}

.sk_link_other {
	margin-bottom:20px;
}

.txt_option {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/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/32/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/32/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/32/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/32/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/32/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:#C20202;
	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 3px;
	float:left;
	width:175px;
	}

#together .together_list img {
	border:1px solid #999999;
	max-width: 155px;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */
#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:800px;
	margin-bottom:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	}

#ShopKeeper th {
	min-width:180px;
  font-size:14px;
  color:#000;
	overflow:hidden;
	padding:13px 0px 13px 13px;
	font-weight:normal;
	text-align:left;
  background:#f5f5f5;
	border-left: 1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#ShopKeeper td {
	padding:13px;
	text-align:left;
  font-size:13px;
  line-height:170%;
  color:#000;
	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;
}







.aboutus{
font-size:13px;
line-height:170%;
color:#4C743B;
margin:0px 0px 25px 0px;
padding:20px 25px 20px 25px;
background:#f9f9f9;
clear:both;
}
.aboutus table{
margin:10px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.aboutus td{
text-align:left;
vertical-align:top;
font-size:13px;
line-height:170%;
color:#000;
margin:0px 0px 0px 0px;
padding:0px 30px 0px 0px;
}

.news{
clear:both;
width:800px;
margin:0px 0px 30px 0px;
padding:0px 0px 0px 0px;
font-size:12px;
line-height:160%;
height:150px;
overflow-y:scroll;
}
.news ul{
clear:both;
margin:0px;
padding:0px 0px 10px 0px;
}
.news li{
text-align:left;
list-style:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 35px;
height:30px;
line-height:30px;
background:url(https://img21.shop-pro.jp/PA01420/278/etc/icon-news.png) 0px 10px no-repeat;
}
.news span{
padding:0px 15px 0px 0px;
color:#666;
font-weight:bolder;
}

.tbl_calendar caption{
 text-align:center;
  font-weight:bolder;
  line-height:29px;
  font-size:14px;
}
.tbl_calendar {
  width:180px;
  margin:0px 0px 10px 0px;
  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-bottom: 1px solid #ccc !important;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #fff !important;
	-webkit-box-shadow: 0 0 0px #fff !important;
	box-shadow: 0 0 0px #fff !important;
	border:  0px solid #fff !important;
	left: 0px !important;
	background: #fff !important;
}

#slide-wrapper{
 margin:0px auto;
  padding:0px 0px 0px 0px;
  background:#f5f5f5;
}
.slider{
 width:1050px !important;
  margin:0px auto !important;
  padding:0 !important;
}



#detailitem{
width:800px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:14px;
color:#000;
line-height:170%;
}
#detailitem a{color:#045FB4;text-decoration:underline;}
#detailitem a:hover{color:#045FB4;text-decoration:none;}

.detailmainexp{
width:800px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:14px;
color:#000;
line-height:170%;
}
.detailspec{
  width:470px;
 margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
clear:both;
}
.detailspec table{
  width:468px;
 margin:10px 0px 25px 0px;
  padding:0px 0px 0px 0px;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
clear:both;
}
.detailspec th{
  width:25%;
 margin:0px 0px 0px 0px;
  padding:6px 10px 6px 10px;
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
  font-size:13px;
  font-weight:bolder;
  color:#000;
  text-align:left;
  vertical-align:middle;
  background:#f5f5f5;
}
.detailspec td{
 margin:0px 0px 0px 0px;
  padding:6px 10px 6px 10px;
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
  font-size:13px;
  color:#000;
  text-align:left;
  vertical-align:top;
}


.detailexp1{
width:380px;
color:#000;
font-size:14px;
line-height:170%;
float:left;
  margin:0px 20px 0px 0px;
  padding:0px 0px 0px 0px;
}
.detailexp1 img{
width:100%;
margin:0px 0px 10px 0px;
}
.detailexp2{
width:380px;
color:#000;
font-size:14px;
line-height:170%;
float:left;
  margin:0px 20px 0px 0px;
  padding:0px 0px 0px 0px;
}
.detailexp2 img{
width:100%;
margin:0px 0px 10px 0px;
}
.detailexp3{
  clear:both !important;
width:380px;
color:#000;
font-size:14px;
line-height:170%;
float:left;
  margin:0px 20px 0px 0px;
  padding:20px 0px 0px 0px;
}
.detailexp3 img{
width:100%;
margin:0px 0px 10px 0px;
}



.tenjihanbai{
width:800px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:14px;
line-height:170%;
color:#000;
}
.tenjihanbai img{
 margin:0px 0px 25px 0px;
  padding:0px 0px 0px 0px;
  vertical-align:bottom;
}
.tenjihanbaicompany{
font-size:13px;
line-height:170%;
color:#4C743B;
margin:30px 0px 25px 0px;
padding:20px 25px 20px 25px;
background:#f9f9f9;
clear:both;
}
.tenjihanbaisouko{
  width:100%;
 margin:0px 0px 20px 0px;
  padding:0px 0px 0px 0px;
}
.tenjihanbaisouko table{
  width:100%;
 margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  table-layout:fixed;
}
.tenjihanbaisouko td{
 margin:0px 0px 0px 0px;
  padding:0px 10px 20px 10px;
  text-align:left;
  vertical-align:top;
}
.tenjihanbaisouko img{
 width:100% !important;
  margin:0;padding:0;
}

.media{
width:800px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:14px;
line-height:170%;
color:#000;
}
.mediaichiran{
width:100%;
  height:300px;
  overflow-y:scroll;
margin:10px 0px 35px 0px;
padding:0px 0px 0px 0px;
}
.mediaichiran table{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.mediaichiran th{
  white-space:nowrap;
margin:0px 0px 0px 0px;
padding:0px 15px 12px 0px;
text-align:left;
vertical-align:top;
font-weight:bolder;
color:#666;
font-size:14px;
}
.mediaichiran td{
margin:0px 0px 0px 0px;
padding:0px 0px 12px 0px;
text-align:left;
vertical-align:top;
color:#000;
font-size:14px;
}
.mediaichiran_img{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.mediaichiran_img table{
width:100%;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
table-layout:fixed;
}
.mediaichiran_img td{
margin:0px 0px 0px 0px;
padding:0px 10px 20px 10px;
text-align:left;
vertical-align:top;
color:#000;
font-size:14px;
}
.mediaichiran_img img{
  width:98%;
  border:1px solid #ccc;
margin:0px 0px 5px 0px;
padding:0px 0px 0px 0px;
}




.faq-navi{
margin:20px 0px 0px 0px;
padding:0px 20px 20px 20px;
background:#f5f5f5;
}
.faq-navi p{
 font-weight:bolder;
  font-size:14px;
  margin:0px 0px 0px 0px;
  padding:20px 0px 0px 0px;
  clear:both;
}
.faq-navi ul{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 20px;
}
.faq-navi li{
list-style:disc;
margin:0px 0px 0px 0px;
padding:3px 0px 3px 0px;
font-size:12px;
}
.faqtitle{
 font-size:18px;
  font-weight:bolder;
  color:#000;
  margin:30px 0px 0px 0px;
  padding:0px 0px 7px 0px;
  border-bottom:1px dashed #ccc;
  clear:both;
}

.question{
margin:0px 0px 5px 0px;
padding:3px 0px 0px 25px;
background:url(https://img21.shop-pro.jp/PA01420/278/etc/back-question.png) 0% 0% no-repeat;
font-size:15px;
font-weight:normal;
color:#000;
line-height:150%;
}

.answer{
margin:0px 0px 20px 0px;
padding:2px 0px 0px 25px;
background:url(https://img21.shop-pro.jp/PA01420/278/etc/back-answer.png) 0% 0% no-repeat;
font-size:13px;
font-weight:normal;
color:#666;
line-height:180%;
}






.aardephoto{
width:800px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:14px;
line-height:170%;
color:#000;
}
.aardephoto img{
  width:100%;
 margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  vertical-align:bottom;
}

.aardephoto-title{
font-size:20px;
font-weight:bolder;
color:#088A68;
margin:20px 0px 5px 0px;
pddding:0px 0px 0px 0px;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.aardephoto-mail{
margin:25px 0px 0px 0px;
padding:20px 20px 20px 20px;
border:1px solid #eee;
background:#f5f5f5;
color:#333;
font-size:13px;
line-height:190%;
}

.aardephoto-attention{
font-size:13px;
line-height:170%;
color:#4C743B;
margin:25px 0px 25px 0px;
padding:20px 25px 10px 25px;
background:#f9f9f9;
clear:both;
}
.aardephoto-attention p{
margin:0px 0px 5px 0px;
padding:0px 0px 0px 0px;
font-weight:bolder;
font-size:14px;
color:#000;
}
.aardephoto-attention ul{
margin:0px 0px 0px 0px;
padding:0px 0px 15px 20px;
}
.aardephoto-attention li{
list-style:disc;
font-size:13px;
line-height:170%;
color:#4C743B;
margin:0px 0px 3px 0px;
padding:0px 0px 0px 0px;
}

.tokuteiset{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.tokuteiset table{
margin:10px 0px 10px 0px;
padding:0px 0px 0px 0px;
}
.tokuteiset td{
text-align:left;
vertical-align:top !important;
margin:0px 0px 0px 0px;
padding:0px 10px 0px 0px;
}