@charset "utf-8";

#inquiryTable {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#inquiryTable th{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	padding: 10px;
	text-align: left;
	color: #E6121E;
}
#inquiryTable td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	padding: 10px;
}
#infoTable dt {
	font-weight: bold;
}

.listOl {
	margin-bottom: 30px;
}
.listOl li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom:10px;
	margin-left:30px;
}
#privacy {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
div#thanks {
	text-align: center;
	color: #F00;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
div#thanks p {
	font-size: 18px;
	font-weight: bold;
}
#agreement a:link, #agreement a:visited{
	text-align: center;
	border: 1px solid #59BDFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EDF8FE;
	display: block;
	color:#59BDFF;
}
#agreement a:hover{
	text-align: center;
	border: 1px solid #999;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEF3F7;
	display: block;
	color:#999;
}
