/* ************************************************ 
 *	共通設定
 * ************************************************ */

/* ------------------------------------------------------------
	リセット
--------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
margin-bottom:0;
}
ul li {
list-style:none;
}

* {
	margin: 0px;
	padding: 0px;
}
table{
  border-collapse:collapse;
  border:none;
  border-spacing:0;
}
th,td{
  vertical-align:top;
  border:0;
  font-weight:normal;
  text-align:left;
}


/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅", arial,helvetica,clean,sans-serif;
color: #666;
*font-size:small;
*font:x-small;
background-color: #fff;
}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}

/*-----------------------------------------------------
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/ 



/* -------------------------------------------------------- clearfix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear:both;
}


br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

a:link { color: #cc2a1e; text-decoration: none;}
a:hover { color: #f63; text-decoration: underline;}
a:hover img { opacity: 0.6;}
a:visited { color: #cc2a1e; text-decoration: none;}

/* float
------------------------------------------------ */
.float-left{
	float:left;
}
.float-right{
	float:right;
}

/* margin
------------------------------------------------ */

.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb25 {
	margin-bottom:25px;
}
.mb30 {
	margin-bottom:30px;
}
.mb35 {
	margin-bottom:35px;
}
.mb40 {
	margin-bottom:40px;
}
.mb45 {
	margin-bottom:45px;
}
.mb50 {
	margin-bottom:50px;
}

.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.mr25 {
	margin-right:25px;
}
.mr30 {
	margin-right:30px;
}


.ml10 {
	margin-left:10px;
}
.ml10 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml25 {
	margin-leftt:25px;
}
.ml30 {
	margin-left:30px;
}

/* font
------------------------------------------------ */
.bold {
	font-weight:bold;
}
.red {
	color:#CC0225;
}
.green {
	color:#156C28;
}
.txt_16 {
	font-size:123.1%;/* 16px相当 */
}
.txt_11 {
font-size:85%;/* 11px相当 */
}

/* ------------------------------------- 
 *	共通パーツ
 * ------------------------------------- */
.pankuzu {
	background-image:url(https://img15.shop-pro.jp/PA01083/222/etc/bg_h.png?202504103356);
	background-repeat:no-repeat;
	width:700px;
	height:41px;
	padding-top:10px;
}
.pankuzu span {
	color:#cc2a1e;
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 1px 0px #fff,
    -1px 1px 0px #fff,
    1px -1px 0px #fff,
    -1px -1px 0px #fff;
	margin-left:12px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は960pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*  ページ全体の幅、レイアウトをセンタリング */
#container {
	margin:0px auto;
	width:960px;
	text-align:left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #fff;
}

/*  ヘッダー（ページタイトル、グローバルメニュー） */
.header {
	width:100%;
	clear:left;
	position: relative;
}
.side {
	float: left;
	margin-left: 7px;
	width:225px;
	margin-right:17px;
}
.main {
	float: left;
	width: 700px;
}
.footer {
	 clear:left;
	 padding: 1em 0;
	 width:100%;
	 border-top: 4px solid #863414;
	 border-bottom: 16px solid #1e9f28;;
}
.footer p {
	padding:0px 10px;
}
#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/* ------------------------------------- 
 *	ヘッダー内
 * ------------------------------------- */

/*  ヘッダボタン  */
ul#header_link {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 40px;
  right: 0;
}
ul#header_link li {
	float: left;
margin-left:25px;
}

/*  ナビゲーションボタン  */
#navi {
	margin-bottom: 16px;
	padding-bottom: 16px;
	background: url('https://img15.shop-pro.jp/PA01083/222/etc/navi_bar.png?20140121143741') repeat-x bottom left #fff;
	position: relative;
}
#navi ul,
#navi li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi li {
	float: left;
	margin-left: 16px;
	height: 52px;
}
#navi li img {
	vertical-align: bottom;
}
#navi ul {
	position: absolute;
	top: 23px;
	left: 164px;
}
.header #description {
	padding-left: 4px;
	margin-bottom:5px;
	margin-top:5px;
	font-size:93%;
}
.header #tel {
	position: absolute;
	top: 0;
	right: 0;
}


/* -------------------------------------
*     サイド内コンテンツ
* ------------------------------------- */

