@charset "UTF-8";

/*=== お問い合わせcss ===*/

/* コンテンツヘッダー
==========================================*/
#contentsHeader {
	height: auto !important;
	background: #dfd6b8;
}



/* コンテンツ
==========================================*/
#contents h1 {
	background: url(img/ico_h1_contact.jpg) no-repeat 0 0;
}

#mailform form {
	padding-top: 50px;
}

#mailform .formTable tr th span {
	color: #dfd6b8;
	
}

#mailform .formTable tr {
	display: block;
	margin-bottom: 30px;
}
#mailform .formTable tr th {
	width: 300px;
	font-size: 23px;
	padding-left: 1em;
  	text-indent: -1em;
	line-height: 0.8;
	vertical-align: top;
}
#mailform .formTable tr td.col1 {
	width: 200px;
	font-size: 23px;
	padding-left: 1em;
  	text-indent: -1em;
	line-height: 0.8;
}
#mailform .formTable tr td.col2 {
	width: 240px;
	font-size: 23px;
	padding-left: 1em;
  	text-indent: -1em;
	line-height: 0.8;
}


#mailform .formTable tr td.colspan2 {
	width: 440px;
	
}
#mailform .formTable tr td.colspan2 input {
	width: 440px;
}
#mailform .formTable tr span.english {
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#mailform textarea#privacy {
	margin-top: 60px;
	margin-bottom: 40px;
	width: 740px;
	font-size: 12px;
	padding: 10px;
}
#mailform .formTable tr td.colspan2 textarea {
	width: 440px;
	height: 280px;
}

