


/* :::::::::::::::::::::::::: テキスト装飾 :::::::::::::::::::::::::: */

.red {
	color: #c30;
}

.enji140 {
	color: #c01835;
	font-size: 140%;
}

.normal80 {
	font-weight: normal;
	font-size: 80%;
}


/* :::::::::::::::::::::::::: 余白 :::::::::::::::::::::::::: */

.mt3 {
	margin-top: 3px;
}

.mb3 {
	margin-bottom: 3px;
}

.mt5 {
	margin-top: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

#mb10 {
	margin-bottom: 10px;
}

.mt20 {
	margin-top: 20px;
}

/* :::::::::::::::::::::::::: テキスト位置 :::::::::::::::::::::::::: */
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}