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

@import url(reset.css);
@import url(base.css);
@import url(common.css);



/* main title
--------------------------------------------------------------------*/
h1 {
	padding:0 0 30px 0;
}


/* old
--------------------------------------------------------------------*/
div#old div.used_main {
	width:630px;
	margin:0 0 20px 0;
	overflow:hidden;
	zoom:1;
}
div#old div.used_main div {
	font-size:1.2em;
	line-height:1.6em;
	float:right;
	width:412px;
}
div#old div.used_main div p span {
	font-weight:bold;
}
div#old div.used_main p.img {
	float:left;
	width:200px;
}
div#old div.used_main div p.last {
	margin:27px 0 0 0;
}
div#old div.used_main div dl dt {
	font-weight:bold;
	padding:10px 0 0 0;
}
div#old div.last{
	margin:0 0 30px 0;
}</pre></body></html>