@charset "utf-8";

/***************************************

	table

***************************************/

/* ********** table ********** */

table
{
	width:100%;
	border-top:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
}

table.mb
{
	margin-bottom:50px;
}

table tr th,
table tr td
{
	width:87px; /* 105-9*2 */
	padding:9px;
	border-bottom:1px solid #aaaaaa;
}

table tr th
{
	border-right:1px solid #aaaaaa;
	text-align:center;
}

table tr td
{
	border-right:1px solid #aaaaaa;
}

table tr.date
{
	color:#ffffff;
	background:#59260b;
	text-align:center;
}

table tr td ul,
table tr td p
{
	margin-top:0;
}

/* ********** clearfix ********** */

hoge:after
{
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
