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

/* *****************************************************
 *	1.explain
 *	2.layout
 *		* area
 *		* table
 * *****************************************************/


/* *****************************************************
 *	1.explain
 * *****************************************************/
div.contents div.explain{
	line-height:1.5;
}

div.contents div.explain h3{
	color:#FFF;
	width:700px;
	margin-bottom:10px;
	padding-left:10px;
	padding-bottom:8px;
	background:url(../img/bg_h3.gif) left top no-repeat;
	font-size:116%;
	font-weight:bold;
	line-height:40px;

}

/* *****************************************************
 *	2.layout
 * *****************************************************/
/* area
-------------------------------------------------------*/
div.contents div.orderwrap{
	width:694px;
	padding:3px;
	background:#E3F5D8;
}

/* order
-------------------------------------------------------*/
div.contents div.orderwrap dl{
	border-collapse:collapse;
	border:1px #C2BCAD solid;
	background:#FFF;
}

div.contents div.orderwrap dl:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}

	/* IE6 */
	* html div.contents div.orderwrap dl{
		zoom: 1;
	}
	/* IE7 */
	*:first-child+html div.contents div.orderwrap dl{
		zoom: 1;
	}

div.contents div.orderwrap dl dt{
	float:left;
	padding:8px 10px;
	line-height:1.5;
}

div.contents div.orderwrap dl dd{
	padding:20px 15px 8px 280px;
	line-height:1.5;
}

/* area
-------------------------------------------------------*/
div.contents p.arrow{
	width:700px;
	margin:10px 0;
	text-align:center;
}
</pre></body></html>