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

/***************************************************
	お問い合わせのスタイル
***************************************************/ 

/*==================================================
	ページタイトル
==================================================*/ 

/*------------------
	タイトル枠
------------------*/ 

/*- タイトル画像 -*/
div.pageTitle {
	background-color: #6DCF0C;
	margin-bottom: 10px;
	padding: 40px 0 10px 15px;
	overflow: hidden;
	width: 785px;
}

h1 {
	display: block;
	width: 144px;
	height: 24px;
	float: left;
	background-image: url(../img/title/h5.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

h1 span {
	display: none;
}

/*==================================================
	トップページへのリンク
==================================================*/ 

/*- トップページへのリンク -*/
a.back {
	background: url("../img/ya1.gif") no-repeat scroll left center transparent;
	display: block;
	font-size: 72%;	/* 10px */
	margin: 0 0 10px 20px;
	padding-left: 17px;
	float: left;
	line-height: 1.5;
}

a.back2 {
	background: url("../img/ya1.gif") no-repeat scroll left center transparent;
	display: block;
	font-size: 72%;	/* 10px */
	padding-left: 17px;
	float: left;
	line-height: 1.5;
	margin: 0px 0px 40px 10px;
}


/*==================================================
	メインコンテンツ
==================================================*/ 

h2 {
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}
div.mainContent {
	text-align: center;
}

/*- コンテンツ：全体設定 -*/
div.mainContent td {
	padding: 5px;
}


table {
	border-collapse: separate;
	border-spacing: 3px;
}

.privacy{
	width: 600px;
}

/*==================================================
		フッターリンク
==================================================*/ 

/*- フッター：全体設定 -*/
div#container ul#footlink {
	overflow: hidden;
	clear: both;
}

div#container ul#footlink li {
	display: inline;
}
/*- ページ上部へのリンク -*/
a.top {
	background: url("../img/ya3.gif") no-repeat scroll left center transparent;
	display: block;
	float: right;
	font-size: 72%;	/* 10px */
	margin-right: 20px;
	padding-left: 17px;
	text-align: right;
	line-height: 1.5;
}
#panfuret {
	font-weight: bold;
	color: #FFF;
	background-color: #390;
	margin-bottom: 20px;
	padding: 10px 5px;
}
</pre></body></html>