@charset "UTF-8";
/* CSS Document */

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FC0;
	overflow: hidden;
	background-repeat: repeat;
	-webkit-animation: anim 30s linear infinite;
	-moz-animation: anim 30s linear infinite;
	-ms-animation: anim 30s linear infinite;
	-o-animation: anim 30s linear infinite;
	animation: anim 30s linear infinite;
	min-width: 320px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	width: 100%;
}





@-webkit-keyframes anim {
  0%   { background-position: 0 0; }
  100% { background-position: -1280px -1280px; }
}
@-moz-keyframes anim {
  0%   { background-position: 0 0; }
  100% { background-position: -1280px -1280px; }
}
@-ms-keyframes anim {
  0%   { background-position: 0 0; }
  100% { background-position: -1280px -1280px; }
}
@-o-keyframes anim {
  0%   { background-position: 0 0; }
  100% { background-position: -1280px -1280px; }
}
@keyframes anim {
  0%   { background-position: 0 0; }
  100% { background-position: -1280px -1280px; }
}


img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}


a {
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #DD9B14;
	text-decoration: none;
}
a:hover, a:focus {
	color: #FFCC01;
}

header h1{
	height: 31px;
	width: 280px;
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	left: 26px;
	top: 26px;
	right: 0px;
	bottom: 0px;
}

header h1 img{
	width: 280px;
}

header h2{
	height: 100px;
	width: 100%;
	display: å block;
	padding: 0px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}

nav{
}

nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	position: absolute;
	left: -26px;
	top: 28px;
	right: 0px;
	bottom: 0px;
	height: 45px;
	text-align: right;
}

nav ul li{
	display: inline;
	height: 37px;
	width: 37px;
	margin: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

section{
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	position: absolute;
	padding: 0px;
	margin-bottom: 0px;
	left: 0px;
	top: 50%;
	right: 0px;
	bottom: 0px;
	display: none;
	height: auto;
	margin-top: auto;
}

section span.kieru{
	height: 37px;
	width: 37px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

section span.kieru a{
	height: 37px;
	width: 37px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: -28px;
	top: -8px;
	right: 0px;
	bottom: 0px;
}

section div.box{
	margin: 0px;
	color: #333;
	height: auto;
	width: auto;
	position: relative;
	display: block;
	border-image: url(popback.gif) 30 30 30 30 round round;
	-moz-border-image: url(popback.gif) 30 30 30 30 round round;
	-webkit-border-image: url(popback.gif) 30 30 30 30 round round;
	-o-border-image: url(popback.gif) 30 30 30 30 round round;
	border-style: solid;
	border-width: 30px;
}

section div.box div{
		padding: 10px;
	background-color: #FFF;
}

section div.box div h1,
section div.box div h2{
	padding: 0px;
	font-size: 16px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	display: block;
	position: relative;
}

section div.box div strong{
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #666;
	margin-bottom: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	position: static;
}

section div.box div p{
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: relative;
	display: block;
}

section div.box div table{
	width: 100%;
}

section div.box div table th{
	padding: 4px;
	text-align: left;
	width: 30%;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	vertical-align: top;
	font-weight: normal;
}

section div.box div table td{
	font-size: 12px;
	line-height: 16px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}


footer {
	width: 100%;
	height: 38px;
	position: absolute;
	left: 0px;
	top: 100%;
	right: 0px;
	bottom: 0px;
	margin-top: -38px;
	background-color: #dd9b15;
}

footer small {
	font-size: 11px;
	line-height: 38px;
	color: #FFC700;
	height: 38px;
	width: 45%;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


footer div.sosalbox {
	border: 0px;
	margin: 0px;
	height: 30px;
	width: 80%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 20%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: right;
}

div#load{
	width: 0px;
	height: 0px;
	position: absolute;
	top: 100%;
	right: 100%;
}



@media screen and (max-height: 390px) {
header h1 img{
	display:none !important;
}
section {
		display:none !important;
}
nav{
		display:none !important;
}
}



@media screen and (min-width: 600px) {

section{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	padding: 0px;
	margin-bottom: 0px;
	left: 0px;
	top: 50%;
	right: 0px;
	bottom: 0px;
	display: none;
	height: auto;
	margin-top: auto;
}

}
