body {
	font-family: "Fira Sans", sans-serif;
	font-size: 16px;
}
hr{border:1px solid #000}
a{color:#000}
a:hover,b.r,li.r{color:#F00}
a img{border:0}
h1 {
	margin: 10px 0 20px 0;
	font-size: 22px;
	color: #333;
}
h1:first-child {
	margin-top: 0;
}
h2 {
	margin: 25px 0 15px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
}
h3 {
	font-size: 1.2em;
}
img[align="left"] {
	margin: 0 10px 10px 0;
}
img[align="right"] {
	margin: 0 0 10px 10px;
}
hr {
	border: 1px solid #FFF;
	border-top: 1px dotted #333;
}
td p:first-child {
	margin: 0;
}

main ul, div.wover ul, #mcmseditor ul {
	list-style: none;
	padding: 0;
	margin: 11px 0;
}
main ul li, div.wover ul li, #mcmseditor ul li {
	position: relative;
	margin: 0;
	padding-left: 20px;
}
main ul li::before, div.wover ul li::before, #mcmseditor ul li::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	background: #CCC;
}


table.tbl {
	width: 100%;
	border-spacing: 0;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}
table.tbl th, table.tbl td {
	padding: 8px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
/*
table.tbl tr[data-i]:hover td {
	background: #EEE;
}
	*/

table.tb {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-spacing: 0;
}
table.tb.u th:first-child, table.tb.u td:first-child {
	width: 20%;
}
table.tb>tbody>tr>th, table.tb>tbody>tr>td {
	padding: 6px;
}
table.tb.m th, table.tb.m td {
	font-size: 12px;
}
table.tb.rs th:nth-child(n+3), table.tb.rs td:nth-child(n+3) {
	text-align: right;
}
table.tb>tbody>tr>th {
	text-align: left;
	background: #DDD;
}
table.tb>tbody>tr>td {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
table.tb tr[data-i] td,
table.tb tr[data-ins] td
{
	cursor: pointer;
}
body:not(.drg_mv) table.tb tr:not(.d):hover td {
	background: #EEE;
}
table.tb tr.a td {
	background: #F5F5F5;
}
table.tb tr.sm td {
	border-top: 3px solid #DDD;
	font-weight: bold;
}
table.tb tr.sp td {
	border-top: 3px solid #DDD;
}
