@charset "utf-8";

select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

.section {
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 3em 0;
	padding: 0;
}

.section p {
	margin: 0 0 1em 0;
}

.section em,
.section .caution {
	color: #FF3300;
	font-weight: normal;
}

.section ul li {
	margin: 0 0 0.3em 20px;
	padding: 0;
}

.section .section2 {
	margin-bottom: 2em;
}

#form table {
	border-collapse: 0;
	border-spacing: 0;
	margin-bottom: 1em;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

#form table tr th {
	background: #EFEFEF;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#form table tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#form table tr th dt {
	float: left;
}

#form table tr td .error {
	margin-top: 5px;
}

#form table tr td .mini {
	width: 50px;
}

#form table tr td .narrow {
	width: 100px;
}

#form table tr td .middle {
	width: 200px;
}

#form table tr td .wide {
	width: 400px;
}

.must {
	display: block;
	background-color: #FF3300;
	padding: 3px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
/*	box-shadow: 0px 0px 5px #CCC;*/
}

.must_text {
	color: #FF3300;
	font-weight: bold;
	margin-right: 5px;
}

.section .center {
	text-align: center;
}