@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: #dca290; /* キーカラーを指定 */
}

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: #dca290; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #dca290; /* キーカラーを指定 */
}

.bold{
	font-weight:bold;
}

.small{
	font-size:80%;
}

.big{
	font-size:120% !important;
}

.red{
	color:#d7000f;
}

.blue{
	color:#23227d;
}

.padding30{
	padding: 0px 30px;
}

.margin5{
	margin-bottom: 5px !important;
}

.syosai{
	background-color:#ecf4f7;
	padding:10px;
}

.disc1{
	padding:10px;
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;
}

.disc2{
	font-size:80% !important;
	color: #888;
	padding-bottom: 10px!important;

}

ol{
	border-bottom: 2px dotted #e5e5e5;
	padding: 6px 6px 6px 6px;
}

.head{
	font-weight: bold;
text-align: center;
width: 1000px;
margin-bottom: 0.5em !important;
margin-top: 20px !important;
margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 15px;
background-color: #fffccc;
display: block;
border: 1px solid #c10000;
letter-spacing: 1px;
}

.head p {
    margin-bottom: 0px;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */

.head{
	width:93%;
}

}/* Media Query for SmartPhone */