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

/*----------------------------------------------------
	[1]reset
----------------------------------------------------*/
/* --HTML-- */
html {
background:#fff;
color:#333;
-webkit-text-size-adjust: none;/*fontの自動サイズを無効化*/
}
/* --BODY-- */
body {
font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; 
font:14px; 
line-height:1.45em;
background:url(https://file001.shop-pro.jp/PA01028/675/images/cmn/bg.jpg) repeat-x 0 27px;
margin:0;
overflow:visible;
padding:0;
	}
	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	}
	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	}

/* --OTHER TAGS-- */
abbr, acronym {
border:0;
}
address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}
caption, th {
/*text-align:left;*/
}
code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
	}
	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}
ol, ul {
list-style:none;
}
ol li {
list-style:decimal outside;	
}
/*ul li {
list-style:disc outside;
}*/
q:before, q:after {
content:'';
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
	}
	/* for IE6 */
	* html input, * html textarea {
	font-family:'ＭＳ Ｐゴシック';
	}
	/* for IE7 */
	*+html input, *+html textarea {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	}

/* tables still need 'cellspacing="0"' */
table {
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}
table tr th,
table tr td {
}
table tr th {
}
table tr.even td {
}
td, th {
}
th {
}

/* --FORM-- 
fieldset {
border:1px solid #ccc;
margin-bottom:1em;
padding:0 1em 1em 1em;
}
input {
padding:0.1em;
vertical-align:middle;
}
input[type="text"] {
height:1.2em;
line-height:1.2;
	}*/
	/* for IE6 */
	* html input.text {
	height:1.2em;
	line-height:1.2;
	}
input[type="checkbox"],
input[type="radio"] {
padding:0;
vertical-align:baseline;
	}
	/* for IE6 */
	* html input.checkbox,
	* html input.radio {
	vertical-align:-0.3em;
	}
	/* for IE7 */
	*+html input[type="checkbox"],
	*+html input[type="radio"] {
	vertical-align:0;
	}
input[type="submit"] {
line-height:1;
padding:0.3em;
}

/*because legend doesn't inherit in IE */	
legend {
background:#fff;
padding:0.3em;
}
select {
padding:0;
vertical-align:baseline;
	}
	/* for IE6 */
	* html select {
	vertical-align:middle;
	}
	/* for IE7 */
	*+html select {
	vertical-align:-0.2em;
	}
textarea {
line-height:1.4;
padding:0.1em;
vertical-align:middle;
min-height: 150px;
height: auto !important;
height: 150px;
}
fieldset div {
height:30px;
}

/* --OTHER TAGS-- */
abbr, acronym {
border-bottom:1px dotted;
cursor:help;
}
blockquote {
margin:1em;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {
	*font-size: 100%;
}
br{
	letter-spacing: normal;
	}

/*----------------------------------------------------
	[4]link
----------------------------------------------------*/
a {
overflow:hidden;
cursor:pointer;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a img:hover {
opacity:0.7;
}
a img, img { 
border:0;
/*vertical-align:bottom;*/
}
/*----------------------------------------------------
	[4]clearfix
----------------------------------------------------*/
.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
	}
	/* for IE6 */
	* html .clearfix {
	display:inline-block;
	}
	/* for IE7 */
	*+html .clearfix {
	display:inline-block;
	}
/*--- Clear ---*/
.clear{
	font-size:0;
	line-height:1em;
	maegin:0;
	padding:0;
	clear:both;
	height:0;
	width:0;
	display:none;
}
.clearB{
	clear:both;
}

/*----------------------------------------------------
	汎用スタイル
----------------------------------------------------*/
.hide {
	display:none;
}
.detail-Link {
	clear: both;
	text-align: right;
}
/*ポップアップページ見出し*/
#popup-column .ttl {
	margin:20px 0 20px;
}
/*----------------------------------------------------
	Text_Align
----------------------------------------------------*/
.text_left{
	text-align:left;
}
.text_right{
	text-align:right;
}
/*----------------------------------------------------
	Float
----------------------------------------------------*/
.place_left {
	float:left;
}
.place_right {
	float:right;
}
/*----------------------------------------------------
	Box
----------------------------------------------------*/
.img-R {
	float: right;
	margin: 0 0 10px 10px;
	display:inline;
}
.img-L {
	float: left;
	margin: 0 10px 10px 0;
	display:inline;
}
.center {
	text-align:center;
	margin:0 auto;
}
/*two column*/
.two-column .box-a {
	float:left;
}
.two-column .box-b {
	float:right;
}
.column-type00 {
	width:750px;
	margin:10px 0 0 24px ;
}
/*column control*/
.column-type00 .box-a,
.column-type00 .box-b {
	width:355px;
	padding-right:20px;
}
/*----------------------------------------------------
	indent
----------------------------------------------------*/
.indent {
	padding-left: 1em;  
	text-indent: -1em;  
}
.indent-w {
	padding-left: 2em;  
	text-indent: -2em;  
}
/*----------------------------------------------------
	margin/padding
----------------------------------------------------*/
.mt5 { margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mt45{ margin-top: 45px; }
.mt200{ margin-top: 200px; }

.mb5 { margin-bottom: 5px; }
.mb10{ margin-bottom: 10px; }
.mb12{ margin-bottom: 12px; }
.mb14{ margin-bottom: 14px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.mb50{ margin-bottom: 50px; }
.mb200{ margin-bottom: 200px; }

.ml5{ margin-left: 5px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml20{ margin-left: 20px; }

.mr5{ margin-right: 5px; }
.mr10{ margin-right: 10px; }
.mr12{ margin-right: 12px; }
.mr15{ margin-right: 15px; }
.mr20{ margin-right: 20px; }
.mr35{ margin-right: 35px; }

.mw5{ 
	margin-right:5px;
	margin-left:5px; }
.mw10{ 
	margin-right:10px;
	margin-left:10px; }
.mw15{ 
	margin-right:15px;
	margin-left:15px; }
.mw20{ 
	margin-right:20px;
	margin-left:20px; }
 
.mh5{ 
	margin-top:5px;
	margin-bottom:5px; }
.mh10{ 
	margin-top:10px;
	margin-bottom:10px; }
.mh15{ 
	margin-top:15px;
	margin-bottom:15px; }
.mh20{ 
	margin-top:20px;
	margin-bottom:20px; }

.pt5{ padding-top:5px; }
.pt10{ padding-top:10px; }
.pt15{ padding-top:15px; }
.pt20{ padding-top:20px; }

.pb5{ padding-bottom:5px; }
.pb10{ padding-bottom:10px; }
.pb15{ padding-bottom:15px; }
.pb20{ padding-bottom:20px; }
.pb200{ padding-bottom: 200px; }

.ph5{ padding:5px 0; }
.ph10{ padding:10px 0; }
.ph15{ padding:15px 0; }
.ph20{ padding:20px 0; }

.pr5{ padding-right:5px; }
.pr10{ padding-right:10px; }
.pr15{ padding-right:15px; }
.pr20{ padding-right:20px; }
/*----------------------------------------------------
	textdecolation
----------------------------------------------------*/
strong{
	font-weight:bold;
	letter-spacing:0.2em;
}
.text_large{
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.2em;
}
.text_pink{	
	color:#C60082;
}
.text_orange{
	color:#EA7000;
}
.text_blue{
	color:#0099CC;
}
.text_purple{
	color:#9933FF;
}
/*----------------------------------------------------
	color
----------------------------------------------------*/
.red{
	color:#c2191f;
	}


/* ----------------------------------------------------
	wrapall
---------------------------------------------------- */
#wrapall{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/cmn/header/topimg.jpg) no-repeat center top;
	}
	
/* ----------------------------------------------------
	header(top)
---------------------------------------------------- */
#headertop{
	height:432px;
	width:960px;
	position:relative;
	margin:0 auto;
	}
.header h1{
	position: absolute;
	color:#c9ba9a;
	font-size:11px;
	left:10px;
	top:10px;
	}
#headertop h2{
	position: absolute;
	left:260px;
	top:123px;
	width:221px;
	height:104px;
	}
