@charset "utf-8";

/*** public ***/

body {
	background:url(../images/bg.png) #000 top center no-repeat;
	background-size: 100%;
    background-position: 50% 0%;
	color: #fff;
}

a:link { color: #0000FF; }
a:visited { color: #663399; }
a:hover { text-decoration: underline; color: #FF0000; }


/*** contents ***/

header {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

header h1 {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

header p#movie {
	margin-top: 625px;
}

header p#movie img {
	width: 63%;
}

header p:last-child img {
	width: 63%;	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */

div#contents div {
	margin: 0 auto;
}

/*div#contents h2 {
	margin: 15px auto 0;
	text-align: center;
	z-index: 9999;
}*/

div#contents ul#menu {
	margin: 40px auto 20px;
	text-align: center;
	width: 100%;
}

div#contents ul#menu li{
	margin: 15px auto 5px;
	text-align: center;
}

div#contents ul#menu img {
	width: 58%;
}

div#contents div p {
	margin: -135px auto 50px;
	text-align: center;
	width: 100%;
}

div#contents div p img {
	width: 80%;
}

div#contents div p:nth-child(3) img{
	width: 50%;
}

div#contents div dl {
	margin: 0 auto;
	text-align: center;
	width: 50%;
	z-index: 5;
}

div#contents div dl {
	width: 90%;
}

div#contents div dl#arcade{
	background: url(../images/txt_arcade.png) no-repeat;
	background-size: 100%;
	background-position: center -190px;
	margin-top: -200px;
	height: 430px;
	width: 80%;
}

div#contents div dl#consumer{
	background: url(../images/txt_con.png) no-repeat;
	background-size: 100%;
	background-position: center -190px;
	margin-top: -200px;
	height: 1120px;
	width: 80%;
}

div#contents div dl#arcade dt,
div#contents div dl#consumer dt {
	background: rgba(36,76,50,0.7);
	border: 1px solid #d5ff83;
	margin-top: 145px;
	padding-bottom: 10px;
	text-align: left;
	width: 20%;
}

div#contents div dl#arcade dt {
	height: 12%;
}
div#contents div dl#consumer dt {
	height: 5%;
}

div#contents div dl#arcade dt img,
div#contents div dl#consumer dt img {
	width: 100%;
}

div#contents div dl#arcade dd,
div#contents div dl#consumer dd {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */

footer {
	margin: 60px auto 30px;
	text-align: center;
	width: 100%;
}

footer:after {
	content: '';
	display: table;
	clear: both;
}

footer p img {
	width: 80%;
}

#f-logo {
	margin: 30px auto 0;
	text-align: left;
	width: 35%;
}

#f-logo img {
	height: 20%;
	width: 20%;
}

address{
	font-size: 1.5em;
	float: left;
	margin: 8% 10% 0 0;
	text-align: left;
}

#sns{
	display: block;
	width: 40%;
	margin: 30px auto 30px;
	padding-left: 60px; 
	text-align: center;
}

#sns li{
	float: left;
	width: 90px;
	height: 30px;
	text-align: left;
	overflow: hidden;
}

#sns li:nth-child(1){
	min-width: 70px;
}

#sns li:nth-child(2){
	width: 90px;
}

