@charset "euc-jp";
.table_form th .hissu{ background: url(../contact/images/hissu.jpg)no-repeat;padding-left: 40px; background-size: 33px;}
.table_form th .ninni{ background: url(../contact/images/ninni.jpg)no-repeat;padding-left: 40px; background-size: 33px;}
.table_form th .none{ padding-left: 65px; }
.table_form th .sentaku{ background: url(../contact/images/sentaku.jpg)no-repeat;padding-left: 70px; background-size: 62px;}
input[type="radio"],
input[type="checkbox"] { vertical-align: -0.1em; }
.table_form { 
	width: 100%;
	border-collapse: separate;
	border-color: grey;
    border-spacing: 1px;
}
.table_form th {
	background: #cbe6d3 url(../about/images/bg_table.png) no-repeat left center;
	background-size: 100%;
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #cbe6d3;
	vertical-align: middle;
}
.table_form td {
    border: 1px solid #ccc;
	padding: 5px 10px;
	vertical-align: top;
}
.table_form .list_check li {
	float: left;
	width: 50%;
}
.table_form .issue li{
	float: left;
	margin-right: 10%;
}
.table_form li { margin-bottom: 5px;}
input.ime_off,
input.ime_on,
select,
textarea { padding:3px;  width: 100% ;  font-size: 14px; margin-bottom: 5px; border: 1px solid #ccc;}
/*input.email {
	width: 70%;
}*/
.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; }
/* ---IME ON--- */
.ime_on { ime-mode: active; }
/* ---IME KILL--- */
.ime_off { ime-mode: desabled; }

#formEnd {
    text-align: center;
    margin: 5% 0;
}

.btn_form {
	background-color: #d70000;
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
	position: relative;
	margin: 3% 5%;
	border: none;
	font-family: "Yu Gothic";
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 0;
	-webkit-box-shadow: 0 2px #b4b4b4;
	-moz-box-shadow: 0 2px #b4b4b4;
	box-shadow: 0 2px #b4b4b4;
}
.btn_form input {
	color: #fff;
	background: none;
	border: none;
	font-weight: bold;
}
.btn_form:hover {
	opacity: 0.8;
	-webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn_form:before {
  content: url(../images/arrow_btn01.png);
  position: absolute;
  right: 10px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_form:hover:before, 
.btn_form:hover:before, 
.btn_form:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.btn_inp {padding-top: 5px;}
input.hover50:hover  { opacity:0.7; filter:alpha(opacity=70); -ms-filter: "alpha( opacity=70)"; }
.w15per {
    width: 15% !important;
}
.w30per {
    width: 30% !important;
}
.w35per {
    width: 35% !important;
}
.w40per {
    width: 40% !important;
}
.w45per {
    width: 45% !important;
}
.w50per {
    width: 50% !important;
}
.w55per {
    width: 55% !important;
}
.w60per {
    width: 60% !important;
}
.w65per {
    width: 60% !important;
}
.w70per {
    width: 70% !important;
}
.w75per {
    width: 75% !important;
}
.w80per {
    width: 80% !important;
}
.w90per {
    width: 98% !important;
}