@charset "utf-8";
/* ===================================================================

 file name  :outline.css
 style info :物件概要

=================================================================== */

/* =============================

	overwrite

=============================== */

/* =================================== */

#main table{
	width:100%;
}
#main table tr th{
	width:135px;
	padding:0.6em 20px 0.6em 40px;
	font-weight:normal;
	vertical-align:top;
	border-right:1px solid #f5f2e9;
}
#main table tr td{
	padding:0.6em 10px 0.6em 40px;
	vertical-align:top;
}
#main table tr:nth-of-type(odd) th,
#main table tr:nth-of-type(odd) td{
	background:#FFF;
}
