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

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
   

body {line-height:1.5em;}
/* body * {line-height:1.5em;} について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/



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

* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}

body {
	font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	/*font-size: 12px;*/
	font-size: 0.8em;
	background: url(https://www.fukufuku.in/hime/images/body_bk.jpg) repeat-x center top #F8F3E8;
	/*color:#666;*/
	color: #5B5B5B;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

.bold {
	font-weight:bold;
	}

.cell_mar {
	margin: 0px 5px 0px 15px;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
sup {
	color: #900;
}

/*a:link    { color:#CC3300;text-decoration:none;}
a:visited { color:#CC3300;text-decoration:none;}
a:active  { color:#CC3300;text-decoration:none;}
a:hover   { color:#FF6633;text-decoration:none; }*/

a:link { color: #5B5B5B;}
a:visited { color: #5B5B5B;}
a:hover { text-decoration: none;}
a:active {}

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

.clear {
	clear: both;
}

/* ************************************************ 
 *	wrapper
 * ************************************************ */

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

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

#header {
	position: relative;
	width: 960px;
	height: 150px;
	margin: 0 auto;
	background: url(https://www.fukufuku.in/hime/images/head_bk.jpg) no-repeat;
}
#header .text {
	position: absolute;
	width: 101px;
	height: 40px;
	right: 10px;
}
#header .logo {
	position: absolute;
	width: 250px;
	height: 110px;
	top: 39px;
	left: 9px;
}
#header .disc {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #4C4C4C;
	font-size: 1em;
}
#header .menu {
	width: 342px;
	height: 20px;
	position: absolute;
	top: 7px;
	right: 131px;
}
#header .menu li {
	float: right;
	margin-left: 20px;
}
#visual {
	width: 940px;
	margin: 0 auto;
}
#gnav {
	position: absolute;
	width: 540px;
	height: 50px;
	top: 70px;
	right: 9px;
}
#gnav li {
	float: right;
}

/*#gnav li.nav01 { width:104px; margin-right:11px;}
#gnav li.nav02 { width:104px; margin-right:11px;}
#gnav li.nav03 { width:176px; margin-right:10px;}
#gnav li.nav04 { width:138px; margin-right:9px;}
#gnav li.nav05 { width:104px; margin-right:0;}
*/
/*
.title {
	width:785px;
	height:121px;
	color: <{$shop_title_fontcolor}>;
	font-size: 22px;
	font-weight:bold;
	text-align:center;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/title_bg.jpg) 0px 0px no-repeat;
	margin-bottom:10px;
	}

.title a {color: <{$shop_title_fontcolor}>;}
.title a:link    {color: <{$shop_title_fontcolor}>;text-decoration: none;}
.title a:visited {color: <{$shop_title_fontcolor}>;text-decoration: none;}
.title a:active  {color: <{$shop_title_fontcolor}>;text-decoration: none;}
.title a:hover   {color: <{$shop_title_fontcolor}>;text-decoration: none;}
*/

/*ホーム・マイアカウント・お問合せリンク*/
.menu_1 {
	padding:0px;
	margin:0px;
	line-height:0em;
	text-align:right;
}
.menu_1 img{
	vertical-align:top;
}

a#linkHome,
a#linkMyAccount {
	margin-right:25px;
}

/* ************************************************ 
 *	メイン
 * ************************************************ */

#container {
	width: 940px;
	margin: 0 auto 30px;
}
#container:before,#container:after { content:""; display:table;}
#container:after { clear:both;}
#container { zoom:1;}

/* #content
----------------------------------------------------------- */
#content {
	float: right;
	width: 720px;
}

#content .pagetop {
	padding: 10px 0;
	text-align: right;
}

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

