/* カスタマイズ用CSS */

/*
ヘッダー
----------------------------------
*/
.ec-layoutRole__header {
	display: flex;
}

.ec-headerNaviRole {
	max-width: 1200px;
}

/*
ヘッダーロゴ
----------------------------------
*/

.ec-headerTitle .ec-headerTitle__title a {
	margin-bottom: initial;
}

@media (min-width: 768px) {
	.ec-headerTitle__title h1 {
		font-size: initial;
	}
}

@media only screen and (min-width: 768px) {
	.ec-headerRole {
		width: 100%;
		max-width: 280px;
		aspect-ratio: 330 / 60;
		padding-top: 15px;
		padding-bottom: 40px;
		align-items: center;
	}

	.ec-headerTitle .ec-headerTitle__title a {
		font-size: initial;
	}
}

/*
ヘッダー右ブロック
----------------------------------
*/
.ec-headerNaviRole .ec-headerNaviRole__right {
	width: 50%;
}

.ec-headerNav__item--blue:hover {
	opacity: 0.7;
}

.ec-headerNav__item--blue .ec-headerNav__itemIcon,
.ec-headerNav__item--blue .ec-headerNav__itemLink {
	color: white;
}

/*
ヘッダーボタン
----------------------------------
*/
.ec-headerNav .ec-headerNav__item {
	font-size: 12px;
	padding: 0 10px;
}

/*
ヘッダーナビゲーションリンク
----------------------------------
*/
.ec-headerNav .ec-headerNav__itemLink {
	margin-right: initial;
	font-weight: 700;
	font-size: 12px;
}

.ec-headerNav__item--gray:hover {
	background-color: #fff;
	border-color: #7c7c7c;
	opacity: 0.7;
}

.ec-headerNav__item--gray:hover .ec-headerNav__itemLink {
	color: #7c7c7c;
}

.logo-img {
	width: 100%;
}

@media only screen and (min-width: 768px) {

	/*ヘッダーボタン*/
	.ec-headerNav__item a {
		padding: 6px 10px;
		display: block;
	}

	/*ログインボタン*/
	.ec-headerNav__item--black {
		border: 1px solid #000000;
		border-radius: 4px;
		transition: all .3s;
	}
}

/*
商品検索フォーム
----------------------------------
*/
.ec-headerNaviRole .ec-headerNaviRole__left {
	width: 50%;
}

@media only screen and (min-width: 768px) {
	.ec-headerNaviRole .ec-headerNaviRole__search {
		display: block;
		margin-top: 0;
	}

	.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	.ec-headerSearch .ec-headerSearch__keyword {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
	border-top: 6px solid #454545;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
	background: #dcdcdc;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
	color: #454545;
}

/*カテゴリーセレクトボックス
----------------------------------
*/
@media only screen and (min-width: 768px) {
	.ec-headerSearch .ec-headerSearch__category .ec-select select {
		max-width: 100%;
		height: 36px;
	}
}

/*
カテゴリーメニュー
----------------------------------
*/
.ec-itemNav__nav {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.ec-itemNav__nav li a {
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 14.5%;
	padding-right: 4px;
	font-size: clamp(10px, 1.2vw, 16px);
}


/*
レフトメニュー
----------------------------------
*/

.ec-itemNav__nav li ul li a {
	background: #96be24;
}

.ec-itemNav__nav>li:hover li:hover>a {
	background: #96be24;
}

.ec-itemNav__nav li ul li ul li a {
	background: #96be24;
}

.ec-itemNav__nav li:hover ul li ul li a:hover {
	background: #96be24;
}

.ec-itemNav__nav li ul li a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: clamp(10px, 1.2vw, 16px);
}

.ec-itemNav {
	background: #EEEEEE;
	/* border-radius: 5px; */
}

.ec-itemNav__nav {
	width: 93%;
	padding-top: 8px;
	padding-bottom: 8px;
}

.ec-itemNav__nav li ul {
	left: 14.5%;
}

.ec-itemNav__nav li:last-of-type a:not(.ec-itemNav__nav ul li a) {
	/* border-radius: 5px 5px 0 0; */
}

.ec-itemNav__nav li:first-of-type a:not(.ec-itemNav__nav ul li:first-of-type a) {
	/* border-radius: 0 0 5px 5px; */
}

.ec-itemNav__nav li ul {
	left: 99.5%;
	top: 0;
}

.menu-icon-wrapper {
	width: 36px;
	height: 40px;
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

.menu-icon-wrapper .menu-icon {
	display: block;
	width: 100%;
}

li a.left-menu-link {
	display: flex;
	align-items: center;
}

.ec-itemNav__nav li ul li .js-category-highlight {
	background: #ecf9b7 !important
}

.ec-itemNav__nav li:hover ul li ul li .js-category-highlight {
	background: #ecf9b7 !important
}

.js-category-highlight {
	background: #ecf9b7 !important
}

.js-maker-highlight a {
	font-weight: bold;
	color: #23ac38 !important;
}

@media only screen and (min-width: 768px) {
	.ec-itemNav__nav li {
		float: initial;
		width: auto;
	}

	/* 別CSSファイルのul:beforeスタイルを上書きして非表示 */
	.ec-itemNav__nav li ul li ul:before {
		content: none !important;
		display: none !important;
	}
}


/*
フッター
----------------------------------
*/
.ec-footerRole {
	background: #23ac38;
}

.ec-footerRole .ec-footerNavi__link .outlink {
	width: 20px;
	margin-left: 3px;
	vertical-align: bottom;
}

/*ボタン*/
.ec-inlineBtn--top {
	background-color: #23ac38;
	border-color: #23ac38;
}

.ec-inlineBtn--top:hover {
	background-color: #23ac38;
	border-color: #23ac38;
	opacity: 0.8;
}

/*新着情報　プルダウンボタン*/

.ec-newsRole .ec-newsRole__newsCloseBtn {
	background: #23ac38;
}


/*
*トップページ　バナー
============================
*/

.ec-topbanner__inner {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	width: 100%;
	max-width: 1130px;
}

.ec-topbanner__blocks {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.ec-topbanner__blocks.ec-topbanner__blocks--maker {
	margin-bottom: 10px;
	grid-template-columns: 1fr;

}

.ec-topbanner__blocks.ec-topbanner__blocks--maker .ec-topbanner__item {
	width: calc(50% - 5px);
	margin: 0 auto;
}

/*メーカー一覧*/

.page-title-wrap {
	padding-left: 20px;
	padding-right: 20px;
}

.page-title {
	padding: 30px 0 10px;
	border-bottom: 1px solid #ccc;
}

.maker_count {
	padding-top: 16px;
}

.page-title h2 {
	font-size: 16px;
}

.maker-list-wrap {
	margin-top: 20px;
}

.maker-list-container {
	width: 100%;
}

.maker-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.kana-table-wrap {
	margin-top: 20px;
}

.kana-table {
	width: 100%;
}

.kana-table th,
.kana-table td {
	padding: 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: center;

}

.kana-table th {
	width: 10%;
	background-color: #9cc813;
	color: #ffffff;
}

.kana-table th,
.kana-table td:not(.maker-list__noname):hover {
	cursor: pointer;
}

.maker-list__noname {
	background: #ccc;
}

.kana-table th:hover,
.kana-table td:not(.maker-list__noname):hover {
	background-color: #9cc813;
	opacity: 0.7;
}

.js-kana__row .is-active,
.js-maker-kana .is-active {
	background-color: #9cc813;
	opacity: 0.7;
}

/*
*レフトメニュー　組み合わせ検索
============================
*/

.bnr_metrofamily {
	margin: 60px 20px 0 20px;
}

.modalArea {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.9);
}

.modalArea__customer-select-area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 98%;
	height: 98%;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}


.modalArea__head {
	/*background-color: #f4f4f4;*/
}

.modalArea__head-inner {
	display: flex;
	align-items: center;
	padding: 15px;
}

.modalArea__head .closeModal {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	display: block;
	margin-left: auto;
	width: 15px;
	height: 15px;
}

.customer-list-title {
	font-weight: 700;
}

.font14 {
	font-size: 14px;
}

.closeModal--b::before,
.closeModal--b::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 15px;
	background: #666666;
}

