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

<style>
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
</style>
html,body{
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
}
	
.container {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	display: block;
    font-family: 'Shippori Mincho', serif;
}
.headermenu {
    background-position: center;
    display: block;
    position: relative;
    padding: 0px;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.headermenu ul {
    display: block;
    padding: 0px;
    height: 50px;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
}
.headermenu ul li {
    text-align: center;
    display: block;
    padding: 0px;
    float: left;
    height: 40px;
    width: 15%;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
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;
}
.header {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 100%;
	background-image: url(../img/main/header.png);
	background-repeat: no-repeat;
	background-position: center;
}
.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;
	min-height: 240px;
	height:auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	max-width:1200px;
	background-image: url(../img/main/top.png);
}
.content {
    display: block;
    padding: 0;
    height: auto;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content iframe {
	margin: 5px;
	padding: 0px;
	float: left;
	height: auto;
	width: 60%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-height:320px;
}
.content .fb {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 38%;
	height:auto;
	min-height: 320px;
}

.tips {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    height: auto;
    margin-top: 0px;
}
.tips_m {
    text-decoration: none;
    padding: 2%;
    float: left;
    height: auto;
    width: 45%;
    display: block;
    /*box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);*/
    margin: 0;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tips_m p {
    width: 50%;
    height: auto;
}
.tips_m img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    float: left;
}
#copyright {
	text-align: center;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.info {
	padding: 2%;
	float: left;
	width: 90%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 2%;
}
.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: 40%;
	display: inline-block;
}
.info .infologo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 15%;
	display: inline-block;
}
.info h2 {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 50%;
	font-size: medium;
	font-weight: normal;
	display: block;
}
.content h3 {
	font-size: medium;
	font-weight: normal;
}

.menu {
	background-position: center;
	display: inline-block;
	position: relative;
	padding: 0px;
	height: 50px;
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu ul {
	display: block;
	padding: 0px;
	height: 50px;
	width: 90%;
	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: 40px;
	width: 8%;
	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;
}
.content h2 {
    text-align: center;
}
.info .sp {
	display: none;
}
.info img {
	text-align: center;
	display: block;
}
.sp{
	display:none;
	
}
.center {
	text-align: center;
	display: block;
}
