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

/* 基本設定
----------------------------------------------------------- */

html {
	/*overflow: scroll;*/
}

body {
	color: #030000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 87.5%;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
	/*background: #FFFFCC;*/
}

div#wraper {
	text-align: center;
}

div#wraper_inner {
	width: 910px;
	margin: 0 auto;
}




/* リンク設定
----------------------------------------------------------- */

a:link, a:visited, a:active {
	color: #9F1F24;
	text-decoration: underline;
}

a:hover {
	color: #9F1F24;
	text-decoration: none;
}






/* コンテンツスタイル
----------------------------------------------------------- */
div#contents {
	width: 520px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: left;
}





/* お問い合わせスタイル
----------------------------------------------------------- */
p {
	margin: 0 0 15px 0;
}

p.midashi {
	text-align: center;
}

p span , 
table span {
	font-size: 85%;
	color: #FF0000;
	font-weight: bold;
}

/* table */
form table {
	_font-size: 100%;
	width: 100%;
	margin: 0 0 20px 0;
}

form table th {
	width: 35%;
	border: 1px #CCCCCC solid;
	padding: 10px;
	background: #FFCC66;
}

form table td {
	border: 1px #CCCCCC solid;
	padding: 10px;
}

form table td em {
	font-weight: bold;
}

form table td p {
	margin: 5px 0 0 0;
}

form table td input.text_area01 {
	width: 320px;
}

form table td input.text_area02 {
	width: 165px;
}

form table td input.text_area03 {
	width: 100px;
}

form table td input.text_area04 {
	width: 30px;
}

form table td textarea.text_area01 {
	width: 340px;
	height: 180px;
}

form table td input.check {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

form table td ul {
	margin: 0;
}

form table td ul li {
	margin: 0 0 5px 0;
}

form table td ul li#text_address {
	margin: 0;
}


/* div#btn_box */
div#btn_box {
	text-align: center;
	overflow: hidden;
	zoom: 1;
} 

div#btn_box button {
	padding:0;
	margin: 0 auto;
	border:0;
	background:none;
	display: block;
	width: 139px;
	height: 48px;
	cursor: pointer;
}

div#btn_box button img {
	_display: block;
}

div#btn_box button {
	float: left;
}

div#btn_box button#btn_conf {
	margin: 0 62px 0 80px;
	_margin-left: 52px;
}

div#btn_box button#btn_revision {
	margin: 0 62px 0 80px;
	_margin-left: 52px;
}

div#btn_box button:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* エラー画面 */
div.err {
	margin: 20px 0 10px 0;
	padding: 10px;
	border: 2px solid #f59499;
	background: #fce4e5;
	color: #e50012;
	font-weight: bold;
}

div.err p {
	margin: 0;
}

form table td.err {
	background: #FCE4E5;
}

form table td p.err {
	margin: 7px 0 -3px 0;
	color: #e50012;
	font-weight: bold;
	line-height: 1.4;
}
</pre></body></html>