@charset "UTF-8";


/* 上余白 */
.mtHarfem {
	margin-top: 0.5em;
}

.mt1em {
	margin-top: 1em;
}

.mt2em {
	margin-top: 2em;
}

.mt3 {
	margin-top: 3px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 25px;
}

.mt0 {
	margin-top: 0;
}



/* 下余白 */
.mbHarfem {
	margin-bottom: 0.5em;
}

.mb1em {
	margin-bottom: 1em;
}

.mb2em {
	margin-bottom: 2em;
}

.mb3 {
	margin-bottom: 3px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb7 {
	margin-bottom: 7px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.pb1em {
	padding-bottom: 1em;
}




/* 左余白 */
.plTxt {
	padding-left: 1em;
}

.pl2txt {
	padding-left: 2em;
}

.pl3txt {
	padding-left: 3em;
}

.pl20 {
	padding-left: 20px;
}

.pl50 {
	padding-left: 50px;
}

.pl70 {
	padding-left: 70px;
}



/* 右余白 */
.pr8 {
	padding-right: 8px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr50 {
	padding-right: 50px;
}

.pr70 {
	padding-right: 70px;
}
