@charset "utf-8";
/* CSS Document */

textarea { font-size:12px; width:100%; padding:5px; box-sizing: border-box;}
.contact_disp{
	border:solid #e1e1e1;
	border-width:1px;
	padding:1px 1px 0px;
	margin:5px 0 15px;
}
.h3TT{
	background-image:url(/news/images/dtl_title.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	line-height:38px;
	font-size:14px;
	font-weight:bold;
	padding:0 7px;
	color:#474747;
	background-color:#FFF;
}
.h4TT{
	background-image:url(/company/images/h4.gif);
	background-repeat:no-repeat;
	background-position:5px top;
	height:31px;
	border-bottom:1px solid #bfbfbf;
	font-size:17px;
	padding:0 0 3px 20px;
	margin:0 0 10px;
	line-height:31px;
}


table.contact_edit_table{
	width:100%;
}
.w100 { width: 100% !important; box-sizing: border-box!important; }
.contact_edit_table th{
	border:solid #ffffff;
	border-width:0px 0px 1px 0px;
	border-collapse:collapse;
	background-color:#e5e6e8;
	padding:10px 0 10px 15px;
	position:relative;
	line-height:21px;
	width: 90px;
	vertical-align:central;
}
.contact_edit_table td{
	border:solid #e1e1e1;
	border-width:0 0 1px;
	border-collapse:collapse;
	padding:10px 15px;
	position:relative;
}

.contact_edit_table tr:last-child td{
	border:none;
}

.button_block{
	margin:7px 0 18px;
	text-align:center;
}

/* Common */
.edit_errors {
	border:5px solid #EEE;
	background-color:#FFF;
	padding:10px;
	color:#007fff;
	font-weight:bold;
	line-height:1.7em;
	font-size:14px;
	margin:10px 0 10px;
}
.edit_required {
	float:right;
	margin:0 10px 0 0px;
	background-color:#fa941b;
	color:#FFF;
	padding:0 5px;
}
.input_txt_type{
	float:right;
	font-weight: normal;
	color:#666666;
	margin:0px 5px 0 0px;
}
.input_txt_type2{
	float:right;
	line-height:1em;
	font-weight: normal;
	color:#666666;
	margin:0px 5px 0 0px;
}
.w90P { width:90%}
.w70 { width:70% !important;}
.w150 { width:150px;}
.w200 { width:200px;}
.w300 { width:300px;}
.ime_a { ime-mode:active;}
.ime_d { ime-mode:disabled;}
.sub_cate{
	display:inline-block;
	width:110px;
}
/*--- I N P U T ---*/
input[type="text"] {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    padding: 7px 7px;
}
select{
	padding:3px 5px 5px;
	font-size:14px;
	line-height:1.5;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin:5px auto 2px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6),  color-stop(0.90, #e6e6e6),color-stop(0.90, #fff), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #fff 90%, #e6e6e6 90%, #e6e6e6 100%);
	background: -moz-linear-gradient(top, #fff 0%, #fff 90%, #e6e6e6 90%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #fff 0%, #fff 90%, #e6e6e6 90%, #e6e6e6 100%);
	box-shadow:none;
	border:1px solid #c1c1c1;
}
/*input[type='checkbox']{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
}
.cbx{
	background-repeat:no-repeat;
	background-position:0 0;
    display: block;
    cursor: pointer;
    overflow: hidden;
	background-image:url(../images/check_box.gif);
	background-repeat:no-repeat;
	height:26px;
	line-height:26px;
	padding:0 0 0 30px;
	float:left;
	width:65px;
	margin:0 5px 0 0;
	font-size:13px;
}
.c_on{ background-position:0 -26px;}

input[type='radio']{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
}
.crobd{
	background-repeat:no-repeat;
	background-position:0 0;
    display: block;
    cursor: pointer;
    overflow: hidden;
	background-image:url(../images/check_box.gif);
	background-repeat:no-repeat;
	height:26px;
	line-height:26px;
	padding:0 0 0 30px;
	float:left;
	width:100px;
	margin:0 5px 0 0;
	font-size:13px;
}
.r_on{ background-position:0 -26px;}

*/
/*--- ボ タ ン ---*/
.address1_Bt{
	cursor: pointer;
	width: 170px;
	height:30px;
	border: none;
	margin:auto;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#4ab7fc;
	margin:0 0 0 10px;
}
.address1_Bt:hover,#send_Bt1:hover{
	background-color:#007fff;
}
#send_Bt1{
	text-align:center;
	line-height:55px;
  cursor: pointer;
  display: block;
  width: 247px;
  height: 55px;
  border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#4ab7fc;
	margin:0 auto 10px;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}
#clear_Bt1{
  cursor: pointer;
  display: block;
  width: 180px;
  height: 55px;
  border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#c5c5c5;
	margin:0 auto 10px;
	color:#FFF;
	font-weight:bold;
}
#clear_Bt1:hover{
	background-color:#5a5a5a;
}
.button_block{
	margin:auto;
}