.closeModal::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.closeModal::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modalArea__customer-inner {
	padding: 15px;
	height: auto;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, minmax(300px, 1fr));
}

.modalArea__customer-inner.maker {
	grid-template-columns: minmax(300px, 1fr);
}

.search-item-list {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.search-item-list li {
	position: relative;
}

.search-item-list li span {
	padding-top: 10px;
	padding-bottom: 10px;
}

.search-item-list li .search-item-name {
	display: block;
	width: 100%;
}

.search-item-list li .search-item-name:hover {
	cursor: pointer;
	background-color: #f4f4f4;
}

.checkbox-list-item {
	margin-left: 5px;
	display: flex;
	align-items: flex-start;
	width: 100%;
}

.checkbox-list2 .checkbox-list-item {
	width: fit-content;
}

.maker .checkbox-list-item {
	margin-bottom: 5px;
}

.checkbox-list-item input {
	margin-top: 4px;
}

.checkbox-list1 {
	padding-left: 15px;
	display: flex;
	flex-wrap: wrap;
}

.maker .checkbox-list1 {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(5, minmax(50px, 1fr));
}

.checkbox-list2 {
	padding-left: 15px;
	display: flex;
	flex-wrap: wrap;
}

.search-freekey {
	width: 100%;
}

.left-search-box {
	padding: 20px;
}

.leftmenu_search_btn {
	padding-top: 20px;
	text-align: right;
}

.popup_btn {
	width: 100%;
}

.left-search {
	font-weight: bold;
}

.left-search-submit {
	padding: 20px;
	text-align: center;
}

.checkbox-list-block {
	padding: 5px;
	background-color: #f4f4f4;
	border-radius: 10px;
}

.category {
	overflow-y: scroll;
}

.maker {
	overflow-y: scroll;
}


/*旧ファミリーオーダー　メインコンテンツスタイル　共通
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
/*　タイトル　*/
.pagetitle {
	background: transparent url(../img/line04.gif) repeat-x left bottom;
	padding-bottom: 12px;
}

.toppage .pagetitle {
	margin-top: 30px !important;
}

.pagetitle h2,
.pagetitle h1 {
	padding: 8px 10px 0 15px;
	font-size: 110%;
	letter-spacing: 0.1em;
	color: #0367ad;
}

.subtitle h3 {
	padding: 3px 8px;
	font-size: 110%;
	letter-spacing: 0.1em;
	background-image: url(../img/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: 5px solid #c3d826;
}

.subtitle h3 a {
	text-decoration: none;
}

/*　ショップページ内タイトル　管理サイトで編集する部分はhead内にCSSあり　*/
.shoptitle {
	padding: 8px 10px;
	font-size: 110%;
	letter-spacing: 0.1em;
}

.shoptitle2 {
	padding: 6px 8px;
	font-size: 110%;
	letter-spacing: 0.1em;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	background-color: #ffffff;
	margin-bottom: 20px;
}

/*　カテゴリ一覧　サブカテゴリ　モール　*/
.pt_3category {
	margin: 5px 10px 0 30px;
	padding: 10px;
	letter-spacing: 0.1em;
	line-height: 130%;
	background-color: #ffffff;
}

/*　カテゴリ一覧　サブカテゴリ　ショップ　*/
.st_3category {
	padding: 10px;
	background-image: url(../img/back06.gif);
	background-position: 0 0;
	background-repeat: repeat;

}

.st_3category div {
	padding: 6px 8px;
	background-color: #ffffff;
	letter-spacing: 0.1em;
	line-height: 130%;
}

/* セレクション */
.selectionTable {
	border-collapse: collapse;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
}

.selectionTable tr th,
.selectionTable tr td {
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;

}

ul.pt_selection {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.pt_selection li {
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 5px;
	padding: 1px;
	border: 1px #ffb366 solid;
	background-color: #fffdee;
	text-align: center;
}

ul.pt_selection li.active {
	background-color: rgb(204, 204, 204);
}

.clearLeft {
	clear: left;
}



/*　パン屑リスト　－－－－－－－－－－－－－－－－*/
#location {
	padding: 0 5px 8px 5px;
	margin: 0;
}

#location p {
	font-weight: bold;
	display: inline;
	margin-right: 5px;
}

#location img {
	margin: 0 3px 0 6px;
	padding: 0;
	vertical-align: middle;
}

#location ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#location li {
	margin: 0;
	padding: 0;
	display: inline;
}


/*　ショップイメージ　－－－－－－－－－－－－－－－－*/
#shopimage {
	margin-bottom: 10px;
	text-align: center;
}

/*　メッセージ　－－－－－－－－－－－－－－－－－*/
/*　メッセージページ　高さ調整　*/
#message_box {
	min-height: 500px;
	_height: 500px;
}

/*　通常のメッセージ　*/
.message01 {
	padding: 5px 10px 8px 10px;
}

.message01 p {
	padding-top: 5px;
	line-height: 1.3;
}

/*　注意メッセージ　*/
.message02 {
	border: 1px solid #f30;
	width: 98%;
	margin: 0 auto 0 auto;
}

.message02 p {
	padding: 8px;
	line-height: 1.3;
}

/*　メッセージページのリンク　*/
.pagelink01 {
	margin-top: 50px;
	text-align: center;
}

/*　フォーム　エラーメッセージ　－－－－－－－－－*/
#error {
	width: 98%;
	margin: 5px auto 5px auto;
	color: #ff0000;
	border: 1px solid #ffcc99;
	background-color: #ffffcc;
}

#error ul {
	margin: 3px 0 5px 20px;
	padding: 0px 5px;
}

#error li {
	margin: 0;
	padding: 0;
}

#error .error_title {
	font-weight: bold;
	margin-top: 5px;
	margin-left: 8px;
}


/*　メインコンテンツスタイル　一覧
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
/*　ページ送り　－－－－－－－－－－－－－－－－*/
.page {
	padding: 15px 0 2px 0;
	margin: 0 0 13px 0;
	text-align: center;
}

.page span {
	margin-right: 5px;
}

.page span a {
	text-decoration: none;
	padding: 2px 2px;
}

.page span.now {
	padding: 2px 5px;
	color: #ffffff;
	background-color: #b39980;
}

/*　表示順序切替　－－－－－－－－－－－－－－－－*/
.change_list {
	width: 100%;
	border-collapse: collapse;
	background-color: #fafae1;
}

.change_list td {
	padding: 0 10px 8px 10px;
}

.change_list td.td_top {
	padding-top: 8px;
}

/*　ショップ一覧　－－－－－－－－－－－－－－－*/
.shoplist_box {
	padding: 10px 0;
	background: transparent url(../img/line01.gif) repeat-x left top;
}

.shoplist_box .shop_data01 {
	float: left;
	width: 104px;
	padding-right: 16px;
	text-align: center;
}

.shoplist_box .shop_data01 img {
	padding: 1px;
	border: 1px solid #cccccc;
}

.shoplist_box .shop_data02 {
	float: left;
	width: 400px;
	padding-right: 10px;
}

.shoplist_box .shop_data02 h3 {
	padding-top: 5px;
	font-size: medium;
}