.header .subnavi{
	position: absolute;
	top:0;
	right:0;
	width:435px;
	}
.header .subnavi li{
	height:37px;
	float:left;
	margin-left:7px;
	}
.header .tel{
	position: absolute;
	top:45px;
	right:0;
	width:260px;
	height:77px;
	}
.header .mainnaviArea{
	position: absolute;
	bottom:20px;
	background:url(https://file001.shop-pro.jp/PA01028/675/images/cmn/header/bar.png) repeat-x left bottom;
	padding-bottom:10px;
	}
.header .mainnaviArea .mainnavi{
	}
.header .mainnaviArea .mainnavi li{
	float:left;
	height:46px;
	}
/* ----------------------------------------------------
	header(下層)
---------------------------------------------------- */
#nakatop{
	height:290px;
	width:960px;
	position:relative;
	margin:0 auto;
	}
#nakatop h2{
	position: absolute;
	left:10px;
	top:35px;
	width:221px;
	height:75px;
	}
/* ----------------------------------------------------
	container
---------------------------------------------------- */
.container{
	margin:0 auto 50px auto;
	width:960px;
	}
/* ----------------------------------------------------
	side
---------------------------------------------------- */
#side{
	width:210px;
	float:left;
	}
#side .info_side{
	margin-bottom:5px;
	}	
#side .type_a{
	width:210px;
	height:230px;	
	}
#side .type_b{
	width:210px;
	height:120px;	
	}
#side .type_c{
	width:210px;
	height:50px;	
	}
#side .type_d{
	width:210px;
	height:80px;
	}
#side .type_e{
	width:210px;
	height:60px;
	}
#side .side_sdbox{
	/* box-shadow */
	box-shadow:rgba(148, 148, 148, 0.65098) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(148, 148, 148, 0.65098) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(148, 148, 148, 0.65098) 0px 0px 3px 1px;
	margin-bottom:5px;
	}

