@charset "utf-8";

/* 全体共通(表示・非表示制御) */


/* 全体共通 */

.txt_center{
	text-align:center;
}

.f_left{
	float:left;
}

.f_right{
	float:right;
}

.f_clear{
	clear:both;
}

/* 記事個別 news01 */
.bold15red{font-size:15px; color:#e4031e; font-weight: bold;}