.shoplist_box .shop_data03 {
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: x-small;
	color: #666;
}

.shoplist_box .shop_data04 {
	padding-top: 5px;
	line-height: 1.3;
}

/*　全カテゴリ一覧　－－－－－－－－－－－－－－－*/
.category_box {
	background: url("../img/line01.gif") repeat-x scroll left bottom transparent;
	padding: 15px 0 0 0;
}

.category_box .float_l {
	width: 150px;
	padding-bottom: 15px;
}

.category_box .float_l img {
	width: 150px;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

.category_box .float_r {
	width: 570px;
}

.category_box h3 {
	font-size: 18x;
	margin-bottom: 5px;
}

.category_box h4 {
	font-size: 18x;
	margin: 8px 0 5px 0;
}

.category_box ul {
	padding: 0;
}

.category_box ul li {
	list-style: none;
	float: left;
	width: 170px;
	margin: 0 10px 3px 0;
}

.category_box ul.cate3 {
	padding: 0 0 0 15px;
}


/*　カテゴリ一覧ランキング　－－－－－－－－－－－－－－－*/

.category_ranking_link {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

/*　商品一覧　画像あり　－－－－－－－－－－－－－－－*/
.productlist_box1 {
	padding-bottom: 20px;
}

.productlist_one {
	float: left;
	width: 230px;
	padding: 20px 0 0 10px;
	text-align: center;
}

.productlist_one p {
	text-align: left;
	margin-top: 5px;
}

.productlist_rank {
	float: left;
	width: 130px;
	padding: 20px 0 0 10px;
	text-align: center;
}

.productlist_rank p {
	text-align: left;
	margin-top: 5px;
}

.productlist_rank .minmax {
	max-height: 115px;
	max-width: 115px;
}


.productlist_warn {
	background-color: #FFB74C;
}

/*　商品一覧　画像なし　－－－－－－－－－－－－－－－*/
.productlist_box2 {
	width: 100%;
	border-collapse: separate;
	margin-bottom: 15px;
}

.productlist_box2 th {
	padding: 5px 8px;
	color: #ffffff;
	font-weight: normal;
	background-color: #c3d826;
}

.productlist_box2 td {
	padding: 12px 5px;
}

.productlist_box2 td.evenline {
	background-color: #fffff0;
	border-top: 1px solid #e1e18b;
	border-bottom: 1px solid #e1e18b;
}

.productlist_box2 td.warn {
	background-color: #FFB74C;
	border-top: 1px solid #e1e18b;
	border-bottom: 1px solid #e1e18b;
}

/*　メインコンテンツスタイル　商品詳細
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
/*　商品説明2・3　下線設定　*/
.item_box {
	background: transparent url(../img/line02.gif) repeat-x left bottom;
}

/*　商品説明2・3　画像幅320px以下の回り込み設定　*/
.item_photosmall {
	float: left;
	margin: 0 15px 5px 0;
}

/*　基本画像背景　*/
td.item_photo01 {
	padding: 5px;
	background: transparent url(../img/back04.gif) repeat left top;
}

td.item_photo01 img {
	border: 5px solid #ffffff;
	background: #ffffff;
}

/*　商品画像拡大　*/
.zoom {
	text-align: center;
}

.zoom a {
	background: url(../img/zoom.gif) no-repeat left center;
	padding-left: 15px;
}

/*　テーブル：商品基本情報　*/
.item_data01 {
	width: 400px;
	margin: 10px 0 0 0;
	border-collapse: collapse;
}

.item_data01 th {
	width: 80px;
	padding: 6px 8px 6px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #ffffe6;
	border: 1px solid #e1e18b;
}

.item_data01 td {
	padding: 5px 8px;
	vertical-align: top;
	border: 1px solid #e1e18b;
}

/*　テーブル：商品属性　*/
.item_data02 {
	width: 500px;
	margin: 0 auto 0 auto;
	border-collapse: collapse;
}

.item_data02 caption {
	margin: 0 auto 0 auto;
	padding: 20px 0 3px 0;
	text-align: left;
}

.item_data02 th {
	padding: 5px 8px;
	font-weight: normal;
	background-color: #ebf6f9;
	border: 1px solid #3399ff;
}

.item_data02 td {
	padding: 5px 8px;
	text-align: center;
	border: 1px solid #3399ff;
}

/*　商品情報　－－－－－－－－－－－－－－－*/
/*　一覧の日付　○○まで　*/
.attention01 {
	color: #e60000;
}

/*　価格　赤　*/
.price01 {
	color: #ff6600;
	font-weight: bold;
}

/*　価格　取消線あり　*/
.price02 {
	color: #666666;
	font-size: x-small;
	letter-spacing: 0.1em;
	text-decoration: line-through;
}

/*　詳細ページ　価格　赤　*/
.price03 {
	padding: 5px 0;
	color: #ff6600;
	font-size: 110%;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.tax01 {
	padding-left: 3px;
	font-size: x-small;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.detail-stock {
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

#maker_area {
	display: none;
}

.ec-productRole__title {
	/*border-bottom: 1px dotted #ccc;*/
	padding-bottom: 15px;
}

.ec-productRole__title .ec-headingTitle {
	margin-bottom: 0;
}

.ec-price-title {
	font-size: 13px;
	line-height: 1.4;
	color: #525263;
}

.ec-productRole__maker {
	padding-top: 0;
	padding-bottom: 5px;
}

.ec-productRole .ec-productRole__code {
	border-bottom: none;
	padding: 15px 0 5px 0;
}

/*　ショップ名：一覧　*/
.shopname01 {
	font-size: x-small;
	letter-spacing: 0.1em;
}

/*　商品画像：一覧　*/
.item_img01 {
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #cccccc;
}

.productlist_one .minmax {
	max-height: 173px;
	max-width: 173px;
}

/* DETAIL PHOTO
-----------------------------------------*/
#basicLeft {
	width: 320px;
	float: left;
	margin-right: 20px;
}

#basicRight {
	width: 320px;
	float: right;
	margin-left: 20px;
}

#basicLeft p,
#basicRight p {
	width: 318px;
	height: 318px;
	text-align: center;
}

#basicLeft p a,
#basicRight p a {
	display: block;
	width: 318px;
	height: 318px;
}

#basicLeft ul,
#basicRight ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#basicLeft li,
#basicRight li {
	display: block;
	width: 98px;
	height: 98px;
	float: left;
	margin: 0 5px 5px 0;
	border: solid 1px #dddddd;
	text-align: center;
	cursor: pointer;
}

.rightPhoto {
	margin: 0 !important;
}


/* SET
-----------------------------------------*/
#setBox {
	position: relative;
}

#setItemList {
	width: 510px;
	/*float: left;*/
	margin: 5px 0 0 0;
}

#setBtn {
	width: 215x;
	position: absolute;
	top: 0;
	left: 530px;
}


.itemLine {
	width: 510px;
	padding: 10px 0;
	background: url(../images/common/dotline_g.gif) repeat-x bottom;
}

.itemBox {
	width: 160px;
	float: left;
	margin-right: 15px;
}

.rightBox {
	margin-right: 0 !important;
}

.itemPhoto {
	width: 158px;
	height: 158px;
	/*background: #ffffff;*/
	/*border: solid 1px #e6dedb;*/
	text-align: center;
}

.itemPhoto a {
	display: block;
	width: 158px;
	height: 158px;
}


.itemDetail dt {
	margin: 8px 0 0 0;
	font-weight: bold;
	color: #5e8b07;
}

.itemDetail dd {
	margin: 5px 0 0 0;
}

.itemDetail dd.itemPrice {
	text-align: right;
}



