/* お問い合わせ：contentブロック内の設定
------------------------------------------------------------ */

.form_content_table h4 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 50%;
	margin: 0px;
	padding: 3px 0px 0px 12px;
}

.form_content_table table {
	width: 100%;
	margin: 25px 0px;
}

.form_content_table th {
	width: 160px;
	padding: 3px 0px;
	white-space: nowrap;
}

.form_content_table th hr {
	border-style: solid;
	border-color: #999999;
}

.form_content_table td {
	padding: 3px 0px;
	width: auto;
}

.form_content_table td p {
	color: #FF0000; 
	margin-top: 3px;
}

select, input, textarea {
	padding: 5px;
	outline: none;
}

input:focus { 
	border-color: #999999;
	background-color:#EEEEEE;
	}
	
select:focus { 
	border-color: #999999;
	background-color:#EEEEEE;
	}

textarea:focus { 
	border-color: #999999;
	background-color:#EEEEEE;
	}

input[type="submit"], input[type="reset"], input[type="button"] {
	width: 150px;
	margin: 10px; 20px;
	padding: 10px;
}

.form_content_thanks h3 {
	font-size: 1.9rem;
	line-height: 170%;
	margin-bottom: 10px;
	padding: 0px;
}

.form_content_thanks p {
	font-size: 1.6rem;
	line-height: 170%;
	margin-bottom: 220px;
	padding: 0px;
}

.logo_on_sns {
	display: none;
}
