@charset "utf-8";

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ＤＧ株式会社（旧・帝人フロンティアDG株式会社）
	ver.2020.03.01
	Custom Parts Design CSS（個別装飾のスタイルシート）
───────────────────────────────────────────
FileName:		/resources/css/customPartsDesign.css
Editor:			TRUSTEC
Description:	標準文章装飾のスタイルシート
───────────────────────────────────────────
2020/03/##:		公開。
2020/03/23:		レビュー後修正。
2020/03/02:		サンプル開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/*
--------------------------------------------------------------------------------
□ 文章装飾：フォントカラー
--------------------------------------------------------------------------------
*/
.clr_error {
	color: #CC3333;
	font-weight: bold;
}

.clr_attention {
	color: #FF6600;
	font-weight: bold;
}

.clr_required {
	color: #FF0000;
}

.clr_black {
	color: #000000;
}





/*
--------------------------------------------------------------------------------
□ 文章装飾：フレーム
--------------------------------------------------------------------------------
*/
.frm_normal {
	padding: 1em;
}

.frm_radius {
	border-radius: 5px;
}

.frm_banner {
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
	border: solid 1px rgba(100, 100, 100, 0.3);
	border-radius: 5px;
}

.frm_banner.mg2 {
	padding: 2px 0;
}

.frm_banner.mg10 {
	padding: 10px 0;
}

.frm_circle {
	border-radius: 100%;
}





/*
--------------------------------------------------------------------------------
□ 文章装飾：背景色
--------------------------------------------------------------------------------
*/
.bck_gray {
	background: #e6e6e6;
	padding: 1em;
}








.tblForm {

}

.tblForm .text {
	font-size: 1.2em;
	padding: 0.5em;
}

.tblForm .error td {
	background-color: rgba(255, 150, 150, 0.3);
}

.tblForm .agree {

}
.tblForm .agree th,
.tblForm .agree td {
	text-align: center;
}
.tblForm .agree label {
	font-size: 150%;
	line-height: 1.5em;
}
.tblForm .agree input[type=checkbox] {
	transform: scale(1.5);
	margin-right: 0.5em;
}


.tblForm .button,
.tblForm .button th,
.tblForm .button td {
	border: none;
}

.tblForm .example {
	color: #606060;
}

.tblForm .clr_required {
	margin-left: 0.5em;
}
/*
th .clr_required::after {
	content: "必須";
	background : #FF0000;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 1.5em;
	margin-left: 0.5em;
	padding: 1px 2px;
	border-radius: 3px;
	display: inline-block;
}
*/
