@charset "utf-8";

.floatclear { clear: both;}

.font_9 {	font-size: 9px;}
.font_10 {	font-size: 10px;}
.font_12 {	font-size: 12px;}
.font_13 {	font-size: 13px;}
.font_14 {	font-size: 14px;}
.font_15 {	font-size: 15px;}
.font_16 {	font-size: 16px;}
.font_18 {	font-size: 18px;}
.font_20 {	font-size: 20px;}
.font_22 {	font-size: 22px;}
.font_24 {	font-size: 24px;}
.font_28 {	font-size: 28px;}
.font_32 {	font-size: 32px;}
.font_36 {	font-size: 36px;}

.font_b { font-weight:bold;}

.sp_top5  {	margin-top: 5px;}
.sp_top10 {	margin-top: 10px;}
.sp_top15 {	margin-top: 15px;}
.sp_top20 {	margin-top: 20px;}
.sp_top30 {	margin-top: 30px;}
.sp_top40 {	margin-top: 40px;}
.sp_top50 {	margin-top: 50px;}
.sp_top60 {	margin-top: 60px;}
.sp_top80 {	margin-top: 80px;}
.sp_top100 { margin-top: 100px;}

.sp_bottom30 { margin-bottom: 30px;}
.sp_bottom60 { margin-bottom: 60px;}
	
.text_red { color:#F00;}
.text_gy { color:#A6A6A6; }
	
.text_micho {
	font-family:'游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
