@charset "UTF-8";
/* スタイルシート */ 
 
/* ヘッダ */ 
#headerEnd {
	margin-bottom: 1em;
	border-bottom:1px solid #1d0306;
}

#prepspsLink {
	text-align: center;
}
#prepspsLinkComment {
	text-align: center;
}

 
/*Prep-SPS フォーム*/ 
#prepspsTitle {
	text-align: center;
}
#prepspsform {
	width: 700px;
	margin: 0 auto;
}

p.prepspsExpComment {
	padding: 25px 10px 10px;
	text-align: center;
	line-height: 1.5;
	font-size: 110%;
}
table.pdfFile {
	margin: 0 auto;
}
#formTitle {
	margin-bottom: 10px;
	padding-top: 2em;
	font-size: 130%;
	font-weight: bold;
	color: #009;
	border-bottom: 1px solid #ccc;
}
table.mailform {
	width: 680px;
	margin: 0px auto;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
.mailform caption {
	padding: 0.5em 1em;
	color: #fff;
	font-weight: bold;
	background-color: #666;
}

table.mailform th,
table.mailform td.mailformHeading {
	background-color: #faf7f2;
}
table.mailform th,
table.mailform td {
	padding: 1em 0.5em;
	border: 1px solid #ccc;
}
table.mailform th {
	width: 120px;
}
table.mailform td {
	width: 260px;
}
table.mailform td.widecel {
	width: 560px;
}
table.mailform td.concentcel {
	width: 680px;
}

.mailform .inText {
	padding: 3px;
	font-size: 110%;
}


/* ボタン */

p.submitButtons {
	padding: 0.5em;
	padding-bottom: 2em;
	text-align: center;
}
p.submitButtons input {
	padding: 0.5em 0.8em;
}

/* エラーメッセージ */
p.errorMessage {
	padding: 0.5em;
	font-weight: bold;
	color: #900;
}
span.inputError {
	padding: 0 0.3em;
	color: #fff;
	background-color: #900;
}
p.prepspsSendComment {
	padding: 5em 0;
	line-height: 1.5;
	text-align: center;
}

p.loginError {
	padding: 5em 0;
	color: #900;
	line-height: 1.5;
}

/* 補足 */
.plusmsg {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 90%;
}
 	
/* 同意 */ 
#consentList {
	padding: 0 1em;
}
#consentList li {
	margin-left: 1.5em;
	padding-bottom: 0.5em;
	list-style-type: decimal;
}

#consentComment {
	padding-top: 0.8em;
	text-align: center;
}
 
