@charset "utf-8";
/* CSS Document */
.h2TT span:before {
	font-family:FontAwesome;
	content:"\f0e0";
	font-size:20px;
	color:#FFB70A;
	padding:0 15px 0 15px;
}
.h3TT {
	height:35px;
	line-height:35px;
	box-sizing:border-box;
	padding:0 0 0 15px;
	width:954px !important;
	margin:15px auto 0;
	color:#666 !important;
	background-image: url(../../common/images/bluedisp.png);
}
.h3TT  span:before {
	content:" ";}
textarea { font-size:12px; width:80%; padding:5px;}
.contact_disp{
	width:950px !important;
	border:solid #cccccc;
	border-width:1px;
	padding:1px 1px 0px;
	margin:5px auto 25px;
}
table.contact_edit_table{
	width:100%;
}
.contact_edit_table th{
	border:solid #cccccc;
	border-width:0px 0px 1px 0px;
	border-collapse:collapse;
	background-color:#f1f1f1;
	padding:10px 0 10px 15px;
	width:160px;
	position:relative;
	line-height:21px;
	vertical-align:central;
}
.contact_edit_table td{
	border:solid #cccccc;
	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:#a2d838;
	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"],input[type="date"],input[type="time"] {
    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:#01a7ea;
	margin:0 0 0 10px;
	display: inl;
}
.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:#01a7ea;
	
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	box-shadow: 0px 4px 1px -1px rgb(1,102,143);
  -webkit-box-shadow: 0px 4px 1px -1px rgb(1,102,143);
  -moz-box-shadow: 0px 4px 1px -1px rgb(1,102,143);
}
#clear_Bt1{
  cursor: pointer;
  /* display: block; */
  width: 180px;
  height: 55px;
  border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#c5c5c5;
	
	color:#FFF;
	font-weight:bold;
margin-right: 14px;box-shadow: 0px 4px 1px -1px rgb(133 133 133);
    -webkit-box-shadow: 0px 4px 1px -1px rgb(133 133 133);
    -moz-box-shadow: 0px 4px 1px -1px rgb(133 133 133);}
#clear_Bt1:hover{
	background-color:#5a5a5a;
}
.button_block{
	
	margin: 27px 0 55px;
display: flex;justify-content: center;}

/* Tangmo [2015/10/14] */
textarea{
    border:1px solid #919191;
    padding: 3px;
    color: #333333;
    border-radius: 5px 5px 5px 5px;
}

/* 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;
}
label {
	margin:0 5px 0 3px}

#syakenBT {
	box-shadow: 0px 4px 1px -1px rgb(140,5,21);
    -webkit-box-shadow: 0px 4px 1px -1px rgb(140,5,21);
    -moz-box-shadow: 0px 4px 1px -1px rgb(140,5,21);
    border-radius: 5px;
    clear: both;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    display: block;
    height: 45px;
    width: 230px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #fff !important;
    background-color: #e6001c;
    margin: 5px auto 0;
    box-sizing: border-box;
	position: absolute;
	top: -30px;
	right: 10px
}