@charset "UTF-8";

/*=========================================================
	お問い合わせフォーム (contact)
=========================================================*/
p.cont_txt.mb20 {
	margin-bottom : 20px;
}
p.cont_txt.mb20 a {
	text-decoration : underline;
}

.table_area .btn_submit {
	padding: 25px 0 15px;
	text-align: center;
}
/*----- 共通	(table_detail) -----*/
.table_detail {
	width: 100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	border-spacing: 0;
}
.table_detail th, .table_detail td {
	border: 1px solid #DDDDDD;
	vertical-align : middle;
}
.table_detail .input_header {
	width: 30%;
	font-weight: bold;
	background-color: #F6F6F6;
}
.table_detail .input_header > span { display: block; position: relative; }
.table_detail .input_body { width: 70%; background-color: #fff; }
.table_detail .input_body .ex { margin-top: 5px; }
.table_detail .input_body .ex_r { text-align: right; }
.table_detail .input_body .ex_s { font-size: 10px; }
.table_detail .input_body .note { color: #f00; font-size: 11px; font-weight: bold; }
.table_detail .ico_required {
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -10px;
	padding: 0 4px;
	border-radius : 4px;
	display: block;
	color : #FFFFFF;
	font-size: 6px;
	font-weight : normal;
	font-style : normal;
	background: #c50001;
}
.content_area.contact {}
/*----- form -----*/
.table_detail.t_contact th,
.table_detail.t_contact td {
	padding: 15px 10px;
}
.table_detail.t_contact .input_header {
	padding-right: 60px;
	text-align: right;
	position:relative;
}

.table_detail.t_contact input[type="text"] {
	height: 32px;
}
.table_detail.t_contact input,
.table_detail.t_contact select,
.table_detail.t_contact textarea {
	font-size: 16px;
	border: 1px solid #ccc;
	background-color: #fff6ee;
	padding: 0 4px;
}
.table_detail.t_contact select {
	font-size: 14px;
}

.table_detail.t_contact input:focus,
.table_detail.t_contact select:focus,
.table_detail.t_contact textarea:focus {
	background: #fff; color: #000;
}
.table_detail.t_contact #inputTelephone input {
	width: 80px;
}
.table_detail.t_contact #inputMailAddress input {
	width: 400px;
	margin: 0 0 8px;
	display: block;
}
.table_detail.t_contact #inputBrand span,
.table_detail.t_contact #inputBrand input,
.table_detail.t_contact #inputBrand label {
	cursor: pointer;
}
.table_detail.t_contact #inputBrand label {
	margin-right: 16px;
}
.table_detail.t_contact textarea#text {
	width: 95%;
	padding: 4px;
	min-height: 200px;
}
.table_detail.t_contact label {
	
}
.table_detail.t_contact label span {
	display: inline-block;
	margin-right: 5px;
}
.table_detail.t_contact label[for="mailAddress"] span {
	margin-bottom: 5px;
}
.table_detail.t_contact select {
	height: 2em;
}

.table_detail p.ex {
	margin-bottom : 16px;
}
.table_detail p.err {
	margin: 5px auto;
	padding: 0 5px;
	color : #FFF;
	background: #F00;
}
.table_detail span.ex {
	font-size : 14px;
	margin-top: 5px;
}

/*---------------------------------------------------
	complete
-----------------------------------------------------*/
.contact-wrap.complete p.thanks{
	margin-top: 30px;
	margin-bottom: 80px;
	line-height: 1.7;
	font-size: 14px;
}
