@charset "utf-8";


/*
body {
	font-size: 13px;
	font-family: "Hiragino Kaku Gothic Pro","メイリオ", Verdana, Arial, sans-serif;
	color: #4e4e4e;
	line-height: 1.25;
}
ul,li,dl,dt,dd,table,th,td,p {
	margin: 0;
	padding: 0;
}

ul,li {
	list-style: none;
}
*/
label {
	position: relative;
	top: -2px;
	left: 3px;
}
textarea {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "Hiragino Kaku Gothic Pro","メイリオ", Verdana, Arial, sans-serif;
	line-height: 1.25;
}
.input_s {
	width: 180px;
	padding: 2px;
}
input.input_m,
textarea.input_m {
	width: 355px;
	padding: 2px;
}
.must {
	color: #cc0000;
	font-size: 80%;
	padding-left: 3px;
	padding-right: 3px;
}
p.form_must_txt {
}
table#form_table {
	width: 540px;
	margin-top: 5px;
	border-collapse: collapse;
}
table#form_table th,
table#form_table td {
	padding: 10px;
	border: solid 1px #cccccc;
	color: #333333;
}
table#form_table th {
	width: 20%;
	text-align: left;
	font-weight: normal;
	background-color: #f9f9f9;
	white-space: nowrap;
}
table#form_table td {
}
ul.form_list {
	margin-bottom: -3px;
}
ul.form_list li {
	margin-bottom: 3px;
}
p#submit_btn {
	margin-top: 20px;
	margin-left: 10px;
}
p#submit_btn input {
	padding: 3px 15px;
}
p.form_note {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 80%;
}
.spec {
	padding: 5px;
	border: solid 5px #f3f3f3;
}
.spec p {
	font-weight: bold;
}


.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
	background: url("../img/icon_alert.gif") no-repeat 0 4px;
}