.info_side_series{font-size:12px; line-height:1.5em; color:#7c6b4d;}
.info_side_series a{color: #7c6b4d;}
/*　シリーズ1  */	
.series01{background: url(https://file001.shop-pro.jp/PA01028/675/images/cmn/side/bg01.jpg) no-repeat; height:383px;}
.series01 h4{margin-bottom:155px; height:33px;}
.series01 p{padding:0 10px;}
.series01 .txt{ margin-bottom:10px;}
.series01 .btn{text-align:right;}

/*　シリーズ2  */	
.series02{background: url(https://file001.shop-pro.jp/PA01028/675/images/cmn/side/bg02.jpg) no-repeat; height:307px;}
.series02 h4{margin-bottom:155px; height:33px;}
.series02 p{padding:0 10px;}
.series02 .txt{ margin-bottom:10px;}
.series02 .btn{text-align:right;}

/*　シリーズ3  */	
.series03{background: url(https://img07.shop-pro.jp/PA01028/675/etc/bg03.jpg) no-repeat; height:354px;}
.series03 h4{margin-bottom:184px; height:33px;}
.series03 p{padding:0 10px;}
.series03 .txt{ margin-bottom:10px;}
.series03 .btn{text-align:right;}

/*　シリーズ4  */	
.series04{}
.series04 h4{ height:33px;}
.series04 ul li{}

.h65{ height:65px;}
.h63{ height:63px;}
.h67{ height:67px;}
.h73{ height:73px;}
.h72{ height:72px;}
.h70{ height:70px;}
.series04 p{ height:21px;}

/*　メニュー  */	
.info_side_menu{ background:url(https://file001.shop-pro.jp/PA01028/675/images/cmn/side/menu_bg.jpg) no-repeat; height:344px; margin-bottom:10px;}
.info_side_menu h4{ height:33px;}
.info_side_menu ul{ padding:0 16px 14px 16px;}
.info_side_menu ul li{ height:20px; padding:6px 0; border-bottom:1px dotted #000000;}
.info_side_menu ul li a img:hover{opacity:1;}
.info_side_menu p{ height:21px;}	
	
/*　検索  */	
#side .info_side_search{
	background: url(https://file001.shop-pro.jp/PA01028/675/images/cmn/side/s_search_bg.jpg) no-repeat;
	width:210px;
	height:147px;
	margin:5px 0;
	}
/* ___________________________________________________________ form */
.search fieldset{
	border:none;
	padding:42px 27px 0 27px;
	}
.search input,
.search select,
.search textarea {
	padding : 2px 0;
	border : 1px solid #7f9db9;
	background : #f8f8f8;
	font-size : 11px;
	}
.search input:focus,
.search select:focus,
.search textarea:focus {
	background : #f5f5f5;
	}
.search select{
	width:100%
	}
.search input {
	margin : 5px 2px 5px 0;
	width : 102px;
	}
.search input#submit {
	border : none;
	background : url(https://file001.shop-pro.jp/PA01028/675/images/cmn/side/s_search_btn.jpg) no-repeat;
	color : #cc6600;
	width : 42px;
	height : 17px;
	}
.search .cartbtn{
	text-align:center;
	}
/* ----------------------------------------------------
	contents
---------------------------------------------------- */
.contents{
	width:670px;
	padding:30px;
	background:#ffffff;
	float:right;
	}
	
/* ----------------------------------------------------
	配送・送料について
---------------------------------------------------- */
.carriage{
	font-size:14px;
	line-height:19px;
	}
.carriage h3{
	margin-bottom:10px;
	}
.carriage h4{
	background:#e7e3d8;
	padding:2px 0 2px 10px ;
	margin-bottom:10px;
	}
.carriage .carrBanner{
	margin-bottom:15px;
	}
.carriage .carrLeft{
	float:left;
	width:320px;
	}
.carriage .carrRight{
	float:right;
	width:320px;
	}
.carriage dl{
	margin-bottom:15px;
	}
	
.carriage dl dt{
	background: url(https://file001.shop-pro.jp/PA01028/675/images/cmn/carriage/icon.jpg) no-repeat left center;
	border-bottom:1px dotted #000;
	padding:0 0 0 20px;
	font-weight:bold;
	margin-bottom:10px;
	}	
.carriage dl dd p{
	font-size:13px;
	}
.carriage .lineBox{
	border-bottom:1px dotted #000;
	padding:5px 3px 10px 3px;
	margin-bottom:10px;
	}
.carriage .lineBox .icon_l{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/cmn/arrow_05.png) no-repeat left center;
	padding:0 0 0 12px;
	}
.carriage .lineBox p{
	font-size:13px;
	}
.carriage .lineBox01{
	padding:5px 3px 10px 3px;
	}
.carriage .lineBox01 p{
	font-size:13px;
	}
.haisou_linktxt{
	margin:10px 0;
	}
.haisou_linktxt a {
	color: #d50303;
	font-weight: bold;
	}
/* ----------------------------------------------------
	footer
---------------------------------------------------- */
.footer{
	background:#190F03 url(https://file001.shop-pro.jp/PA01028/675/images/cmn/footer/bg.jpg) repeat-x;
	}
.footer .footerIn{
	width:960px;
	height:421px;
	margin:0 auto;
	background:url(https://file001.shop-pro.jp/PA01028/675/images/cmn/footer/f_img.png) no-repeat right 20px;
	padding:37px 0 0 0;
	}
.companyName{
	float:left;
	width:256px;
	padding:117px 0 0 0;
	text-align:center;
	}
.footer .fmenu{
	float:right;
	width:625px;
	}
.footer .fmenu h4{
	margin-bottom:30px;
	}
.footer .fmenu .fmenuBox ul{
	float:left;
	width:185px;
	margin:0 20px 0 0;
	}
.footer .fmenu .fmenuBox ul li{
	color:#d2c7ac;
	font-size:14px;
	background:url(https://file001.shop-pro.jp/PA01028/675/images/cmn/arrow_03.png) no-repeat left 6px;
	padding:0 0 3px 15px;
	}
.footer .fmenu .fmenuBox ul li a{
	color:#d2c7ac;
	text-decoration:none;
	}
.footer .fmenu .fmenuBox ul li a:hover{
	color:#d2c7ac;
	text-decoration:underline;
	}
.footer .fmenu .fmenuBox ul .fbtt{
	color:#8c5e2a;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #ffffff;
	background:none;
	padding:0 0 0 0;
	margin-bottom:10px;
	}
.footer .copyright{
	text-align:center;
	font-size:11px;
	color:#d2c7ac;
	padding:5px 0;
	}
/* ----------------------------------------------------
	backtotop
---------------------------------------------------- */
.backtotop {
    position: fixed;
    right: 50px;
    bottom: 60px;
    z-index: 9000;
    display: none;
	}    
.backtotop a {
    display: block;
    color: #FFFFFF;
    margin: 0;
	}
.backtotop a:hover {
	opacity:0.8;
	}		
	

/* ----------------------------------------------------
	top
---------------------------------------------------- */
.topBox { margin-bottom:20px;}
.topBox h3{ margin-bottom:10px;}


/* tlinkArea */
.tlinkArea .brbar01 li{
	margin-bottom:10px;
	}
.tlinkArea .brbar01 dt{
	height:160px;
	}
.tlinkArea .brbar02 dt{
	height:170px;
	}
	
	
	
.tlinkArea dl dd{
	margin-bottom:10px;
	font-size:12px;
	color:#847240;
	}
.tlinkArea dl dd p{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/cmn/arrow_01.png) no-repeat left center;
	padding:0 0 0 12px;
	}

.tlinkArea .brbar02 li{
	width:330px;
	}
.tlinkArea .brbar02 li dl dt{
	width:330px;
	height:120px;
	margin-bottom:0;
	}



/* multiHero */
#multiHero{
	width: 670px;
	height: 356px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	margin-bottom:30px;
	}
#multiHeroContents{
	margin: 0;
	list-style-type: none;
	}
#multiHeroContents li{
	display: none;
	}
#multiHeroControls{
	position: absolute;
	list-style-type:none;
	width:680px;
	margin-right: -10px;
	top:290px;
	}
#multiHeroControls li{
	float:left;
	}
#multiHeroControls li a{
	display: block;
	width: 160px;
	height:66px;
	margin-right: 10px;
	}
#multiHeroControls li.thisChild a{
	}

/* rankingArea */
.rankingArea{
	}
.rankingArea ul {
	width:700px;
	margin-right:-24px;}
.rankingArea ul li{
	width:150px;
	float:left;
	margin-right:24px;
	margin-bottom:24px;
	}

/* news */
.newsArea{
	margin-bottom:30px;
	}
.newsArea li{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/cmn/arrow_02.png) no-repeat left 7px;
	padding:0 0 5px 15px;
	}
.newsArea li a{
	color:#000;
	}
/* ----------------------------------------------------
	パンくずナビ
---------------------------------------------------- */
.footstamp {
	color:#604806;
	font-size:11px;
	margin-bottom:20px;
	}
.footstamp a{
	color:#604806;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}
.footstamp span{
	padding:0 5px;
	}
/* ----------------------------------------------------
	共通バナー
---------------------------------------------------- */
#listbanner{width: 670px; margin: 0 auto; text-align: left;	margin-bottom:20px;}
#listbanner ul{list-style-type:none; width:680px; margin-right: -10px;}
#listbanner ul li{float:left;}
#listbanner ul li a{display: block;	width: 160px; height:66px; margin-right: 10px;}
#listbanner ul li.thisChild a{}



/* ----------------------------------------------------
	商品一覧
----------------------------------------------------
.productlist ul {
	width:700px;
	margin-right:-24px;}
.productlist ul .item_box{
	width:150px;
	float:left;
	margin-right:24px;
	margin-bottom:24px;
	font-size:15px;
	}
.productlist ul .item_box .item_name{
	color:#040000;
	font-weight:bold;
	}
.productlist ul .item_box .item_name a{
	color:#040000;
	text-decoration:none;
	}
.productlist ul .item_box .item_price{
	color:#aa0202;
	}
.productlist ul .item_box .item_description{
	font-size:13px;
	}

 */
/* ************************************************
*  商品一覧
* ************************************************ */
#pListArea {
	/*padding-top:15px;*/
	margin-bottom:30px;
	}
#pListArea h2{
	display: block;
	font-size: 1.5em;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	font-family: "Lora","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	}
#pListArea .sort.sort {
	font-size:13px;
	float: right;
	margin-bottom: 20px;
	text-align: right;
	}
#pListArea .search_result{
	font-size:13px;
	margin: 20px 0;
	padding: 10px 0;
	background: #ddd;
	text-align: center;
	}
#pListArea .pager {
	font-size:13px;
	clear: both;
	margin: 20px 0;
	text-align: center;
	}
.item_boxArea{
	width: 700px;
	margin-right: -24px;
	margin-top:15px;
	}
.item_boxArea .item_box {
	width: 150px;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	}
.item_box .item_image {
  margin: 0px;
	}
.item_box .item_image img.item {
  max-width: 100%;
  width:150px;
  height:150px;
 /* border: solid 1px #ddd;*/
	}
.item_box .item_detail {
  margin: 5px 0 0;
	}
.item_box .item_detail p{
/*  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;*/
	}

.item_box .item_detail p.item_name {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight:bold;
	line-height:16px;
	}
.item_box .item_detail p.item_name a{
	color:#000;
	}
	
.item_box .item_detail p.item_description{
	text-overflow: initial;
	overflow: visible;
	white-space: normal;
	}
.item_box .item_detail p.item_price{
	font-size:13px;
	color:#aa0202;
	
	}
p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
	}
