@charset "utf-8";

/* 共通項目
/* ============================================================== */
/* 必ず【strong】タグが反映されるように設定 */
strong {
	font-weight: bold !important;
}

/* テキストサイズ */
.font12 {
	font-size: 12px;
	line-height: 18rpx;
}
.font14 {
	font-size: 14px;
	line-height: 20px;
}
.font16 {
	font-size: 16px;
	line-height: 22px;
}
.font18 {
	font-size: 18px;
	line-height: 24px;
}
.font21 {
	font-size: 21px;
	line-height: 27px;
}
.font24 {
	font-size: 24px;
	line-height: 30px;
}
.font36 {
	font-size: 30px;
	line-height: 36px;
}

/* テキストカラー */
.TxtWhite {
	color: #ffffff;
}
.TxtRed {
	color: #e45247; /*#ff1e58*/
}
.TxtBlue {
	color: #2b5ef2;
}
.TxtOrange {
	color: #fe9b0e;
}
.TxtGreen {
	color: #399539;
}

/* テキスト位置 */
.TxtLeft {
	text-align: left;
}
.TxtCenter {
	text-align: center;
}
.TxtRight {
	text-align: right;
}

/* 注釈の改行を揃える */
.notes12 {
	padding-left: 12px;
	font-size: 12px;
	line-height: 18px;
	text-indent: -12px;
	text-align: left;
}
.notes14 {
	padding-left: 14px;
	font-size: 14px;
	line-height: 20px;
	text-indent: -14px;
	text-align: left;
}
.notes16 {
	padding-left: 16px;
	font-size: 16px;
	line-height: 22px;
	text-indent: -16px;
	text-align: left;
}
.notes18 {
	padding-left: 18px;
	font-size: 18px;
	line-height: 24px;
	text-indent: -18px;
	text-align: left;
}

/* アイテムをセンターに配置 */
.CenterPosition {
	margin: 0 auto;
}

/* 境界線の設定 */
.hr_dot {
	width: 920px;
	border: none;
	border-top: dashed 1px #000000;
	height: 1px;
	color: #FFFFFF;
}
