<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ページトップへ -------- */

#pageback {
	width: 850px;
	text-align: right;
	padding-bottom: 10px;
}

#pageback img{
	margin-left:6px;
}



/* ヘッダー -------- */

#form-header {
	width: 850px;
	margin-bottom: 25px;
}

#ttl-set {
	width: 575px;
	float: left;
}
	
#form-header #ttl-set .mainttl {
	width: 575px;
	display: block;
}


#form-header #ttl-set .read {
	width: 565px;
	display: block;
	padding-top: 25px;
	padding-left: 10px;
}

#form-header #about-ssl{
	width: 255px;
	float: right;
	}
	
#form-header #about-ssl .detail {
	width: 239px;
	display: block;
	margin-top: 1px;
	padding: 8px;
	background-color: #f1f1f1;
}


/* 電話でのお問い合わせ -------- */

#tel-contact{
	width: 850px;
	}
	
#tel-contact p.ttl{
	display: block;
	padding: 0;
	margin-bottom: 10px;
	}
	
#tel-contact p.detail{
	font-weight: bold;
	padding-left: 10px;
	}
		
		
/* フォームでのお問い合わせ -------- */

#form-contact{
	width: 850px;
	margin-bottom: 20px;
	}
	
#form-contact p.ttl{
	padding: 20px 0 10px 0;
	}
	
#form-contact p.detail{
	padding-left: 10px;
	}
	
#form-contact p.subttl{
	padding: 8px 0 0 10px;
	font-weight: bold;
	color: #FF0000;
	}
	
#form-contact ul{
	padding-left: 20px;
	list-style-type: square; 
	}
	
	
/* フォーム -------- */

#form-set {
	width: 850px;
	margin-bottom: 20px;
	}
	
#form-set p.ttl {
	width: 834px;
	display: block;
	background-color: #d5d5d5;
	padding: 8px;
	font-weight: bold;
	margin-bottom: 15px;
	}
	
#form-set table.form-detail {
	width: 850px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
	
#form-set table.form-detail tr th {
	padding:10px;
	width: 185px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	background-color: #e8e8e8;
	}
	
#form-set table.form-detail tr td {
	padding:10px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	}
	
#form-set table tr td input {
	width:600px;
	}
	
#form-set table tr td textarea {
	width:600px;
	}


/* お客様の個人情報のお取扱いについて -------- */

#toriatsukai{
	width: 850px;
	margin-bottom: 8px;
	}
	
#toriatsukai p.about{
	font-weight: bold;
	color: #FF0000;
	padding-left: 10px;
	}
	
#toriatsukai p.about-detail{
	padding: 8px 0 8px 10px;
	}
	
#toriatsukai ul{
	padding-left: 20px;
	list-style-type: square; 
	}


/* フォームボタン -------- */

#form-btn{
	width: 558px;
	background-color: #ececec;
	padding: 30px 0 30px 292px;
	}
	
#form-btn input.btn-submit {
	background:url(/ssl/common/img/btn_form-submit.gif) 0px 0px no-repeat;
	width: 148px;
	height: 28px;
	border:none;
	position: absolute;
	cursor:pointer;
}	

#form-btn input.btn-cancel {
	background:url(/ssl/common/img/btn_form-cancel.gif) 0px 0px no-repeat;
	margin-left: 173px;
	width: 93px;
	height: 28px;
	border:none;
	cursor:pointer;
}	
	
	
/* ありがとうございました -------- */

#thanks{
	width: 850px;
	}
	
#thanks p.thanks-word{
	padding: 20px 0 0 10px;
	}
	
	
/* ページトップへ -------- */

#pagetop-btn {
	width: 850px;
	text-align: right;
	padding-top: 20px;
	clear: right;
}
</pre></body></html>