﻿@charset "UTF-8";
/*top area*/
.main_top {
	background-image:url("../_img/bg_top.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
/* game info area */
.main_howto {
	background-color: #85caff;
	background-image:url(../_img/bg_mid_top.png),url(../_img/bg_mid_ft.png),url(../_img/bg_mid_mid.png);
	background-attachment: scroll;
	-webkit-background-size: 60%, 300px, 50%;
	background-size: 60%, 300px, 50%;
	background-position: 0% -50px, 0% bottom, center;
	background-repeat: repeat-x, repeat-x, repeat;
}
/* footer */
.footer {
	background-color: #ffc3c8;
}
.footer>.linker>div>a  {
	color:#000;
}
.footer>p {
	color:#000;
}

/* 背景サイズ調整 */
@media only screen and (max-width: 768px) {
	body {
		background-size: contain, contain, 220px, 360px;
		background-position: 0% 47%, 0% 10%, 0px 0%, 0% 100%;
	}
}
@media only screen and (max-width: 480px) {
	.main_top {
		background-image: url("../_img/bg_top_sp.jpg");
	}
	body {
		background-size: contain, contain, 180px, 180px;
		background-position: 0% 47%, 0% 10%, 0px 0%, 0% 100%;
	}
}
