@charset "utf-8";
/* CSS Document */

@import url("/play/css/common.css");

#content .table01{
}

#content .table01 table{
	width:100%;
}

#content .table01 table tr th,
#content .table01 table tr td{
	vertical-align:top;
	padding:10px;
	border:1px solid #D5D6CB;
}

#content .table01 table tr th{
	font-weight:800;
	background:#F0F1ED;
	white-space:nowrap;
}

