@charset "Shift_JIS";
/* ****************************************************
全ブロックの共通設定
***************************************************** */
/* BODY全体に関する設定 */
body {
color:#333;
font-size:12px;
line-height:120%;
background-color:#E0E8EF;
background-position:center;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

strong{
font-weight:bold;
}

.tx14pxBottomMargin {
color:#333;
font-size:14px;
margin-bottom: 5px;
}
.tx14px {
color:#333;
font-size:14px;
}
/* 2022/10/27 デザイン変更 SBC)佐藤 開始 */
.tx18px {
color:#333;
font-size:18px;}
/* 2022/10/27 デザイン変更 SBC)佐藤 終了 */

.tx18px {
color:#333;
font-size:18px;
line-height: 1.5em;
}

.tx16pxBottomMargin {
font-size:16px;
line-height: 1.5em;
margin-bottom: 5px;
font-weight: bold;
}

/* テキスト */
.redmtx {
color:#ff3300;
font-size:13px;
margin-bottom: 5px;
}

/* 必須用テキスト */
.requiredredtx {
	color:#ff3300;
	font-size:10px;
	vertical-align: middle;
	font-weight: bold;
}

/* 左寄せ */
.left {
text-align:left;
}
/* 中央寄せ */
.center {
text-align:center;
margin-left:auto;
margin-right:auto;
}
/* 右寄せ */
.right {
text-align:right;
}
/* イメージボーダー非表示 */
img {
border:0px;
}

.tips {
color:#fff;
}


