@charset "utf-8";

h1 {
	margin-bottom: 20px;
}

h2 {
}

textarea {
	font-size: 100%;
	resize: vertical;
}

p.step-block {
	margin-bottom: 20px;
}

div.section-block h2 {
	margin: 0 0 12px;
	padding: 0;
	background: none;
}

div.action-block p.logo {
	float: left;
}
div.action-block div.text {
	float: right;
	width: 645px;
}
div.action-block div.text p.number {
	margin-bottom: 0;
	font-size: 116%;
	font-weight: bold;
}
div.action-block div.text p.time {
	margin-top: 0;
}

div.form-block {
	padding-bottom: 22px;
}
div.form-block table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}
div.form-block table tr th,
div.form-block table tr td {
	padding: 10px;
	text-align: left;
	border: 1px solid #dddddd;
}
div.form-block table tr th {
	width: 150px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	background-color: #6391c1;
}
div.form-block table tr th span.req {
	/* color: #e81747; */
	font-weight: normal;
}
div.form-block table tr td.field {
	padding: 5px 10px 2px;
}
div.form-block table tr td.field p,
div.form-block table tr td.field textarea {
	margin-bottom: 3px;
}
div.form-block table tr td.field p.radio-list span,
div.form-block table tr td.field p.select-list span {
	margin-right: 10px;
}
div.form-block table tr td.field p.note {
	color: #e81747;
}
div.form-block table tr td.ex {
	width: 200px;
	color: #426b97;
	background-color: #e9eff5;
}

div.privacy-block {
	margin: 0 0 40px;
	padding: 1px;
	background: url(../../../resource/images/bg_block-border-gray.gif) repeat 0 0;
}
div.privacy-block .inner {
	padding: 20px 20px 12px;
	background-color: #f5f5f5;

}
div.privacy-block h2 {
	margin-bottom: 8px;
	text-align: center;
	background: none;
}
div.privacy-block div.txt-block {
	padding-bottom: 0;
}
div.privacy-block div.privacy-accept {
	margin: 20px 0;
	padding: 10px 20px;
	border: 1px solid #dddddd;
	color: #e81747;
	font-weight: bold;
	background-color: #e9eff5;
}

div.submit-block {
	margin: 0 0 40px;
	text-align: center;
}
div.submit-block p.submit-notice {
	margin: 0 0 10px;
	font-size: 116%;
	font-weight: bold;
}
div.submit-block p.submit-button input {
	vertical-align: bottom;
}