@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

h1 {
	position: fixed;
	color: #fff;
	z-index: 3;
	font-weight: normal;
	background-color: rgba(255,255,255,0.2);
	font-size: 18px;
	text-align: center;
	padding: 0.5em 1em;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

div#changeStatus {
	position: fixed;
	top: 10px;
	right: 10px;
	color: #fff;
	z-index: 3;
}

ul.content {
	position: absolute;
	top: 0;
	left: 0;
	width: 300%;
	height: 300%;
}

ul.content li {
	width: 33.333%;
	height: 33.333%;
	float: left;
	font-size: 130px;
	text-align :center;
	color: #fff;
	position: relative;
	list-style-type: none;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

ul.content li:target{
	opacity: 0.7;
}

ul.content .flash {
	width: 100%;
	background-color: #c32;
	text-align: left;
	text-indent: 13%;
}

.num01, .num01 a {
	background-color: #058;
}
.num02, .num02 a {
	background-color: #337;
}
.num03, .num03 a {
	background-color: #685;
}
.num04, .num04 a {
	background-color: #018;
}
.num05, .num05 a {
	background-color: #c69;
}
.num06, .num06 a {
	background-color: #936;
}
.num07, .num07 a {
	background-color: #364;
}
.num08, .num08 a {
	background-color: #178;
}
.num09, .num09 a{
	background-color: #583;
}

ul.nav {
	margin-top: -120px;
	margin-left: -120px;
	border: 1px solid #fff;
	border-left: none;
	border-bottom: none;
	position: fixed;
	top: 50%;
	left:  50%;
	width: 243px;
	height: 243px;
	background-color: #fff;
}

ul.nav li {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 80px;
	height: 80px;
	float: left;
	list-style-type: none;
	background-color: #fff;
	line-height: 80px;
	font-weight: bold;
}

ul.nav li a {
	display: block;
	height: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

ul.nav .func, ul.nav .sp {
	float: none;
	text-align: center;
	position: absolute;
	bottom: -2em;
	left: 0;
	border: none;
	width: 243px;
	height: auto;
	left: 0;
	background-color: transparent;
	line-height: 1.3;
	clear: both;
	cursor: pointer;
	color: #fff;
	text-decoration: underline;
}

ul.nav .func {
	bottom: -4em;
	left: 0;
}

.content li a:hover, .nav li a:hover {
	opacity: 0.70;
}