@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: #4d4398; /* キーカラーを指定 */
}

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: #4d4398; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #4d4398; /* キーカラーを指定 */
}

.small{
	font-size:80%;
}

.middle{
	font-size:90%;
}

.bold{
	font-weight:bold;
}

.red{
	color:#e5006a;
}

.fuchi{
	border: solid 1px;
}

.naiyou{
	font-size: 80% !important;
	border: solid 1px #984f9d;
	padding: 10px;
	background-color: #f9f1fa;
}

.padding30{
	padding:0px 30px;
}

.padding50{
	padding:0px 100px;
}

.margin50{
	margin:0px 100px;
}

.right{
	text-align: right;
}

.name{
	border: solid 1px #4d4398;
	padding: 10px;
border-radius: 30px;
text-align: center;
font-size: 90% !important;
	background-color:#4d4398;
	 color:#ffffe0 !important;
}

.shadow1{
box-shadow: 3px 3px 10px #666; /* 影（[右][下][ぼかし][影の色]）を指定する */
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */

 .col4-1, .col4-2, .col4-3, .col4-4{
	width: 47%;
padding-right: 10px;
}


}/* Media Query for SmartPhone */