<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------- ���������� ----------*/
.text_red {
		color: #FF0000;
}
table.inquiry_tbl {
	text-align: left;
	line-height: 1.6;
	font-weight: normal;
	width: 100%;
	border-collapse: collapse;
  	border-spacing: 0;
}
table.inquiry_tbl th {
	width: 25%;
	color:#009095;
	font-weight: normal;
	padding: 20px 0;
	border-bottom:1px dashed #e1e1e1;
}
table.inquiry_tbl th span {
	font-size:0.8em;
	color: #FF0000;
}
table.inquiry_tbl td {
	font-size:0.9em;
	color:#aaa;
	padding: 20px;
	border-bottom:1px dashed #e1e1e1;
}
table.inquiry_tbl td .txtarea {
	border:solid 1px #D3EBE8;
	width: 400px;
	padding:8px;
	margin-bottom: 5px;
	font-size:1.2em;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#mailformpro .btn {
border:solid 1px #009095;
padding:5px 40px;
margin:0 10px;
font-size:1.0em;
cursor:pointer;
	color:#009095;
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#mailformpro .btn:hover {
	color:#fff;
	background: #009095;
}


@media screen and (max-width: 768px){
table.inquiry_tbl th {
    width: 100%;
    display: block;
    text-align: center;
	background: #D3EBE8;
    border-bottom: none;
	}
table.inquiry_tbl td {
    display: block;
	text-align: center;
    border-bottom: none;
	padding: 20px 0;
}
table.inquiry_tbl td .txtarea {
	width: 95%;
}

}

</pre></body></html>