/*.item_box {
  display:inline-block;
  float: left;
  margin: 0 41px 45px 0;
  width: 206px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.item_box .item_image {
  margin: 0px;
}
.item_box .item_image img.item {
  max-width: 100%;
  border: solid 1px #ddd;
}
.item_box .item_detail {
  margin: 15px 0 0;
  padding-left: 10px;
  border-left: solid 1px #ddd;
}
.item_box .item_detail p{
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}

.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 15px;
}

.item_box .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}

p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}*/

.box_last{
  margin-right: 0;
}

/*.box_small .item_box {
  display:inline-block;
  margin: 0 33px 45px 0;
  width: 113px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}

.box_small .box_last {
  margin-right: 0;
}*/

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}
/* ************************************************
*  商品一覧カテゴリ別
* ************************************************ */
.listarea01{
	margin-bottom:20px;
	}
.listarea01 .listcatett{
	margin-bottom:15px;
	}

/* 古来シリーズ */
#korai{
	}
#korai .picUpitem { 
	position:relative;
	width:670px;
	height:814px;
	background:url(https://file001.shop-pro.jp/PA01028/675/images/list/korai/img01.jpg) no-repeat;
	}	
#korai .picUpitem .cateName{position:absolute; left: 26px; top: 29px;}
#korai .picUpitem .cateTxt{position:absolute; left: 21px; top: 136px;}
#korai .picUpitem .cateTxt01{position:absolute; left: 21px; top: 210px; font-size:14px; color:#5d4d31;}
#korai .picUpitem h3{position:absolute; right:52px; top: 37px;}
#korai .picUpitem h4{position:absolute; right:0; top: 720px; color:#5d4d31; font-size:13px; width:300px; text-align:right; font-weight:bold;}
#korai .picUpitem .favor{position:absolute; bottom:103px; right:11px;}
#korai .picUpitem .price{ position:absolute; right:6px; bottom:40px;}
#korai .picUpitem .item_deteal{position:absolute; right:6px; bottom:11px;}

/* 手造りシリーズ */
#tezukuri{
	}
#tezukuri .picUpitem { 
	position:relative;
	width:670px;
	height:814px;
	background:url(https://file001.shop-pro.jp/PA01028/675/images/list/tezukuri/img01.jpg) no-repeat;
	}	
#tezukuri .picUpitem .cateName{position:absolute; left: 22px; top: 31px;}
#tezukuri .picUpitem .cateTxt{position:absolute; left: 22px; top: 151px;}
#tezukuri .picUpitem .cateTxt01{position:absolute; left: 21px; top: 232px; font-size:14px; color:#5d4d31;}
#tezukuri .picUpitem h3{position:absolute; right:55px; top: 23px;}
#tezukuri .picUpitem h4{position:absolute; right:0; top: 720px; color:#5d4d31; font-size:13px; width:300px; text-align:right; font-weight:bold;}
#tezukuri .picUpitem .favor{position:absolute; bottom:103px; right:11px;}
#tezukuri .picUpitem .price{ position:absolute; right:6px; bottom:40px;}
#tezukuri .picUpitem .item_deteal{position:absolute; right:6px; bottom:11px;}

/* こだわりシリーズ */
#kodawaris{
	}
#kodawaris .picUpitem { 
	position:relative;
	width:670px;
	height:814px;
	background:url(https://file001.shop-pro.jp/PA01028/675/images/list/kodawaris/img01.jpg) no-repeat;
	}	
#kodawaris .picUpitem .cateName{position:absolute; left: 22px; top: 33px;}
#kodawaris .picUpitem .cateTxt{position:absolute; left: 22px; top: 151px;}
#kodawaris .picUpitem .cateTxt01{position:absolute; left: 21px; top: 235px; font-size:14px; color:#5d4d31;}
#kodawaris .picUpitem h3{position:absolute; right:27px; top: 33px;}
#kodawaris .picUpitem h4{position:absolute; right:0; top: 720px; color:#5d4d31; font-size:13px; width:300px; text-align:right; font-weight:bold;}
#kodawaris .picUpitem .favor{position:absolute; bottom:103px; right:11px;}
#kodawaris .picUpitem .price{ position:absolute; right:6px; bottom:40px;}
#kodawaris .picUpitem .item_deteal{position:absolute; right:6px; bottom:11px;}

/* 南薩摩逸品シリーズ */
#mippin{
	}
#mippin .picUpitem { 
	position:relative;
	width:670px;
	height:939px;
	background:url(https://file001.shop-pro.jp/PA01028/675/images/list/mippin/img01.jpg) no-repeat;
	}	
