@charset "utf-8";
@import url(css/white-family/styles-site.css);


/* casa cube用テーブル */
table.sample2 {
	width: 99% ;
	margin: 0 0 20px 1px ;
	border: none;
	border-collapse: collapse;
}

table.sample2 th {
	padding: 5px ;
	border: solid 1px #ccc ;
	font-weight: normal ;
	color: #000 ;
	text-align: left ;
	white-space: nowrap ;
	background: #eeeeee ;
}

table.sample2 td {
	padding: 5px ;
	border: solid 1px #ccc ;
	color: #000 ;
	background: #fff ;
}

