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

html,body{
	height:100%;
	width:100%;
}
.container {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.headermenu {
    background-position: center;
    display: inline-block;
    position: relative;
    padding: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999;
    float: left;
}
.headermenu ul {
	display: block;
	padding: 0px;
	height: inherit;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.headermenu ul li {
	text-align: center;
	display: inline;
	padding: 0px;
	float: left;
	height: 40px;
	width: 100%;
	list-style-type: none;
	margin: 0px;
}
li a {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 8px;
}
li a:hover{
	font-weight: bold;
	color: #F90;
}
li + li{
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
li:first-child{
	border-right: thin solid #CCC;
	border-left: thin solid #CCC;
}
.header {
	margin: 0px;
	padding: 0px;
	min-height:70px;
	height:100%;
	background-image: url(../img/main/header.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
}
.header h1 {
	font-size: xx-small;
	color: #FFF;
	text-decoration: none;
	display: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
.topimg {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	padding: 0px;
	float: left;
	min-height: 120px;
	heigth:100%;
	width: 100%;
	background-size: 100%;
	-webkit-background-size: 100%;
    -moz-background-size: 100% ;
    -o-background-size: 100% ;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../img/main/top.png);
}
.content {
	display: block;
	float: none;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.content iframe {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-height:100%;
	display: none;
}
.content .fb {
	display: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 38%;
	height:auto;
	min-height: 320px;
}

.tips {
	padding: 0px;
	width: 98%;
	max-width:98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
.tips_m {
	text-decoration: none;
	padding: 0;
	float: left;
	height: auto;
	width: 100%;
	max-width:100%;
	display:inline-block;
	/*box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);*/
	margin: 0;
	border-radius: 10px;
}
.tips_m img{
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#copyright {
	text-align: center;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.info {
	float: left;
	width: 100%;
	margin-bottom: 5%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.info + .info{
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #666;
}
.info img {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	display: inline-block;
}
.info .infologo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 50%;
	display: inline-block;
}
.info h2 {
	margin: 0px;
	padding: 2%;
	float: left;
	width: 95%;
	font-size: medium;
	font-weight: normal;
	display: block;
}
.content h3 {
    font-size: medium;
    font-weight: normal;
    width: 97%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu {
	background-position: center;
	display: inline-block;
	position: relative;
	padding: 0px;
	height: 80px;
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu ul {
	display: block;
	padding: 0px;
	height: 80px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu ul li {
	text-align: center;
	display: inline;
	padding: 0px;
	float: left;
	height: 80px;
	width: 7%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
}
li a {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 8px;
}
li a:hover{
	font-weight: bold;
	color: #F90;
}
li + li{
	display: inline;
	margin: 0px;
	padding: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}
li:first-child{
	border-right: thin solid #CCC;
	border-left: thin solid #CCC;
}
table {
	border: thin solid #666;
}
td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
td + td{
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
}
.col{
	background-color: #FF9;
	display: block;
	font-size: large;
	font-weight: bold;
}
td + a{
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #666;
}
