@charset "utf-8";

/* reset
----------------------------------------------- */

h1,h2,h3,p,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height: 1em;
	list-style: none;
}
a,
a:hover,
a:active,
a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}
img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}
hr {
	display: none;
}

/* clear
----------------------------------------------- */

.clear:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* html
----------------------------------------------- */

html:-webkit-full-screen {
	background: rgb(0,0,25);
}
html:-moz-full-screen {
	background: rgb(0,0,25);
}
html:-ms-fullscreen {
	background: rgb(0,0,25);
    width: 100%;
}
html:fullscreen {
	background: rgb(0,0,25);
}

/* body
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: rgb(204,204,204);
	font-family: "Cardo", times, serif;
	text-align: center;
	letter-spacing: 1px;
	background: rgb(0,0,25);
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}
#contents {
	background: rgb(0,0,25);
}
a {
	color: rgb(204,204,204);
}

/* header
----------------------------------------------- */

#header {
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
}

/* footer
----------------------------------------------- */

#footer {
	width: 100%;
	height: 40px;
	overflow: hidden;
	z-index:1;
}
#footer ul {
	float: left;
	margin: 0 0 0 0px;
	width: 80px;
	text-align: left;
}
#footer li {
	float: left;
	margin: 0 0 0 5px;
	cursor: pointer;
}
#footer .insta {
	float: right;
	padding: 12px 20px 0 0;
	width: 100px !important;
	color: rgb(132,132,142);
	font-size: 0.6em;
	text-align: right;
}
#footer .copy {
	float: right;
	padding: 13px 20px 0 0;
	width: 140px !important;
	color: rgb(132,132,142);
	font-size: 0.6em;
	text-align: right;
}
#media_sound {
	padding: 0 15px;
}
#media_sound span:last-child {
	display: none;
}

/* nav
----------------------------------------------- */

#nav {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	z-index: 2;
}
#nav ul {
	margin: auto;
	width: 750px;
}
#nav li {
	float: left;
	margin: 0 22px;
}

/* loading
----------------------------------------------- */

#loading {
	position: fixed;
	bottom: 5px;
	left: 0;
	margin: -2px 0 0 0;
	width: 100%;
	height: 1px;
	background: rgb(50,50,75);
	z-index: 30;
}
#loading .inner {
	width: 100%;
	height: 1px;
	background: rgb(100,100,125);
}

/* mask
----------------------------------------------- */

#mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

/* lang
----------------------------------------------- */

#lang {
	display: none;
	position: absolute;
	top: 10px;
	right: 20px;
}
#lang li {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 0;
}
#lang li a {
	display: block;
	padding: 10px 0;
}
/* 2017/9/15 domind */
#lang li a:hover {
	opacity: 0.5;
}

/* print noscript
----------------------------------------------- */

@media print{
	img {
		display:none;
	}
}

#noscript{
	width:100%;
	height:100%;
	position:fixed;
	top:48%;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bolder;
	letter-spacing:1px;
	text-align:center;
	z-index: 99999;
}

#noscript br {
	line-height:2;
}
