/* ==== ボーナスポイントページ下部専用設定 ==== */

/***************************************
eventpage_bottom_basestyleを基準として
ボーナスポイントページ専用の設定を加える
***************************************/

/* ---- ボーナスポイントページ下部全体設定 ---- */
#event_bottom_area .event_contents h2,
#event_bottom_area .event_contents .style-h2{
	background: #e30064;
	color: #ffffff;
	border-bottom: 0;
}
#event_bottom_area .event_contents h3,
#event_bottom_area .event_contents .style-h3{
	border-color: #e30064;
}
#event_bottom_area .event_contents h4,
#event_bottom_area .event_contents .style-h4{
	color: #e30064;
}
#event_bottom_area .event_contents .note{
	background: #fce5ef;
	border-color: #e30064;
}
/* ---- ボーナスポイントページ下部全体設定 end ---- */


/* ---- ボタンリンク ---- */
#event_bottom_area .theme-btn{
	background: #e30064;
	color: #ffffff;
}
#event_bottom_area .border-btn:hover{
	border-color: #e30064;
}
#event_bottom_area .theme-btn.arrow-r:after,
#event_bottom_area .theme-btn.arrow-d:after{
	border-color: #ffffff;
}
#event_bottom_area .border-btn.arrow-r:after,
#event_bottom_area .border-btn.arrow-d:after{
	border-color: #e30064;
}
/* ---- ボタンリンク end ---- */


/* ---- 関連特集ボタン ---- */
#event_bottom_area ul.feature_items li a:hover{
	border-color: #e30064;
}
/* ---- 関連特集ボタン end ---- */


/* ---- 関連特集ボタン（関連特集連動） ---- */
.block-event-page--accessory li a:hover{
	border-color: #e30064;
}
/* ---- 関連特集ボタン（関連特集連動） end ---- */

/* ==== ボーナスポイントページ下部専用設定 end ==== */