#mippin .picUpitem .cateName{position:absolute; left: 77px; top: 313px;}
#mippin .picUpitem .cateTxt{position:absolute; left: 80px; top: 363px;}
#mippin .picUpitem .cateTxt01{position:absolute; left:87px; bottom: 80px;}
#mippin .picUpitem h3{position:absolute; left:70px; top: 83px;}

/* 知覧町シリーズ */
#chiran{
	}
#chiran .picUpitem { 
	position:relative;
	width:670px;
	height:875px;
	background: url(https://img07.shop-pro.jp/PA01028/675/etc/img01.jpg?cmsp_timestamp=20210527141541) no-repeat;
	}	
#chiran .picUpitem .cateName{position:absolute; left:28px; top: 159px;}
#chiran .picUpitem .cateTxt{position:absolute; left: 30px; top: 361px; font-size:14px; color:#5d4d31;}
#chiran .picUpitem h3{position:absolute; left: 40px; top: 24px;}
#chiran .picUpitem h4{position:absolute; right:0; bottom: 75px; color:#5d4d31; line-height:17px; font-size:13px; width:300px; text-align:right; font-weight:bold;}
#chiran .picUpitem .favor{position:absolute; bottom:103px; right:11px;}
#chiran .picUpitem .price{ position:absolute; right:6px; bottom:42px;}
#chiran .picUpitem .item_deteal{position:absolute; right:6px; bottom:11px;}


/* 知覧町シリーズ詳細 */
.h36{ height:36px;}
#chiran{
	}
#chiran .picUpitem01 { 
	position:relative;
	width:670px;
	height:907px;
	background: url(https://file001.shop-pro.jp/PA01028/675/images/detail/chiran/img01.jpg) no-repeat;
	}	
#chiran .picUpitem01 .cateName{position:absolute; left:297px; top: 199px;}
#chiran .picUpitem01 .cateTxt{position:absolute; left: 306px; top: 435px; font-size:14px; color:#5d4d31; text-align:right;}
#chiran .picUpitem01 .cateTxt span{ font-size:18px; font-weight:bold; color:#327202;}
#chiran .picUpitem01 h3{position:absolute; left:182px; top: 51px;}
#chiran .picUpitem01 h4{position:absolute; right:0; bottom: 75px; color:#5d4d31; line-height:17px; font-size:13px; width:300px; text-align:right; font-weight:bold;}
#chiran .picUpitem01 .favor{position:absolute; bottom:103px; right:11px;}
#chiran .picUpitem01 .price{ position:absolute; right:6px; bottom:42px;}

/* 真空パック */
#shinku .shinkuBox{
	height:789px;
	width:670px;
	}


/* ************************************************
*  商品詳細カテゴリ別
* ************************************************ */
.detailarea01{
	margin-bottom:20px;
	font-size:14px;
	}
.detailitemList {
	margin-bottom:30px;
	}
.detailitemList table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	}
.detailitemList table th, .detailitemList table td {
	border: 1px solid #B6A561;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
.detailitemList table th {
	background-color: #F2EBDD;
	text-align: left;
	font-weight: normal;
	width: 150px;
	}
.detailitemList table td {
	}


/* 古来シリーズ(マップ) */
#korai_detailArea{
	color:#5d4d31;
	}
#korai_detailArea h4{
	margin-bottom:20px;
	}
.korai_detail01{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/detail/korai/map_bg.jpg) no-repeat;
	width:670px;
	height:696px;
	position:relative;
	margin-bottom:36px;
	}
.korai_detail01 .txt01{ position:absolute; top:4px; left:7px;}
.korai_detail01 .txt02{ position:absolute; top:319px; left:27px;}
.korai_detail01 .txt03{ position:absolute; top:373px; left:199px;}
.korai_detail01 dl{
	width:140px;
	}
.korai_detail01 dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;
	}
.korai_detail01 dl dd{
	font-size:12px;
	line-height:18px;
	}
.korai_detail01 .item01{ position:absolute; top:221px; left:344px;}
.korai_detail01 .item02{ position:absolute; top:221px; left:529px;}
.korai_detail01 .item03{ position:absolute; top:527px; left:344px;}
.korai_detail01 .item04{ position:absolute; top:527px; left:529px;}
.fs12{ font-size:12px;}
.korai_detail02	{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/detail/korai/tabekata_bg.jpg) no-repeat;
	width:670px;
	height:696px;
	position:relative;
	margin:20px 0 0 0;
	}
.korai_detail02 .txt01{ position:absolute; top:16px; left:29px;}
.korai_detail02 .txt02{ position:absolute; top:12px; left:225px;}
.korai_detail02 .txt03{ position:absolute; top:114px; left:225px;}
	
	
	
	

/* 南薩摩逸品シリーズ */
#mippin_detail{ margin-bottom:30px;}
#mippin_detail h4{ margin-bottom:20px;}

/* こだわりシリーズ */
#kodawaris{
	}
#kodawaris .picUpitem01 { 
	position:relative;
	width:670px;
	height:814px;
	background: url(https://file001.shop-pro.jp/PA01028/675/images/detail/kodawaris/img01.jpg) no-repeat;
	}	
#kodawaris .picUpitem01 .cateName{position:absolute; left: 22px; top: 33px;}
#kodawaris .picUpitem01 .cateTxt{position:absolute; left: 22px; top: 151px;}
#kodawaris .picUpitem01 .cateTxt01{position:absolute; left: 21px; top: 235px; font-size:14px; color:#5d4d31;}
#kodawaris .picUpitem01 h3{position:absolute; right:27px; top: 33px;}
.kodBox{
	margin:20px 0 10px 0;
	}
/* 古来シリーズ */
#korai{
	}
#korai .picUpitem01 { 
	position:relative;
	width:670px;
	height:761px;
	background: url(https://file001.shop-pro.jp/PA01028/675/images/detail/korai/bg01.jpg) no-repeat;
	}	
#korai .picUpitem01 .cateName{position:absolute; left: 27px; top: 30px;}
#korai .picUpitem01 .cateTxt{position:absolute; left: 0; top: 612px;}
#korai .picUpitem01 .cateTxt01{position:absolute; left: 5px; top: 663px; font-size:14px; color:#5d4d31;}
#korai .picUpitem01 h3{position:absolute; left:487px; top: 25px;}

/* 手造りシリーズ */
#tezukuri{
	}
#tezukuri .picUpitem01 { 
	position:relative;
	width:670px;
	height:785px;
	background: url(https://file001.shop-pro.jp/PA01028/675/images/detail/tezukuri/bg01.jpg) no-repeat;
	}	
