@charset "utf-8";

/* color_setting
---------------------------- */
#foot {
  background: #192949;
}
.title_underline::after {
  background-color: #0054a7;
}
.color_main {
  background-color: #0054a7 !important;
}
/* top タブ
---------------------------- */
#section_item .category ul li.active {
	color: #0054a7;
}
#section_item .category ul li.active::after {
  background-color: #0054a7;
}
/* top 近日発売
---------------------------- */
#section_item ul.list li.soon .btn {
	background-color: #bfae72 !important;
}
/* top 発売中
---------------------------- */
#section_item ul.list li.onsale .btn {
	background-color: #0054a7 !important;
}




/* faq
---------------------------- */
.section .contents .qa::before {
  background-color:#0054a7;
}
/* form radio
---------------------------- */
.radio label:after {
  background: #f27900;
}
/* maypage
---------------------------- */
.mypage .maypage_head {
  background: #0054a7;
}

