@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.tamarginL{ margin-left:1em !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; }

/* フォントの修飾 */
.ulineR{
	border-bottom: solid 1.5px #F00;
}
.uline{
	border-bottom: solid 1px;
}
.txt-uline{
	text-decoration:underline;
	text-decoration-color:#4D4D4D;
}
.fsRed{
  color: #F00;
}
/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {margin-top: 0 !important}
.mb0 {margin-bottom: 0 !important}
.mt05 {margin-top: 0.5em !important}
.mb05{margin-bottom: 0.5em !important}
.mt1 {margin-top: 1em !important}
.ml1{margin-left: 1em !important}
.mb15{margin-bottom: 1.5em !important}
.mb2{margin-bottom: 2em !important}
.mb35{margin-bottom:3.5em !important}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

