@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: #b7282e; /* キーカラーを指定 */
}

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: #b7282e; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #b7282e; /* キーカラーを指定 */
}


.red{
	font-weight:bold;
	color:#b7282e;
}

.ill{
	margin: 0 30px;
}

.name{
	  margin-top: -20px;
	text-align: center;
	background-color: #f2f2b0;
}

.syuroku{
	background-color: #f2f2b0;
	padding: 10px;
	border-radius: 20px;
	font-size: 90% !important;
	border: solid 1px #a4a475;
}

.tracklist ol li {
  list-style: disc;
    list-style-position: outside;
  list-style-position: inside;
  text-indent: -25px;
  margin-left: 0;
}

.naiyou{
	background-color: #666;
	color: #fff;
	padding: 10px;
	margin-bottom: 0px !important;
}

.dokubon{
	padding: 0 50px;
}

.prof{
	font-size:90% !important;
	padding-bottom:10px !important;
	margin-bottom:0px !important;
}

.prof2{
	border: solid 1px #b7282e;
	padding: 10px;
	margin-bottom: 20px;
}

.prof3{
	border-bottom: solid 2px #b7282e;
	display: inline-block;
}

.small{
	font-size:80%;
}

.meigen_ex1{
	  margin-left: 21px;
	padding-bottom: 13px;
}

.meigen_ex2{
	margin-right: 21px;
	margin-bottom: 8px;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */

.meigen_ex1 {
  margin-left: 0px;
}

.meigen_ex2 {
  margin-right: 0px;
}

.tracklist ol li {
	text-indent: 0px;
}

}/* Media Query for SmartPhone */