@charset "utf-8";
@import url("../screen.css");
h1 {
	display: none;
}
table.m_info {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	width: 100%;
}
table.m_info td,
table.m_info th {
	padding: 5px 15px;
}
table.m_info td ul {
	margin: 0 0 0 20px;
	padding: 0;
}
table.m_info td ol {
	margin: 0 0 0 30px;
	padding: 0;
}
hr {
	visibility: hidden;
}
table.m_info td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #f0f0f0;
}
table.m_info td.junl {
	background: #fff;
}
table.m_info th {
	background: #6fa941;
	color: #FFFFFF;
	text-align: left;
	border-right: 1px solid #538d25;
	border-bottom: 1px solid #538d25;
	border-top: 1px solid #a5e176;
	border-left: 1px solid #a5e176;
	white-space: nowrap;
}
table.m_info strong,
p.read strong {
	color: #cc0000;
}
p.read strong {
	font-weight: lighter;
}
p.read {
	margin: 25px 0;
	padding: 0 15px;
	border-left: 7px solid #f0f0f0;
}

h3 {
	font-size: 14px;
	padding-bottom: 3px;
	border-bottom: 4px double #2D2FBC;
}
div.txt h3 {
	margin-top: 0;
}