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


#contact {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contact table {
	width: 100%;
	border: 5px solid #DCDDDD;
	margin-bottom: 10px;
}
#contact td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #DCDDDD;
	border-bottom-color: #DCDDDD;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 7px;
}

.koumoku {
	width: 150px;
	padding-left: 5px;
}
.hixtusu {
	width: 40px;
	background-color: #FCECE7;
	color: #F63;
	font-size: 85%;
	text-align: center;
}
#btn {
	text-align: right;
}
#btn img {
	padding-left: 5px;
}
#privacy {
	background-color: #F9E3DC;
	width: 680px;
	padding: 15px;
	margin-top: 50px;
}
#privacy #txt {
	background-color: #FFF;
	padding: 15px;
}

#kanryo {
	font-size: 140%;
	margin-top: 50px;
	margin-bottom: 200px;
	text-align: center;
	line-height: 1.8em;
}
</pre></body></html>