﻿@charset "euc-jp";
/*.hissu{ background: url(../common_img/hissu.png) left top no-repeat; background-position:10px 15px; }
.ninni{ background: url(../common_img/ninni.png) left top no-repeat; background-position:10px 15px; }*/


.ninni::before {
  background-color: #0c9b42;
  color: #fff;
  content: "任意";
  display: block;
  float: left;
  margin-right: 5px;
  padding: 0 0.5em;
  text-shadow: none;
  font-weight: normal;
  border-radius: 4px;
  font-size: 12px;
}
.hissu:before {
  background-color: #ff3600;
  color: #fff;
  content: "必須";
  display: block;
  float: left;
  margin-right: 5px;
  padding: 0 0.5em;
  text-shadow: none;
  font-weight: normal;
  font-size: 12px;
  border-radius: 4px;
}
.form_ct div{
    margin-bottom:5px;
}

.btn_form {
 background-image: url(../contact/images/ct_btn.png);
  background-repeat: no-repeat;
  border: medium none;
  background-size: 171px 36px;
  cursor: pointer;
  overflow: hidden;
  width: 171px;
  height: 36px;
}

.page_soudan .btn_form {
  background-image: url(../common_img/btn_contact_2.png);
  background-color:#fff;
}
#sim_form .btn_form {
  background-image: url(../simulate/images/simulate_btn_3.png);
  background-color:#fff;
  background-size: 317px auto;
  
}
.btn_form:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}


input[type="radio"],
input[type="checkbox"] { vertical-align: 0em; }
.table_form { width:100%; color:#4c3f33; margin-bottom:20px; }
.table_form td, .table_form th { padding:15px 20px; border:1px solid #d6cbbb; }
.table_form th { border-bottom-color:#FFF; vertical-align:top; }
.table_form .end th { border-bottom-color:#d6cbbb; }
.table_form th { text-align:left; background-color:#e3dbcf; padding-left:50px; }
.table_form_w1 { width:150px }
.form2col { overflow:hidden; text-align:right; }
.form2col-1 { float:left; width:48% }
.form2col-2 { float:right; width:48% }
.form_control_sm { width:130px; }
.form_control { display:block; width:98%; }
.form_group { margin-bottom:10px; }
.form2col input { text-align:left; }
#address_search { margin-bottom:10px; }
#formEnd { text-align:center; }
#formEnd input { display:inline-block; padding: 3px 10px; cursor:pointer; }
/* ---IME ON--- */
.ime_on { ime-mode: active; background: #fff; color: #000;}
/* ---IME KILL--- */
.ime_off { ime-mode: desabled; }
textarea { padding:2px; margin:2px 0 ; border:1px solid #ccc; font-size:14px; }

.table_style{width:100%}
input.ime_off,
input.ime_on,
select { padding:2px; margin:2px 0 ; border:1px solid #ccc; font-size:14px; height:30px; }


.table_style td{border:1px solid #e6e6e6;}
.table_style th {
  text-align: left;
  color: #333333;
  vertical-align: middle;
  background:#f9f9f9;
  background-size:225px auto;
  padding-left:10px;
  /*width:200px;*/
  font-weight: bold;
  border:1px solid #e6e6e6;
}

.table_style td {
  background: #fff;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  /* padding-top: 15px; */
  /* padding-bottom: 15px; */

}
.table_style td, .table_style th{
  padding-top:7px;
  padding-bottom:7px;
}
form td {
  padding: 20px 8px;
}
.list_form li{
    margin-right:70px;
}

.table_style .ct_list1 li {
  display: inline;
  list-style: none;
  padding: 0 20px 0 0;
}
.ct_list1_text1{
    /*width:358px;*/
}
.table_style select {
    height:30px;
    width:100px;
    width:261px;
}
fieldset{
    border: 1px solid #E0DFD3;
      padding: 4px 0px;
}





.btn_form_1 {
    background-image: url(../acceptance/images/accept_btn_1.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    height: 0;
    overflow: hidden;
    -webkit-background-size: 250px;
    background-size: 250px;
    width: 250px;
    height: 53px;
}
.btn_form_2{
  background-image: url(../acceptance/images/accept_btn_f_1.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: medium none;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  -webkit-background-size: 250px;
  background-size: 250px;
  width: 250px;
  height: 53px;
}
.btn_form_3 {
    background-image: url("../acceptance/images/accept_btn_2.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    overflow: hidden;
    -webkit-background-size: 250px 53px;
    background-size: 238px 42px;
    width: 238px;
    height: 42px;
}