@import url(https://fonts.googleapis.com/css?family=Cabin&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body, html {
	margin:0 auto !important;
	width: 100%;
  height: 100%;
	min-height: 100%;
	cursor:default;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	font-family:'Cabin','Noto Sans Japanese',sans-serif;
	font-weight:normal !important;
	background:#1e2330;
	font-weight:normal;
	color:#fff;
	font-family: 'Cabin','Noto Sans Japanese', sans-serif;
	text-align:center;
	overflow:hidden;
}
p:first-of-type {
	font-size:30px;
}
p:nth-of-type(2) {
	margin-bottom:20px;
	font-size:15px;
}
img {
	max-height:500px;
}
a, a:visited, a:active, a:focus {
	outline:0 !important;
	color:#7f8dad;
	text-decoration:none;
	-webkit-transition: 300ms;
  -moz-transition: 300ms;
   -o-transition: 300ms;
   transition: 300ms;
}
a:hover {
	color:#fff;
	-webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#contain {
	margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	height:100%;width:100%;
}