/** フォント設定 **/
.font_bold{
	font-weight:bold;
}
.font_size_10{
	font-size:1.0rem;
}
.font_size_12{
	font-size:1.2rem;
}
.font_size_14{
	font-size:1.4rem;
}
.font_size_16{
	font-size:1.6rem;
}
.font_size_18{
	font-size:1.8rem;
}
.font_size_19{
	font-size:1.9rem;
	line-height:120%;
}
.font_size_20{
	font-size:2.0rem;
	line-height:120%;
}
.font_size_24{
	font-size:2.4rem;
	line-height:120%;
}
.font_size_25{
	font-size:2.5rem;
	line-height:120%;
}
.font_size_26{
	font-size:2.6rem;
	line-height:120%;
}
.font_size_28{
	font-size:2.8rem;
	line-height:120%;
}
.font_size_30{
	font-size:3.0rem;
	line-height:120%;
}
.font_size_33{
	font-size:3.3rem;
	line-height:120%;
}
.font_size_48{
	font-size:4.8rem;
	line-height:100%;
}

.line_height_10{
	line-height:1.0;
}
.line_height_12{
	line-height:1.2;
}
.line_height_14{
	line-height:1.4;
}
.line_height_16{
	line-height:1.6;
}
.line_height_15{
	line-height:1.5;
}
.line_height_18{
	line-height:1.8;
}
.line_height_20{
	line-height:2.0;
}
.line_height_22{
	line-height:2.2;
}
.line_height_24{
	line-height:2.4;
}
.line_height_26{
	line-height:2.6;
}
.line_height_28{
	line-height:2.8;
}
.line_height_30{
	line-height:3.0;
}
@media all and (min-width: 0px)and (max-width: 640px){
	.font_size_28_36{
		font-size:3.6rem;
	}
	.font_size_20_26{
		font-size:2.6rem;
	}
	.font_size_16_22{
		font-size:2.2rem;
	}
	.font_size_24_26{
		font-size:2.6rem;
	}
}@media all and (min-width: 641px){
	.font_size_28_36{
		font-size:2.8rem;
	}
	.font_size_20_26{
		font-size:2.0rem;
	}
	.font_size_16_22{
		font-size:1.6rem;
	}
	.font_size_24_26{
		font-size:2.4rem;
	}
}

.font_bold{
	font-weight:bold;
}
.font_color_white{
	color:#FFF;
}
.font_color_red{
	color:#F00;
}
.font_color_blue{
	color:#00F;
}
.font_color_green{
	color:#0F0;
}
.font_color_gray{
	color:#999;
}
.font_right{
	text-align:right;
}
.font_left{
	text-align:left;
}
.font_center{
	text-align:center;
}

@font-face {
	font-family: "font_gothic";
	src: url("../fonts/A-OTF-GothicMB101Pro-Light.otf");
}
@font-face {
	font-family: "font_matisse";
	src: url("../fonts/FOT-MatissePro-M.otf");
}

.font_gothic{
    font-family: "font_gothic";
}
.font_matisse{
    font-family: "font_matisse";
}

.letter_space_1{
	letter-spacing: -1px;
}
.letter_space_2{
	letter-spacing: -2px;
}
.letter_space_3{
	letter-spacing: -3px;
}
.letter_space_4{
	letter-spacing: -4px;
}
.letter_space_5{
	letter-spacing: -5px;
}
.selector {
  font-feature-settings : "palt" 1;
}