@charset "euc-jp";

/* ==========================================================================
	RESET LAYOUT
=========================================================================== */
html {overflow-y: scroll;/* For Mozilla's bug */}
body {margin: 0; padding: 0; text-align: center; color: #886a5b; font-size: 62.5%; line-height: 1.5; font-family: "･ﾒ･鬣ｮ･ﾎｳﾑ･ｴ ProN W3", "Hiragino Kaku Gothic ProN", "･皈､･・ｪ", Meiryo, sans-serif;}

/** -------------------------------- **
	TAG RESET
*** ----------------------------------------------------------------- ***/
h1, h2, h3, h4, h5, h6, p, span, ul, ol, li, dl, dt, dd, table, th, td, input, legend, div, form, hr, address {margin: 0; padding: 0; list-style:none; font-weight: normal; font-style: normal;}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, div, pre, blockquote, input {word-break: break-all;}
hr {display: none;}
img {vertical-align: bottom;}
a {
/*\*/
	overflow: hidden;
/**/
}

/** -------------------------------- **
	FLOAT RESET
*** ----------------------------------------------------------------- ***/
div:after, ul:after, ol:after, li:after, dl:after, dt:after, dd:after {content: ""; height: 0; clear: both; display: block; visibility: hidden;}
div {zoom: 100% /* IE7 */;}

.flLeft {float:left;}
.flRight {float:right;}

/* ==========================================================================
	COMMON STYLE
=========================================================================== */

/** -------------------------------- **
	A LINK
*** ----------------------------------------------------------------- ***/
a:link {text-decoration: underline; color: #8f7365;}
a:visited {text-decoration: underline; color: #8f7365;}
a:hover, a:active {text-decoration: none; color: #fd69b3;}

a img {border: none;}
a:hover img {-moz-opacity: 0.7; opacity: 0.7; filter: alpha(opacity=70);}

/** -------------------------------- **
	TITLE STYLE
*** ----------------------------------------------------------------- ***/
.main .pageTit {
	width: 100%;
	min-height: 90px;
	margin: 0 0 24px;
	padding: 30px 160px 20px 21px;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	background: url(https://file001.shop-pro.jp/PA01060/058/images/common/bgTitle.gif) right top no-repeat #f9f6ee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url("https://file001.shop-pro.jp/PA01060/058/PIE.htc");
}
.main .sectionTit {margin: 0 0 20px; padding: 0 0 20px; font-size: 1.6em; font-weight: bold; text-align: left; background: url(https://file001.shop-pro.jp/PA01060/058/images/common/bgCircle01.gif) left bottom repeat-x;}
.main .contsHeadline {margin: 0 0 15px; padding: 0 5px 18px; font-size: 1.6em; font-weight: bold; text-align: left; background: url(https://file001.shop-pro.jp/PA01060/058/images/common/bgLine01.gif) left bottom repeat-x;}
.main .subHeadline {margin: 0 0 10px; padding: 0 0 10px; font-size: 1.5em; font-weight: bold; text-align: left; border-bottom: 1px solid #e8dcc1;}

/** -------------------------------- **
	TEXT STYLE
*** ----------------------------------------------------------------- ***/
.alignL {text-align: left !important;}
.alignR {text-align: right !important;}
.alignC {text-align: center !important;}

.txtCol01 {color: #fb3375;}

/** -------------------------------- **
	LIST STYLE
*** ----------------------------------------------------------------- ***/
.dotList {margin: 10px 0;}
.dotList li {list-style: outside disc; margin-left: 22px;}
.numList {margin: 10px 0;}
.numList li {list-style: outside decimal; margin-left: 24px;}
.circleList {margin: 10px 0;}
.circleList li {padding-left: 20px; background: url(https://file001.shop-pro.jp/PA01060/058/images/common/iconCircle.gif) left 5px no-repeat;}
.squareList {margin: 10px 0;}
.squareList li {padding-left: 14px; background: url(https://file001.shop-pro.jp/PA01060/058/images/common/iconSquare.gif) left 7px no-repeat;}

/** -------------------------------- **
	TABLE STYLE
*** ----------------------------------------------------------------- ***/
.tblLayout {width:100%; font-size:1.3em; text-align:left; border-collapse:collapse;}
.tblLayout tr:nth-child(odd) {background:#fbf8f5;}
.tblLayout th,
.tblLayout td {padding:10px 15px; vertical-align:middle; word-break:break-all;}
.tblLayout th {width:22%; font-weight:bold;}

/** -------------------------------- **
	PAGE NAVI STYLE
*** ----------------------------------------------------------------- ***/
.pagenavi {display: table; margin: 0 auto; font-size: 1.1em; text-align: center;}
.pagenavi li {display: table-cell; padding: 0 4px;}
.pagenavi li a, 
.pagenavi li span {color: #9e8579; padding: 3px 8px; text-decoration: none; border: 1px solid #e0dad4;}
.pagenavi li a:hover,
.pagenavi li .current {color: #e2dad6; border: 1px solid #886a5b; background: #886a5b;}

/** -------------------------------- **
	PAGETOP STYLE
*** ----------------------------------------------------------------- ***/
#pageTop {position: fixed; top: 85%; left: 92%;}

/** -------------------------------- **
	TOPICPATH STYLE
*** ----------------------------------------------------------------- ***/
#topicpath {font-size: 1.2em; margin-bottom: 10px; text-align: left;}
#topicpath li {float: left; margin-right: 10px;}
#topicpath li a {margin-right: 5px;}

/** -------------------------------- **
	RSS RECIPE STYLE
*** ----------------------------------------------------------------- ***/

/* INDEX RECIPE STYLE
--------------------------------------------- */
.topRecipe {padding:15px; margin:20px 0 35px; background:url(https://file001.shop-pro.jp/PA01060/058/images/common/bgPattern01.jpg);}
.topRecipeInner {
	padding:5px 5px 0;
	background:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	-moz-box-shadow:2px 2px 2px #c9bda8;
	-webkit-box-shadow:2px 2px 2px #c9bda8;
	box-shadow:2px 2px 2px #c9bda8;
	behavior:url("https://file001.shop-pro.jp/PA01060/058/PIE.htc");
	position:relative;
}
.topRecipe .topRecipeInner .recipeTit {position:absolute; left:10px; top:10px;}
.picImg {
	-moz-box-shadow: 1px 1px 1px #c9bda8;
	-webkit-box-shadow: 1px 1px 1px #c9bda8;
	box-shadow: 1px 1px 1px #c9bda8;
	behavior: url("https://file001.shop-pro.jp/PA01060/058/PIE.htc");
}
.picItem li {float: left; width: 330px; margin: 0 0 15px 0; padding:10px 0 0 15px; text-align:left;}
.picItem li img {max-width: 100%; height: auto;}
.picItem li dt {font-size: 1.4em; font-weight: bold;}
.picItem li p {float: left; width: 136px; padding-right:10px;}
.picItem li:first-child {float: left; width: 350px; margin:120px 0 25px 10px; padding: 0 0 10px;}
.picItem li:first-child p {position: relative; float: none; width: auto; padding-right:0; margin:0 0 0 20px;}
.picItem li:first-child p img {}
.picItem li:first-child dt {float:none; padding: 10px 0 0 16px; font-size: 1.6em; font-weight: bold;}
.picItem li:first-child .picArea {
	display: block;
	width: 319px;
	height: 189px;
	overflow: hidden;
	-moz-box-shadow: 1px 1px 1px #c9bda8;
	-webkit-box-shadow: 1px 1px 1px #c9bda8;
	box-shadow: 1px 1px 1px #c9bda8;
	behavior: url("https://file001.shop-pro.jp/PA01060/058/PIE.htc");
}
.picItem li:first-child .picFrame {width: 342px; height: 208px; background: url(https://file001.shop-pro.jp/PA01060/058/images/common/recipeFrame.png) no-repeat; position: absolute; top: -10px; left: -10px;}
.topRecipeInner .btnMoreRecipe {position:absolute; bottom:2%; left:85%;}


/* ==========================================================================
	LAYOUT STYLE
=========================================================================== */

/** -------------------------------- **
	CONTENTS STYLE
*** ----------------------------------------------------------------- ***/
#container {width: 1000px; margin: 24px auto;}

/** -------------------------------- **
	HEADER STYLE
*** ----------------------------------------------------------------- ***/
.header {width: 1000px; margin: 8px auto 0;}
.header .hdHelpArea {padding-bottom: 8px; border-bottom: 1px solid #e0dad4;}
.header .hdHelpArea .hdTel {float: left;}
.header .hdHelpArea .hdTel dt {float: left; width: 183px;}
.header .hdHelpArea .hdTel dd {float: left;}
.header .hdHelpArea .hdNav {float: right; width: 200px;}
.header .hdHelpArea .hdNav li {float: left; margin: 6px 5px 0 0;}
.header .hdHelpArea .hdNav li:last-child {margin-right: 0;}

.header .hdInner {margin-top: 1px;}
.header .hdInner h1 {float: left; margin: 7px 53px 0 0;}
.header .hdInner .hdShipping {float: left; margin: 7px 0 0;}
.header .hdInner .hdCart {float: right;}

/* .gNav
--------------------------------------------- */
.gNav {width: 1000px; margin: 8px auto 0;}
.gNav li {float: left;}

/** -------------------------------- **
	FOOTER STYLE
*** ----------------------------------------------------------------- ***/
.footer {margin-top: 50px; padding-top: 350px; font-size: 1.1em; line-height: 2; text-align: center; background: url(https://file001.shop-pro.jp/PA01060/058/images/common/footerImg.jpg) top center no-repeat;}
.footer .ftInner {background: #674332; color: #fff; text-align: right;}
.footer .copyright {width: 1000px; margin: 0 auto;}

/** -------------------------------- **
	MAIN STYLE
*** ----------------------------------------------------------------- ***/
.main {float: right; width: 750px;}
.main .contsColumn {padding: 0 15px; margin: 0 0 40px;}
.main .contsColumn.guideColumn {padding: 0 10px; margin: 0 0 40px;}
.main .contsColumn.noPad {padding: 0; margin: 0 0 40px;}
.main .ftLInk {font-size: 1.2em;}
.main .ftLInk a {font-weight: bold;}

/* .comGuide
--------------------------------------------- */
.comGuide {padding: 14px 14px 0; margin: 20px 0; text-align: left; border: 1px solid #e0dad4;}
.comGuide .leftArea {float: left; width: 327px;}
.comGuide .rightArea {float: right; width: 327px;}
.comGuide {padding: 14px 14px 0; margin: 20px 0; text-align: left; border: 1px solid #e0dad4;}
.comGuide .hdStyle03 {padding: 0 4px 10px; font-size: 1.4em; font-weight: bold; color: #6b4b3a; background: url(https://file001.shop-pro.jp/PA01060/058/images/common/bgLine02.gif) left bottom no-repeat;}
.comGuide .hdStyle03.secTit {margin-top: 24px;}
.comGuide p {font-size: 1.2em; padding: 0 4px; margin: 10px 0 15px;}
.comGuide dl {margin: 15px 0; padding: 0 4px; font-size: 1.2em;}
.comGuide dl dt {font-weight: bold;}
.comGuide img {margin-right:10px;}

.comGuide p.amazonPay{margin-bottom:-12px !important;}
.amazonPayContainer .amazonPayTxt{overflow:hidden; padding-top:10px;}

/** -------------------------------- **
	SIDE STYLE
*** ----------------------------------------------------------------- ***/
.side {float: left; width: 220px; text-align: left;}
.side .asideBnr li {margin: 10px 0;}
.side .comBox {padding: 8px; margin: 20px 0; border: 1px solid #e0dad4;}
.side .comBox.cat {padding: 8px; margin: 20px 0; border:none; background:#fff9da;}

.side .asideBnr02 {margin-bottom:35px;}
.side .asideBnr02 li {margin: 10px 0;}

.side .comBox.cat {padding: 8px; margin: 20px 0; border:none; background:#fff9da;}

.side .fbBox {margin:20px 0 0;}
.side .fbBox iframe {height:310px;}

/*.fbBox {margin:20px 0 40px; text-align:center;}
.fbBox iframe {width:500px;}*/

.side_line{margin-top:20px;}


/* .asideLogin
--------------------------------------------- */
.side .asideLogin {padding: 8px; background: #ece6d7;}
.side .asideLogin li:first-child {margin-bottom: 8px;}

/* .asideSearch
--------------------------------------------- */
.side .asideSearch #searchSelect {position: relative; margin: 10px 0;}
.side .asideSearch .customSelect {display: block; width: 194px; padding: 4px; margin: 10px 0; font-size: 1.2em; color: #fff; background-color: #674332;}
.side .asideSearch .customSelectInner {padding-left: 26px; background: url(https://file001.shop-pro.jp/PA01060/058/images/common/customSelect-arrow.gif) 8px center no-repeat;}
.side .asideSearch .searchField {width: 132px; height: 20px; border: 1px solid #e0dad4; vertical-align: top;}
.side .asideSearch .asideSearchBtn {width: 60px; margin-left: 8px;}

/* .asideNav
--------------------------------------------- */
.side .asideNav ul {margin-top: 10px;}
.side .asideNav li {font-size: 1.2em;}
.side .asideNav li a {display: block; padding: 3px 0 3px 14px; font-weight: bold; text-decoration: none; background: url(https://file001.shop-pro.jp/PA01060/058/images/common/iconArr01.gif) 2px 8px no-repeat;}
.side .asideNav .bnrNav li {margin:5px 0;}
.side .asideNav .bnrNav li a {display:inline; padding:0; background:none;}

/* .outBlog
--------------------------------------------- */
.side .outBlog {padding: 7px; margin: 20px 0; color: #7a6c57; font-size: 1.1em; background: #eee8da;}
.side .blogColumn {padding: 15px 18px; margin: 7px 0 0; border: 1px solid #ede5d1; background: #fff;}
.side .blogColumn:first-child {margin: 0;}
.side .blogColumn dl {margin: 10px 0 0; font-weight: bold;}
.side .blogColumn a {color: #7a6c57;}

/* .asideMailMagazine
--------------------------------------------- */
.side .asideMailMagazine {padding:3px; margin-top:10px; text-align:center; background: #ffe8e8;}
.side .asideMailMagazineInner {padding:10px 6px; border:1px solid #fff;}
.side .asideMailMagazineInner dl {margin-top:4px;}
.side .asideMailMagazineInner dd {margin-top:8px;}
.side .asideMailMagazineInner dl input {width:94%; padding:5px; font-size:1.2em; font-weight:bold; color:#c9b6ad; border:1px solid #f7dfdf;}
.side .asideMailMagazineInner dl input::-webkit-input-placeholder {color: #c9b6ad;}
.side .asideMailMagazineInner dl input:-ms-input-placeholder {color: #c9b6ad;}
.side .asideMailMagazineInner dl input::-moz-placeholder {color: #c9b6ad;}
.side .asideMailMagazineInner dl button {padding:0; border:none; background:none;}
.side .asideMailMagazineInner p {margin-top:10px;}


/* ==========================================================================
	ORIGINAL STYLE
=========================================================================== */

/** -------------------------------- **
	INDEX STYLE
*** ----------------------------------------------------------------- ***/
.topMain {margin: 0 0 25px;}
.topBnr {margin: 0 0 20px;}
.topBnr li {margin-bottom: 14px;}
.topNewsList {padding: 20px 25px; font-size: 1.3em; text-align: left; border-bottom: 1px solid #e0dad4;}
.topNewsList dt {float: left; width: 85px; font-weight: bold;}
.topNewsList dd {float: right; width: 595px;}
.topPicup {padding: 20px 10px;}
.topRank {padding: 20px 10px;}
.topRank dl {float: left; width: 170px; margin-right: 15px; font-size: 1.4em; text-align: left;}
.topRank dl:last-child {margin-right: 0;}
.topRank dl dt a {font-weight: bold;}
.topRank dl dt img {vertical-align: middle; margin-right: 10px;}
.topRank dl dd {margin-top: 8px; text-align: center;}
.topRank dl dd img {margin-bottom: 10px;}

/* SLIDE */
#slideshow {width:1000px; margin:0 0 20px;}
#slideshow a:hover img {-moz-opacity:1.0; opacity:1.0; filter:alpha(opacity=100);}
#slideshow #bx-pager {margin:10px -20px 0 0; overflow:hidden;} 
#slideshow #bx-pager a img {margin:0 17px 0 0; border:1px solid #e1dad4;}
#slideshow #bx-pager a.active img {border:1px solid #c00;}

/** -------------------------------- **
	ITEMLIST STYLE
*** ----------------------------------------------------------------- ***/
.itemSort {margin: 0 0 24px; padding: 0 10px;}
.itemSort .listNum {float: left; font-size: 1.2em; font-weight: bold; text-align: left;}
.itemSort .sortBtn {float: right; font-size: 1.2em; font-weight: bold; color: #383838; text-align: left;}
.itemSort .sortBtn dt {float: left; margin-right: 10px;}
.itemSort .sortBtn dd {float: left; width: 72px; margin-left: 4px;}

.productList {width: 100%; margin: 0 0 20px; text-align: left;}
.productList dl {float:left; width: 164px; padding: 0 10px 10px;}
.productList dl dt {width: 164px; min-height: 164px; border: 1px solid #e0dad4;}
.productList dl dt a {display: block; width: 100%; height: 100%; text-align: center;}
.productList dl dt img {width: auto; height: 164px;}
.productList.subItemList dl {width: 125px; padding: 0 30px 10px;}
.productList.subItemList dl dt {width: 125px; min-height: 125px; border: 1px solid #e0dad4;}
.productList.subItemList dl dt img {height: 125px;}
.productList dl dd {padding: 10px 0 10px;}
.productList h4 {font-size: 1.4em; font-weight: bold;}
.productList h4 img {margin:0 5px; vertical-align: middle;}
.productList p {font-size: 1.2em; margin-top:5px;}

/* ｹｩｾ・ﾇ､ｭ､ｿ､ﾆﾊﾘ */
#productschedule {width:730px; height:340px; margin:30px auto 0; border:none;}

/** -------------------------------- **
	ITEMDETAIL STYLE
*** ----------------------------------------------------------------- ***/
.detailBox {width:735px; margin: 0 auto 40px; text-align: left; background: url(https://file001.shop-pro.jp/PA01060/058/images/detail/bgDetailBox.gif) left bottom no-repeat;}
.detailBoxInner {padding: 30px 30px 20px 14px; background: url(https://file001.shop-pro.jp/PA01060/058/images/detail/bgDetailBoxTop.gif) right top no-repeat;}
.detailBox .contsHeadline {text-align: center; font-size: 16px; background: url(https://file001.shop-pro.jp/PA01060/058/images/common/bgLine03.gif) left bottom repeat-x;}
.detailBox .txtArea {padding: 0 10px 0 20px; font-size: 14px;}
.detailBox .txtArea.flLeft {width: 340px;}
.detailBox .extraBox {width: 640px; padding: 14px 16px; margin: 14px 0 0 14px; font-size: 14px; background: url(https://file001.shop-pro.jp/PA01060/058/images/detail/bgDetailBoxExtra.gif) right bottom no-repeat #fff;}

.itemConts {margin-bottom:20px; font-size: 13px; text-align: left;}
.itemConts .subHeadline {margin: 30px 0 10px;}
.itemConts p {text-align: left;}

.main .contsColumn.itemBuy {margin: 0 0 80px;}
.itemBuy #itemImg {float: left; width: 321px; margin-top:10px;}
.itemBuy #itemImg dt {width: 319px; height:319px; border: 1px solid #e0dad4; overflow: hidden;}
.itemBuy #itemImg dt img {width: auto; height: 319px;}
.itemBuy #itemImg dd {margin-top:10px;}
.itemBuy #itemImg dd .subImg li {float: left; width: 75px; height: 75px; margin-right: 4px; border: 1px solid #e0dad4; overflow: hidden;}
.itemBuy #itemImg dd .subImg li:last-child {margin-right: 0;}
.itemBuy #itemImg dd .subImg li img {width: auto; height: 75px;}

.itemBuy .itemAbout {float: right; width: 370px;}
.tblItemAbout {width: 100%; border-collapse: collapse; font-size: 14px; text-align: left;}
.itemConts .tblItemAbout {width: 49%; border-collapse: collapse; text-align: left;}
.tblItemAbout tr {border-bottom: 1px solid #e0dad4;}
.tblItemAbout tr:last-child {border-bottom: none;}
.tblItemAbout th,
.tblItemAbout td {padding: 10px 8px;}
.itemBuy .tblItemAbout th {width: 18%; font-weight: bold;}
.itemConts .tblItemAbout th {width: 23%; font-weight: bold;}
.itemBuy .itemAbout .cvArea {margin-top: 20px; padding: 0 8px; text-align: left;}
.itemBuy .itemAbout .cvArea .price {font-size: 1.3em;  font-weight: bold;}
.itemBuy .itemAbout .cvArea .price strong {font-size: 1.385em;}
.itemBuy .itemAbout .cvArea .tblItemNum {margin-top: 14px; font-size: 1.4em;}
.itemBuy .itemAbout .cvArea .tblItemNum th {padding-right:10px;}
.itemBuy .itemAbout .cvArea .tblItemNum .numField input {width: 59px; height: 20px; text-align: right; border: 1px solid #e0dad4;}
.itemBuy .itemAbout .cvArea .tblItemNum .btnBuy {padding-left: 10px;}
.itemBuy .itemAbout .cvArea .snsBtn {padding-top: 15px; font-size: 1.2em;}
.itemBuy .itemAbout .cvArea .snsBtn ul {margin: 15px 0 0;}
.itemBuy .itemAbout .cvArea .snsBtn li {margin: 5px 0;}

/** -------------------------------- **
	 GUIDE STYLE
*** ----------------------------------------------------------------- ***/
.guideColumn ol {margin: 0 0 20px; font-size: 1.3em; text-align: left;}
.guideColumn p {margin: 0 0 20px; font-size: 1.3em; text-align: left;}

/** -------------------------------- **
	 FAQ STYLE
*** ----------------------------------------------------------------- ***/
.faqBox {width:730px; margin:0 auto 30px; padding:0 0 17px; text-align:left; background:url(https://file001.shop-pro.jp/PA01060/058/images/common/bgFaqbtm.gif) bottom no-repeat;}
.faqBox .faqTit {width:684px; padding:17px 23px 0; background:url(https://file001.shop-pro.jp/PA01060/058/images/common/bgFaqtop.gif) top no-repeat;}
.faqBox .faqTit dt {float:left; width:112px;}
.faqBox .faqTit dd {float:left; width:564px; padding-top:16px; font-size: 1.6em; font-weight:bold; color:#00b7ee;}
.main .contsColumn.faqColumn {width:700px; padding:0 0 16px; margin:0 auto; background:url(https://file001.shop-pro.jp/PA01060/058/images/common/bgAnswerBtm.gif) bottom no-repeat;}
.faqColumn dl {width:700px; padding:24px 0 0; margin-top:16px; text-align:left; background:url(https://file001.shop-pro.jp/PA01060/058/images/common/bgAnswerTop.gif) top no-repeat;}
.faqColumn dt {float:left; width:66px; height:16px; margin:0 0 0 16px; text-indent:100%; white-space:nowrap; overflow:hidden; background:url(https://file001.shop-pro.jp/PA01060/058/images/common/iconA.gif) no-repeat;}
.faqColumn dd {float:right; width:564px; padding-right:14px; font-size: 1.5em; font-weight:bold;}
.faqColumn dd a {color:#fb3375; text-decoration:underline;}

/** -------------------------------- **
	 ABOUT STYLE
*** ----------------------------------------------------------------- ***/
.aboutMsg {width:737px; margin:0 auto 40px; border:1px solid #ebe3d9;}
.aboutMsg .msgArea {float:right; width:344px; padding:10px; text-align:left;}
.aboutMsg .msgArea h4 {font-size:1.8em; font-weight:bold;}
.aboutMsg .msgArea p {font-size:1.4em; margin-top:10px;}
.busPartner {padding:0 20px; border:1px solid #d9c8b8;}
.busPartner .hdTit {padding:10px 0; font-size:1.3em; font-weight:bold; text-align:center; border-bottom:1px solid #d9c8b8;}
.busPartner .txtBody {padding:10px; font-size:1.3em; text-align:left;}

/* -------------------------------------------------------------- 
	ITEM USE
-------------------------------------------------------------- */
.itemLineup {width:685px; margin:0 auto;}
.itemLineup li {float:left; width:326px; margin:0 0 23px;}
.itemLineup li:nth-child(even) {float:right;}

/** -------------------------------- **
	 SKBOX STYLE
*** ----------------------------------------------------------------- ***/
.skBox {font-size: 1.3em; text-align: left;}

/** -------------------------------- **
	 PRIVACY STYLE
*** ----------------------------------------------------------------- ***/
.privacy {font-size: 1.3em; text-align: left;}

/** -------------------------------- **
	 SITEMAP STYLE
*** ----------------------------------------------------------------- ***/
.sitemap {font-size: 1.3em; text-align: left;}

/** -------------------------------- **
	 option_tbl
*** ----------------------------------------------------------------- ***/
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}

/** -------------------------------- **
	 AMAZON PAY
*** ----------------------------------------------------------------- ***/
.amazonPayColumn .amazonPayTxt {
  font-size:1.4em;
  text-align:left;
  margin-bottom:40px;
}

.amazonPayH4 {
  font-size:1.4em;
  text-align:left;
  font-weight:bold;
  border-top:1px solid #ebe3d9;
  border-bottom:1px solid #ebe3d9;
  padding:10px;
  margin-bottom:25px;
}

.amazonPayH4.last {
  margin-bottom:60px;
} 

.amazonPayColumn .amazonPayImg {
  margin-bottom:105px;
}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 25px;
  background: #ffffff;
  border: none;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


.flexslider:hover .flex-prev { opacity: 0.2; left: 10px; background: url(https://file001.shop-pro.jp/PA01060/058/images/index/topBnrArr01.png) no-repeat left; }
.flexslider:hover .flex-next { opacity: 0.2; right: 10px; background: url(https://file001.shop-pro.jp/PA01060/058/images/index/topBnrArr02.png) no-repeat right; }


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* ====================================================================================================================
 * webｸﾂﾄ遙ｪ･ｿ･&#58008;ｫ･&#58008;ﾉ･・ﾃ･ｷ･&#58008;ｰ
 * ====================================================================================================================*/
.tankan-sec01 {
  margin: -24px 0 0;
  background: url(https://file001.shop-pro.jp/PA01060/058/images/item/tankan/sec01_img01.jpg) no-repeat;
  width: 750px;
  height: 461px;
  position: relative;
}
.tankan-sec01-1 {
  margin: -24px 0 0;
  background: url(https://file001.shop-pro.jp/PA01060/058/images/item/tankan/sec01_img01_1_1.jpg) no-repeat;
  width: 750px;
  height: 461px;
  position: relative;
}
.tankan-sec01 .sec01_text01 {
  position: absolute;
  top: 42px;
  left: 77px;
}
.tankan-sec01 .sec01_text02 {
  position: absolute;
  top: 144px;
  left: 8px;
}
.tankan-sec01 .sec01_text03 {
  position: absolute;
  top: 295px;
  left: 5px;
}

.tankan-sec02 .alignC {
  margin-bottom:35px;
}
.tankan-sec02 > .inner {
  padding: 0 35px;
  margin-bottom: 30px;
}
.tankan-sec02 h3.tankan-ttl01 {
  font-size: 24px;
  color: #4cb27c;
  margin-bottom: 15px;
}
.tankan-sec02 .article {
  padding: 0 20px 0;
}
.tankan-sec02 .article.first {
  background: url(https://file001.shop-pro.jp/PA01060/058/images/item/tankan/sec02_bg02.png) no-repeat 90% 15%;
  padding: 0 20px 20px;
}
.tankan-sec02 .article.second {
  background: url(https://file001.shop-pro.jp/PA01060/058/images/item/tankan/sec02_bg03.png) no-repeat 20px 10%;
}
.tankan-sec02 .article .inner {
  background: url(https://file001.shop-pro.jp/PA01060/058/images/item/tankan/sec02_bg.png) no-repeat;
  padding: 55px 20px 0;
}
.tankan-sec02 .article.second .inner {
  background: url(https://file001.shop-pro.jp/PA01060/058/images/item/tankan/sec02_bg.png) no-repeat;
  padding: 45px 0 0;
}
.tankan-sec02 .article.second .inner .alignC {
  margin-bottom: 20px;
}
.tankan-sec02 .article.second .inner p {
  margin-bottom: 30px;
}
.tankan-sec02 .article.third .inner {
  padding: 50px 0 0;
}
.tankan-sec02 .article.third .inner p {
  margin-bottom: 30px;
}
.tankan-sec02 .article .flLeft {
  margin-right: 20px;
}
.tankan-sec02 .article p {
  line-height: 26px;
}

.tankan-sec03 {
  background: url(https://file001.shop-pro.jp/PA01060/058/images/item/tankan/recipe_bg.gif) repeat;
  padding: 35px 20px;
  margin-bottom:55px;/*20161005追加*/
}
.tankan-sec03 h3 {
  border-bottom: 1px solid #c4b186;
  font-size: 26px;
  margin: 15px 0 25px;
}
.tankan-sec03 h3:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #ede0c2;
  padding-bottom: 15px;
  margin-bottom: -2px;
}
.tankan-sec03 .recipe {
  padding: 51px 10px 0;
}
.tankan-sec03 .recipe .flLeft,
.tankan-sec03 .recipe .flRight {
  background: #fff;
  box-shadow:3px 3px 3px 0px #baa984;
  -moz-box-shadow:3px 3px 3px 0px #baa984;
  -webkit-box-shadow:3px 3px 3px 0px #baa984;
  border-radius:0px 5px 5px 5px;
  -moz-border-radius:0px 5px 5px 5px;
  -webkit-border-radius:0px 5px 5px 5px;
  width: 335px;
  min-height: 765px;
  margin-bottom: 30px;
}
.tankan-sec03 .recipe .minHeight {min-height: 850px;}
.tankan-sec03 .recipe .num {
  margin-top: -51px;
}
.tankan-sec03 .recipe .inner {
  padding: 20px;
}
.tankan-sec03 .recipe .inner h4 {
  color: #674332;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.tankan-sec03 .recipe .inner h4 span {
  font-size: 14px;
}
.tankan-sec03 .recipe .inner h5 {
  color: #674332;
  font-size: 16px;
  margin: 10px 0;
}
.tankan-sec03 .recipe .inner .btop {
  border-top: 1px solid #e4d7b7;
  padding-top: 10px;
  margin-top: 20px;
}
.tankan-sec03 .recipe .inner .cookingTxt {
  line-height: 1.8;
}

.tankan-sec04 .inner {
  padding: 0 20px;
}
.tankan-sec04 .inner .flLeft,
.tankan-sec04 .inner .flRight {
  margin-bottom: 30px;
}

.tankan-sec05 {
  background: #fbf8f0;
  padding: 20px;
}
.tankan-sec05 .inner {
  padding: 20px;
}
.tankan-sec05 .inner h3 {
  padding: 20px 0 0;
  margin-bottom: 35px;
}
.tankan-sec05 p,
.tankan-sec05 .alignC {
  margin-bottom: 20px;
}
.tankan-sec05 .mr20 {
  margin-right: 20px;
}
.tankan-sec05 .tankan-box {
  background: #fff;
  box-shadow:3px 3px 3px 0px #e7e2d9;
  -moz-box-shadow:3px 3px 3px 0px #e7e2d9;
  -webkit-box-shadow:3px 3px 3px 0px #e7e2d9;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  padding: 27px;
}
.tankan-sec05 h4 {
  color: #674332;
  font-size: 16px;
  margin-bottom: 10px;
}
.tankan-sec05 h5 {
  color: #674332;
  font-size: 20px;
  margin-bottom: 20px;
}

.tankan-sec06 {
  border: 1px solid #ffbd85;
  margin-bottom: 50px;
}
.tankan-sec06 h3 {
  margin-bottom: 30px;
}
.tankan-sec06 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #674332;
  padding: 10px 0 20px;
}
.tankan-sec06 h5 {
  font-size: 17px;
  font-weight: bold;
  color: #674332;
  padding: 20px 0 5px;
}
.tankan-sec06 .inner {
  padding: 0 20px 15px;
}
.tankan-sec06 .mr20 {
  margin-right: 20px;
}
.tankan-sec06 p {
  margin-bottom: 20px;
}

.tankan-sec07 {position: relative; padding-bottom: 125px;}
.tankan-sec07 div {
  margin-bottom: 20px;
}
.tankan-sec07 div.mt40 {
  margin-top: 40px;
}
.tankan-sec07 .bnr1Ltype {
	position: absolute;
	bottom: 0;
}


/*20161005追加*/
.bnr1Ltype {
  margin-bottom:40px;
}


.tankan-sec08 {
  margin-bottom: 40px;
}
.tankan-tb {
  width: 100%;
  border-collapse:collapse;
  border-spacing:0;
  border-top: 1px solid #b7a297;
  border-left: 1px solid #b7a297;

}
.tankan-tb th,
.tankan-tb td {
  border-right: 1px solid #b7a297;
  border-bottom: 1px solid #b7a297;
  /*padding: 15px 10px;*/
  padding: 15px;/*20161005追加*/
  height:auto !important;/*20161005追加*/
}
.tankan-tb th {
  background: #f5f1ef;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}

.ofh {
  overflow: hidden;
}

.goto-cart {
  margin: 25px 0 70px;
  text-align: center;
}

.disable_quick {
  text-align: right;
}




/*20161005追加*/
.tankan-sec09 {
  border:1px solid #d6cfbf;
  padding:40px;
  margin:50px 0;
}
.tankan-sec09 h3 {
  font-size:20px;
  text-align:center;
  border-bottom:1px solid #d6cfbf;
  padding-bottom:30px;
  margin-bottom:40px;
  font-weight:bold;
}
.tankan-sec09 .txt {
  margin-bottom:40px;
}
.tankan-sec09 .tankan-sec09Container {
  margin:80px 0 60px;
}
.tankan-sec09 .tankan-sec09Container .sec09_img01 {
  float:right;
  margin-left:20px;
}
.tankan-box {
  background: #fff8f1;
  box-shadow:3px 3px 3px 0px #e7e2d9;
  -moz-box-shadow:3px 3px 3px 0px #e7e2d9;
  -webkit-box-shadow:3px 3px 3px 0px #e7e2d9;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  padding: 27px;
  margin-bottom:55px;
}
.tankan-box h4 {
  color: #674332;
  font-size: 20px;
  margin-bottom: 20px;
  text-align:center;
}
.tankan-box .ofh p {
  margin-left:20px;
}

/*postage*/
.postageColumn {
  text-align:left;
  font-size:1.3em;
} 
.postageColumn p {
  margin-bottom:15px;
}  
.postageColumn dl dt{
  font-weight:bold;
  margin-top:30px;
}
.postageColumn dl dd{
  margin-bottom:15px;
}
.postageColumn .date{
  text-decoration:underline;
  font-weight:bold;
} 
.postageColumnInfo{
  padding: 14px;
  text-align: left;
  border: 1px solid #e0dad4;
  font-size:1.3em;
}
.postageColumnInfo p{
  margin-bottom:15px;
}
