@charset "utf-8";

/* -- ▼特殊ブロック -- */
.toPageTop{
	text-align:right;
}


/* -- ▼揃え -- */
.l{
float:left;
}
.r{
float:right;
}

.txtL{
text-align:left;
}
.txtR{
text-align:right;
}
.txtC{
text-align:center;
}

.jst{
	text-align:justify;
	text-justify:inter-ideograph;
}

/* -- ▼インデント -- */
.indent1em{
	text-indent:-1em;
	padding-left:1em;
}
.indent1-5em{
	text-indent:-1.5em;
	padding-left:1.5em;
}
.indent2em{
	text-indent:-2em;
	padding-left:2em;
}

/* -- ▼マージン -- */
.mt55{
	margin-top:55px !important;
}
.mt50{
	margin-top:50px !important;
}
.mt45{
	margin-top:45px !important;
}
.mt40{
	margin-top:40px !important;
}
.mt35{
	margin-top:35px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt25{
	margin-top:25px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt5{
	margin-top:5px !important;
}
.mt0{
	margin-top:0 !important;
}


.ml55{
	margin-top:55px !important;
}
.ml50{
	margin-top:50px !important;
}
.ml45{
	margin-top:45px !important;
}
.ml40{
	margin-top:40px !important;
}
.ml35{
	margin-top:35px !important;
}
.ml30{
	margin-left:30px !important;
}
.ml25{
	margin-left:25px !important;
}
.ml20{
	margin-left:20px !important;
}
.ml15{
	margin-left:15px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml5{
	margin-left:5px !important;
}
.ml0{
	margin-left:0 !important;
}


.mr55{
	margin-top:55px !important;
}
.mr50{
	margin-top:50px !important;
}
.mr45{
	margin-top:45px !important;
}
.mr40{
	margin-top:40px !important;
}
.mr35{
	margin-top:35px !important;
}
.mr30{
	margin-right:30px !important;
}
.mr25{
	margin-right:25px !important;
}
.mr20{
	margin-right:20px !important;
}
.mr15{
	margin-right:15px !important;
}
.mr10{
	margin-right:10px !important;
}
.mr5{
	margin-right:5px !important;
}
.mr0{
	margin-right:0 !important;
}

/* -- ▼フォント -- */
.b{
	font-weight:bold !important;
}

.fntXL{
	font-size:146.5% !important; /* 19px */
}
.fntLL{
	font-size:131% !important; /* 17px */
}
.fntL{
	font-size:116% !important; /* 15px */
}
.fntM{
	font-size:100% !important; /* 13px */
}
.fntS{
	font-size:85% !important; /* 11px */
}
.fntSS{
	font-size:69% !important; /* 9px */
}

