@charset "utf-8";

/*-------------------------
　     　　タイトルリード
----------------------------------*/
.title_lead {
	text-align: center !important;/* 左寄せ left　中央揃え center */
	background-color: #ffffff;/*背景色変更*/
	color: #000000;/*テキストカラー変更*/
	padding: 0;
}

/*-------------------------
　     　　アンカーリンクボタン
----------------------------------*/
div#anchor {
	text-align: center;
	margin-bottom: 1em;
}

#anchor p a {
	display: inline-block;
	padding: 1% 1em;
	border:1px solid #ef5384;/*枠線色変更*/
	background-color: #fff;/*背景色変更*/
	color: #ef5384 !important;/*テキストカラー変更*/
	border-radius: 15px;
}

/*-------------------------
　     　　インデックス
----------------------------------*/
.itemMenu li, .itemMenuTx li {
	border-bottom: 1px solid #ca3e5e;/*バナーインデックス下罫線カラー変更*/
}

.itemMenu li::after, .itemMenuTx li::after, .itemMenuTx li a::after {/*下矢印*/
	border-color:  transparent transparent #ca3e5e #ca3e5e;/*矢印カラー変更*/
}

ul#fixedMenu {
	background-color: #fef3f9;/*背景カラー変更*/
}

#fixedMenu a {
	color: #ef5384;/*テキストカラー変更*/
}

#fixedMenu a:hover {
	color: #ef5384;/*オンマウスのテキストカラー変更*/
	background-color: #f7c4da;/*オンマウスの背景カラー変更*/
}

/*-------------------------
　     　　H2タイトル
----------------------------------*/
.titleH2_txt {
	text-align: center !important;/* 左寄せ left　中央揃え center */
	background-color: #fef3f9 !important;/*背景色変更*/
}

.titleH2_txt span {
	color: #ef5384;/*テキストカラー変更*/
}

.lead_txt {/* 見出し下のリード文 */
    text-align: center !important;/* 左寄せ left　中央揃え center */
    background-color: #ffffff;/*背景色変更*/
    color: #000000;/*テキストカラー変更*/
    padding: 0;
}


/*-------------------------
　        商品一覧ボタン
----------------------------------*/
.toItem {/*商品一覧ボタン(default：中央寄せ)*/
	background-color: #666;/*背景色*/
}

.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: #ef5384;/*背景色*/
}
.footerBn a {
	color: #fef3f9;/*テキストカラー変更*/
}
.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);
}
/*↑注釈アイコン(不要時削除)↑*/


/*-------------------------
　     　　STORE INFORMATION
----------------------------------*/
.notes.bs a {
	color:#ef5384;
}


/*-------------------------
　     　 関連リンク
----------------------------------*/
.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;

}
