<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


body#inquiry {
	background: #E3F5FD url(../img/common/body_bg_02.jpg) 0 0 repeat-x;
}

#inquiry #container {
	background: url(../img/common/container_bg_02.jpg) 50% 0 no-repeat;
	width: 100%;
}

#inquiry #header {
	height: 129px;
	margin: 0 auto;
	width: 980px;
}

#inquiry #header h1 {
	color: #999;
	font-size: 77%;
	position: absolute;
	top: 7px;
	left: 10px;
}

#inquiry #header .address {
	color: #253265;
	font-size: 93%;
	position: absolute;
	top: 7px;
	right: 0;
}

#inquiry #header .logo {
	height: 50px;
	position: absolute;
	top: 57px;
	left: 12px;
	width: 354px;
}

#inquiry #header .tel {
	height: 29px;
	position: absolute;
	top: 71px;
	right: 10px;
	width: 237px;
}

#inquiry #contents {
	background: url(../img/inquiry/contents_bg_01.png) 0 0 repeat-y;
	padding: 0;
}

#inquiry #article {
	background: url(../img/inquiry/contents_bg_02.jpg) 0 bottom no-repeat;
	border-top: 1px solid #CCC;
	width: 977px;
}

#inquiry #article .inner {
	padding: 12px 15px 20px 15px;
}

#inquiry #article h2 {
	margin: 0 0 15px 0;
}

#inquiry #article p {
	font-size: 108%;
}

#inquiry #article p .attention1 {
	color: #001773;
}

#inquiry #article p .attention2 {
	color: #2D72BF;
	font-weight: bold;
}


#inquiry #article .tbl1 {
	border-top: 1px solid #CCC;
	font-size: 108%;
	margin: 0 0 20px 0;
	width: 100%;
}

#inquiry #article .tbl1 th {
	background: #F2ECE0;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	padding: 10px 15px;
	width: 316px;
}

#inquiry #article .tbl1 td {
	background: #FFF;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}

#inquiry #article .tbl1 .required {
	background: #F2ECE0 url(../img/inquiry/inquiry_img_01.gif) 95% center no-repeat;
}

#inquiry #article .field1 {
	padding: 3px 5px;
}

#inquiry #article .field2 {
	margin: 0 0 0 3em;
}

#inquiry #article .send {
	margin: 0 0 20px 0;
	text-align: center;
}

#footer {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#footer p {
	margin: 5px 10px 10px 10px;
}

#footer #copyright {
	font-size: 93%;
	margin: 0 0 15px 0;
	text-align: center;
}</pre></body></html>