#lnav {
	float: left;
	width: 210px;
}
#lnav .cartbox {
	width: 200px;
	margin: 0 0 20px 0;
	background: url(https://www.fukufuku.in/hime/images/side_cart_bk.jpg) repeat-y left top;
	color: #fff;
}
#lnav .cartbox .btn01 {
	position: relative;
	width: 200px;
	height: 70px;
}
#lnav .cartbox .btn01 a {
	display: block;
	position: absolute;
	width: 179px;
	height: 50px;
	top: 12px;
	left: 10px;
}
#lnav .cartbox .text {
	padding: 0 10px 10px 10px;
	color: #fff;
	text-align: center;
	font-size: 80%;
}
#lnav .cartbox .link {
	margin: 0 10px 0 10px;
	padding: 0 0 10px 25px;
	background: url(https://www.fukufuku.in/hime/images/side_icon01.png) no-repeat left center;
}
#lnav .cartbox .link a {
	line-height: 1.2;
	color: #fff;
	font-size: 90%;
}
#lnav .searchbox {
	width: 200px;
	height: 115px;
	margin: 0 0 20px 0;
	background: url(https://www.fukufuku.in/hime/images/side_search_bk.jpg) no-repeat left bottom;
	text-align: center;
}
#lnav .searchbox form {
	padding: 12px 10px;
}
#lnav .searchbox select {
	width: 100%;
	margin: 0 0 8px 0;
}

#lnav .searchbox .sbx {
	width: 180px;
	height: 30px;
}

#lnav .searchbox .text {
	width: 125px;
        height: 20px;
	margin: 0 2px 0 0;
}
#lnav .searchbox .button {
	padding: 2px;
	cursor: pointer;
}
#lnav .sideban {
	margin: 0 0 20px 0;
}
#lnav .sidenav {
	width: 200px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #DAC9A5;
	font-size: 90%;
}

#lnav .sidenav a:link,
#lnav .sidenav a:visited{
	text-decoration:none!important;}

#lnav .sidenav dt.text {
	width: 200px;
	height: 35px;
	background: url(https://www.fukufuku.in/hime/images/side_nav_st_bk.jpg);
	color: #fff;
	text-align: center;
	line-height: 35px;
}
#lnav .sidenav dd {
	border: 1px solid #DAC9A5;
	border-bottom: none;
	background: url(https://www.fukufuku.in/hime/images/side_nav_bk.jpg) repeat-x bottom #FFFEFE;
}
#lnav .sidenav dd a {
	display: block;
	padding: 10px 10px 10px 25px;
	line-height: 1;
	color: #3C1C11;
	text-decoration: none;
	background: url(https://www.fukufuku.in/hime/images/side_nav_icon.png) no-repeat 10px center;
}
#lnav .sidenav dd:hover {
	border: 1px solid #DAC9A5;
	border-bottom: none;
	background: url(https://www.fukufuku.in/hime/images/side_nav_bk2.jpg) repeat-x bottom #FFFEFE;
}
#lnav .shinsai {
	width: 200px;
	height: 252px;
	margin: 0 0 20px 0;
	background: url(https://www.fukufuku.in/hime/images/side_shinsai_bk.jpg) no-repeat bottom;
	text-align: center;
}
#lnav .shinsai a {
	display: block;
	width: 140px;
	height: 18px;
	margin: 0 auto 6px auto;
}
/*
.sidemenu {
	width:190px;
	color:#666;
	margin-bottom: 20px;
	}

.side_title {
	height:30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_text {
	background-color:#8F826C;
	padding:13px;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}

.side_bottom {
	height:4px;
	background-color:#8F826C;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_bottom_bg.gif) no-repeat;
	}
*/

/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */

.side_cat_bg {
	width:190px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bg.gif) 0px 0px repeat-y;
	margin-bottom:25px;
	}

.side_cat_title {
	height:30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_cat_text {
	border-bottom:1px #dacdb9 solid;
	padding:10px 15px 10px 30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 15px 13px;
	line-height:0px;
	}

.side_cat_bottom {
	height:18px;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bottom_bg.jpg) no-repeat;
	}