.quantity {
	margin: 10px 0 0 0;
	background: #CDE4B2;
	text-align: center;
	padding: 7px 5px;
}

.quantity dt,
.quantity dd {
	display: inline;
}

.quantity dt {
	padding-right: 5px;
}

p.quantity {
	color: #e60012;
}

/* SET CART
-----------------------------------------*/
#setCartBox {
	width: 195px;
	margin: 15px 0 0 0;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #ccc;
}

#setItemName {
	font-weight: bold;
	font-size: 15px;
	border-bottom: solid 1px #dfd5d2;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

#setItem {
	width: 195px;
}

#setItem tr {
	background: url(../images/common/dotline_w.gif) repeat-x bottom;
}

#setItem th,
#setItem td {
	padding: 5px;
}

#setItem th {
	font-weight: normal;
	text-align: left;
}

#setItem td {
	text-align: right;
	vertical-align: bottom;
}

#totalPrice {
	background: #CDE4B2;
	padding: 7px;
	margin: 10px 0 0 0;
}

#totalPrice dt {
	float: left;
	font-weight: bold;
}

#totalPrice dd {
	float: right;
	font-weight: bold;
	color: #5e8b07;
	font-size: 18px;
}

#setCartBtn {
	margin: 15px 0 0 0;
}

#setCartBtn dt,
#setCartBtn dd {
	display: inline;
}

#setCartBtn dt {
	padding: 3px 5px 0 0;
}

#setCartBtn dd {
	padding: 0 20px 0 0;
}

#setCartBtn p {
	margin: 7px 0 0 0;
}

#nostock {
	font-weight: bold;
	color: #e60012;
}


/* SETBUTTON
-----------------------------------------*/
#setButtonBox {
	margin: 20px 0 0 0;
}

ul#setButton {
	list-style-type: none;
	padding: 0 0 0 20px;

}

#setButton li {
	margin: 5px 0;
}

#linkFavorite {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}

#linkFavorite a {
	color: #51372e !important;
}

#linkFavorite a:hover {
	color: #9c857d !important;
}

#communityBtn {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}

#communityBtn li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

/*　メインコンテンツスタイル　各種
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
/*　エリア検索　モール　－－－－－－－－－－－－－－－*/
#area_search {
	width: 100%;
	margin-top: 5px;
	border-collapse: collapse;
}

#area_search th {
	width: 95px;
	padding: 6px 5px 6px 10px;
	text-align: left;
	vertical-align: top;
	background-color: #ebf6f9;
	border-right: 5px solid #ffffff;
	border-bottom: 6px solid #ffffff;
}

#area_search td {
	padding: 4px 6px 6px 6px;
	vertical-align: top;
	border-bottom: 1px dotted #cccccc;
}

#area_search ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#area_search li {
	float: left;
	padding: 0 5px;
	margin: 5px 0;
	border-right: 1px solid #666;
}

#area_search li.noline {
	border: none;
}

/*　新着情報　モール　－－－－－－－－－－－－－－－*/
.title_news {
	margin-top: 10px;
	padding-bottom: 5px;
	background: transparent url(../img/line03.gif) repeat-x left bottom;
}

.title_news h2 {
	padding: 8px 10px 8px 26px;
	font-size: 110%;
	letter-spacing: 0.1em;
	color: #0367ad;
	background: transparent url(../img/mark03.gif) no-repeat 5px center;
}

.newsdate {
	padding: 10px 10px 0 10px;
	color: #ff66cc;
	font-weight: bold;
}

.newscomment {
	padding: 8px 10px 10px 10px;
	background: transparent url(../img/line01.gif) repeat-x left bottom;
}

/*　プレビュー　*/
.magpreview {
	width: 570px;
	overflow-x: auto;
	font-size: 100%;
	letter-spacing: normal;
	scrollbar-arrow-color: #b39980;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #f0efdb;
	scrollbar-shadow-color: #b39980;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-3dlight-color: #b39980;
}

/*　サイトマップ　モール　－－－－－－－－－－－－－－－－－－－－－－－*/
.sitemap_menu {
	margin: 10px 10px 10px 50px;
	padding: 0;
}

.sitemap_menu li {
	margin: 0 0 0 0;
	padding: 5px 0 5px 30px;
	list-style-type: none;
	background: transparent url(../img/map_list.gif) no-repeat left center;
}

.sitemap_menu li.listend {
	background: transparent url(../img/map_listend.gif) no-repeat left center;
}

/*　ショップの紹介　ショップ　－－－－－－－－－－－－－－－－－－－－－－－*/
/*　はじめに　*/
.shopabout01 {
	padding: 10px 0;
	border-top: 1px solid #e3e3e3;
	border-right: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	/*	background: transparent url(../img/back05.gif) repeat-x left top;*/
}

.shopabout01 h2 {
	margin: 0 15px;
	padding: 0 0 10px 0;
	font-size: large;
	letter-spacing: 0.2em;
	border-bottom: 1px dotted #ccc;
}

.sa_box01 {
	padding: 10px 15px;
	line-height: 140%;
}

/*　説明　写真あり：左　*/
.shopabout_l {
	padding-top: 15px;
}

.sa_lbox {
	float: right;
	width: 295px;
}

.sa_limg {
	float: left;
	padding: 1px;
	border: 1px solid #cccccc;
}

/*　説明　写真あり：右　*/
.shopabout_r {
	padding: 15px 0;
}

.sa_rbox {
	float: left;
	width: 295px;
}

.sa_rimg {
	float: right;
	padding: 1px;
	border: 1px solid #cccccc;
}

/*　説明　*/
.shopabout_p {
	padding: 0 10px 10px 10px;
	line-height: 140%;
}

/*　独自ホームページ　*/
.shop_homepage {
	margin-top: 20px;
	padding: 15px;
	text-align: center;
	border: 2px solid #fe9901;
}

.shop_homepage span {
	padding-right: 15px;
}


/* 各種テーブル－－－－－－－－－－－－－－－－－－－－－－－－－－ */
/* お問い合わせ */
.contact {
	width: 70%;
	margin: 20px auto 20px auto;
	border-collapse: separate;
	border: 1px solid #cccccc;
}

.contact th {
	width: 30%;
	padding: 8px;
	text-align: right;
	font-weight: normal;
	border: 3px solid #ffffff;
}

