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

@font-face {
font-family: "MS Mincho Regular";
font-style: normal;
src: 
local("MS Mincho"),	
url("MSMINCHO.woff2") format("woff2"),
url("MSMINCHO.woff") format("woff"),
url("MSMINCHO.ttf") format("ttf");
}

body { text-align:center; margin:0; background: url(back.jpg); background-position:53% 40%; background-color:#000000; background-repeat: no-repeat; background-size:cover; background-attachment:fixed; }

body,td,th { font-family: "MS Mincho Regular", MS Mincho, Times New Roman, serif; color:#ffffff; -webkit-text-size-adjust:100% !important;  }

h1 { font-family: "MS Mincho Regular", MS Mincho, Times New Roman, serif; font-weight:normal; font-size: 3em; }

a { color:#fff; text-decoration:none; }

.icon  { width: 100px; margin-left:1%; margin-right:1%; }

.labeled {
   font-family: "MS Mincho Regular", MS Mincho, Times New Roman, serif; font-weight:normal; font-size: 0.5em;
   right:3%; bottom:0; position:absolute;
}

@media all and (min-width: 567px) 
{
	
h1 { font-family: 'MS Mincho Regular', MS Mincho, Times New Roman, serif; font-weight:normal; font-size: 6.5em; margin-top:0; margin-bottom:20px; }

.icon  { width: 60px; margin-left:0.4%; margin-right:0.7%; }

}

@media all and (max-height: 567px) and (orientation : landscape)
{

body { background-position: center 25%; }
	
h1 { font-family: 'MS Mincho Regular', MS Mincho, Times New Roman, serif; font-weight:normal; font-size: 3.5em; margin-top:0; margin-bottom:16px; }

}