.side_cat_text a {color: #EFEFEF;}
.side_cat_text a:link    {color: #EFEFEF;text-decoration: none;}
.side_cat_text a:visited {color: #EFEFEF;text-decoration: none;}
.side_cat_text a:active  {color: #EFEFEF;text-decoration: none;}
.side_cat_text a:hover   {color: <{$table_title_fontcolor}>;text-decoration: none;}


/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 3px solid <{$cart_view_bordercolor}>;
	border-right: 3px solid <{$cart_view_bordercolor}>;
	margin: 3px 0px 3px 0px;
	padding:0 5px;
	font-size:80%;
	}
	
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
}

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

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

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

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

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

#footer {
	clear: both;
	position: relative;
	width: 960px;
	height: 314px;
	background: url(https://www.fukufuku.in/hime/images/footer_bk.jpg) no-repeat left top;
}
#footer .calendar {
	position: absolute;
	width: 200px;
	height: 150px;
	top: 43px;
	left: 28px;
}
#footer .contact {
	position: absolute;
	width: 240px;
	height: 148px;
	top: 44px;
	left: 251px;
}
#footer .text {
	position: absolute;
	width: 398px;
	height: 450px;
	top: 46px;
	left: 552px;
	background: url(https://www.fukufuku.in/hime/images/footer_st01.jpg) no-repeat right top;
	font-size: 10px;
}
#footer .text .st {
	display: none;
}
#footer .text img {
	position: absolute;
	top: 19px;
	left: 0;
}
#footer .text p {
	padding: 19px 0 0 90px;
	line-height: 1.2;
}
#footer .copy {
	position: absolute;
	top: 534px;
	left: 0;
}
/*
#footer {
	width: 785px;
	height: 79px;
	color: #432A16;
	font-size:80%;
	text-align: center;
	background: url(https://img.shop-pro.jp/tmpl_img/26/footer_bg.jpg) no-repeat;
	margin-top: 30px;
	margin-bottom: 15px;
	}

#menu_2 {
	text-align:center;
	margin-bottom: 5px;
	}

#copy {
	text-align:center;
	color:<{$footer_bgcolor}>;
	}

#footer a {color: #432A16;}
#footer a:link    {color: #432A16;text-decoration: none;}
#footer a:visited {color: #432A16;text-decoration: none;}
#footer a:active  {color: #432A16;text-decoration: none;}
#footer a:hover   {color: #7E5E44;text-decoration: none;}
*/


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

