@charset "utf-8";
/*------------reset------------*/
html {
	overflow-y:scroll;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
ul,li{
	list-style: none;
}


#table_c_housya table {
border-color:#FFFFFF;
}
#table_c_housya table tr {

border-color:#FFFFFF;
}
#table_c_housya table th {
	font-size:12px;
	color:#4D7D7D;
	padding:4px;
	text-align:left;
	vertical-align:top;
border-color:#FFFFFF;
}
#table_c_housya table td {
	font-size:12px;
	color:#666666;
	text-align:left;
	line-height:18px;
border-color:#FFFFFF;
}
/* clear --------------------   */

.clear{
	clear: both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* hides from IE-mac \*/

* html .clearfix {height:1%;}

.clearfix {display:block;}



