

.agree_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    margin-bottom: 15px;
    color: #333333;
}

.agree_table th,
.agree_table td {
    border: 1px solid #ccc;
    padding: 16px;
    vertical-align: middle;
}

.agree_table th {
    background: #f5f5f5;
    text-align: center;
}

.agree_table .tit {
    background: #f9f9f9;
    font-weight: bold;
}

.agree_table .period {
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

.agree_table .notice {
    background: #fafafa;
    font-size: 16px;
}

.down_btn {
	width: 200px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.42px;
    background: #094D9F;
    margin-left: 10px;
}

.visit_complete_notice {
	    font-size: 15.5px !important;
}

.disabled_form:disabled {
    background-color: #f2f2f2;
    color: #999;
}

.radio_margin {
	margin-left: 5px;
}

.txt_blue {
	color: #0000ff;
}