main {max-width:80%; margin:0 auto;}
h1 {border-bottom-style:solid; border-bottom-color:#eee; border-bottom-width:5px; margin:50px 0;}
h2 {border-bottom-style:solid; border-bottom-color:#eee; border-bottom-width:5px; margin:30px 0;}
table {
 border-collapse: collapse;
}
 
p {
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 margin: 60px auto 40px;
}
 
input[type="submit"],
input[type="text"],
select,
textarea,
button {
 -moz-appearance: none;
 -webkit-appearance: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 outline: none;
 border: none;
}
 
 
input[type="text"],
textarea {
 background: #f8f8f8;
 display: block;
 font-size: 16px;
 padding: 12px 15px;
 width: 480px;
 transition: 0.8s;
 border-radius: 0;
}
input[type="date"] {
 background: #f8f8f8;
 display: block;
 font-size: 16px;
 padding: 12px 15px;
 width: 200px;
 transition: 0.8s;
 border-radius: 0;
}
 
input[type="text"]:focus,
input[type="date"]:focus,
textarea:focus {
 background: #e9f5fb;
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
textarea[name="content"] {
 display: inline-block;
 width: 100%;
 height: 200px;
}
 
input::placeholder,
textarea::placeholder {
 color: #ccc;
}
 
::-webkit-input-placeholder {
 color: #ccc;
 opacity: 1;
}
 
::-moz-placeholder {
 color: #ccc;
 opacity: 1;
}
 
:-ms-input-placeholder {
 color: #ccc;
 opacity: 1;
}
 
.form-table {
 width: 100%;
}
 
.form-table th,
.form-table td {
 border-top: 1px solid #d7d7d7;
 border-bottom: 1px solid #d7d7d7;
 padding: 20px;
}
 
.form-table th {
 background: #f8f8f8;
 padding-left: 50px;
 position: relative;
 text-align: left;
 width: 300px;
}
@media screen and (max-width: 769px) {
 .form-table th,
 .form-table td {
 display: block;
 width: 100%;
 border-bottom: none;
 }
}
.form_error_box {
 color: #f00;
}
#submitBtn {width:30%; margin:auto; margin-top:30px; margin-bottom:30px; text-align:center; background-color: #FEAA36; color: #fff !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-repeat: no-repeat; line-height: 1.4615; vertical-align: middle; border: none; text-decoration: none !important; -webkit-transition: background .2s ease; -o-transition: background .2s ease; transition: background .2s ease; position:relative;}
#submitBtn input {font-size:120%; display:block; width:100%; height:100%; padding: 20px 0;}
#submitBtn:after {content:">"; color:#fff; height:24px; position:absolute; right:10px; font-weight:normal; top:0; bottom:0; margin:auto;}
#submitBtn:hover {
 background-color: #f27980;
}
@media screen and (max-width:767px){
 #submitBtn{width:100%;}
}