/* sub */
.box {
	width: 700px;
	margin: 0 0 0 20px;
}
.centerbox {
	clear: both;
	width: 600px;
	margin: 0 0 0 20px;
	padding: 20px 50px;
	background: url(https://www.fukufuku.in/hime/images/main_bk01.jpg) repeat-x top #F0E6D3;
	text-align: center;
}
.centerbox img {
}
.centerbox div,
.centerbox p {
	text-align: left;
	margin: 0 0 10px 0;
}
.st_text {
	padding: 13px 50px;
	width: 600px;
	background: url(https://www.fukufuku.in/hime/images/st_bk.jpg) no-repeat left center;
	font-size: 160%;
	line-height: 1;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
}

.main_title {
	width:565px;
	height:30px;
	background: url(https://img.shop-pro.jp/tmpl_img/26/main_title_bg.jpg) no-repeat;
	color:#6d2916;
	margin-bottom:15px;
	font-weight:bold;
	}
	
.main_title td{
	padding-left:15px;
	}

.main_title td img{
	vertical-align:middle;
	}
	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

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

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

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

.topnav {
	width: 720px;
        margin-bottom: 10px;
}
.topnav dt {
	clear: both;
}
.topnav dd {
	display: inline;
	float: left;
	margin: 0 0 18px 18px;
}
.topnav .first {
	margin: 0;
}
.news {
	clear: both;
	width: 600px;
	height: 100px;
	margin: 30px 0 0 20px;
	padding: 53px 50px 33px 50px;
	background: url(https://www.fukufuku.in/hime/images/top_news_bk.jpg) no-repeat left top;
}
.list ul {
	clear: both;
	width: 680px;
	margin: 0 0 10px 20px;
	padding: 20px 10px;
	background: url(https://www.fukufuku.in/hime/images/main_bk01.jpg) repeat-x top #F0E6D3;
}
.list ul:before,.list ul:after { content:""; display:table;}
.list ul:after { clear:both;}
.list ul { zoom:1;}
.list li {
	width: 202px;
	height: 300px;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 0 12px;
	padding: 0 0 10px 0;
	text-align: center;
}
.list li .photo {
	width: 202px;
	height: 200px;
	overflow: hidden;
	margin: 0 0 10px 0;
	text-align: center;
	background: url(https://www.fukufuku.in/hime/images/bg_item.jpg) repeat;
	display: table-cell;
	vertical-align: middle;
}
/* IE 6 */
* html .list li .photo {
	display: inline;
	zoom: 1;
}

/* IE 7 */
*:first-child+html .list li .photo {
	display: inline;
	zoom: 1;
}

/*\*//*/
* html .list li .photo {
	display: inline-block;
}
/**/

.list li img {
}
.list li .explain_n{
	margin: 0 0 0 0;
}
.list li a {
	text-decoration: none;
	color: #33170E;
}
.list li a:hover {
	text-decoration: underline;
}
.list li span {
	color: #FF2300;
}
.list li span .member {
	color: #F00;
}
.list li .s_expl {
	font-size: 80%;
line-height: 1.2em;
}
.about {
	clear: both;
	position: relative;
	width: 720px;
	height: 230px;
	background: url(https://www.fukufuku.in/hime/images/about_bk.jpg) no-repeat left top;
}
.about p {
	position: absolute;
	width: 380px;
	height: 120px;
　　　　line-height: 1.5em !important;
	top: 90px;
	left: 30px;
	color: #705539;
}
.about p.st {
	display: none;
}

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */

.info_bg {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bg.jpg) 0px 0px repeat-y;
	padding:0px 0px 5px;
	width:565px;
	}

.info_title {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_top_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	font-weight:bold;
	padding:7px 15px;
	margin:0px;
	}

.info_text {
	color:#666;
	padding:0px 15px;
	}
	
.info_text_bottom {
	margin-top:10px;
	}
	
.info_block {
	width:550px;
	margin:0px auto;
	padding:15px 0px 0px;
	background:#ffffff;
}
	
.info_bottom {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bottom_bg.jpg) 0px 0px no-repeat;
	height:5px;
	margin-bottom:20px;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	color:#666;
	margin-bottom: 15px;
	}


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


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 564px;
	height: 30px;
	color: <{$productlist_sort_bgcolor}>;
	font-size:80%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:<{$productlist_bgcolor}>;
	text-decoration:none;
	}

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

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

.price_all {
	padding:0;
	margin:0px;
	line-height: 2.5em;
}

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


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

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

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:<{$searchlist_bgcolor}>;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:<{$searchlist_border}>;
	text-decoration:none;
	}

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

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

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


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
/*
.pagenavi {
	width: 564px;
	height: 30px;
	color: #432A16;
	font-size:80%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/pagenavi_bg.gif) no-repeat;
	margin-bottom: 15px;
	}
*/
.sort {
	text-align: right;
	color: #73340A;
	font-size: 90%;
}
.sort a {
	color: #73340A;
	line-height: 30px;
}
.pagenavi {
	color: #73340A;
	font-size: 90%;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.pagenavi a {
	color: #73340A;
	padding: 0 5px;
}
.pagenavi span {
	padding: 0 5px;
}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 188px;
	text-align: center;
	padding:5px 0px 30px;
	}


.product_item {
	text-align:center;
	width:175px;
	margin:0px auto;
	}

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

.product_item .name {
	line-height: 120%;
	margin:10px 0px 0px;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	color: #333333;
	}

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


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
/*
.footstamp {
	width: 564px;
	height: 30px;
	background: url(https://img.shop-pro.jp/tmpl_img/26/footstamp_bg.gif) no-repeat;
	color: <{$navi_list_bgcolor}>;
	margin-bottom: 15px;
	}

.footstamp a {color: <{$category_fontcolor}>;}
.footstamp a:link    {color: <{$category_fontcolor}>;text-decoration: none;}
.footstamp a:visited {color: <{$category_fontcolor}>;text-decoration: none;}
.footstamp a:active  {color: <{$category_fontcolor}>;text-decoration: none;}
.footstamp a:hover   {color: #FFF;text-decoration: none;}

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

.footstamp img {
	vertical-align:middle;
}
*/
/* pan */
.pan {
	overflow: hidden;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	color: #73340A;
	background: url(https://www.fukufuku.in/hime/images/pan_bk.jpg) repeat-x top #F4EADA;
}
.pan a {
	color: #73340A;
}


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



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

#detail {
	text-align:center;
	color:#666;
	}

#detail .expl {
	line-height:150%;
	text-align: left;
	margin: 10px 10px 5px 10px;
	}

#detail .main_img {
	padding: 4px;
	border:1px #dacdb9 solid;
	}

#detail .sub {
	float: left;
	width: 188px;
	text-align: center;
	}

