@charset "utf-8";

.contact_info {
    color: #333333;
    font-size: 13px;
    margin: 30px 0;
    padding: 0 30px;
    width: 530px;
}
.contact_info > a {
    color: #00C200;
    text-decoration: underline;
}
#tblRegist {
    margin: 0 auto;
    width: 660px;
}
#tblRegist th {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: normal;
    padding-top: 10px;
    text-align: right;
    vertical-align: top;
}
#tblRegist td {
    padding: 6px 0;
}
#tblRegist th span {
	color:#00C200;
    font-weight:bold;
    font-size:10px;
    margin: 0 15px 0 5px;
}
#tblRegist input {
    border: 1px solid #c5c5c5;
    color: #999999;
    height: 20px;
    padding: 4px 5px;
    width: 438px;
}
#tblRegist textarea {
    border: 1px solid #c5c5c5;
    color: #999999;
    height: 140px;
    padding: 4px 5px;
    width: 438px;
    font-size:13px;
}


#tblRegist td .btnimg {
    border: medium none;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 451px;
}
#tblRegist td.btntd {
	text-align:left;
	padding: 30px 0 40px;
}

.foottel {
    margin: 0 auto;
    text-align: center;
}
.rdo1{
	display: none;
}
#tblRegist label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
#tblRegist label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #c5c5c5;
}
#tblRegist input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-radius: 50%;
	background: #00C200;
}
.label {
	font-size: 14px;
}