<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
en_US
*/

/* -----------------------------------------------
contents name
----------------------------------------------- */

#contents-name h2 a {
	display: block;
	background: url(/img/eng/help/title_contact.gif) no-repeat 0 0;
	width: 186px;
	height: 50px;
}

/* =========================================================
form
========================================================= */

#contact {
	clear: both;
}
#contact .frame {
	border: 2px solid #cccccc;
	padding: 20px 15px 30px 15px;
}
#contact h3 {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #5f5f5f;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px solid #cccccc;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
#contact p.desc {
	color: #666c67;
	line-height: 137%;
	margin-bottom: 15px;
}
#contact table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e6eae6;
	width: 100%;
}
#contact tr {
	border-bottom: 1px solid #e6eae6;
}
#contact th {
	font-weight: normal;
	text-align: left;
	line-height: 126%;
	vertical-align: top;
	background-color: #f7f6f5;
	border-left: 1px solid #e6eae6;
	padding: 8px;
	white-space: nowrap;
}
#contact td:last-child {
	vertical-align: top;
	line-height: 126%;
	border-left: 1px dotted #e6eae6;
	border-right: 1px solid #e6eae6;
	padding: 8px;
	width: 100%;
}
#contact td.none {
	border: none;
	padding: 8px;
}
#contact .req th {
	background-color: #fef2dc;
	border-left: 1px solid #ffad33;
	border-top: 1px solid #ffad33;
	border-bottom: 1px solid #ffad33;
}
#contact .req td:nth-child(2) {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #fef2dc;
	border-top: 1px solid #ffad33;
	border-bottom: 1px solid #ffad33;
	padding: 12px 10px 10px 0;
	white-space: nowrap;
}
#contact .req td:nth-child(2) span {
	display: block;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	background-color: #ff9900;
	border-radius: 3px;
	padding: 2px;
}
#contact .req td:nth-child(3) {
	background-color: #fef2dc;
	border-right: 1px solid #ffad33;
	border-top: 1px solid #ffad33;
	border-bottom: 1px solid #ffad33;
}

/* -----------------------------------------------
agreement
----------------------------------------------- */

#contact .agreement {
	text-align: center;
	margin: 20px 0;
}
#contact .agreement .read {
	margin-bottom: 5px;
}
#contact .agreement .eu {
	text-align: left;
	line-height: 1.4;
	margin-bottom: 5px;
}
#contact .agreement label {
	margin-left: 5px;
}

/* -----------------------------------------------
done
----------------------------------------------- */
#contact .done {
	border: 1px solid #e6eae6;
	background-color: #f7f6f5;
	padding: 20px 20px 25px 20px;
	margin: 8px 0 15px 0;
}
#contact .done dl {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6eae6;
}
#contact .done dl:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#contact .done dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ea5549;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#contact .done dd {
	line-height: 146%;
}
#contact .done dd ul {
	list-style-type: square;
	padding: 0;
	margin: 0 0 12px 1.5em;
}

/* -----------------------------------------------
final
----------------------------------------------- */
#contact .final {
	border: 1px solid #e6eae6;
	background-color: #ffffe0;
	padding: 20px 20px 25px 20px;
	margin: 8px 0 15px 0;
}
#contact .final dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ea5549;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#contact .final dd {
	line-height: 146%;
}

/* -----------------------------------------------
button
----------------------------------------------- */

#contact .button {
	clear: both;
	text-align: center;
	margin: 20px 0 26px 0;
}
#contact .button .return{
	display: inline-block;
	margin: 0 5px;
}
#contact .button .return a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #999;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 60px;
}
#contact .button .return a:hover {
	background-color: #ffb400;
}
#contact .button .next{
	display: inline-block;
	margin: 0 5px;
}
#contact .button .next div {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #666;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 60px;
}
#contact .button .next div:hover {
	background-color: #ffb400;
}
#contact .button .next input[type="submit"] {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #666;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 100px
}
#contact .button .next input[type="submit"]:hover {
	background-color: #ffb400;
}
</pre></body></html>