.contact td {
	padding: 10px 10px 12px;
	background-image: url(../img/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 3px solid #ffffff;
}

.contact td.nodot {
	background-image: none;
	padding: 5px;
}

.contact td input {
	padding: 2px;
}

.contact th img {
	margin-top: 3px;
}

.contact th span {
	margin-left: 5px;
	color: #666;
}

.contact td textarea {
	padding: 3px;
	font-size: 90%
}

/* テーブル100% */
.tb_100 {
	width: 100%;
	margin: 10px auto 10px auto;
	border-collapse: separate;
	border: 1px solid #cccccc;
}

.tb_100 th {
	padding: 8px;
	text-align: center;
	font-weight: normal;
	border: 3px solid #ffffff;
	background-color: #e3eec6;
}

.tb_100 td {
	padding: 8px;
	background-image: url(../img/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 3px solid #ffffff;
}

.tb_100 td.nodot {
	background-image: none;
}

.tb_100 td input {
	padding: 2px;
}

/* テーブル60% */
.tb_60 {
	width: 60%;
	margin: 10px auto 20px auto;
	border-collapse: separate;
	border: 1px solid #cccccc;
}

.tb_60 th {
	width: 30%;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	border: 3px solid #ffffff;
}

.tb_60 td {
	padding: 5px 5px 8px;
	background-image: url(../img/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 3px solid #ffffff;
}

.tb_60 td.nodot {
	background-image: none;
	padding: 5px;
}

.tb_60 td input {
	padding: 2px;
}

/* テーブル100%線なし */
.tb_100noline {
	width: 100%;
	margin: 10px auto 10px auto;
	border-collapse: separate;
}

.tb_100noline th {
	padding: 8px;
	text-align: center;
	font-weight: normal;
	border: 3px solid #ffffff;
	background-color: #e6f5fa;
}

.tb_100noline td {
	padding: 8px;
	background-image: url(../img/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 3px solid #ffffff;
}

.tb_100noline td.nodot {
	background-image: none;
}

.tb_100noline td.warn {
	background-color: #FFB74C;
}

.tb_100noline caption {
	text-align: left;
}

/* テーブル100%グレー */
.tb_100g {
	width: 100%;
	margin: 10px auto 10px auto;
	border-collapse: separate;
	border: 1px solid #cccccc;
}

.tb_100g th {
	padding: 5px;
	text-align: center;
	font-weight: normal;
	border: 3px solid #ffffff;
}

.tb_100g td {
	padding: 5px;
	border: 3px solid #ffffff;
}

.tb_100g td input {
	padding: 2px;
}

/* テーブル80%グレー */
.tb_80g {
	width: 80%;
	margin: 20px auto 10px auto;
	border-collapse: separate;
	border: 1px solid #cccccc;
}

.tb_80g th {
	padding: 8px;
	text-align: center;
	font-weight: normal;
	border: 3px solid #ffffff;
	background-color: #f6f6f6;
}

.tb_80g td {
	padding: 8px;
	border: 3px solid #FFFFFF;
	background-image: url(../img/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.tb_80g td.nodot {
	background-image: none;
	padding: 5px;
}

.tb_80g td input {
	padding: 2px;
}

/* テーブル80%グレー線なし */
.tb_80gnoline {
	width: 80%;
	margin: 20px auto 10px auto;
	border-collapse: separate;
}

.tb_80gnoline th {
	padding: 10px;
	text-align: center;
	font-weight: normal;
	background-color: #f6f6f6;
}

.tb_80gnoline td {
	padding: 10px;
	background-image: url(../img/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* 見積書 */

.tb_estimate {
	margin: 10px;
	border-collapse: collapse;
	border: 1px solid #000;
}

.tb_estimate th {
	padding: 2px;
	text-align: center;
	border: 1px solid #000;
	background-color: #f6f6f6;
}

.tb_estimate td {
	padding: 2px;
	border: 1px solid #000;
}

.tb_estimate {
	margin: 10px;
	border-collapse: collapse;
	border: 1px solid #000;
}

.tb_estimate01 {
	margin: 10px 0px 30px 10px;
	width: 70%;
	font-size: 20px;
	font-weight: bold;
	border-collapse: collapse;
}

.tb_estimate01 th,
.tb_estimate01 td {
	padding: 2px;
	border-bottom: 1px solid #000;
}

.tb_estimate01 th {
	text-align: left;
}

.tb_estimate02 {
	margin: 10px 0px 30px 10px;
	width: 70%;
}

.tb_estimate02 th {
	padding: 2px 5px;
	text-align: center;
	font-weight: normal;
}

.tb_estimate02 td {
	padding: 2px;
	border-bottom: 1px solid #000;
}

/* 以下は部分的に各ページ用－－－－－－－－－－－－－－－－－－－－－－－－－－ */
/* パスワードリマインダー */
.pass {
	width: 420px;
	border: 1px solid #eeeeee;
	padding: 10px;
	margin: 10px auto 20px auto;
}

/*　よくある質問　*/
/*　Ｑリスト　*/
.faq_list {
	margin: 10px;
	line-height: 130%;
}

.faq_list .question {
	margin: 10px 0 0 40px;
	text-indent: -25px;
}

/*　Ｑ＆Ａ　*/
#faq {
	margin-top: 10px;
	padding-top: 0px;
}

#faq img {
	width: auto;
}

.faq {
	margin: 10px;
	line-height: 130%;
}

.faq .question {
	margin: 20px 0 0 40px;
	text-indent: -25px;
}

.answer {
	margin: 20px 0 10px 70px;
	padding-bottom: 10px;
	text-indent: -25px;
}

/* 利用規約・会員規約  */
#kiyaku {
	margin: 10px;
}

#kiyaku h3 {
	font-size: 110%;
	margin: 20px 0 10px;
}

#kiyaku h4 {
	font-size: 100%;
	margin: 10px 0 0 5px;
}

#kiyaku ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#kiyaku ol {
	margin: 5px 0 10px 20px;
	padding: 0;
	list-style-position: inside;
	text-indent: -20px;
}

#kiyaku li {
	margin: 5px 0 5px 10px;
	padding: 0;
	line-height: 130%;
}

/* プライバシーポリシー  */
#privacy {
	margin: 10px;
}

#privacy div {
	margin: 10px 0 0 0;
	line-height: 130%;
}

#privacy h3 {
	font-size: 110%;
	margin: 20px 0 10px;
}

#privacy h4 {
	font-size: 100%;
	margin: 15px 0 0 5px;
}

#privacy ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: circle;
}

#privacy ol {
	margin: 5px 0 10px 20px;
	padding: 0;
	list-style-position: inside;
	text-indent: -20px;
}

#privacy li {
	margin: 5px 0 5px 30px;
	padding: 0;
	line-height: 130%;
}

/* サイトについて */
body.about #main .read {
	width: 518px;
	background: url(../img/about_reed_back.gif) repeat-y;
	margin-left: 6px;
	margin-top: 20px;
	letter-spacing: 0.05em;
}

body.about #main .read h3 {
	background: url(../img/about_reed_top.gif) no-repeat;
	padding: 12px 12px 8px 12px;
	color: #FF6600;
	font-size: medium;
}

body.about #main .read p {
	background: url(../img/about_reed_line.gif) no-repeat top 10px;
	padding: 14px 16px 5px 16px;
	line-height: 1.5;
}

body.about #main .read .bottom {
	background: url(../img/about_reed_bm.gif) no-repeat;
	height: 20px;
}


/* ご利用ガイド */
#guide {
	margin: 10px;
	line-height: 140%;
}

#guide h4 {
	font-size: 100%;
	margin: 20px 0 10px 2em;
	text-indent: -1em;
}

#guide ul {
	margin: 5px 0;
	padding: 0;
}

#guide li {
	margin: 0 0 0 20px;
	padding: 0;
}

#guide p {
	margin: 8px 0 15px 20px;
	line-height: 130%;
}

#guide dl {
	margin: 10px;
}

#guide dt {
	font-weight: bold;
	margin-left: 1em;
}

#guide dd {
	margin-left: 2em;
}

/* 運営会社案内 */
#company {
	margin: 10px;
	line-height: 140%;
}

#company h4 {
	font-size: 100%;
	margin: 20px 0 10px 10px;
}

.ol_box {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding: 10px;
}

.ol_box ol {
	margin: 5px 0 0 20px;
	padding: 0;
	list-style-position: outside;
}

.ol_box li {
	margin: 5px 0 3px 10px;
	padding: 0;
}

.c_txt {
	margin: 10px 0 20px 10px;
}

/* 検索結果なし */
#no_search {
	margin: 10px;
}

.change {
	margin: 20px 10px 20px 10px;
	padding: 0 0 0 5px;
}

.change ul {
	margin: 0;
	padding: 0;
	list-style-image: url(../img/arrow06.gif);
	list-style-position: outside;
}

.change li {
	margin: 0 0 5px 20px;
	padding: 0 0 8px 0;
}

