




/* 消費税対策 */

/*
content :: main :: section :: table
*/
#content .main .section .float_left,
#content .main .section .float_right {
	width: 340px;
}

#content .main .section table {
margin-bottom: 10px;
}

#content .main .section th.after,
#content .main .section td.after {
padding: 8px 10px;
color: #3d3030;
}

#content .main .section th.after {
	background:#EAF1FF;
}

#content .main .section td.after {
	font-weight: bold;
}

#content .main .section thead th {
border-bottom-width: 2px;
}

#content .main .section tbody th {
border-right-width: 2px;
}

