@charset "utf-8";
/* CSS Document */
#contact h1 {
	font-size:20px;
    color: #606060;
    font-weight: bold;
    background-color: #e5e5e5;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    margin: 0 0 30px;
}
#contact h2 {
	font-size: 18px;
	color: #474747 !important;
	border: none;
	text-align: left;
}
.contact_disp{
	border:solid #e1e1e1;
	border-width:1px;
	padding:1px 1px 0px;
	margin:5px 0 15px;
	box-sizing: border-box;
}
textarea { 
	font-size:12px;
	width:80%;
	padding:5px;
}

/*--- お問合せ---*/
.contact_disp dl dt {
	box-sizing: border-box;
	border:solid #ffffff;
	border-width:0px 0px 1px 0px;
	border-collapse:collapse;
	background-color:#e5e6e8;
	padding:0 0 0 15px;
	float: left;
	position:relative;
	vertical-align: center;
	font-size: 14px !important;
} 
.contact_disp dl dd {
	float: left;
	box-sizing: border-box;
	padding:10px 0 10px 15px;
	border-bottom :1px solid #e5e6e8;
}
.contact_disp li:last-child dd {
	border-bottom :none;
}
/* ===============================================
  お問合せ内容
=============================================== */
#inquiries  li {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	/* height: 130px; */
}
#inquiries  li dt {
	height: auto;
	width:20%;
	line-height: 80px;
}
#inquiries  li dd {
	width: 80%;
	/* height: 130px; */
}
/* ===============================================
  お客様情報
=============================================== */
#customerInfo {
}
#customerInfo  li {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	height: 60px
}
#customerInfo  li dt {
	height: 60px;
	line-height: 58px;
	width:20%;
}
#customerInfo  li dd {
	height: 60px;
	width: 80%;
}
.edit_required {
	margin:0 0 0 5px;
	color:#d30000;
}
.button_block{
	margin:7px 0 18px;
	text-align:center;
}
@media screen and (max-width: 910px) {
	.contact_disp dl dt {
		width: 30% !important;
	}
	.contact_disp dl dd {
		width: 70% !important;
	}
}
@media screen and (max-width: 660px) {
	#contact h2 {
		margin: 15px auto !important;
		padding: 0 !important;
}
	.contact_disp li {
		height: auto !important;
	}
	.contact_disp dl dt {
		width: 100% !important;
		float: none !important;
		height: 50px !important;
		line-height: 50px !important;
	}
	.contact_disp dl dd {
		height: auto !important;
		width: 100% !important;
		float: none !important;
		padding: 15px !important;
	}
	textarea { 
	font-size:12px;
	width:100%;
	padding:5px;
}

}
/* 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;
}

.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: 150px;
	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:#f96c35;
	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:#f96c35;
	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;
}

/* 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;
}