@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "myFont";
  src: url("/font/rounded_m1c.eot?")  format('eot'),
       url("/font/rounded_m1c.woff")  format('woff');
}

body{
	//font-family:"myFont";
	font-family: "Noto Sans Japanese";
	//transform: rotate(0.05deg);
}
.f-9{
	font-size:9pt;
}

.f-10{
	font-size:10pt;
}

.f-11{
	font-size:11pt;
}

.f-12{
	font-size:12pt;
}

.f-16{
	font-size:16pt;
}

.padd-5{
	padding:5px;
}

/* フェード */
#overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
	color:white;
}
#overlay2{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
	color:white;
}
#overlay3{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
}
#overlay4{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
}