@charset "UTF-8";

input.next_btn {
min-width: 30%;
height: 35px;
line-height: 35px;
margin: 0 5%;
padding: 0 5px;
background-color: #4b4b4b;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 110%;
display: inline-block;
border-radius: 4px;
white-space: nowrap;
cursor: pointer;
}
input.next_btn:hover {
background-color: #6c6c6c;
transition: background-color 0.2s;
}

input.back_btn {
min-width: 30%;
height: 35px;
line-height: 35px;
margin: 0 5%;
padding: 0 5px;
background-color: #9b9b9b;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 110%;
display: inline-block;
border-radius: 4px;
white-space: nowrap;
cursor: pointer;
}
input.back_btn:hover {
background-color: #bcbcbc;
transition: background-color 0.2s;
}

#add_btn {
padding: 10px 15px;
background-color: #00245d;
color: #fff;
text-decoration: none;
font-weight: 500;
font-size: 130%!important;
display: inline-block;
border-radius: 4px;
cursor: pointer;
}
#add_btn:hover {
text-decoration: none;
opacity: 0.8;
}

p.thx_read {
font-size: 120%;
line-height: 1.8!important;
font-weight: bold;
margin-top: 30px;
margin-bottom: 30px;
padding-left: 5px;
}
