@charset "UTF-8";

/*
en_US
*/

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

#feedback {
	clear: both;
}
#feedback .frame {
	border: 2px solid #cccccc;
	padding: 20px 15px 30px 15px;
}
#feedback 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;
}
#feedback p.desc {
	color: #666c67;
	line-height: 137%;
	margin-bottom: 15px;
}

/* feedback */

#feedback .form dl {
	margin-bottom: 12px;
}
#feedback .form dt {
	line-height: 126%;
	background-color: #e6eae6;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 8px;
	white-space: nowrap;
}
#feedback .form dt span.req {
	display: inline-block;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	background-color: #ff9900;
	border-radius: 3px;
	margin-left: 4px;
	padding: 2px;
}
#feedback .form dd {
	line-height: 126%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 8px;
}
#feedback .form dd ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 12px 0:
}
#feedback .form dd ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#feedback .form dd li {
	float: left;
	padding-right: 8px;
}
#feedback .form dd p {
	clear: left;
	margin-bottom: 4px;
}

/* info */

#feedback .form table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	width: 100%;
}
#feedback .form tr {
	border-bottom: 1px solid #ccc;
}
#feedback .form th {
	font-weight: normal;
	text-align: left;
	line-height: 126%;
	vertical-align: top;
	background-color: #e6eae6;
	border-left: 1px solid #ccc;
	padding: 8px;
	white-space: nowrap;
}
#feedback .form td.req {
	font-weight: normal;
	vertical-align: top;
	background-color: #e6eae6;
	padding: 10px 8px 0 0;
	white-space: nowrap;
}
#feedback .form td.req span {
	display: inline-block;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	background-color: #ff9900;
	border-radius: 3px;
	padding: 2px;
}
#feedback .form td:last-child {
	vertical-align: top;
	line-height: 126%;
	border-left: 1px dotted #ccc;
	border-right: 1px solid #ccc;
	padding: 8px;
	width: 100%;
}
#feedback .form td.none {
	border: none;
	padding: 8px;
}

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

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

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

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

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

#feedback .button {
	clear: both;
	text-align: center;
	margin: 20px 0 26px 0;
}
#feedback .button .return{
	display: inline-block;
	margin: 0 5px;
}
#feedback .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;
}
#feedback .button .return a:hover {
	background-color: #ffb400;
}
#feedback .button .next{
	display: inline-block;
	margin: 0 5px;
}
#feedback .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;
}
#feedback .button .next div:hover {
	background-color: #ffb400;
}
#feedback .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
}
#feedback .button .next input[type="submit"]:hover {
	background-color: #ffb400;
}
