@charset "UTF-8";

/* =========================================================
report form
========================================================= */
#report {
	font-size: 85%;
	margin: 10px 0 0 0;
}
#report .frame {
	border: 2px solid #e6eae6;
	background-color: #f7f6f5;
	padding-bottom: 50px;
}
#report .header {
	border-bottom: 2px solid #e6eae6;
	padding-bottom: 10px;
	margin: 15px 10px 10px 10px;
}
#report .header h3 {
	font-size: 18px;
	font-weight: bold;
}
#report .header p.desc {
	clear: both;
	color: #5e635f;
	line-height: 126%;
	margin-top: 10px;
}
#report .field {
	clear: both;
	margin: 10px;
}
#report .field dl {
	border-bottom: 2px solid #e6eae6;
	padding: 0 0 20px 0;
	margin: 0 0 15px 0;
}
#report .field dt {
	font-weight: bold;
	font-size: 15px;
	border-top: 2px dashed #e6eae6;
	padding: 20px 0 0 0;
	margin: 20px 0 8px 0;
}
#report .field dt:first-child {
	border-top: none;
	padding: 0;
}
#report .field dt span.req {
	display: inline-block;
	color: #ffffff;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #ff9900;
	border-radius: 3px;
	padding: 3px 2px 2px 2px;
	margin: 0 0 0 5px;
}
#report .field dd .note {
	color: #666666;
	display: block;
	margin-top: 5px;
}
/* -----------------------------------------------
agreement
----------------------------------------------- */
#report .agreement {
	text-align: center;
	margin-bottom: 15px;
}
#report .agreement .read {
	margin-bottom: 5px;
}
#report .agreement label {
	margin-left: 5px;
}
/* -----------------------------------------------
button
----------------------------------------------- */
#report .button {
	clear: both;
	text-align: center;
}
#report .button div {
	display: inline-block;
}
#report .button .return a,
#report .button .next div,
#report .button .next input[type="submit"] {
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 3px solid rgba(0,0,0,0.2);
	background-color: #666666;
	border-radius: 3px;
	cursor: pointer;
	padding: 13px 20px;
	min-width: 100px;
}
#report .button .return a {
	background-color: #999999;
}
/* =========================================================
end page
========================================================= */
#report-end {
	font-size: 85%;
	border: 2px solid #e6eae6;
}
#report-end a {
	color: #0085dd;
}
#report-end a:hover {
	color: #ffcc00;
}
#report-end h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #e6eae6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#report-end dt {
	color: #ea5549;
	font-weight: bold;
	line-height: 126%;
	margin-bottom: 10px;
}
#report-end dd {
	line-height: 126%;
}
/* -----------------------------------------------
done
----------------------------------------------- */
#report-end .done {
	background-color: #f7f6f5;
	padding: 15px 10px 30px 10px;
}
#report-end .done dl {
	border-bottom: 1px dotted #e6eae6;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#report-end .done dl:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#report-end .done dd ul {
	list-style-type: square;
	padding: 0;
	margin: 0 0 10px 1.5em;
}
/* -----------------------------------------------
final
----------------------------------------------- */
#report-end .final {
	background-color: #ffffe0;
	padding: 15px 10px 30px 10px;
}