.rbox {
	width: 223px;
	border: 1px solid #6d696a;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top:15px;
}
.rbox p {
	margin-left:22px;
	margin-bottom:5px;
}
.rbox p.cate{
	width:160px;
	padding:5px;
	margin-bottom:8px;
	background-color:#d1ffc8;
	border-radius: 3px;
}
.rbox p.cate span {
	background-image:url(https://img15.shop-pro.jp/PA01083/222/etc/arrow_1.png?2159);
	background-repeat:no-repeat;
	padding-left:20px;
}
.rbox p.cate span a {
	color:#73880a;
}
.rbox ul {
	margin-left:50px;
	margin-bottom:20px;
}
.rbox ul li{
	padding-left:20px;
	background-image:url(https://img15.shop-pro.jp/PA01083/222/etc/arrow_2.png?2188);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.rbox li a {
	color:#73880a;
}

h2.menu {
	background-image:url(https://img15.shop-pro.jp/PA01083/222/etc/midashi.png?202503003830);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-left:22px;
	margin-bottom:10px;
	width:122px;
	height:27px;
}
.calender {
	margin-bottom:50px;
	margin-top:50px;
	text-align:center;
}
.calender p {
	width:148px;
	font-size:93%;
}
.box_center {
	padding-left:30px;

}
.staff {
	border-top:1px solid #1e9f27;
	padding-top:19px;
	margin-bottom:15px;
  margin-top:15px;
	width:179px;
	margin-left:12px;
}
.staff img {
	margin-left:30px;
}
.staff p {
	width:160px;
	margin-left:20px;
	font-size:85%;
}
.staff h4 {
	font-size:123.1%;
	font-weight:normal;
	padding:0;
	margin-bottom:8px;
}

/* -------------------------------------
*     メインコンテンツ
* ------------------------------------- */
.main h3.chapter {
	background-color:#dfe698;
	padding:5px;
}
/*  フリースペースで使用
------------------------------------- */
.section {
	margin-bottom:30px;
}
.section p {
	margin-top:10px;
	margin-bottom:10px;
}
/* カテゴリ商品ラインナップ */
.p_lineup {
	background:url(https://img15.shop-pro.jp/PA01083/222/etc/lineup_bg.png?202505225756) no-repeat;
	height:32px;
	color:#fff;
	padding-left:30px;
	padding-top:8px;
	font-weight:bold;
}
/* 要素のセンター位置あわせ用 */
div.center {
	text-align:center;
}
/* 見出し */
.main h4 {
	font-size:123.1%;
	font-weight:bold;
	margin-bottom:5px;
}

/* リンクカ青色アンダーライン */
a.blue {
	color:#1043ff;
	text-decoration:underline;
}

/*  商品一覧
------------------------------------- */
.item {
    float:left;
    width: 128px;
    margin: 6px; 
    background: #fff;
}
.item>a>img {
    display: block;
    margin: 4px auto;
    padding: 6px;
    border: 1px solid #ccc;
}


/*  商品詳細 
------------------------------------- */

/* 商品スペック表 */
.item_detail {
	width:700px;
}
.item_detail td,table.item_detail th {
	border:1px solid #999;
	padding:10px;
}
.item_detail th {
	background-color:#dfe698;
}
.noborder {
	margin-top:5px;
}
.noborder td{
	border:0;
}
/* カートボタン */
.btn_cart {
	background-color:#156C28;
	color:#fff;
	font-size:123.1%;
	border-radius: 7px;	
	padding:10px 70px;
	border:0;
	cursor: pointer;
	margin-bottom:10px;
}
.btn_cart:hover {
	background-color:#666666;
	color:#CCCCCC;
}
.disable_quick {
	border:1px solid #156C28;
	padding:5px;
}
.disable_quick a {
	color: #156C28;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#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;
}
/* カレンダー */
#calendar {
    margin: 0 auto;
    width: 148px;
    font-size: smaller;
    line-height: 1.4em;
}
#calendar img {
    display: block;
}


/* お買い物ガイド */

.guide {
	font-size:93%;
}
.guide h4 {
	width:325px;
	background-color:#219d2e;
	color:#fff;
	padding:5px;
	font-size:116%;
}
p.point {
	color:#156C28;
	font-weight:bold;
	margin-bottom:10px;
	font-size:116%;
}
.guide_text {
	border-bottom:3px solid #777;
	width:325px;
	padding:10px 0;
	line-height:1.6em;
}
.guide_text p {
	line-height:1.5em;
}
.jisage {
	padding-left:1em;
	text-indent:-1em;
}


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

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}