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

body {
	font-size:12px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅", sans-serif;
	color:#333333;
	background:#FFF;
	border-top: 5px solid #7F7F7F;
	border-bottom: 5px solid #7F7F7F;
	margin: 0px;
	padding: 0px;
	}


table.thin {
    border-collapse: collapse;
　　border-style: solid;
}

td.thin, th.thin {
    border: 1px solid black;
}

tr.title {
        background:#ff6600;
        color:#ffffff;
	font-weight: bold;
}


form {
	margin: 0px;
	padding: 0px;
	}


div {
	margin: 0px;
	padding: 0px;
	}

/*
img {
	border: 0px;
	}
*/

a:link {
	color: #2a7bb4;
	text-decoration: none;
	}

a:visited {
	color: #2a7bb4;
	text-decoration: none;
	}

a:active {
	color: #2a7bb4;
	text-decoration: none;
	}

a:hover {
	color: #d7a50d;
	text-decoration: none;
	}

#contents {
	margin: 0px auto;
	width: 1200px;
	}

/*ページ中央の枠線の色*/
#center {
	border: 1px solid #FFFFFF;
	background: #FFF;
	margin: 0px 5px 0px 5px;
	}



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

#header {
	margin: 30px auto 10px auto;
	width: 1200px;
	}

/* ------------------------------------- 
 *	ヘッダー　グローバルメニューのオンマウス（旧スタイル - 非推奨）
 *	※新しいWebフォントメニューに置き換え済み
 * ------------------------------------- */

/*
#header .menu img {
	background: #999;
	}

#header .menu img:hover {
	background: #7F7F7F;
	}
*/



/* ------------------------------------- 
 *	ショップタイトルのサイズ、色
 * ------------------------------------- */

#title_size {
	font: 22px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: bold;
	padding-top:10px;
	}


#title_size a {

	color: #7F7F7F;
	}


#title_size a:link {
	color: #7F7F7F;

	}

#title_size a:visited {
	color: #7F7F7F;
	}

#title_size a:active {
	color: #7F7F7F;
	}

#title_size a:hover {
	color: #7F7F7F;
	background: #EEE;
	text-decoration: none;
	}



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

/* ------------------------------------- 
 *	商品検索（更新済み）
 * ------------------------------------- */

#search {
	width: 100%;
	margin: 0;
	}

#search select {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px;
	font-family: "Noto Sans JP", sans-serif;
	background: white;
	}

#search input[type="text"] {
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	font-family: "Noto Sans JP", sans-serif;
	}


/* ------------------------------------- 
 *	左メニュー最下部　フリーエリア
 *	バナーを貼る際などにご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
#freespace_left {
	font-size: 12px;
	border: 2px solid #7F7F7F;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	}



/* ************************************************ 
 *	右側メニュー
 * ************************************************ */

.cart {
	font-size: 11px;
	margin: 0px 2px 10px 2px;
	background: #FFF;
	}
.cart ul {
	line-height: 160%;
	margin: 0px 5px 0px 5px;
	padding: 5px;
	}
.cart li {
	list-style-type: none;
	}
.cart p {
	border-top: 1px dotted #333;
	margin: 3px;
	padding: 5px;
	text-align: right;
	font-weight: bolder;
	}
.cart input {
	margin: 5px;
	}


/* ************************************************ 
 *	左右メニューのレイアウト
 * ************************************************ */

.side {
	width: 200px;
	padding: 0px 0px 10px 0px;
	background: #f0f0f0;
/* url(https://img.shop-pro.jp/tmpl_img/8/background_side.jpg) no-repeat;*/
	}



