@charset "UTF-8";
/* フォーム =============================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	background-color: #FFFFFF;	
}
#header {
	background: #ccc;
	color: #000;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#form {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
}
#footer {
	height: 2.5em;
	background: #ccc;
	color: #323232;
	font-size: 12px;
	line-height: 2.5em;
	text-align: center;
}
.red {
	color: #EB0003;
}

/* �e�[�u�� */
table.form {
	border: 1px solid #BDBDBD;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #BDBDBD;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background-color: #ECECEC;
}
table.form td {
	background-color: #FFFFFF;
}

/* �^�C�g������ */
strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

/* �^�C�g������ */
strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

/* ���b�Z�[�W */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* �߂�{�^�� */
form.back {
	margin-top: 2em;
}



/*---フォーム---*/
input, textarea {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
form {
	/*max-width: 500px;*/
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px
}
input[type="submit"] {width: 200px}
