@charset "utf-8";
#wrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	min-width: 800px;
}
body {
	margin: 0px;
}
h1, h2, h3, h4, li {
	color: rgba(136,136,136,1.00);
}
a {
	color: #08c;
	text-decoration: none;
}
header {
	position: relative;
}
header h1 {
	width: 520px;
	height: 70px;
	text-align: center;
	margin: 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	line-height: 70px;
}
header p {
	position: absolute;
	right: 0px;
	top: 0px;
	color: rgba(136,136,136,1.00);
}
nav {
	margin-top: 8px;
}
nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
nav ul li {
	padding: 0;
	margin-right: 1px;
	margin-left: 1px;
	float: left;
	background-color: rgba(240,240,240,1.00);
	height: 36px;
	width: calc(20% - 2px);
}
nav ul li a {
	text-decoration: none;
	color: rgba(136,136,136,1.00);
	line-height: 36px;
	text-align: center;
	display: block;
}
nav ul li a:hover {
	background-color: rgba(229,229,229,1.00);
	font-weight: bold;
}
main {
	height: auto;
}
#banner img {
	/*	width: calc(100% - 6px);*/
	width: 100%;
	height: auto;
	margin-top: 4px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	height: auto;
	background-color: rgba(245,245,245,1.00);
	border: 1px solid rgba(200,200,200,1.00);
	width: calc(100% - 4px);
	margin-left: auto;
	margin-right: auto;
}
footer {
	background-color: rgba(245,245,245,1.00);
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
footer p {
	text-align: center;
	padding: 2px;
	margin: 0px;
}
#news tr:hover {
	background-color: rgba(229,229,229,1.00);
}
#news table {
	width: 100%;/*	border: 1px solid rgba(255,39,42,1.00);*/
}
#news td {
	/*	border: 1px solid rgba(45,156,43,1.00);*/
	padding: 3px;/*	float: left;*/
}
#news a {
	text-decoration: none;
	color: rgba(136,136,136,1.00);
	line-height: 1.5;
}
.public_title {
	width: 80%;
}
.public {
	/*	height: 240px;*/
	height: auto;
}
.public p {
	line-height: 1.5;
	color: rgba(136,136,136,1.00);
}
.public p img {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	width: 100px;
}
.public h3 {
	margin: 20px 0 10px;
}
.public li {
	line-height: 2;
}
.introduce {
	color: rgba(136,136,136,1.00);
	height: auto;
	background-color: rgba(235,235,235,1.00);
	/*	border: 1px solid rgba(200,200,200,1.00);*/
	width: calc(100% - 20px);
	margin: 10px;
}
.introduce img {
	width: 110px;
	padding: 0px;
	border: 4px solid #fff;
	margin: 10px;
}
.introduce ul {
	padding: 0;
	list-style: none;
}
.introduce li:first-child {
	font-size: 14pt;
	line-height: 2;
	font-weight: 600;
}
.introduce li {
	font-size: 12pt;
	line-height: 1.5;
	padding: 0;
}
.t-highlight {
	font-weight: bold;
	text-decoration: underline;
}

@media (max-width: 414px) {
#wrap {
	min-width: 350px;
	max-width: 414px;
}
header h1 {
	width: 275px;
	height: 50px;
	line-height: 50px;
	font-size: large;
}
header p {
	position: static;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: right;
}
nav ul li a {
/*	font-size: small;*/
}
footer {
	padding-top: 5px;
	margin-top: 5px;
}
footer p {
/*	font-size: small;	*/
}
#content {
}
.public_title {
	width: 70%;
}
}
