@charset "utf-8";
/* page setting
--------------------------------------------------------- */
body { background: #FFFFFF; }


table.hyo {
	width: 100%;
	margin: 15px 0 0;
	border-collapse: collapse;
}

table.hyo th {
	padding: 6px 12px;
	white-space: nowrap;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	line-height: 1.6em;
}

table.hyo td {
	padding: 6px 12px;
	line-height: 1.6em;

}