@charset "UTF-8";
#contents {
	width: 980px;
	margin: 0 auto;
}
h1.mainTitle {
	text-align: left;
	margin: 30px auto 0;
	width: 980px;
	height: 60px;
	padding: 15px 0 0 30px;
	background: url(../static_img/bg_mainttl.gif) no-repeat;
	font-size: 20px;
	color: #FFF;
}
#contents h2 {
	text-align: left;
	margin: 30px auto 0;
	width: 980px;
	height: 60px;
	padding: 15px 0 0 30px;
	background: url(../static_img/bg_ttl1.gif) no-repeat;
	font-size: 20px;
}
#contents h2 span {
	font-size: 14px;
	font-weight: normal;
}
#contents h2 span img {
	vertical-align: middle;
	margin: 0 5px 5px 20px;
}
#contents .table {
	width: 830px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#contents .table h3 {
	font-weight: bold;
	padding: 20px 10px 20px;
	font-size: 16px;
}
#contents .table table {
	width: 100%;
}
#contents .table table th {
	width: 190px;
	padding: 15px;
	background: #EBEBEB;
	font-weight: bold;
	font-size: 13px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
#contents .table table th.his {
	background: url(../static_img/icon3.png) #ebebeb 155px 12px no-repeat;
}
#contents .table table th.err {
	background: url(../static_img/icon3.png) #ffd5d5 155px 12px no-repeat;
}
#contents .table table td {
	padding: 15px 20px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	font-size: 13px;
	vertical-align: middle;
}
#contents .table table td.err {
	background-color: #FFEEEE;
}
#contents .table table td p.postcord {
	position: relative;
	top: -8px;
	margin-bottom: -8px;
}
#contents .table table td p.postcord img {
	position: relative;
	top: 8px;
}
#contents .table table td p.postcord a.pt2 {
	font-size: 12px;
}
#contents .table table td input[type^="text"] {
	width: 550px;
	padding: 3px;
	margin: 0;
	font-size: 14px;
}
a.btn_addSearch {
	text-decoration: none;
	background: -moz-linear-gradient(top, #FFF 0%, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border: 1px solid #DDD;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	width: 180px;
	padding: 6px 20px;
}
#contents .table table td input[type^="text"].postcord {
	width: 180px;
}
#contents .table table td input[type^="text"].narrow {
	width: 100px;
	margin:0 5px 0 5px;
}
#contents .table table td div.inputDay input {
	width: 60px;
	margin:0 5px 0 5px;
}
#contents .table table td div.inputDay p{
	margin:0 0 5px;}

#contents .table table td select {
	padding: 3px;
}
#contents .table table td textarea {
	width: 550px;
	height: 150px;
}
#contents .table table td ul li {
	width: 200px;
	float: left;
	margin: 2px 0;
}
#contents .table table td ul li.last-child {
	width: 100%;
}
#contents .table table td ul li.last-child .input {
	width: 380px;
	padding: 2px;
}
#contents .table table td p.text {
	clear: both;
	padding: 5px 0 0;
}
#contents .table table td p.error {
	clear: both;
	margin: 0 5px 10px;
	padding-left: 20px;
	background: url(../static_img/icon4.gif) left top no-repeat;
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	display:block;
	position:relative;
	top:10px;
}
#contents .table table td p.link {
	background: url(../static_img/icon1.gif) left no-repeat;
	padding-left: 20px;
	margin: 3px 0;
}
#contents .btn {
	text-align: center;
	padding: 20px 0 20px;
	position: relative;
}
#contents .btn input {
	background: #CC1B00;
	width: 406px;
	height: 59px;
	border: none;
	color: #FFF;
	font-size: 24px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}
#contents .btn input:hover {
	background: #D6473A;
}
#contents .btn input.err {
	background: #AAA;
	width: 406px;
	height: 59px;
	border: none;
	color: #FFF;
	font-size: 24px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: default;
}
#contents .btn span.arrow {
	width: 9px;
	height: 17px;
	background: url(../static_img/icon_arrow.png) no-repeat;
	display: block;
	position: absolute;
	left: 305px;
	top: 42px;
}
#contents .btn input.btn_ok {
	background: url(../img/btn_1_1_on.gif) no-repeat;
}
#contents .error2 {
	position: relative;
	left: 710px;
	top: -100px;
	width: 237px;
	height: 102px;
	padding: 10px 20px 0 40px;
	background: url(../static_img/bg_caution.gif) no-repeat;
	line-height: 1.6;
}
#contents .error2 span {
	color: #CC0500;
	font-size: 18px;
	font-weight: bold;
}
#contents .checkboxAgree {
	margin: 10px 0 5px;
}
#statement {
	width: 740px;
	margin: 20px auto;
	padding: 20px 40px 40px;
}
#statement h1 {
	font-size: 18px;
	margin: 20px 0;
}
#statement h2 {
	font-size: 18px;
	margin: 30px 0 10px;
}
#statement h3 {
	font-size: 18px;
	margin: 30px 0 10px;
}
#statement h4 {
	font-size: 16px;
	margin: 50px 0 0;
}
#statement h5 {
	font-size: 14px;
	margin: 30px 0 5px;
}

table.agree{
	margin-top:20px;
	}