#detail .sub img {
	width: #CCCpx;
	padding: 4px;
	border:1px #dacdb9 solid;
	}

#detail .table {
	width: 400px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/detail_table_bg.jpg) left top repeat-y;
	text-align:left;
	margin:20px auto 30px;
	}

#detail .table .cell_1 {
	width: 130px;
	height: 25px;
	color: #6d2916;
	font-weight:bold;
	border-right: 2px #ffffff solid;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_2 {
	width: 270px;
	height: 25px;
	color: #6d2916;
	background:#f2ebe0;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
	}

/* ------------------------------------- 
 *	オプション在庫・値段表
 * ------------------------------------- */

div#option {
	padding:10px;
	background:#FFF;
}

table.option {
	margin:20px auto;
	background:#CCC;
	}

table.option th,
table.option td{
padding: 5px;}

table.option th {
	background:#DDD;
	text-align:left;
	font-weight:normal;
	border:2px solid #FFF;
}


table.option td {
	background:#FFF;
	padding:3px;
	}

.option_btn {
	text-align:center;
	}

/* 会員価格の表示 オプション用 */
.regular_price_stock {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_stock {
	padding:0px;
}

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

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

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

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

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

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

/* detail */
.detailnews {
	clear: both;
	width: 600px;
	height: 128px;
	margin: 0 0 0 20px;
	padding: 53px 50px 33px 50px;
	background: url(https://www.fukufuku.in/hime/images/detail_new_bk.jpg) no-repeat left top;
}
.detailnews iframe {
	border: none;
}
.order_box {
	width: 600px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: right;
}
.detail_item {
	clear: both;
	width: 630px;
	margin: 0 0 20px 20px;
	padding: 0 35px;
	clear: both;
	background: #F0E6D3;
}
.detail_item:before,.detail_item:after { content:""; display:table;}
.detail_item:after { clear:both;}
.detail_item { zoom:1;}
.detail_order {
	float: left;
	width: 220px;
	margin: 0 0 10px 0;
}
.detail_order p {
	width: 218px;
	height: 173px;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #DAC9A5;
	background: #fff;
}
.detail_order p a {
	display: block;
	margin: 0 0 6px 0;
}
.detail_item .btn {
	margin: 0 0 10px 0;
}
.detail_table {
	width: 381px;
	min-height: 275px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #DAC9A5;
	border-collapse: collapse;
}
.detail_table th {
	padding: 9px 10px;
	border: 1px solid #DAC9A5;
	border-collapse: collapse;
	background: #E3D7BA;
	text-align: left;
	color: #401708;
	font-weight: normal;
}
.detail_table td {
	padding: 9px 10px;
	border: 1px solid #DAC9A5;
	border-collapse: collapse;
	background: #fff;
	text-align: left;
}
.detail_table_price {
	font-weight: bold;
	color: #F00;
}
.detail_table_count {
	float: left;
	width: 50%;
}
.detail_table_btn {
	float: right;
	width: 50%;
	text-align: right;
}
.detail_table table {border: none; width: 270px;}
.detail_table table th { border: none;}
.detail_table table td{ border: none;}

.detail_contact {
	clear: both;
	position: relative;
	margin: 20px auto 20px auto;
	width: 630px;
	height: 162px;
	border: 1px solid #DAC9A5;
	background: #F4EBDB;
}
.detail_contact img {
	float: left;
}
.detail_contact a.btn {
	position: absolute;
	display: block;
	width: 208px;
	height: 50px;
	left: 398px;
	top: 100px;
}


.detail_contact0 {
	clear: both;
	position: relative;
	margin: 0 auto 20px auto;
	width: 630px;
	height: 116px;
	border: 1px solid #DAC9A5;
	background: #F4EBDB;
}
.detail_contact0 img {
	float: left;
}
.detail_contact0 a.btn0 {
	position: absolute;
	display: block;
	width: 165px;
	height: 70px;
	left: 443px;
	top: 30px;
}




.detail_contact1 {
	clear: both;
	position: relative;
	margin: 0 auto 20px auto;
	width: 630px;
	height: 50px;
	border: 1px solid #DAC9A5;
	background: #F4EBDB;
}
.detail_contact1 img {
	float: left;
}




.detail_contact2 {
	clear: both;
	position: relative;
	margin: 0 auto 20px auto;
	width: 630px;
	height: 100px;
	border: 1px solid #DAC9A5;
	background: #F4EBDB;
}
.detail_contact2 img {
	float: left;
}


.detail_contact3 {
	clear: both;
	position: relative;
	margin: 0 auto 20px auto;
	width: 630px;
	height: 75px;
	border: 1px solid #DAC9A5;
	background: #F4EBDB;
}
.detail_contact3 img {
	float: left;
}


.detail_contact4 {
	clear: both;
	position: relative;
	margin: 0 auto 0px auto;
	width: 630px;
	height: 82px;
	background: #F4EBDB;
}
.detail_contact4 img {
	float: left;
}



.detail_contact5 {
	clear: both;
	position: relative;
	margin: 0 auto 20px auto;
	width: 630px;
	height: 40px;
	background: #F4EBDB;
}
.detail_contact5 img {
	float: left;
}



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

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

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

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

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

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

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

	}

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


#trackback .tb_url {
	font-size:11px;
	padding:10px 13px;
	background:#f9f4eb;
	color:#6d2916;
	}

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

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

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

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

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




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

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

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

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

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

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

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

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

