/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ", "Verdana", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffffff;
	text-align:center;
}

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

img {
	border: 0px;
}
h1{
text-indent:-9999px;
}
h2{
font-size:20px;
}

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

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:1000px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

/*leftとmainを囲む*/
.wrapper {
 width:800px;
 float:left;
}

/*　画面左側メニューの幅　*/
.left {
	float: right;
	width:200px;
}

/*　中央の幅　*/
.main {
	float: right;
	width: 600px;
}

.right {
	float: left;
	width:200px;
}

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

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

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}
/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

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


.product_item {
	text-align:center;
	width:145px;
	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;
	}

/* ------------------------------------- 
カスタマイズ
 ------------------------------------- */
.info_text {
	line-height: 1.5;
	padding-right: 20px;
}

.side_cart {
	border: 2px solid #2849A6;
	padding: 10px;
	margin-bottom: 30px;
}

.cat_menu {
	margin-top: 5px;
	margin-bottom: 15px;
}

.cat_menu .cat_head {
	color: #2849A6;
	font-weight: bold;
	/*border-top: 2px solid #2849A6;
	border-bottom: 2px solid #2849A6;*/
	padding: 3px 0 3px 8px;
	margin-bottom: 5px;
	width: 160px;
	box-sizing: border-box;
}

.cat_menu .cat_head.lp {
	/*color: #37997a;*/
	background-color: #37997a;
	color: #fff;
}

.cat_menu .cat_head.singles {
	/*color: #4c8598;*/
	background-color: #4c8598;
	color: #fff;
}

.cat_menu .cat_head.other {
	/*color: #8d6fac;*/
	background-color: #8d6fac;
	color: #fff;
}

.cat_menu .cat_bnr {
	display: block;
	margin-bottom: 5px;
	width: 160px;
}

.cat_bottom {
	margin-top: 50px;
}

.price_text {
	font-weight: bold;
}

.expl_text {
	color: #999;
	font-size: 12px !important;
	text-align: center !important;
	padding: 3px 8px !important;
	line-height: 1.3 !important;
}

.btn_sample {
	display: block !important;
	width: 90px !important;
	margin: 5px auto 0;
	padding: 3px;
	border: 1px solid #2849a6;
	border-radius: 3px;
	color: #2849a6;
	box-shadow: inset -1px -1px 1px rgba(0,0,0,.08);
}

.btn_sample:after {
	content: '';
	vertical-align: middle;
	margin-top: -1px;
	margin-left: 5px;
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(https://img02.shop-pro.jp/PA01124/713/etc/icon_sample.png?cmsp_timestamp=20220313004527) no-repeat;
	background-size: contain;
}

/*.btn_sample img {
	border: none !important;
	padding: 0 !important;
	max-width: 100%;
}*/
