@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: #2C91F3; /* キーカラーを指定 */
}

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, .main1c h3::before, .spec-title::before, .style-h3::before
{
	background: #2C91F3; /* キーカラーを指定 */
}


h2{ font-family:  "カクミン B"; 
}




.main1c h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color:#2C91F3; /* キーカラーを指定 */
}

.main1c .head{
    font-weight: bold;
    text-align: center;
    width: 1000px;
    margin-bottom: 0.5em !important;
    margin-top: 20px !important;
    margin: 0 auto;
    padding: 15px;
    background-color: #fffccc;
    display: block;
    border: 1px solid #c10000;
    letter-spacing: 1px;
}

.main1c .head p{
	padding:0px;
	margin-bottom: 0px;
}

.red{
	color:#CA144D;
}

.blue{
	color:#00bfff;
}

.bold{
	font-weight:bold;
}

.padding{
	margin:30px;
}

.pink{
	color:#c71585;
	font-weight:bold;
	font-size:120%;
}

.main1c .back{
	background:#fafad2;
	padding:15px!important;
	color:#666666!important;
}

.floatright{
	float:right;
}

.noindent{
	list-style-position: outside !important;
	list-style: none !important;

}

.main1c .title{
	font-size: 180% !important;
    font-weight: bold;
    color: #004f94;
    text-align: center;

}

.marginb10{
	margin-bottom: 10px !important;
}

.width-600{
	width:600px;
	margin:0 auto;
}


.ul, ol {
  color: #1e366a;
  border-top: double 5px #668ad8;/*上のボーダー*/
  border-bottom: double 5px #668ad8;/*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;
}

.ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */
.main1c .title{
	font-size: 100% !important;
}

.width-600{
	width:100%;
}

.main1c .head{

    width: 100%;
    padding: 15px 0;

}

}/* Media Query for SmartPhone */