@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mb10 { margin-bottom: 10px !important; }


/*------------------------------------------------------------
	バックグラウンドカラー設定
------------------------------------------------------------*/
.bgpp2 {
	background: #71143e; /* Old browsers */
}

.bgdgg2 {
	background: #2d4d4b; /* Old browsers */
}

.bgg1g2 {
	background: #445d28; /* Old browsers */
}

.bgdbb2 {
	background: #142e71; /* Old browsers */
}

.bgbb2 {
	background: #338fff; /* Old browsers */

}

.bgpp2 {
	background: #0b266d; /* Old browsers */

}

.bgpp {
	background: #ffd7e9;
}

.bggb {
	background: #e0fffd;
}

.bggw {
	background: #ebffd4;
}

.bgbw {
	background:#d4e0ff;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.news dt {
	font-size: 14px;
}
.news dd {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #CFCFCF;
}