@charset "UTF-8";
/* CSS Document */

section {
	padding: 20px;
	padding: 2rem;
}
#category {
    margin-bottom: 0;
    padding-bottom: 0;
}
#category dt {
    color: #333333;
    font-size: 20px;
    letter-spacing: 3px;
}
#category dt span {
    font-size: 12px;
}
#category dd ul li {
    display: inline-block;
    margin-top: 15px;
}
#category dd ul li a {
    font-weight: bold;
    display: block;
    padding: 7px 15px;
    background-color: #b9dfbc;
    border-radius: 7px;
    text-shadow: 1px 1px 0 #FFF;
}
#category dd ul li a:hover {
    background-color: #76C07C;
    color: #000000;
}


section table {
    width: 100%;
}
section table tr {
    border-bottom: 1px dotted #808080;
}
section table tr {
	vertical-align: text-top;
}
section .naiyou {
	vertical-align: top;
}
.overview td ,.overview th:not(:last-child){
		border-bottom: dotted 2px #8B8B8B;
}

section table tr th,
section table tr td {
    padding: 20px 5px;
}
section table tr th {
    width: 40%;
}
section table input {
	border:0;
	padding:5px;
	font-size:1.3em;
	border:solid 1px #808080;
	width:100%;
	border-radius: 5px;
}
section table textarea {
	border:0;
	padding:5px;
	font-size:1.3em;
	border:solid 1px #808080;
	width:100%;
	border-radius: 5px;
}
section div {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.sub_btn {
	width: 300px;
	display:inline-block;
	padding:.5em .5em;
	text-decoration:none;
	background:#51B058;
	color:#fff;
	border:solid 2px #51B058;
	border-radius:5px;
	transition:.4s;
	font-weight:600;
}
.sub_btn:hover {
	background:#fff;
	color:#51B058;
}
.red{
	color: red !important;
	font-weight: normal;
}
header h1{
	margin-top: 15px !important;
	margin-bottom: 30px !important;
	font-weight: 500;
}
.headbg {
	height: 60px;
}
.msg{
	list-style: none;
}
.mainarea{
	min-height: 600px;
}
body > p{
	display: none;
}
@media(max-width: 1199px){
}
@media(max-width: 767px){
section {
	padding: 0px;
	padding: 0rem;
}
section table th{
	background-color: rgba(81,176,88,0.20);
	width: 100% !important;
	text-align: center;
	display: block;
}
section table td{
	display: block;
}
}
@media(max-width: 575px){
section table tr th,
section table tr td {
    font-size: 85%;
}
}