@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: #c2ce00; /* キーカラーを指定 */
}

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: #c2ce00; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #c2ce00; /* キーカラーを指定 */
}

.name{
	font-weight:bold;
	color:#c42525;
}

.name2{
	margin-bottom: 5px !important;
}

.place{
	font-size:90%;
}

.small{
	font-size:90% !important;
}

.bold{
	font-weight:bold;
}

.red{
	color:#c42525;
}

.moreplace{
	background-color: #fceaf5;
	padding: 10px !important;
}

.marginbottom10{
	margin-bottom:10px !important;
}

.special{
	font-weight: bold;
	font-size: 110%;
	color: #db188d;
	display: inline-block;
	padding-bottom: 10px;
}

.special2{
	display: block;
	text-align: right;
}

.tracklist ol li {
    list-style: disc;
        list-style-position: outside;
    list-style-position: inside;
    text-indent: -25px;
    margin-left: 0;
	color: orange;
}

.green{
	color:#8fdb8a !important;
}

.green2{
	color:#43822e;
}

.blue{
		color:#536ce8;
}

.black{
	color:#222;
}

.trackcpoy{
	font-size:110%;
	font-weight:bold;
	color:#536ce8;
	display:inline-block;
	margin-bottom:10px;
}

.syuroku{
	color: #fff;
	background-color: #666;
	padding: 10px;
	font-weight: bold;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */

.tracklist ol li {
    text-indent: 0px;
}
}/* Media Query for SmartPhone */