@charset "utf-8";
/* CSS Document */
.title_disp{
	background-color:#b8ab8c;
}
.title_disp h2{
	background-image: url(../images/title_icon.png);
}
textarea {font-size: 13px; width:80%; padding:5px;}
.contact_disp{
	border:solid #e1e1e1;
	border-width:1px;
	padding:1px 1px 0px;
	margin:5px 0 15px;
}
table.contact_edit_table{
	width:100%;
}
.contact_edit_table th{
	border:solid #ffffff;
	border-width:0px 0px 1px 0px;
	border-collapse:collapse;
	background-color:#e5e6e8;
	padding:10px 0 10px 15px;
	width:160px;
	position:relative;
	line-height:21px;
	vertical-align:central;
	font-size: 0.9rem;
	text-align: left;
	
}
.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_notify{
	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_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:#ffa800;
	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:80px;}
.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:#33af53;
}
#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: #179b39;
	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{
	width:480px;
	margin:auto;
}

/* Tangmo [2015/10/14] */
textarea{
    color: #333333;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    padding: 7px 7px;
}

/* Loading */
.now_loading {
	background-image:url(/admin/images/common/now_loading.gif);
	background-color:#FFF;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:100px;
}