/* トップ送り主選択 */
#deliveryFromEdit {
	padding: 20px;
	font-size: 16px;
	background: #DBF2FC;
	border: 1px solid #71C8EE;
	text-align: center;
	font-weight: bold;
}

#deliveryFrom_box {
	margin-bottom: 8px;
	border: 1px solid #D0E2F3;
}

#deliveryFrom_box h3 {
	background: #6EB8FF;
	padding: 8px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#deliveryFrom_box p {
	padding: 10px;
}

/* トップバナー */
.bnnr {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.bnnr_l {
	float: left;
	margin-bottom: 10px;
	margin-right: 8px;
	padding: 0;
	list-style: none;
}

.bnnr_r {
	float: right;
	margin-bottom: 10px;
	padding: 0;
}

/* リンク */
/* 右寄せ */
.link_r {
	text-align: right;
	background: url(../img/arrow06.gif) no-repeat 800px center;
	padding-right: 20px;
}

.link_c {
	text-align: center;
	margin-top: 30px;
}

.link_c a {
	background: url(../img/arrow06_3.gif) no-repeat left center;
	padding-left: 20px;
}


/* レビュー */


#review {
	margin-bottom: 30px;
}

#review p {
	padding: 5px 15px;
	line-height: 1.4;
}

#review p.link {
	text-align: right;
}

#review img,
.review_property img {
	vertical-align: top;
}

.review_box {
	padding: 0 0 5px 0;
	margin: 5px 0;
	border: 2px solid #fafae1;
}

.review_box .mybox {
	padding: 0 0 15px 0;
}

.review_box .top {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 15px;
	border-bottom: 2px dotted #fafae1;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffe6;
	height: 36px;
}

.review_box .top span.day {
	font-size: 12px;
	color: #777;
	line-height: 20px;
}

.review_box .top span.star {
	/*	float:right; */
	margin-right: 15px;
}

.review_box span.reviewbtn {
	float: right;
	margin-right: 15px;
}


.review_property table {
	background: #fafae1;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}

.review_property p {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
	margin-bottom: 10px;
	line-height: 18px;
	border: 5px solid #fafae1;
}

.review_property span.reg_review {
	float: right;
	margin-right: 15px;
}


/*　各種ボタン
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/

#btn-item ul {
	margin: 0 auto;
	padding: 5px 0px 10px 0px;
	list-style-type: none;
}

#btn-item li {
	text-align: center;
	float: left;
	margin: 0 auto;
	margin-left: 10px;
	margin-bottom: 5px;
}

#btn-item ul.biw200 {
	width: 200px;
	padding: 5px 0px 15px 0px;
}

#btn-item ul.biw420 {
	width: 420px;
	padding: 5px 0px 15px 0px;
}

#btn-item ul.biw500 {
	width: 500px;
	padding: 5px 0px 15px 0px;
}

#btn-item ul.biw600 {
	width: 600px;
	padding: 5px 0px 15px 0px;
}

#btn-item ul.biw160 {
	width: 160px;
}

#btn-item ul.biw80 {
	width: 80px;
}


/* gradation-gray-button */
#btn-item li.gbtnGray {
	width: 160px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #d7dada;

	background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

#btn-item li.gbtnGray a {
	vertical-align: middle;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	color: #333;
	height: 22px;
	line-height: 23px;
}

#btn-item li.gbtnGray:hover {
	text-decoration: none;
	border: 1px solid #bfc4c4;
	background-color: #d9dddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), top(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

/* back-button */
#btn-item li.btnback {
	width: 160px;
	border-radius: 3px;
	/* CSS3 */
	-webkit-border-radius: 3px;
	/* Safari,Chrome */
	-moz-border-radius: 3px;
	/* Firefox */
	border: 1px #D5D5D5 solid;
}

#btn-item li.btnback a {
	background-color: #D0D0D0;
	height: 32px;
	line-height: 33px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	display: block;
	text-decoration: none;
}

#btn-item li.btnback a:hover {
	background-color: #DFDFDF;
	text-decoration: none;
}

#btn-item li.btnback a:active {
	background-color: #D0D0D0;
	text-decoration: none;
}

/* next-button */
#btn-item li.btnnext {
	width: 160px;
	border-radius: 3px;
	/* CSS3 */
	-webkit-border-radius: 3px;
	/* Safari,Chrome */
	-moz-border-radius: 3px;
	/* Firefox */
	border: 1px #E4E833 solid;
}

#btn-item li.btnnext a {
	background-color: #D0E535;
	border: none;
	height: 32px;
	line-height: 33px;
	font-weight: bold;
	color: #00A0E9;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	display: block;
	text-decoration: none;
}

#btn-item li.btnnext a:hover {
	background-color: #F6EB32;
	text-decoration: none;
}

#btn-item li.btnnext a:active {
	background-color: #D0E535;
	text-decoration: none;
}

/* cart-button */
#btn-item li.btncart {
	width: 160px;
	border-radius: 3px;
	/* CSS3 */
	-webkit-border-radius: 3px;
	/* Safari,Chrome */
	-moz-border-radius: 3px;
	/* Firefox */
	border: 1px #E4E833 solid;
}

#btn-item li.btncart a {
	background-color: #D0E535;
	border: none;
	height: 32px;
	line-height: 33px;
	font-weight: bold;
	color: #00A0E9;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	display: block;
	text-decoration: none;
}

#btn-item li.btncart a:hover {
	background-color: #F6EB32;
	text-decoration: none;
}

#btn-item li.btncart a:active {
	background-color: #D0E535;
	text-decoration: none;
}

/* order-button */
#btn-item li.btnorder {
	width: 160px;
	border-radius: 3px;
	/* CSS3 */
	-webkit-border-radius: 3px;
	/* Safari,Chrome */
	-moz-border-radius: 3px;
	/* Firefox */
	border: 1px #E4E833 solid;
}

#btn-item li.btnorder a {
	background-color: #D0E535;
	border: none;
	height: 32px;
	line-height: 33px;
	font-weight: bold;
	color: #00A0E9;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	display: block;
	text-decoration: none;
}

#btn-item li.btnorder a:hover {
	background-color: #F6EB32;
	text-decoration: none;
}

#btn-item li.btnorder a:active {
	background-color: #D0E535;
	text-decoration: none;
}

#btn-item li.btw200 {
	width: 200px;
}

#btn-item li.btw160 {
	width: 160px;

}

#btn-item li.btw180 {
	width: 180px;
}

#btn-item li.btw80 {
	width: 80px;
}

/* liが可変でも中央寄せする版 */
#btn-item2 ul {
	text-align: center;
	display: inline-block;
	padding: 5px 0px 10px 0px;
	list-style-type: none;
}

#btn-item2 li {
	display: inline-block;
	text-align: center;
	float: left;
	margin: 0 auto;
	margin-left: 10px;
	margin-bottom: 5px;
	/display: inline;
	/zoom: 1;
}

#btn-item2 ul.biw {
	padding: 5px 0px 15px 0px;
}

/* gradation-gray-button */
#btn-item2 li.gbtnGray {
	width: 160px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #d7dada;

	background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

#btn-item2 li.gbtnGray a {
	vertical-align: middle;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	color: #333;
	height: 22px;
	line-height: 23px;
}

#btn-item2 li.gbtnGray:hover {
	text-decoration: none;
	border: 1px solid #bfc4c4;
	background-color: #d9dddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), top(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

/* back-button */
#btn-item2 li.btnback {
	width: 160px;
	border-radius: 3px;
	/* CSS3 */
	-webkit-border-radius: 3px;
	/* Safari,Chrome */
	-moz-border-radius: 3px;
	/* Firefox */
	border: 1px #D5D5D5 solid;
}

