@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

=================================================================== */

/*----------------------------------------------------
	#main
----------------------------------------------------*/

html, body {
background-image:none;
}
#top{
position:absolute;
top:50%;
left:50%;
margin-top:-274px;
margin-left:-244px;
width:489px;
height:489px;
text-align:center;
}
#top h1{
display:none;
}
.lang{
	text-align:center;
	font-family:"Lato",Geneva, Arial, Helvetica, sans-serif;
}
.lang li{
	display:inline-block;
	margin:5px;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 768px) {
	html, body {
		width: 100%;
		height: 100%;
	}
	.sp_wrapper {
		width: 100%;
		height: 100%;
		display: table;
	}
	.sp_wrapper #top {
		position: static;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: auto;
		display: table-cell;
		vertical-align: middle;
	}
	.sp_wrapper #top > a {
		display: block;
		width: 70%;
		margin: 0 auto;
		position: relative;
	}
	.sp_wrapper #top > a > img {
		width: 100%;
		height: auto;
	}
	.lang li {
		width: 30%;
		margin: 0 5px;
	}
	.lang .bar {
		display: none;
	}
	.lang li > a {
		display: block;
		color: #fff;
		font-size: 16px;
		background: #000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: #024681 1px solid;
		padding: 5px 0 3px;
		-moz-box-shadow: 0px 0px 10px 2px #024681 inset;
		-webkit-box-shadow: 0px 0px 10px 2px #024681 inset;
		box-shadow: 0px 0px 10px 2px #024681 inset;
	}
	.copyright {
		font-size: 14px;
		padding-top: 0;
		margin-top: 25px;
	}
	.lang {
		margin-top: 5px;
	}
}