@charset "utf-8";

/*als*/

*{
	margin:0;
	padding:0;
}

body {
  background: url(../images/als-top_back.jpg) center center / cover no-repeat fixed #000;
  font-size:12px;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

#container {
	width:480px;
	height:auto;
	margin: 0 auto;	
}

@media screen and (max-width: 375px){
#container {
	width:90%;
}
}

h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.92em;
	padding-top: 25px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

#title {
	height: 170px;
	width: 400px;
	display: block;
	margin: 50px auto 0 auto;
}

@media screen and (max-width: 375px){
#title {
	width: 100%;
	margin-top:10px;
}
}

.navi_area {
	height: auto;
	width: 480px;
}

@media screen and (max-width: 375px){
.navi_area {
	width: 100%;
	margin-top:-20px;
}
}

.btn_wrap {
	height: auto;
	width: 110px;
	margin: 0 auto;
	list-style:none;
}

.navi_btn a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.84em;
	font-weight: bold;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	/*border:0px solid #e0e0e0;*/
	text-decoration: none;
	text-align: center;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #409fff), color-stop(100%, #035efc) );
	background: -moz-linear-gradient( center top, #409fff 5%, #035efc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#409fff', endColorstr='#035efc');
	background-color: #037ffc;
	color: #ffffff;
	display: inline-block;
	text-shadow: 1px 1px 0px #212121;
	-webkit-box-shadow: inset 1px 1px 0px 0px #b3b3b3;
	-moz-box-shadow: inset 1px 1px 0px 0px #b3b3b3;
	box-shadow: inset 1px 1px 0px 0px #b3b3b3;
	width: 110px;
	padding-top: 38px;
	padding-bottom: 38px;
	margin-bottom: 4px;
	background-position: top;
}

@media screen and (min-width:376px) and (max-width: 568px){
.btn_wrap {
	height: auto;
	width: 342px;
	margin: 0 auto;
}
li {
	float:left;
	margin:0 2px 30px 2px;
}
}

.navi_btn a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #035efc), color-stop(100%, #409fff) );
	background:-moz-linear-gradient( center top, #035efc 5%, #409fff 100% );
	background:-ms-linear-gradient( top, #1c1c1c 5%, #6b6b6b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#035efc', endColorstr='#409fff');
	background-color:#1c1c1c;
}

.navi_btn a:active {
	position:relative;
	top:1px;
}

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

#footer {
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
	margin-top: 50px;
}

@media screen and (max-width: 568px){
#footer {
	clear:both;
	margin:30px 0 25px 0;
}
}