#ShopKeeper {
	width: 564px;
	color:#666;
	margin-bottom: 15px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	}


#ShopKeeper th {
	width: 160px;
	padding:10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 80%;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding:10px;
	text-align:left;
	}
	
#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:#f6eddf;
	border-bottom:#ffffff solid 1px;
	}

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

.txt-search strong,
.txt-hitNum strong {
	color:#6d2916;
	font-weight:bold;
	}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:15px;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}
ul.product-linkList li {
	margin-bottom:5px;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}

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

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

.pe_title {
	color: <{$privacy_title_fontcolor}>;
	border-top: 1px solid #DDD;
	padding-top: 15px;
	}

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

.category_title {
width: 600px;
background: url(https://www.fukufuku.in/hime/images/st_bk.jpg) no-repeat left center;
line-height: 1;
color: white;
font-size: 19px;
font-weight: bold;
padding: 13px 50px;
}

.detail_order .btn input{
behavior: url("/csshover3.htc");
}

.detail_order .btn input:hover{
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
opacity: 0.5;
}

.list b{
	display: block;}

.list{
line-height: 1.3em;}

p.toTop{
	width: 600px;
	text-align: right;
	margin: 10px 0 0 0;}

.mainimg{
        margin-bottom: 20px;}

.etc{
	width: 550px;
	padding: 10px 0 0 50px;
	text-align: center;}
	
.etc img{
	margin-right: 10px;}

.li_text {
    background: url("https://www.fukufuku.in/hime/images/pan_bk.jpg") repeat-x scroll center top #F4EADA;
    color: #73340A;
    padding:5px 15px;
    margin: 0 0 0 20px;
}

.u_text{
    background: url("https://www.fukufuku.in/hime/images/st_bk.jpg") no-repeat scroll left center transparent;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    padding: 13px 50px;
    width: 600px;
    margin:0 0 0 20px;
}


.uu_text{
  font-weight: bold;
  font-size:16px;
  padding: 20px 5px 10px;

}

.li_text p {

    padding: 5px 5px 5px 40px;

}

.li_text img{
	float: left;
	padding: 5px 10px 5px 0px;
}

.clearfixxx:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfixxx {
  min-height: 1px;
}

* html .clearfixxx{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}





.search-btn2 {
	padding: 15px;
}
.search-btn2 a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 5px 2vw;
	color: #fff;
	background: -webkit-gradient( linear, left top, left bottom, from(#990000), to(#660000));
	text-decoration: none;
	border-radius: 6px;
	text-align: center;
	box-sizing: border-box;
}
.search-btn2 a b {
	display: inline-block;
}
.search-btn2 a span {
	display: block;
	text-align: center;
	color: #fff;
}
.search-btn2 a span:nth-of-type(1) {
	display: inline-block;
	padding: 0 30px 0 0;
	font-size: 20px;
	text-align: left;
	background: url("https://img12.shop-pro.jp/PA01065/225/etc/icn-search-btn.png") no-repeat right center;
	background-size: 19px auto;
}
.search-btn2 a span:nth-of-type(2) {
	font-size: 13px;
}

@media screen and (max-width: 380px) {
	.search-btn2 a span:nth-of-type(1) {
		font-size: 14px;
	}
	.search-btn2 a span:nth-of-type(2) {
		font-size: 10px;
	}
}

@media screen and (max-width: 250px) {
	.search-btn2 a span:nth-of-type(1) {
		font-size: 12px;
	}
}


/***** BlogCard *****/
.blogcard2 {
  border: solid 1px #e1e1e1;
  padding: 10px;
  position: relative;
  background-color: #fafafa;
  margin-bottom: 5px;
}
.blogcard2:hover {
  background-color: #f0f0f0;
}
.blogcard2-thumbnail {
  display: flex;
  align-items: center;
  width: 110px;
  height: 110px;
  float: left;
 }
.blogcard2-thumbnail img {
  width: 100px;
  max-height: 100px;
}
.blogcard2-content {
  align-items: center;
  height: 100px;
}
.blogcard2-title {
  font-size: 18px;
  font-weight: bold;
  color: #dd859c;
  height: 3em;
  overflow: hidden;
}
.blogcard2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogcard2-clear {
  clear: left;
}




/***** BlogCard *****/
.blogcard2 {
  border: solid 2px #e1e1e1;
  padding: 10px;
  position: relative;
  background-color: #fafafa;
margin: 1px 10px 1px 50px;
  display: flex;
  align-items: center;
}
.blogcard2:hover {
  background-color: #f0f0f0;
}
.blogcard2-thumbnail {
  display: flex;
  align-items: center;
  width: 110px;
  max-height: 110px;
  float: left;
}
.blogcard2-thumbnail img {
  width: 100px;
  max-height: 100px;
}
.blogcard2-content {
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: 10px;
}
.blogcard2-title {
  font-size: 15px;
  font-weight: bold;
  color: #dd859c;
  height: 3em;
}
.blogcard2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogcard2-clear {
  clear: left;
}


.detail-btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff!important;
  text-decoration: none!important;
  font-size: 14px;
  border-radius: 6px;
  line-height: 1.4;
  font-weight: bold;
  width: calc(100% - 60px);
  height: 54px;
  padding: 0 49px 0 20px;
  margin: 30px auto;
  background: rgb(253,204,125);
  background: linear-gradient(180deg, rgba(253,204,125,1) 0%, rgba(251,135,23,1) 100%);
  box-sizing: border-box;
}
.detail-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: calc(100% - 50px);
  width: 19px;
  height: 19px;
  background: url("https://img12.shop-pro.jp/PA01065/225/etc/icn-arrow-right-brown.png?cmsp_timestamp=20220509231539") no-repeat;
  background-size: 100% 100%;
}