#btn-item2 li.btnback a {
	background-color: #A0A0D0;
	height: 32px;
	line-height: 33px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	display: block;
	text-decoration: none;
}

#btn-item2 li.btnback a:hover {
	background-color: #BBBBBB;
	text-decoration: none;
}

#btn-item2 li.btnback a:active {
	background-color: #D0D0D0;
	text-decoration: none;
}

/* next-button */
#btn-item2 li.btnnext {
	width: 160px;
	border-radius: 3px;
	/* CSS3 */
	-webkit-border-radius: 3px;
	/* Safari,Chrome */
	-moz-border-radius: 3px;
	/* Firefox */
	border: 1px #E4E833 solid;
}

#btn-item2 li.btnnext a {
	background-color: #D0E535;
	border: none;
	height: 32px;
	line-height: 33px;
	font-weight: bold;
	color: #00A0E9;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	display: block;
	text-decoration: none;
}

#btn-item2 li.btnnext a:hover {
	background-color: #F6EB32;
	text-decoration: none;
}

#btn-item2 li.btnnext a:active {
	background-color: #D0E535;
	text-decoration: none;
}

/* cart-button */
#btn-item2 li.btncart {
	width: 160px;
	border-radius: 3px;
	/* CSS3 */
	-webkit-border-radius: 3px;
	/* Safari,Chrome */
	-moz-border-radius: 3px;
	/* Firefox */
	border: 1px #E4E833 solid;
}

#btn-item2 li.btncart a {
	background-color: #D0E535;
	border: none;
	height: 32px;
	line-height: 33px;
	font-weight: bold;
	color: #00A0E9;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	display: block;
	text-decoration: none;
}

#btn-item2 li.btncart a:hover {
	background-color: #F6EB32;
	text-decoration: none;
}

#btn-item2 li.btncart a:active {
	background-color: #D0E535;
	text-decoration: none;
}

/* order-button */
#btn-item2 li.btnorder {
	width: 160px;
	border-radius: 3px;
	/* CSS3 */
	-webkit-border-radius: 3px;
	/* Safari,Chrome */
	-moz-border-radius: 3px;
	/* Firefox */
	border: 1px #E4E833 solid;
}

#btn-item2 li.btnorder a {
	background-color: #D0E535;
	border: none;
	height: 32px;
	line-height: 33px;
	font-weight: bold;
	color: #00A0E9;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	display: block;
	text-decoration: none;
}

#btn-item2 li.btnorder a:hover {
	background-color: #F6EB32;
	text-decoration: none;
}

#btn-item2 li.btnorder a:active {
	background-color: #D0E535;
	text-decoration: none;
}

#btn-item2 li.btw200 {
	width: 200px;
}

#btn-item2 li.btw160 {
	width: 160px;
}

#btn-item2 li.btw180 {
	width: 180px;
}

#btn-item2 li.btw80 {
	width: 80px;
}

/*class版 単独で利用可能*/

.btn-item {
	border-radius: 3px;
	/* CSS3 */
	-webkit-border-radius: 3px;
	/* Safari,Chrome */
	-moz-border-radius: 3px;
	/* Firefox */
	border: 1px #E4E833 solid;
	text-align: center;
}

.btn-item a {
	background-color: #D0E535;
	border: none;
	height: 32px;
	line-height: 33px;
	font-weight: bold;
	color: #00A0E9;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	display: block;
	text-decoration: none;
}

.btn-item a:hover {
	background-color: #F6EB32;
	text-decoration: none;
}

.btn-item a:active {
	background-color: #D0E535;
	text-decoration: none;
}

/*左メニューカート*/
#left_cart {
	border: 1px solid #D0E535;
	background-color: #ECF4B0;
	margin-bottom: 10px;
	text-align: center;
}

#left_cart .btn-item {
	width: 175px;
	margin: 5px;
}

#left_cart p {
	margin-top: 10px;
}


/*ピックアップ*/

#pickUpCate.section {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #cecece;
}

#pickUpCate .list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-bottom: -24px;
}

#pickUpCate .list-item {
	box-sizing: border-box;
	padding-right: 8px;
	margin-bottom: 24px;
	width: 20%;
}

#pickUpCate .list-itemLink_img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/*検索中タグボタン*/

.search-tag-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	padding-bottom: 10px;
	font-size: 14px !important;
}

.search-tag-list li:nth-child(n+2) {
	margin-left: 15px;
}

.search-tag-list__button {
	display: inline-block;
	border-radius: 16px;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*border: 1px solid #23ac38;*/
	background: #ecf9b7;
	position: relative;
}

.search-tag-list__button:hover {
	cursor: pointer;
	opacity: 0.7;
}

.search-tag-list__button::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 15px;
	height: 1px;
	background-color: #23ac38;
}

.search-tag-list__button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 15px;
	height: 1px;
	background-color: #23ac38;
}

.search-tag-list__button-reset {
	color: #23ac38;
}

.search-tag-list__button-reset:hover {
	cursor: pointer;
	border-bottom: 1px solid #23ac38;
}


/*商品一覧*/

.ec-shelfGrid__item-buttom {
	margin-top: auto;
}

.stock-count {
	font-size: 13px;
}

.ec-shelfGrid__item .category-link {
	color: #33A8D0;
}

.ec-shelfGrid__item .category-link:hover {
	cursor: pointer;
}

/*条件から探す*/
.other_search_sp dd input[type='checkbox'],
.other_search dd input[type="checkbox"] {
	accent-color: #000;
}

.other_search div button[type='reset'] {
	background: #fff;
	color: #23ac38;
	border: 1px solid #23ac38;
}

/*ランキング*/
.ec-orderBySaleRole .ec-shelfGrid .ec-shelfGrid__item {
	margin-bottom: 0;
}

/*メーカー在庫リスト*/
.maker-stock {
	width: 100%;
}

.maker-stock__inner {
	width: 100%;
	max-width: 90%;
}

@media (max-width: 768px) {
	.maker-stock__inner {
		padding: 0 20px 0 20px;
	}
}


.maker-stock-ttl {
	font-size: 20px;
	margin-bottom: 20px;
}

.maker-stock-table {
	font-size: 13px;
	width: 100%;
	margin: 0 auto;
}

.maker-stock-table th {
	white-space: nowrap;
	font-size: 15px;
	width: 20%;
}

.maker-stock-table td {
	height: 40px;
}

.maker-stock-table td:first-child {
	text-align: center;
}

.maker-stock-table th,
.maker-stock-table td {
	padding: 5px;
	border-bottom: solid 1px #ddd;
}

.maker-stock-table td .maker-stock-table__logo {
	width: 100%;
	max-width: 160px;
	height: auto;
}

.maker-stock-table td .maker-stock-table__logo.maker-stock-table__logo--fujimi {
	height: 100%;
	width: auto;
}

.download-buttom {
	width: 100%;
	max-width: 120px;
	height: auto;
}

.download-button {
	display: block;
	width: 100%;
	max-width: 250px;
	background: #23ac38;
	color: #fff;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.download-button:hover {
	color: #fff;
	text-decoration: none;
}

/* マイページ 注文履歴 */

.ec-orderOrder .ec-orderOrder__action {
	margin: 16px 0;
}

/* CSVダウンロードメッセージ */

.csv-message-temlate__button {
	padding: 5px 20px;
	background: #23ac38;
	color: #FFFFFF;
	border: none;
}

.csv-message-temlate__button:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* CSV注文 */

#csv-order h2 {
	margin: 24px 0 16px 0;
	padding: 8px 16px;
}

#csv-order li {
	list-style: initial;
	margin-left: 24px;
}

#csv-order img {
	width: auto;
}

#csv-order .table> :not(caption)>*>* {
	padding: 8px 16px;
	border-color: #ddd;
}

