@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: #701463; /* キーカラーを指定 */
}

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: #701463; /* キーカラーを指定 */
}

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

.under_line{
	background:linear-gradient(transparent 70%, #FEB17D 0%);
}


.bold{
	font-weight:bold;
}

.red{
	color:#000080;
}

.gift{
	display:none;
}

.tracklist ul li{
	padding-left: 6px;
}
.tracklist .type02 h3::before{
	background: #FF7800;
}
.tracklist .type02 ul{
	background: none;
}
.tracklist .type02 ul li{
	background: #E6FAFF;
}
.tracklist .type02 ul.p-left li{
	padding-left: 15px!important;
	
}
.tracklist .type02 ul li.bg{
	background: #FFF0D2;
	padding-left: 20px;
}
.tracklist .type02 ul li.bg-ttl{
	background: #FFF0D2;
	list-style: none;
	padding-left: 20px;
	font-weight: bold;
}
.tracklist .type02 ul li.bg-p{
	background: #FFF0F0;
	margin-top: 20px;
}
.tracklist .type03 h3{
	background: #FFFFDC;
}
.tracklist .type03 h3::before{
	background: #009C3B;
}
.tracklist .type03 ol li{
	background: #FFFFDC;
}

.txt{
	font-size: 12px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 50px;
	padding: 10px 0;
}


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


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


}/* Media Query for SmartPhone */