/* ----------
　　オリジナルCSS
 ----------- */

@charset "utf-8";

/* ----------
　　リセットCSS
 ----------- */

body {
	background-color: transparent;
}

#header {
	background: none;
}

#contents {
	background: none;
}

#footer {
	background: none;
}


/* 共通設定 */

body {
	font-size: 82.5%;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #505050;
}

a {
	color: rgba(57, 42, 38, 1);
}

.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
}

.wf-sawarabigothic {
	font-family: "Sawarabi Gothic";
}

.noto-serif-jpn {
	font-family: 'Noto Serif', serif;
}

.mincho {
	font-weight: 500;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


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

#header {
	background-color: rgba(57, 42, 38, 1.0);
}

#header a {
	color: #e6dfd0;
	margin: 0px 4px;
}

#header .cart_price {
	color: #e6dfd0;
}

#header .category-nav {
	color: rgba(57, 42, 38, 1);
	font-weight: lighter;
	border-top: 0px;
	border-bottom: 0px;
}

#header .category-nav ul>li>a,
#header .category-nav ul>li>ul>li>a,
#header .category-nav ul>li>ul>li>ul>li a {
	color: rgba(57, 42, 38, 1);
	font-weight: 100;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



#header .category-nav > li > a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



.header_logo_area .copy {
	color: #e6dfd0;
	font-size: 10px;
	font-weight: 100;
}

.header_logo_area a {
	font-size: 0.8em;
	font-weight: 100;
	padding: 0 0 16px 0;
}

.search select {
	height: 40px;
}

.search .input_search {
	height: 40px;
	border-bottom: 1px solid #e6dfd0;
}

.bt_search .cb-search {
	fill: #e6dfd0;
}

#cart_area p {
	border: 1px solid #e6dfd0;
}


/* ----------
　　アイテム
 ----------- */

.item_name {
	font-size: 1.4rem;
}

.item_price {
	font-size: 1.6rem;
	color: rgba(57, 42, 38, 1);
}


/* ----------
　　新着情報
 ----------- */

.newslist dt {
	font-size: 1.4rem;
}

.heading01 {
	font-size: 1.8rem;
}


/* ----------
　　コンテンツ
 ----------- */

#contents .row {
	font-size: 1.4rem;
	padding-top: 8px;
}


/* ----------
　　送料
 ----------- */

#postage{
	font-size: 14px;
}

#postage h2{
	color: rgba(57, 42, 38, 1);
	font-size: 18px;
	border-bottom: solid rgba(57, 42, 38, 1) 1px;
}

#postage dd{
	margin-bottom: 8px;
}

#postage dt{
	float: left;
	font-weight: bold;
}


#postage dl{
	overflow: hidden;
	text-align: right;
	margin: 16px 0;
	
}


#postage2{
	font-size: 14px;
}

#postage2 h2{
	color: rgba(57, 42, 38, 1);
	font-size: 18px;
	border-bottom: solid rgba(57, 42, 38, 1) 1px;
}

#postage2 dt{
	font-weight: bold;
}

#postage2 dd{
	font-size: 12px;
	margin-bottom: 16px;
}

#postage2 dl{
	overflow: hidden;
	text-align: left;
	margin: 16px 0;
	
}






/* ----------
　　フッター
 ----------- */

.org-footer a {
	font-size: 1.4rem;
}

#footer {
	background: rgba(57, 42, 38, 1.0);
}

#footer a {
	color: #e6dfd0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.copyright {
	color: #e6dfd0;
}

#org_paypallogo {
	margin: 0 0 2px0 0;
}
