@charset "utf-8";

#header{
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

#header:after{
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background-image:url(../images/linehead.png);
	background-repeat:no-repeat;
	background-color: #000;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	position: absolute;
	bottom: -25px;
	left: 0;
}

.resultTable{
	width: 100%;
	margin-bottom: 20px;	
}
.resultTable tr{
	padding-top: 10px;
}

.resultTable th{
	padding: 10px;
	text-align: left;
}

.resultTable td{
	padding: 10px;
	text-align: right;
}

.resultTable span{
	font-weight: bold;
	font-size: 20px;
}

#tr02{
	border: 1px solid #000;
}

#tr03,#tr07,#tr08{
	border-bottom: 1px solid #000;
}

#tr04{
	border-bottom: 1px dotted #000;
}

.toptxt{
	text-align: center;
	margin-bottom: 20px;
}

.submitBtn{
	text-align: center;
}

div.form{
	text-align: center;
	margin-bottom: 20px;
}