@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; /* キーカラーを指定 */
}

.fixed-buy-button{
/*	display:none !important; */
}

.brown::before {
    background: #b7282e;
}

.green::before {
    background: #556b2f;
}

.purple::before {
    background: #6a5acd;
}

.blue::before {
    background: #0000cd;
}

.kashi{
	width: 65%;
	margin-left: 50px;
}

.border1{
	border:1px solid #333333;
}

.border2{
	border:1px solid #333333;
	padding:10px;
}

.margin-bottom10{
	margin-bottom: 10px !important;
}

.red{
	color:#ff4500;
}

.bold{
	font-weight:bold;
}

.fontsize90{
	font-size:90%;
}

.underline{
	border-bottom: solid 1px #ff4500;
	display:inline;
}

.normalspan{
	display: inline !important;
	font-size: 3.2rem !important;
	padding: 30px 0 25px !important;
	position: relative !important;
	margin: 20px 0px !important;
	font-weight: bold !important;
}

.sp{
	display:none;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */


.pc{
	display:none;
}

.sp{

	display:block;
}

}/* Media Query for SmartPhone */