@charset "utf-8";
/* -----------------------------------------



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

/* --------------------------------------------- 初期設定解除 */

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

.header h1{
text-align:center;
margin-top:20px;
}

.header h1 img{
width:100%;
max-width:478px;
}

#btn-ls{
width:400px;
margin:0 auto;	
}

#btn-ls a{
width:400px;
height:48px;
line-height:48px;
color:#000;
text-decoration:none;
display:block;
text-align:center;
background-color:#F9B000;
border-bottom:2px #B38202 solid;
border-radius:5px;	
}
#btn-ls i{
margin-right:5px;	
}
#btn-ls a:hover{
color:#fff;	
}
