﻿@charset "utf-8";

/*-------------------------
　     　　タイトルリード
----------------------------------*/
.title_lead {
	text-align: center !important;/* 左寄せ left　中央揃え center */
	background-color: #ffffff;/*背景色変更*/
	color: #000000;/*テキストカラー変更*/
	padding: 0;
}


/*-------------------------
　     　　インデックス
----------------------------------*/
.itemMenu li, .itemMenuTx li {
	border-bottom: 1px solid #ffffff;/*バナーインデックス下罫線カラー変更*/
}

.itemMenu li::after, .itemMenuTx li::after, .itemMenuTx li a::after {/*下矢印*/
	border-color:  transparent transparent #ffffff #ffffff;/*矢印カラー変更*/
}

ul#fixedMenu {
	background-color: #493625;/*背景カラー変更*/
}

#fixedMenu a {
	color: #ffffff;/*テキストカラー変更*/
}

#fixedMenu a:hover {
	color: #e2d0a6;/*オンマウスのテキストカラー変更*/
	background-color: #544537;/*オンマウスの背景カラー変更*/
}

/*-------------------------
　     　　H2タイトル
----------------------------------*/
.titleH2_txt {
	text-align: center !important;/* 左寄せ left　中央揃え center */
	background-color: #dee7ff !important;/*背景色変更*/
}

.titleH2_txt span {
	color: #006488;/*テキストカラー変更*/
}

.lead_txt {/* 見出し下のリード文 */
    text-align: center !important;/* 左寄せ left　中央揃え center */
    background-color: #ffffff;/*背景色変更*/
    color: #000000;/*テキストカラー変更*/
    padding: 0;
}


/*-------------------------
　        商品一覧ボタン
----------------------------------*/
.toItem {/*商品一覧ボタン(default：中央寄せ)*/
	background-color: #625041;/*背景色*/
}

.toItem a {
	color: #fff;/*テキストカラー変更*/
}

.toItem a::after {/*矢印カラー変更*/
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;

}


/*.toItem .right {
	margin: 20px auto 50px auto;
	padding: 0;
	text-align: center;
	background-color: #666;
	text-align: center;
	width: 50%;
	color: #FFF;
	font-size: 87%;
	line-height: 3;
	padding: 1px 0 0px;
	box-sizing: border-box;
}*/


/*-------------------------
　     　　free
----------------------------------*/
.free {/*フリースペース／注釈*/
	background-color: #f6f6f6;/*背景色変更*/
	border: solid #dbd8d8 2px;/*枠線色変更*/
}

.free h3 {
	border-bottom: solid #dbd8d8 2px;/*下罫線カラー変更*/
	color: #000000;/*テキストカラー変更*/
}

.free ul li {
	color: #000000;/*テキストカラー変更*/
}


/*-------------------------
　     　 全商品一覧ボタン
----------------------------------*/
.footerBn {/*フッターボタン*/
	background-color: #32251a;/*背景色*/
	border: 1px solid #7b5d35;/*罫線（太さ・カラー）*/
}
.footerBn a {
	color: #fff;/*テキストカラー変更*/
}
.footerBn a::after {/*矢印カラー変更*/
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;

}


/*-------------------------
　     　 デジカタボタン
-------------------------*/
.d_catalog {

	background-color: #ccc;/*背景色*/
	border: 3px solid #bbb;/*罫線（太さ・カラー）*/
}

.d_catalog a {
	color: #666;/*テキストカラー変更*/
}

.d_catalog a::after {/*矢印カラー変更*/
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;

}

.d_catalog a img {
	top: -12px;
	left: 10px;
	border: 2px solid #ccc;
}

/*-------------------------
　     　　notes
----------------------------------*/
/*↓注釈アイコン(不要時削除)↓*/
.notes h3.oder:before {
	content: url(../images/common/check.png);
}
.notes h3.info:before {
	content: url(../images/common/info.png);
}
/*↑注釈アイコン(不要時削除)↑*/


/*-------------------------
　     　 関連リンク
----------------------------------*/
.otherBn {/*関連リンクテキストver*/
	background-color: #ccc;/*背景色*/
	border: 3px solid #bbb;/*罫線（太さ・カラー）*/
}
.otherBn a {
	color: #666;/*テキストカラー変更*/
}

.otherBn a::after {/*矢印カラー変更*/
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;

}
