<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------- base ---------------*/
body,div,p,dl,dt,dd,table,tr,td,ul,ol,li,h1,h2,h3,h4,h5,h6 
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
	color: #333333;
}
body 
{
	font-family:
	"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,
	"MS P ゴシック","MS P Gothic",sans-serif;
}
h1,h2,h3,h4,h5,h6 
{
	font-weight: bold;
}
img 
{
	border: 0;
	vertical-align: bottom;
}
ol,ul 
{
	list-style: none;
}
a:link 
{
	color: #005b8c;
}
html,body 
{
	height: 100%;
}
#wrap 
{
	position: relative;
	width: 852px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}
/*--------------- titleImg ---------------*/
#titleImg 
{
	text-align:left;
	background-position:left;
	width: 95%;
	background: #94252a url("../img/title_inquiry.gif") no-repeat top left;
	background-color:White;
	vertical-align:middle;
	font-size: 200%;
}
/*--------------- container ---------------*/
#container {
	width: 852px;
	height: 100%;
	padding-bottom: 150px;
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*--------------- header ---------------*/
#header 
{
	width: 852px;
	height: 580px;
}
#header h1 
{
	float: left;
}
#header #hlink 
{
	float: right;
	width: 365px;
	padding-right: 22px;
}
/*--------------- footer ---------------*/
#footer 
{
	position: absolute;
	bottom: 0px;
	clear: both;
	width: 852px;
	height: 50px;
}
#footer p 
{
	clear: both;
	height: 50px;
	padding: 10px 20px 0;
    text-align: right;
	font-size: 10px;
}
/*--------------- span ---------------*/
.cellText 
{
	background-color:Transparent;
	font-size:80%;
	text-align:left;
}
/*--------------- privacy ---------------*/
#privacy 
{
	position: absolute;
	bottom: 60px;
	clear: both;
	width: 852px;
	height: 80px;
	font-size: 13px;
}
/*--------------- 必須の入力項目 ---------------*/
.mustText
{
	background-color:#FAC3C3;
}
/*--------------- YESとNOボタン ---------------*/
.YesButton
{
	width:188px;
	height:48px;
    background: #94252a url("../img/btn_bg.gif") no-repeat top left;
    border-width:0px;
    font-size:x-large;
    font-weight:bold;
}
.NoButton
{
	width:188px;
	height:48px;
    background: #94252a url("../img/btn_bg2.gif") no-repeat top left;
    border-width:0px;
    font-size:x-large;
    font-weight:bold;
}
/*--------------- 点線 ---------------*/
.dashline 
{
	height:1px;
	background: #ffffff url("../img/bd01.gif") repeat-x;
}
</pre></body></html>