@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 span, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, .main1c .button:hover, .main1c .button:active
{
	color: #cc3333;
}


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: #cc3333;
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button
{
	border-color: #cc3333;
}


/* タブメニューを利用した場合に高さを指定 */
.tab-menu {
	height: 500px;
}
.tab-menu dl dd {
    height: 400px;
}


/* 追記 */
.point1{
background-color: #ffffcc !important;
}

.font_bold{
	font-weight:bold;
}

.align_right{
	text-align:right;
}

.font_color_red{
	color:#ff0000;
}

.font_color_blue{
	color:#003399;
}
.font_color_green{
	color:#006600;
}

.font_color_orange{
	color:#ff6347;
}

.font_color_green{
	color:#006400;
}


.padding10{
	padding:10px;}


/* 競合対策 */

.font_color_red2{
	color: #ff0000 !important;
	display: inline !important;
	font-size: 1.8rem !important;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */


}/* Media Query for SmartPhone */