.swiper-slider {
	position: relative;
	padding: 15px;
	text-align: center;
    overflow: hidden;
}
.swiper-slider img {
	width: 100%;
	height: 100%;
    object-fit: contain;
}
.swiper-slider .img {
  aspect-ratio: 1 / 1;
  background: url(https://www.fukufuku.in/hime/images/bg_item.jpg) repeat;
}
.swiper-slider .swiper-next,
.swiper-slider .swiper-prev {
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
.swiper-slider .swiper-next {
	right: 0;
}
.swiper-slider .swiper-prev {
	left: 0;
}

.ranking-slider {
  overflow: hidden;
}
.ranking-slider .swiper-slide::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ranking-slider .swiper-slide.rank01::before {
  background-image: url("https://img12.shop-pro.jp/PA01065/225/etc/icn-ranking01.png?cmsp_timestamp=20220510013413");
}
.ranking-slider .swiper-slide.rank02::before {
  background-image: url("https://img12.shop-pro.jp/PA01065/225/etc/icn-ranking02.png?cmsp_timestamp=20220510013413");
}
.ranking-slider .swiper-slide.rank03::before {
  background-image: url("https://img12.shop-pro.jp/PA01065/225/etc/icn-ranking03.png?cmsp_timestamp=20220510013413");
}
.ranking-slider .swiper-slide.rank04::before {
  background-image: url("https://img12.shop-pro.jp/PA01065/225/etc/icn-ranking04.png?cmsp_timestamp=20220510013413");
}
.ranking-slider .swiper-slide.rank05::before {
  background-image: url("https://img12.shop-pro.jp/PA01065/225/etc/icn-ranking05.png?cmsp_timestamp=20220510013413");
}
.ranking-slider .swiper-slide.rank06::before {
  background-image: url("https://img12.shop-pro.jp/PA01065/225/etc/icn-ranking06.png?cmsp_timestamp=20220510013413");
}
.ranking-slider .swiper-slide.rank07::before {
  background-image: url("https://img12.shop-pro.jp/PA01065/225/etc/icn-ranking07.png?cmsp_timestamp=20220510013413");
}
.ranking-slider .swiper-slide.rank08::before {
  background-image: url("https://img12.shop-pro.jp/PA01065/225/etc/icn-ranking08.png?cmsp_timestamp=20220510013413");
}
.ranking-slider .swiper-slide.rank09::before {
  background-image: url("https://img12.shop-pro.jp/PA01065/225/etc/icn-ranking09.png?cmsp_timestamp=20220510013413");
}
.ranking-slider .swiper-slide.rank10::before {
  background-image: url("https://img12.shop-pro.jp/PA01065/225/etc/icn-ranking10.png?cmsp_timestamp=20220510013413");
}