#tezukuri .picUpitem01 .cateName{position:absolute; left: 22px; top: 31px;}
#tezukuri .picUpitem01 .cateTxt{position:absolute; left: 22px; top: 151px;}
#tezukuri .picUpitem01 .cateTxt01{position:absolute; left: 21px; top: 232px; font-size:14px; color:#5d4d31;}
#tezukuri .picUpitem01 h3{position:absolute; right:55px; top: 23px;}










.jyouhitu{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/detail/tezukuri/bg02.jpg) no-repeat;
	height:814px;
	width:670px;
	font-size:14px;
	color:#5d4d31;
	position:relative;
	}
.jyouhitu .txt01{ position:absolute; top:23px; left:1px;}
.jyouhitu .txt02{ position:absolute; top:80px; left:1px;}
.jyouhitu .txt03{ position:absolute; top:304px; left:145px; width:136px;}
.jyouhitu .txt03 dt{
	font-weight:bold;
	font-size:16px;
	color:#8b6d56;
	}
.jyouhitu .txt04{ position:absolute; top:436px; left:3px; color:#39352c; font-size:13px; line-height:17px;}



/* ************************************************
*  product_detail_page
* ************************************************ */

h2.product_name {
/* margin-bottom: 0.8em;
padding-bottom: 0.6em;
background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;*/
  font-size: 18px;
  line-height:18px;
  font-weight:bold;
  margin-bottom:20px;
}

.product_form{
  margin: 0 0 62px;
}

.detail_catett{
	margin-bottom:20px;
}

.product_detail_area {
  position: relative;
  width: 670px;
  margin-bottom:40px;
}

.product_images {
  display: inline-block;
  float: left;
  width: 300px;
}
.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto;
  /*border: 1px solid #ddd;*/
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}
.detailright{
	clear: right;
	float: right;
	overflow: hidden;
	width: 340px;
	}
.add_cart {
}

table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  table-layout:fixed;
  font-size:14px;
}
table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  padding: 5px 4px 5px 0;
  width: 30%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td {
  display: inline-block;
  overflow: hidden;
  padding: 5px 0;
  text-align: left;
  /*width: 60%;
  
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
    */
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 38px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}
table.add_cart_table td strong.price {
	font-size:18px;
	color:#a90303;
	font-weight:bold;
	letter-spacing:1px;
	
	}
table.add_cart_table .priceBig{
	font-size:18px;
	color:#a90303;
	font-weight:bold;
	}

table#option_tbl {
  margin-bottom: 20px;
  width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}

ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}

.option_box{
  clear: both;
  width: 100%;
  overflow: hidden;
}

table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}

.button_area input {
  width: 100%;
}

.product_description {
  clear: both;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 22px;
}

.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}

.product_link_area {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: #ccc solid 1px;
}
.product_link_area div.twitter {
  float: left;
  width: 100px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 200px;
}
.product_link_area ul.other_link {
  clear: both;
  margin-top: 10px;
}
.product_link_area ul.other_link li {
	background:url(https://file001.shop-pro.jp/PA01028/675/images/detail/list_icon.png) no-repeat left 6px;
	padding:0 0 0 15px;
	font-size:14px;
	margin-bottom: 3px;
}
.product_link_area ul.other_link li a{
	color:#040000;
}
.product_link_area ul.other_link li a:hover{
	color:#806438;
}
.share{
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px;
  list-style: none;
}
.share li{
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 85px;
}
.calamel-link{
  margin-top: 10px;
}

#tb_cap_tb{
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px;
}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  /*margin:-4px;*/  /* Set this to minus the border thickness. */
  /*border: 4px solid #888;*/
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  /*padding:3px;*/
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
 overflow:hidden;
   border: 4px solid #ccc;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear:both;
}

* html .zoom-section {
  display:inline;
  clear:both;
}

.zoom-small-image {
  float: left;
  /*margin-top: 4px;*/
  width: 300px;
}
.zoom-small-image #wrap {
  position: relative;
  top: 0px;
  z-index: 9999;
}

.cloud-zoom {
  margin-bottom: 10px;
}

.zoom-small-image .mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
 /* width: 100%;*/
 width:308px;
 margin-right:-6px;
}

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  width: 95px;
  height: 95px;
  cursor: pointer;
}
.zoom-tiny-image {
  /*padding: 3px;*/
  width: 100%;
  height: auto;
 /* border: 1px solid #ccc;
  background: #efefef;*/
}
.zoom-tiny-image.selected {
 /* border: 1px solid #c86464;
  background: #c86464;*/
}
.zoom-tiny-image:hover {
  /*border: 1px solid #c86464;*/
}

a.gallery_last{
  margin-right: 0;
}

/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}




/* ----------------------------------------------------
	サイトマップ
---------------------------------------------------- */
#sitemap h3{
	margin-bottom:10px;
	}
#sitemap dl{
	margin-bottom:15px;
	font-weight:bold;
	font-size:14px;
	}
#sitemap dl a{
	color:#000000;
		}
#sitemap dl a:hover{
	color:#c30101;
		}
#sitemap dl dt{
	background:#e4dbc4 url(https://file001.shop-pro.jp/PA01028/675/images/cmn/arrow_04.png) no-repeat 10px center;
	padding:5px 25px;
	}
#sitemap dl dd{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/cmn/arrow_04.png) no-repeat 25px center;
	padding:3px 40px;
	}

/* ----------------------------------------------------
	店舗紹介
---------------------------------------------------- */
#stores{
	font-size:14px;
	}
#stores h3{
	margin-bottom:10px;
	}
#stores .storeArea{}
/* 枕崎 */
.store_makurazaki{
	position:relative;
	width:670px;
	height:640px;
	background: url(https://file001.shop-pro.jp/PA01028/675/images/stores/makurazaki_bg.jpg) no-repeat;
	}
.store_makurazaki h5{
	position:absolute;
	top:10px;
	left:0;
	}
.store_makurazaki h6{
	position:absolute;
	top:10px;
	left:560px;
	}
.store_makurazaki .intxt{
	position:absolute;
	top:407px;
	left:0;
	}
	
.store_makurazaki .intxt01{
	position:absolute;
	top:442px;
	left:0;
	width:670px;
	}
/* 知覧 */
.store_chiran{
	position:relative;
	width:670px;
	height:1000px;
	margin-bottom:20px;
	background: url(https://file001.shop-pro.jp/PA01028/675/images/stores/chiran_bg.jpg) no-repeat;
	}
.store_chiran h5{
	position:absolute;
	top:60px;
	left:17px;
	}
.store_chiran h6{
	position:absolute;
	top:167px;
	left:17px;
	}
.store_chiran .txt01{
	position:absolute;
	top:213px;
	left:17px;
	width:620px;
	}
.store_chiran .txt02{
	position:absolute;
	top:277px;
	left:17px;
	width:320px;
	}
.store_chiran .txt03{
	position:absolute;
	top:529px;
	left:84px;
	}
.store_chiran dl{
	position:absolute;
	right:0;
	bottom:0;
	}
.store_chiran dl dt{
	color:#5d4d31;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
	}
.store_chiran dl dd{
	text-align:right;
	}
/* 店舗情報 */
#stores .storeBox01 {
	margin-bottom:40px;
	}
#stores .storeBox01 .storepic{
	width:670px;
	margin:0 auto 20px auto;
	}
