﻿@charset "UTF-8";

table{
	border-collapse: collapse;
}

table td,
table th{
	background: transparent;
	color: #000000;
	padding: 0.2em;
}

.nofloat{
	clear: both;
	display: block;
	float: none;
	height: 1px;
	overflow: hidden;
}
