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

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background:#000;
}

a{
	text-decoration:none;
}
ul{
	position: absolute;
	top: 100px;
	left: 470px;
	margin: 0 auto;
}
li{
	list-style-type:none;
}
h1{
color:#fff;
}
.dec{
	color:#fff;
	text-align: center;
}
#wrapper{
	margin:0 auto;
	width: 960px;
}
#header{
	position:relative;
}

#header h1{
	text-align:center;
}

#footer{
	clear:both;
	font-size:1em;
	color:#FFFFFF;
	float:right;
}
.inner{
	position: relative;
}
/* 帯 */
a {
	display: block;
	width: 580px;
	padding: 20px 0;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 200% auto;
	background-image: linear-gradient(
	  to right,
	  #87cefa 0%,
	  #87cefa 50%,
	  #fff 50%,
	  #fff 100%
	);
	transition: background-position ease 0.4s;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
  }
  
  a:hover {
	background-position: 0 0;
  }
@media screen and (max-width: 400px){
	a{
		width: 100px;
		padding: 20px 0;
		margin-left: -110px;
	}
	
	h1 img{
		width: 100%;
	}
	#image img{
		width: 100%;
		height: auto;
		}
}
@media screen and (min-width: 400px) and (max-width: 800px){
	#image img{
		width: 100%;
		height: auto;
		}
		a{
			width: 580px;
			padding: 20px 0;
		}
		ul{
			left: 130px;
		}
}
@media screen and (min-width: 800px) and (max-width: 1000px){
ul{
	left: 130px;
}
a{
	width: 580px;
	padding: 20px 0;
}
}
@media screen and (min-width: 1000px) {

 ul{
	left: 110px;
}
}