@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 .itemtitle, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active
{
	color: #B31D22; /* キーカラーを指定 */
}

h2::before, h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, h3::before, .spec-title::before, .style-h3::before
{
	background: #B31D22; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #B31D22; /* キーカラーを指定 */
}

.tracklist .type01 h3{
	background: #F9E8E7;
}
.tracklist .type01 h3::before{
	background: #EE888B;
}
.tracklist .type01 ol li{
	background: #F9E8E7;
}


.tracklist .type02 h3{
	background: #ffe4db;
}
.tracklist .type02 h3::before{
	background: #E72F28;
}
.tracklist .type02 ol li{
	background: #ffe4db;
}


.tracklist .type03 h3{
	background: #fcdecf;
}
.tracklist .type03 h3::before{
	background: #EB6B2F;
}
.tracklist .type03 ol li{
	background: #fcdecf;
}

.tracklist .type04 h3{
	background: #e5f2d5;
}
.tracklist .type04 h3::before{
	background: #8CB55C;
}
.tracklist .type04 ol li{
	background: #e5f2d5;
}



.tracklist .type05 h3{
	background: #d7eef7;
}
.tracklist .type05 h3::before{
	background: #008BC6;
}
.tracklist .type05 ol li{
	background: #d7eef7;
}


.tracklist .type06 h3{
	background: #faf2d4;
}
.tracklist .type06 h3::before{
	background: #BEB079;
}
.tracklist .type06 ol li{
	background: #faf2d4;
}


.tracklist .type07 h3{
	background: #ffe6ef;
}
.tracklist .type07 h3::before{
	background: #E01B66;
}
.tracklist .type07 ol li{
	background: #ffe6ef;
}


.tracklist .type08 h3{
	background: #f0d3d3;
}
.tracklist .type08 h3::before{
	background:#AE383A;
}
.tracklist .type08 ol li{
	background: #f0d3d3;
}



.tracklist .type09 h3{
	background: #d9dfff;
}
.tracklist .type09 h3::before{
	background:#1A2457;
}
.tracklist .type09 ol li{
	background: #d9dfff;
}



.tracklist .type10 h3{
	background:#faeee8;
}
.tracklist .type10 h3::before{
	background:#A29087;
}
.tracklist .type10 ol li{
	background: #faeee8;
}




.red{
	color:#cc1237;
}

.bold{
	font-weight:bold;
}

.blue{
	color:#2d2dcc;
}


.word2{
	padding: 8px;
	border-radius: 20px;
	border: solid 2px   #B31D22;
}


.back-black{
	background:#000000;
}

.back-blue{
	background:#A50B27;
}

.white{
	color:#ffffff;
}

.padding20{
	padding:20px;
}

.radius{
	border-radius:30px;
}

.underline{
	border-bottom: solid 2px #ffff00;
}


/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */


}/* Media Query for SmartPhone */