.list ul {
	line-height: 160%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.list li {
	list-style-type: none;
	background: url(https://img.shop-pro.jp/tmpl_img/8/list_white.gif) no-repeat 6px 7px;
	}

.list li a {
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	text-indent: 1em;
	}

.list li a:visited {
	color: #666;
	text-decoration: none;
	display: block;
	width: 100%;
	}

.list li a:hover {
	color: #000;
	text-decoration: none;
	background: #FFF url(https://img.shop-pro.jp/tmpl_img/8/list_red.gif) no-repeat 6px 7px;
	display: block;
	width: 100%;
	}

.list li a:active {
	color: #000;
	text-decoration: none;
	background: #FFF url(https://img.shop-pro.jp/tmpl_img/8/list_red.gif) no-repeat 6px 7px;
	display: block;
	width: 100%;
	}


/* ************************************************ 
 *	店主のコーナー　レイアウト
 * ************************************************ */

.freespace_right {
	font-size: 12px;
	border: 2px solid #FFCC00;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	}

.freespace_right img {
	border: 1px solid #7F7F7F;
	margin: 5px 0px 5px 0px;
	padding: 3px;
	}

.freespace_right p {
	text-align: left;
	font-size: 11px;
	}

/* ************************************************ 
 *	RSSリンクのレイアウト
 * ************************************************ */

.feed {
	text-align: center;
	margin: 20px auto;
	}

.feed img {
	border: 0px;
	}


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

#footer {
	font-size: 12px;
	padding: 30px;
	text-align: center;
	}

#footer p {
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	font-family: "Verdana";
	}

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

/* ------------------------------------- 
 *	100px×100pxの縮小画像表示
 *	※トップ及びサブカテゴリー表示時に使用
 * ------------------------------------- */
.item_box {
	text-align: center;
	padding-bottom: 10px;
	width: 196px;
	float: left;
	}

.item_thumbnail {
	margin: 0px 10px 10px 37px;
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: relative;
	}

.item_thumbnail img {
	width: 120px;
	height: 120px;
	}

.item_frame {
	border: 0px;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}

/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.category_items td {
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	}

.category_items p {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
.footstamp {
	padding: 10px;
	font-size: 11px;
	}

.footstamp p {
    margin: 0 0 3px;
}


/* ------------------------------------- 
 *	ページタイトル
 * ------------------------------------- */
.pagetitle {
	margin: 20px 0px 1px 0px;
	padding: 0px 10px 5px 10px;
	border-bottom: 3px solid #7F7F7F;
	font-size: 14px;
	clear: both;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	margin: 50px 0px 50px 0px;
	text-align: center;
	}



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

/* ------------------------------------- 
 *	お知らせ・おすすめエリアレイアウト
 * ------------------------------------- */
.top_items tr {
	text-align: center;
	}


.top_items td {
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
	}

/* ------------------------------------- 
 *	お知らせエリア
 * ------------------------------------- */
.info_space {
	margin: 20px;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	margin: 20px;
	}

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

#information ul {
	font-size: 11px;
	line-height: 160%;
	margin: 0px 20px 0px 15px;
	padding: 0px 0px 0px 0px;
	}


#information li {
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(https://img.shop-pro.jp/tmpl_img/8/list_red.gif) no-repeat 6px 7px;
	}

#information p {
	margin: 10px 0px 20px 20px;
	}


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

#detail {
	padding: 20px 0px 20px 0px;
	}

#detail .td1 {
	background: #EEE;
	}

#detail .td2 {
	background: #FFF;
	}

#detail .large {
	border: 1px solid #CCC;
	margin: 0px 20px 0px 20px;
	width: 300px;
	}

#detail .small {
	margin: 20px 0px 0px 20px;
	width: 120px;
	height: 120px;
	}


#detail p {
	font-size: 12px;
	margin: 2px;
	padding: 2px;
	//border: 1px solid #CCC;
	//background: #EEE;
	
	}

#detail ul {
	margin: 20px;
	padding: 5px;
	}

#detail li {
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(https://img.shop-pro.jp/tmpl_img/8/list_arrow_red.gif) no-repeat 6px 0px;
	}

/* ------------------------------------- 
 *	商品詳細-購入数選択・「カートに入れる」ボタン
 * ------------------------------------- */

.product_num {
	width: 50px;
	}

.product_incart {
	margin: 10px;
	text-align: center;
	}

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

#together {
	width:1000px;
	margin: 0px 0px 0px 0px;
	height:100%;
	}

#together .tog_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #CCC;
	}

#together .together_list {
	margin:0px 0px 5px 25px;
	float:left;
	width: 200px;
	text-align:center;
	}

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

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

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #CCC;
	}


#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}

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

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

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

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

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

.item_thumbnail {
	height:none;
	}



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

/* ------------------------------------- 
 *	サブカテゴリー　レイアウト
 * ------------------------------------- */
.subcategory {
	padding: 10px;
	font-size: 11px;
	}


/* ------------------------------------- 
 *	検索条件表示
 * ------------------------------------- */
.search_result {
	border: 1px solid #CCC;
	margin: 20px 20px 10px 20px;
	padding: 5px;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更
 * ------------------------------------- */
.sort {
	border-bottom: 1px solid #CCC;
	padding: 10px;
	font-size: 12px;
	}

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	margin: 10px 20px 10px 20px;
	font-size: 12px;
	}



/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */

/* ------------------------------------- 
 *	オプション表の罫線の色
 * ------------------------------------- */
#Option .option_table {
	background-color:#999;
}

/* ------------------------------------- 
 *	オプション　項目背景の色 
 * ------------------------------------- */
#Option .option_cell1 {
	text-align:left;
	color: #333333;
	background-color:#EEEEEE;
	margin: 2px;
	padding: 2px 10px 2px 10px;
	font-weight:bold;
	white-space:nowrap;
}

/* ------------------------------------- 
 *	オプション　価格背景の色
 * ------------------------------------- */
#Option .option_cell2 {
	text-align:left;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
}

/* ------------------------------------- 
 *	サブカテゴリリスト
 * ------------------------------------- */
.subcategory_list {
	float:left;
	width: 120px;
	text-align:center;
	margin: 10px 10px;
}



/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */

#ShopKeeper {
	margin: 20px auto;
	background: #999999;
	width: 930px;
	}


#ShopKeeper th {
	width: 150px;
	background: #EEE;
	border-top: 0px solid #FFF;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-left: 0px solid #FFF;
	color: #000;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	}

