@charset "UTF-8";

/* =========================================================
message form
========================================================= */
#send-msg {
	font-size: 85%;
	margin: 10px 0 0 0;
}
#send-msg .frame {
	border: 2px solid #e6eae6;
	background-color: #f7f6f5;
	padding-bottom: 50px;
}
#send-msg .header {
	border-bottom: 2px solid #e6eae6;
	padding-bottom: 10px;
	margin: 15px 10px 10px 10px;
}
#send-msg .header h3 {
	font-size: 18px;
	font-weight: bold;
}
#send-msg .header p.desc {
	clear: both;
	color: #5e635f;
	line-height: 126%;
	margin-top: 10px;
}
#send-msg .field {
	clear: both;
	margin: 10px;
}
#send-msg .field dl {
	border-bottom: 2px solid #e6eae6;
	padding: 0 0 20px 0;
	margin: 0 0 15px 0;
}
#send-msg .field dt {
	font-weight: bold;
	font-size: 15px;
	border-top: 2px dashed #e6eae6;
	padding: 20px 0 0 0;
	margin: 20px 0 8px 0;
}
#send-msg .field dt:first-child {
	border-top: none;
	padding: 0;
}
#send-msg .field dd .note {
	color: #666666;
	display: block;
	margin-top: 5px;
}
#send-msg .field dd.memo {
	color: #666666;
	border-top: 2px dashed #e6eae6;
	padding-top: 20px;
	margin-top: 20px;
}
/* -----------------------------------------------
agreement
----------------------------------------------- */
#send-msg .agreement {
	text-align: center;
	margin-bottom: 15px;
}
#send-msg .agreement .read {
	margin-bottom: 5px;
}
#send-msg .agreement label {
	margin-left: 5px;
}
/* -----------------------------------------------
notice send
----------------------------------------------- */
#send-msg .notice-send {
	text-align: left;
	line-height: 1.4;
	padding: 10px;
	margin: 10px 0;
}
/* -----------------------------------------------
button
----------------------------------------------- */
#send-msg .button {
	clear: both;
	text-align: center;
}
#send-msg .button div {
	display: inline-block;
}
#send-msg .button .return a,
#send-msg .button .next div,
#send-msg .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;
}
#send-msg .button .return a {
	background-color: #999999;
}
/* =========================================================
end page
========================================================= */
#send-msg-end {
	font-size: 85%;
	border: 2px solid #e6eae6;
}
#send-msg-end a {
	color: #0085dd;
}
#send-msg-end a:hover {
	color: #ffcc00;
}
#send-msg-end h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #e6eae6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#send-msg-end dt {
	color: #ea5549;
	font-weight: bold;
	line-height: 126%;
	margin-bottom: 10px;
}
#send-msg-end dd {
	line-height: 126%;
}
/* -----------------------------------------------
done
----------------------------------------------- */
#send-msg-end .done {
	background-color: #f7f6f5;
	padding: 15px 10px 30px 10px;
}
#send-msg-end .done dl {
	border-bottom: 1px dotted #e6eae6;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#send-msg-end .done dl:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#send-msg-end .done dd ul {
	list-style-type: square;
	padding: 0;
	margin: 0 0 10px 1.5em;
}
/* -----------------------------------------------
final
----------------------------------------------- */
#send-msg-end .final {
	background-color: #ffffe0;
	padding: 15px 10px 30px 10px;
}
/* -----------------------------------------------
not found
----------------------------------------------- */
#send-msg-end .notfound {
	background-color: #f7f6f5;
	padding: 15px 10px 30px 10px;
}
#send-msg-end .notfound p {
	margin-bottom: 10px;
}
#send-msg-end .notfound p:last-child {
	margin: 0;
}