﻿@charset "utf-8";

/*--------------------
 VISUAL
--------------------*/

#visual {
	width: 740px;
	height: 324px;
	background: url(../images/visual.png);
	margin-bottom: 40px;
}

/*--------------------
 SUMMARY
--------------------*/

#summary h2 {
	margin-bottom: 20px;
}
#summary dl {
	float: left;
	width: 440px;
}
#summary dt {
	margin-bottom: 2px;
	padding-left: 10px;
	background: url(../../../resource/images/marker/01.png) no-repeat 0px 0.5em;
	font-size: 14px;
	font-weight: bold;
}
#summary dd {
	margin-bottom: 10px;
	padding: 0 0 10px 10px;
	border-bottom: 1px dotted #bbb;
}
#summary div {
	float: right;
	width: 280px;
	background: #eee;
	border-radius: 5px;
	margin-top: 3px;
}
#summary div p {
	height: 27px;
	line-height: 27px;
	padding-left: 29px;
	margin: 10px 0 15px 10px;
	font-size: 13px;
	font-weight: bold;
	background: url(../images/zoom.png) no-repeat;
}
#summary a:hover {
	text-decoration: underline;
}

/*--------------------
 FORM
--------------------*/

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

/*--------------------
 MUST
--------------------*/

.must {
	color: #f5d000;
	margin-left: 6px;
	font-size: 10px;
	font-weight: normal;
}

/*--------------------
 POLICY
--------------------*/

#policy ul li{
	display: inline;
}
#policy button {
	vertical-align: top;
}