#ShopKeeper td {
	width: 400px;
	background: #FFF;
	padding: 5px;
	}

.SK p {
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 0px 30px;
	border-top: 0px solid #CCC;
	}

.SK .area {
	padding: 0px 30px 20px 30px;
	}

.SK .title {
	background: #EEE;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px dotted #CCC;
	border-left: 1px solid #CCC;
	padding: 5px;
	color: #000;
	}

.SK .note {
	background: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	}

.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}


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

#PrivacyExplain {
	margin: 20px;
	font-size: 12px;
	}

#PrivacyExplain .title {
	margin: 20px 0px 0px 0px;
	padding: 5px 5px 10px 5px;
	border-top: 2px solid #CCC;
	color: #000;
	font-weight: bolder;
	}

#PrivacyExplain .note {
	font-size: 11px;
	line-height: 150%;
	margin: 10px 5px 20px 15px;
	}


/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}




.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;
}

/* ************************************************ 
 * ------------------------------------------------
 *	Webフォントの読み込み
 * ------------------------------------------------
 * ************************************************ */

/* Google Fonts - Noto Sans JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/* ************************************************ 
 * ------------------------------------------------
 *	メインナビゲーション（新デザイン）
 * ------------------------------------------------
 * ************************************************ */

.main-navigation {
	background: linear-gradient(135deg, #232323 0%, #2a2a2a 100%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	border-radius: 0;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.nav-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}

.nav-menu li {
	margin: 0;
	position: relative;
}

.nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8px 16px;
	color: #ffffff;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 11px;
	transition: all 0.3s ease;
	border: none;
	background: transparent;
	min-height: 50px;
	justify-content: center;
	position: relative;
	min-width: 80px;
}

/* アイコン風の装飾を各メニューに追加 */
.nav-home::before {
	content: '\1F3E0';
	font-size: 16px;
	margin-bottom: 2px;
	display: block;
}

.nav-payment::before {
	content: '\1F4B3';
	font-size: 16px;
	margin-bottom: 2px;
	display: block;
}

.nav-account::before {
	content: '\1F464';
	font-size: 16px;
	margin-bottom: 2px;
	display: block;
}

.nav-faq::before {
	content: '\2753';
	font-size: 16px;
	margin-bottom: 2px;
	display: block;
}

.nav-contact::before {
	content: '\2709';
	font-size: 16px;
	margin-bottom: 2px;
	display: block;
}

.nav-item span {
	font-size: 10px;
	line-height: 1.2;
	white-space: nowrap;
	text-align: center;
}

.nav-item:hover {
	background: linear-gradient(135deg, #7F7F7F 0%, #9a9a9a 100%);
	color: #ffffff;
	transform: translateY(-1px);
	text-decoration: none;
}

.nav-item:hover::before {
	transform: scale(1.1);
}

/* 検索エリア */
.nav-search {
	flex: 1;
	max-width: 250px;
	margin: 0 15px;
}

.search-box {
	display: flex;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	height: 36px;
}

.search-box:focus-within {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transform: translateY(-1px);
}

.search-input {
	flex: 1;
	border: none;
	padding: 8px 12px;
	font-size: 12px;
	outline: none;
	background: transparent;
	font-family: "Noto Sans JP", sans-serif;
}

.search-input::placeholder {
	color: #999;
	font-style: italic;
}

.search-btn {
	background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
	border: none;
	padding: 8px 12px;
	color: white;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	font-weight: 500;
}

.search-btn:hover {
	background: linear-gradient(135deg, #e55a00 0%, #ff8533 100%);
	transform: scale(1.05);
}

/* カートエリア */
.nav-cart {
	margin-left: 15px;
}

.cart-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8px 16px;
	color: #ffffff;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 11px;
	background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
	border-radius: 6px;
	transition: all 0.3s ease;
	min-height: 50px;
	justify-content: center;
	box-shadow: 0 2px 4px rgba(255, 102, 0, 0.3);
	position: relative;
	min-width: 60px;
}

.cart-link::before {
	content: '\1F6D2';
	font-size: 16px;
	margin-bottom: 2px;
	color: #ffffff;
	display: block;
}

.cart-link span {
	font-size: 10px;
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
}

.cart-link:hover {
	background: linear-gradient(135deg, #e55a00 0%, #ff8533 100%);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 102, 0, 0.4);
	text-decoration: none;
}

.cart-link:hover::before {
	transform: scale(1.15);
	animation: bounce 0.6s ease infinite alternate;
}

@keyframes bounce {
	0% { transform: scale(1.15) translateY(0); }
	100% { transform: scale(1.15) translateY(-2px); }
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
	.nav-container {
		flex-direction: column;
		padding: 10px;
	}
	
	.nav-menu {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 10px;
	}
	
	.nav-item {
		padding: 8px 12px;
		min-height: 50px;
	}
	
	.nav-search {
		margin: 10px 0;
		max-width: 100%;
	}
	
	.nav-cart {
		margin: 10px 0;
	}
}

/* ************************************************ 
 *	ヘッダーメニュー（既存のスタイルを更新）
 * ************************************************ */