﻿@charset "utf-8";



.coin img{
	position: absolute;
	top: 24px;
	left: 72px;
}
.time img {
	position: absolute;
	font-size: 10px;
	top: 24px;
	right: 44px;
}
.staff-credit {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 10px 0 0;
}
.staff-list {
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.staff-logo {
	margin: 80px 0 50px;
	width: 430px;
	height: 100px;
}
.staff-name dt {
	margin: 24px 0 0;
	font-size: 0.6rem;
	color: #1c2845;
}
.staff-name dd {
	margin: 6px 0;
	font-size: 1rem;
	color: #1c2845;
}
.staff-name p {
	margin: 64px 0 0;
	font-size: 0.7rem;
	color: #1c2845;
}
.staff-background {
	overflow: hidden;
	width: 100%;
	top: 400px;
	left: 0;
}
.staff-ground {
	width: auto;
	height: 62px;
	background: url(../img/staffroll/bg_ground.png) repeat-x 100% 0;
	position: relative;
	bottom: 0px;
	font-size: 0;
	white-space: nowrap;
}
.staff-mario {
	width: 38px;
	height: 32px;
	margin: 0 auto;
}
.staff-mario img{
	position:absolute;
	bottom: 60px;
	z-index: 5;
}
.staff-cloud-00{
	position: absolute;
	top: 330px;
	right: 10%;
}
.staff-cloud-01{
	position: absolute;
	top: 260px;
	left: 10%;
}
.staff-thankyou-00 {
  margin: 100px auto 50px;
  width: 154px;
  height: 15px;
}

@media screen and (max-width: 768px) {
.coin img{
	left: 20px;
}
.time img {
	right: 20px;
}
}

@media screen and (max-width: 480px) {
.staff-logo {
	width: 215px;
	height: 50px;
	margin: 40px 0;
}
.coin img{
	top: 2px;
	left: 10px;
	width: 36px;
	height: 8px;
}
.time img {
	top: 2px;
	right: 10px;
	width: 124px;
	height: 8px;
}
.staff-cloud-00,.staff-cloud-01{
	display: none;
}
}