#stores .storeBox01 .storetable{
	width:610px;
	margin:0 auto 40px auto;
	}
#stores .storeBox01 .storetable th{
	border-bottom:1px solid #000;
	width:127px;
	padding:15px 0 5px 10px;
	font-weight:bold;
	text-align:left;
	}
#stores .storeBox01 .storetable td{
	border-bottom:1px dotted #000;
	padding:15px 0 5px 10px;
	}
#stores .storeBox01 .map{
	width:670px;
	height:413px;
	}
#stores .storeArea02 h4{
	margin-bottom:20px;
	}

/* ----------------------------------------------------
	会社概要
---------------------------------------------------- */
#company{
	font-size:14px;
	}
#company h3{
	margin-bottom:10px;
	}
	
/* 会社概要 */
#company .companyArea01{}
#company .companyArea01 table{
	width:610px;
	margin:0 auto 10px auto;
	}
#company .companyArea01 table th{
	border-bottom:1px solid #000;
	width:127px;
	padding:15px 0 5px 10px;
	font-weight:bold;
	text-align:left;
	}
#company .companyArea01 table td{
	border-bottom:1px dotted #000;
	padding:15px 0 5px 10px;
	}
#company .companyArea01 .etc{
	padding:0 30px 0 0;
	text-align:right;
	margin-bottom:30px;
	}
	
/* 代表挨拶 */
#company .companyArea02{}
#company .companyArea02 .cab01{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/company/img02.png) no-repeat right top;
	margin:30px 0 35px 0;
	}
#company .companyArea02 .cab01 dl{
	width:423px;
	min-height:270px;
	}
#company .companyArea02 .cab01 dl dt{
	margin-bottom:30px;
	}
#company .companyArea02 .cab02{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/company/bg02.jpg) no-repeat center bottom;
	height:550px;
	}
#company .companyArea02 .cab02 p{
	margin-bottom:50px;
	}

/* 沿革 */
#company .companyArea03{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/company/bg03.jpg) no-repeat 0 top;
	height:593px;
	}
#company .companyArea03 h3{
	margin-bottom:60px;
	}	
#company .companyArea03 .cab03{
	position:relative;
	background: url(https://file001.shop-pro.jp/PA01028/675/images/company/dot.png) no-repeat 110px 5px;
	width:670px;
	height:460px;
	}
#company .companyArea03 .cab03 dl{
	position: absolute;
	}
#company .companyArea03 .cab03 dl dt{
	float:left;
	width:102px;
	padding-left:14px;
	}
#company .companyArea03 .cab03 dl dd{
	float:right;
	padding-left:80px;
	}
#company .companyArea03 .cab03 .enkaku01{
	top:0;
	left:0;
	}
#company .companyArea03 .cab03 .enkaku02{
	top:85px;
	left:0;
	}
#company .companyArea03 .cab03 .enkaku03{
	top:166px;
	left:0;
	}
#company .companyArea03 .cab03 .enkaku04{
	top:250px;
	left:0;
	}
#company .companyArea03 .cab03 .enkaku05{
	top:337px;
	left:0;
	}
#company .companyArea03 .cab03 .enkaku06{
	top:416px;
	left:0;
	}

/* ----------------------------------------------------
	配送・送料
---------------------------------------------------- */
#haisou{
	font-size:14px;
	margin-bottom:30px;
	}
#haisou h3{
	margin-bottom:20px;
	}
#haisou h4{
	margin-bottom:10px;
	}
	
/* 会社概要 */
#haisou .haisouArea01{}
#haisou .haisouArea01 table{
	width:610px;
	margin:0 auto 10px auto;
	}
#haisou .haisouArea01 table th{
	border-bottom:1px solid #000;
	width:127px;
	padding:15px 0 5px 10px;
	font-weight:bold;
	text-align:left;
	}
#haisou .haisouArea01 table td{
	border-bottom:1px dotted #000;
	padding:15px 0 5px 10px;
	}
#haisou .haisouArea01 .etc{
	padding:0 30px 0 0;
	text-align:right;
	margin-bottom:30px;
	}
/* ----------------------------------------------------
	こだわり
---------------------------------------------------- */
#kodawari{
	font-size:14px;
	}
/* 1 */
#kodawari .kodArea01{
	position:relative;
	width:670px;
	height:860px;
	background:url(https://file001.shop-pro.jp/PA01028/675/images/kodawari/bg01.jpg) no-repeat 0 0;
	color:#5d4d31;
	}
.kodArea01 h3{
	position:absolute;
	left:283px;
	top:56px;
	width:379px;
	height:68px;
	}	
.kodArea01 .ka01Box01{
	position:absolute;
	left:283px;
	top:162px;
	}
.kodArea01 .ka01Box01 dt{
	margin-bottom:25px;
	}
.kodArea01 .ka01Box02{
	position:absolute;
	left:294px;
	top:648px;
	}
.kodArea01 .ka01Box02 dt{
	margin-bottom:12px;
	}
.kodArea01 p{
	position:absolute;
	left:289px;
	top:801px;
	}	
/* 2 */
#kodawari .kodArea02{
	}
#kodawari .kodArea02 h3{
	margin-bottom:15px;
	}
#kodawari .kodArea02 h4{
	margin-bottom:10px;
	}
#kodawari .kodArea02 .banner{
	margin-bottom:30px;
	}

.kodArea02 .ka02Box01{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/kodawari/bg02.jpg) no-repeat 0 0;
	position:relative;
	width:670px;
	height:498px;
	}
.kodArea02 .ka02Box01 .kb01{
	top:0;
	right:0;
	position:absolute;
	}
.kodArea02 .ka02Box01 .kb02{
	top:8px;
	left:317px;
	position:absolute;
	}
.kodArea02 .ka02Box01 .kb03{
	top:12px;
	left:0;
	position:absolute;
	}
.kodArea02 .linktxt{
	color:#857037;
	margin-bottom:15px;
	}	
.kodArea02 .linktxt a{
	color:#d50303;
	font-weight:bold;
	}	
.kodArea02 .linktxt a:hover{
	text-decoration:underline;
	}
