/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2021 | 00:44:50 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/*フォーム用テーブル02案*/
.new_table{
  font-size:11px;
  width:100%;
  margin:0;
  padding:0;
}

.new_table th{
  width:25%;
  background:#fffece;
}

.new_table td{
  width:75%;
  background:#fff;
}

.new_table td,.new_table th{
  border:1px solid #7da41e;
}

.form_mid{
  color:#fff;
  margin:0;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  background:#7da41e;
}

.form_mid p{
  margin:0 !important;
  padding:0;
}



/*フォーム用テーブル*/
table.form_tb{
  width:80%;
  margin:0 auto;
  border:1px solid #fff;
  background:#fff;
}

.form_tb th{
  width:23%;
  padding:5px;
  border:1px solid #fff;
}

.form_tb td{
  padding:7px 5px;
  border:1px solid #fff;
}

.form_bt{
  text-align:center;
}

th.formh_1{
  color:#fff;
  font-size:13px;
  background:#ff999c;
}

.red_marker{
  font-size:12px;
  color:#ff4400;
}

input[type="number"]{
width:15%;
} 

.form_bt input[type="submit"]{
  color:#fff;
  font-size: 20px;
  padding: 10px 80px;
  background:#7ea22b !important;
  border:1px solid #fffdd0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.form_bt input[type="button"]{
  color:#fff;
  font-size: 20px;
  padding: 10px 80px;
  margin-right:10px;
  background:#7ea22b !important;
  border:1px solid #fffdd0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.ajax-loader {
  display: none !important;
}