@charset "utf-8";

/*-------------------------
　     　　タイトルリード
----------------------------------*/
.title_lead {
	border: 1px solid #ccc;/*罫線（不要の場合は削除）*/
	background-color: #eee;/*背景色変更*/
}

/*-------------------------
　     　　アンカーリンクボタン
----------------------------------*/
.headerWrap #anchor {
	position:absolute;
	top:75%;/*バナー上から%指定*/
	left:15%;/*バナー左から%指定*/
}

.headerWrap #anchor {
	padding:12px;
	border:1px solid #333;
	background-color: #ccc;
  }

/*-------------------------
　     　　インデックス
----------------------------------*/
.itemMenu li {
	/*border-bottom: 1px solid #ca3e5e;下罫線カラー変更*/
}

.itemMenu li::after {/*下矢印*/
	/*border-color:  transparent transparent #ca3e5e #ca3e5e;矢印カラー変更*/
}

#fixedMenu a {
	/*color: #ca3e5e;テキストカラー変更*/
}

#fixedMenu a:hover {
	/*background-color: #edeae6;オンマウスの背景カラー変更*/
}

/*-------------------------
　     　　H2タイトル
----------------------------------*/
.titleH2_txt {
	background-color: #dee7ff !important;/*背景色変更*/
}

.titleH2_txt span {
	color: #006488;/*テキストカラー変更*/
}

/*-------------------------
　     　　free
----------------------------------*/
.free {/*フリースペース／注釈*/
	background-color: #f6f6f6;/*背景色変更*/
	border: solid #dbd8d8 2px;/*枠線色変更*/
}

.free h3 {
	border-bottom: solid #dbd8d8 2px;/*下罫線カラー変更*/
}

/*-------------------------
　     　　notes
----------------------------------*/
/*↓注釈アイコン(不要時削除)↓*/
.notes h3.oder:before {
	content: url(../images/common/check.png);
}
.notes h3.info:before {
	content: url(../images/common/info.png);
}
/*↑注釈アイコン(不要時削除)↑*/


/*-------------------------
　        商品一覧ボタン
----------------------------------*/
.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;
}*/


/*-------------------------
　     　 全商品一覧ボタン
----------------------------------*/
.footerBn {/*フッターボタン*/
	background-color: #356bfb;/*背景色*/
	border: 3px solid #f5cfce0;/*罫線（太さ・カラー）*/
}
.footerBn a {
	color: #fff;/*テキストカラー変更*/
}
.footerBn a::after {/*矢印カラー変更*/
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;

}


/*-------------------------
　     　 デジカタボタン
-------------------------*/
.d_catalog {

	background-color: #ccc;/*背景色*/
	border: 3px solid #bbb;/*罫線（太さ・カラー）*/
}

.d_catalog a {
	color: #666;/*テキストカラー変更*/
}

/*-------------------------
　     　 関連リンク
----------------------------------*/
.otherBn {/*関連リンクテキストver*/
	background-color: #ccc;/*背景色*/
	border: 3px solid #bbb;/*罫線（太さ・カラー）*/
}
.otherBn a {
	color: #666;/*テキストカラー変更*/
}

.otherBn a::after {/*矢印カラー変更*/
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;

}


.otherBn_img {}





