* {
	margin:0;
	padding:0;
	box-sizing: border-box;
	border:0;
	vertical-align: baseline;
}

body {
	margin:0px;
	padding:0px;
}

a {
	color: rgb(51, 51, 51); 
	text-decoration: none;
}

.clearfix::after {
	clear: both;
	display: block;
	content: " ";
}

.wrapper {
	margin: 2px auto;
	width: 100%;
	height: auto;
	max-width: 1080px;
	max-height: 1080px;
}

.wrapper .content {
	margin: 5px 30px;
	padding: 20px 20px;
	background-color: aliceblue;
}

.wrapper .content img {
	width: 100%; 
	height: auto;
	border: 0;
}

.fixbar {  
	width: 100%;  
}  

.fixbar div {  
	text-align: left;  
}

.s1080 {
	clear: both;
	margin: 0 auto;
	padding: 0px 10%;
	width: 100%;
	max-height: 180px;
	position: absolute;
	text-align: center;
	background-color: #99cc00
}  


.menubo {
	margin-bottom: 0.1em;
	padding: 10px 0px 0px 0px;
	line-height : 1;
	max-height: 50px;
	font-size : 1em;
	font-family: MyWebFont3;
}


.menubox {
	display: inline;
}

.boxto { 
	width : 12% ; 
	width : -webkit-calc(100% / 8.5) ; 
	width : calc(100% / 8.5) ; 
	max-height: 100px;
} 


.header_top {
	margin: 0px auto;
	padding: 0px 0px;
	top: 0px;
	width: 100%;
	position: absolute;
}

.header_bottom {
	margin: 0px auto;
	padding: 0px 2px;
	top: 1080px;
	width: 100%;
	position: absolute;
}

.header .content {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

#1{
margin: -100px auto;
}

@font-face {
	font-family: MyWebFont1;
	src: url('./font/DF-SouGei-W9001.ttf') format("truetype");
}

@font-face {
	font-family: MyWebFont2;
	src: url('./font/DF-SouGei-W9002.ttf') format("truetype");
}

@font-face {
	font-family: MyWebFont3;
	src: url('./font/DF-SouGei-W9003.ttf') format("truetype");
}