#csv-order .table> :not(caption)>*.insufficient-quantity-row>* {
	background: #f8dedc;
	box-shadow: none;
}

#csv-order .table> :not(caption)>*.deleted-row>*:not(.action-cell) {
	opacity: .4;
}

#csv-order .table> :not(caption)>*.deleted-row>*.action-cell {
	background: rgba(249, 249, 249, .4);
	box-shadow: none;
}

#csv-order .table> :not(caption)>*.deleted-row.insufficient-quantity-row>*.action-cell {
	background: rgba(248, 222, 220, .4);
}

#csv-order .table> :not(caption)>*:last-child>* {
	border-bottom: none;
}

#csv-order .table> :not(:first-child) {
	border-top: 2px solid #ddd;
}

#csv-order .table .ec-blockBtn {
	padding: 8px;
}

#csv-order .ec-blockBtn,
#csv-order .ec-blockBtn--cancel,
#csv-order .ec-blockBtn--action {
	height: auto !important;
	line-height: 1 !important;
	padding: 16px 0;
}

#csv-order #upload-form .ec-blockBtn,
#csv-order #upload-form .ec-blockBtn--cancel,
#csv-order #upload-form .ec-blockBtn--action {
	display: inline-block;
	width: auto;
	padding: 16px 32px;
}

#csv-order .invalid-feedback {
	margin-top: 16px;
}

#csv-order .alert-light.empty-order-items {
	background: #f9f9f9;
	text-align: center;
	padding: 32px 0;
}

.ec-mypageRole th {
	padding-bottom: 1rem;
}

/*
drawer
ハンバーガーメニューCSS
*/
.ec-drawerRole {
	background: #f8f8f8;
}

.ec-drawerRole .ec-headerSearch {
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
}

.ec-drawerRole .ec-itemNav__nav {
	width: 100%;
	margin: 0;
	padding: 0;
}

.ec-drawerRole .ec-itemNav__nav li a {
	padding: 10px 0 10px 10px;
}

.ec-drawerRole .ec-headerLink__badge {
	margin-left: 10px;
	border: solid 2px #fff;
	min-width: 20px !important;
	height: 20px !important;
	display: inline-block;
	border-radius: 99999px;
	box-sizing: border-box;
	padding: 5px;
	font-size: 10px;
	line-height: 0.7;
	white-space: nowrap;
	background-color: #DE5D50;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
	background: #9cc813;
	color: #fff;
	border: none;
}

.ec-drawerRole .ec-headerCategoryArea ul.ec-itemNav__nav li ul li a::before {
	content: '-';
}

.ec-drawerRole .ec-headerCategoryArea ul.ec-itemNav__nav>li>ul>li::before,
.ec-drawerRole .maker_list li:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	color: #23ac38;
	position: absolute;
	top: 11px;
	right: 10px;
}

.metroFamilyOrder-button01 {
	width: 100%;
	background: #23ac38;
	color: #fff;
	padding: 5px 20px;
	border: none;
}

.metroFamilyOrder-button02 {
	width: 100%;
	color: #23ac38;
	background: #fff;
	padding: 5px 20px;
	border: 1px solid #23ac38;
}

.login_user_sp {
	border: solid 8px #ecf9b7;
}


/* マイページメニュー */
.ec-navlistRole .active {
	background: #9cc813;
}

.ec-navlistRole .active:hover {
	background-color: #9cc813;
	opacity: 1;
}

.ec-navlistRole .active a {
	color: #fff;
}

.col-10percent {
	width: 10%;
}

.ec-mypageRole {
	position: relative;
}

.ec-mypageRole .loginname {
	position: absolute;
	top: 30px;
	right: 40px;
}

@media (max-width: 768px) {
	.ec-mypageRole .loginname {
		top: 10px;
		right: 20px;
	}
}

/*
カテゴリ独立型フローティングメニュー
----------------------------------
*/
@media only screen and (min-width: 768px) {

	/* 親カテゴリにposition: relativeを設定 */
	.ec-itemNav__nav>li {
		position: relative;
	}

	/* 子カテゴリ（デフォルト非表示） */
	.ec-itemNav__nav>li>ul {
		display: none;
		position: absolute;
		left: 100%;
		top: 0;
		background: #fff;
		border: 1px solid #ddd;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
		z-index: 10000;
		min-width: 200px;
		max-width: 500px;
		padding: 5px 0;
		list-style: none;
		margin-top: 0;
	}

	/* 親カテゴリホバー時に子カテゴリ表示 */
	.ec-itemNav__nav>li:hover>ul {
		display: block;
	}

	/* 2列表示時のスタイル（サーバーサイドで付与されたクラス：8〜15個） */
	.ec-itemNav__nav>li>ul.js-submenu-two-column {
		display: none;
		grid-template-columns: 1fr 1fr;
		column-gap: 16px;
		padding: 10px;
		min-width: 420px;
	}

	.ec-itemNav__nav>li:hover>ul.js-submenu-two-column {
		display: grid;
	}

	/* 3列表示時のスタイル（サーバーサイドで付与されたクラス：16個以上） */
	.ec-itemNav__nav>li>ul.js-submenu-three-column {
		display: none;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 16px;
		padding: 10px;
		min-width: 630px;
	}

	.ec-itemNav__nav>li:hover>ul.js-submenu-three-column {
		display: grid;
	}

	/* 子カテゴリアイテム */
	.ec-itemNav__nav>li>ul>li {
		width: 100%;
		list-style: none;
		position: relative;
	}

	/* 子カテゴリリンク */
	.ec-itemNav__nav>li>ul>li>a {
		display: block;
		padding: 8px 12px;
		color: #333;
		text-decoration: none;
		transition: background-color 0.2s;
	}

	.ec-itemNav__nav>li>ul>li>a:hover {
		background-color: #f5f5f5;
	}

	/* 孫カテゴリがある場合のインジケーター */
	.ec-itemNav__nav>li>ul>li:has(ul)>a::after {
		content: "›";
		position: absolute;
		right: 12px;
		font-size: 16px;
		color: #999;
	}

	/* 孫カテゴリ（デフォルト非表示） */
	.ec-itemNav__nav>li>ul>li>ul {
		display: none;
		position: absolute;
		left: 100%;
		top: 0;
		background: #fff;
		border: 1px solid #ddd;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
		z-index: 10001;
		min-width: 300px;
		max-height: calc(50vh - 100px);
		overflow-y: auto;
		overflow-x: hidden;
		padding: 5px 0;
		list-style: none;
		margin-top: 0;
	}

	/* 子カテゴリホバー時に孫カテゴリ表示 */
	.ec-itemNav__nav>li>ul>li:hover>ul {
		display: block;
	}

	/* 孫カテゴリアイテム */
	.ec-itemNav__nav>li>ul>li>ul>li {
		list-style: none;
	}

	/* 孫カテゴリリンク */
	.ec-itemNav__nav>li>ul>li>ul>li>a {
		display: block;
		padding: 8px 12px;
		color: #333;
		text-decoration: none;
		transition: background-color 0.2s;
	}

	.ec-itemNav__nav>li>ul>li>ul>li>a:hover {
		background-color: #f5f5f5;
	}

	/* ハイライト表示 */
	.ec-itemNav__nav .js-category-highlight {
		background: #ecf9b7 !important;
	}
}

/* 小型PC用調整（768px〜1280px） */
@media only screen and (min-width: 768px) and (max-width: 1280px) {

	/* 3列表示を2列に変更 */
	.ec-itemNav__nav>li>ul.js-submenu-three-column {
		grid-template-columns: 1fr 1fr;
		min-width: 420px;
	}
}