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

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

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


.red{
	color:#cc1237;
}

.bold{
	font-weight:bold;
}

.backpink{
	background-color:#c70067;
}

.pink{
	color:#c70067;
}

.underdotpink{
	border-bottom: dotted 3px #c70067;
}


.backblue{
	background-color:#9acd32;
}

.blue{
	color:#2d2dcc;
}

.underdotblue{
	border-bottom: dotted 3px #9acd32;
}

.backorange{
	background-color:#ff6347;
}

.orange{
	color:#cc1237;
}

.underdotorange{
	border-bottom: dotted 3px #ff6347;
}

.backpurple{
	background-color:#8a2be2;
}

.purple{
	color:#8a2be2;
}

.underdotpurple{
	border-bottom: dotted 3px #8a2be2;
}

.white{
	color:#ffffff;
}

.small{
	font-size: 80%;
	display: inline;
}

.kadomaru{
	border-radius:50px;
}

.font120{
	font-size:120% !important;
}

.minititle{
	padding: 10px;
	font-size: 120%;
	display: inline-block;
	margin-bottom: 10px;
}

.picture{
	 border: 1px solid #333333;
}

.word{
	background-color: #c4c4f5;
	padding: 5px;
	border-radius: 40px;
text-align: center;
}



.word2{
	font-size:80%;
	padding: 5px;
	border-radius: 20px;
	border: solid 3px  #c4c4f5;
}

.picture img{
	 margin-bottom:0px;
}

.h3single{
	padding-top:20px !important;
}

.inlineblock{
	display:inline-block;
}

.marginbottom20{
	margin-bottom:20px;
}

.marginbottom0{
	margin-bottom:0px !important;
}

.margintop-20{
	margin-top: -20px;
}



.paddingleft10{
	padding-left:10px;
}





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

.sp_name{
	font-size: 50% !important;
	padding: 0px 10px;
	line-height: 20px !important;
}
  /* ここにスマホ専用のCSSを記入 */

.col4-1.no-margin, .col4-2.no-margin, .col4-3.no-margin, .col4-4.no-margin {
    width: 25%;
    padding-right: 0;
}

}/* Media Query for SmartPhone */