.ka02Box02{
	border-top:1px dotted #5c4216;
	width:670px;
	height:1143px;
	background:url(https://file001.shop-pro.jp/PA01028/675/images/kodawari/bg03.jpg) no-repeat 0 bottom;
	position:relative;
	}
.ka02Box02 dt{ 
	background:url(https://file001.shop-pro.jp/PA01028/675/images/kodawari/icon.png) no-repeat left center;
	color:#040000;
	font-weight:bold;
	padding:0 0 0 20px;
	font-size:14px;
	margin-bottom:5px;
	}
	
.ka02Box02 dd{
	font-size:13px;
	color:#857037;
	line-height:17px;
	}
.ka02Box02 .gen01{position:absolute; width:196px; top:180px; left:0;}
.ka02Box02 .gen02{position:absolute; width:196px; top:180px; left:241px;}
.ka02Box02 .gen03{position:absolute; width:196px; top:180px; left:473px;}
.ka02Box02 .gen04{position:absolute; width:300px; top:570px; left:0;}
.ka02Box02 .gen05{position:absolute; width:287px; top:519px; left:367px;}
.ka02Box02 .gen06{position:absolute; width:287px; top:602px; left:367px;}
.ka02Box02 .gen07{position:absolute; width:670px; top:720px; left:0;}

#kodawari .kodArea03{
	}
#kodawari .kodArea03 h3{
	height:36px;
	}
#kodawari .kodArea03 .ka03Box01	{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/kodawari/bg04.jpg) no-repeat 0 0;
	position:relative;
	width:670px;
	height:733px;
	margin-bottom:20px;
	}
#kodawari .kodArea03 .ka03Box01	h4{
	position:absolute;
	left:12px;
	top:41px;
	}
#kodawari .kodArea03 .ka03Box01	.txt{
	position:absolute;
	left:476px;
	top:87px;
	}
.logoimg{
	position:absolute;
	left:469px;
	top:543px;
	}
	
	
/* 各商品説明 */
.ka03Box02{
	font-size:13px;
	}
.ka03Box02 h4{
	margin-bottom:20px;
	}
.ka03Box02 ul {
	width:700px;
	margin-right:-24px;}
.ka03Box02 ul li{
	width:150px;
	float:left;
	margin-right:24px;
	margin-bottom:24px;
	}
.ka03Box02 ul li dl dd h5{
	color:#040000;
	margin-bottom:5px;
	font-weight:bold;
	}
.ka03Box02 ul li dl dd p{
	color:#857037;
	line-height:17px;
	}
/* ----------------------------------------------------
	特商法
---------------------------------------------------- */
#tokushou{
	font-size:14px;
	}
#tokushou h3{
	margin-bottom:10px;
	}
#tokushou .tokushouArea01{
	margin-bottom:20px;
	}
#tokushou .tokushouArea01 dl{
	width:606px;
	margin:0 auto 10px auto;
	}
#tokushou .tokushouArea01 dl dt{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/tokushou/line.jpg)  no-repeat left bottom;
	font-weight:bold;
	padding:0 0 0 10px;
	margin-bottom:10px;
	}
#tokushou .tokushouArea01 dl dd{
	padding:0 0 0 0;
	margin-bottom:15px;
	}

	


/* ----------------------------------------------------
	プライバシー
---------------------------------------------------- */
#privacy{ font-size:14px;}
#privacy h3{ margin-bottom:10px;}
#privacy p{ margin-bottom:30px;}
#privacy dl dt{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/privacy/stt01.jpg) no-repeat;
	width:642px;
	height:21px;
	padding:3px 0 0 28px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:10px;
	}
#privacy dl dd{
	margin-bottom:30px;
	}
	
/* ----------------------------------------------------
	豆知識
---------------------------------------------------- */
#mamechishiki{
	margin-bottom:30px;
	font-size:14px;
	}
#mamechishiki h3{
	margin-bottom:20px;
	}
#mamechishiki h4{
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	}
/* ----------------------------------------------------
	お客様の声
---------------------------------------------------- */
#voice{
	font-size:14px;
	}
#voice .voicettbg{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/voice/bg.jpg) no-repeat 0 0;
	width:670px;
	height:520px;
	position:relative;
	}
#voice .voicettbg h3{
	position:absolute;
	left:13px;
	top:360px;
	}
#voice .voicettbg p{
	position:absolute;
	left:13px;
	top:419px;
	}
#voice .voiceArea{}
#voice .voiceArea .voiceBox{
	margin-bottom:30px;
	}
#voice .voiceArea .voiceBox h4{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/voice/tt_bg.jpg) no-repeat 0 0;
	width:625px;
	height:35px;
	font-weight:bold;
	font-size:18px;
	padding:5px 0 0 45px;
	margin-bottom:40px;
	}
#voice .voiceArea .voiceBox dl{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/voice/voice_bg.jpg) no-repeat right bottom;
	min-height:188px;
	}
#voice .voiceArea .voiceBox dl dt{
	float:left;
	width:180px;
	}
#voice .voiceArea .voiceBox dl dd{
	float:right;
	width:460px;
	}
#voice .voiceArea .voiceBox dl dd .voiceTxt{
	margin-bottom:15px;
	}
#voice .voiceArea .voiceBox dl dd .voiceName{
	font-weight:bold;
	}
/* ----------------------------------------------------
	新着情報一覧
---------------------------------------------------- */
#picup{
	font-size:14px;
	margin-bottom:60px;
	}
#picup h3{
	margin-bottom:10px;
	}
#picup ul li{
	background:url(https://file001.shop-pro.jp/PA01028/675/images/cmn/arrow_02.png) no-repeat left 7px;
	padding:0 0 5px 15px;
	}
#picup ul li a{
	color:#000;
	}
	
	


a{text-decoration:none;}

a img:hover{
	opacity:0.7;
	}

.fl{ float:left;}
.fr{ float:right;}

/* ----------------------------------------------------
	まっくぶろぐ
---------------------------------------------------- */
.mac_box{
	width:95%;
	margin:0 auto;
}

.mac_box h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.mac_box h5{
	font-size:14px;
	font-weight:bold;
}

.mac_box p{
	margin-bottom:15px;
}

.mac_back{
	text-align:right;
	margin-right:10px;
}

/* ----------------------------------------------------
	会員特典キャンペーン
---------------------------------------------------- */
.tokutenArea01 {
 	width: 495px;
 	margin: 0 auto;
 	padding: 30px 0;
	text-align: center;
}

.tokuten-list {
  	margin: 40px 0 50px 0;
	display: flex;
	justify-content: space-between;
}
