@charset "utf-8";

html{
  width: 100%;
  font-size: 16px;
}
body{
  width: auto;
  background: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
  background-color: #004976;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*画像下余白消し等*/
img{
  border: 0;
  margin: 0;
  vertical-align: bottom;
}
/*Firefoxリンク枠消し*/
a,
a:focus{
  overflow: hidden;
  outline: none;
}

*,
*::before,
*::after{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
/******************************************************************************/

.top{
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
    background-color: #004976;
}

p.logo{
    text-align: center;
    padding: 100px 0 0 0;
    margin: 0 0 100px 0;
}
.logo img{
	width: 100%;
	min-width: 200px;
    text-align: center;
}

.top ul{
    list-style: none;
    margin: 0 0 60px 0;
    padding: 0;
    width: 100%;
}
.top ul li{
    margin: 0 auto 15px auto;
    padding: 0;
}
.button {
    font-size: 1rem;
	display: block;
	width: 100%;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #fff;
	background-color: #49c0f0;
	border-radius: 4px;
	color: #fff;
	-moz-box-shadow: 0px 0px 1px rgba(000,000,000,0.4);
	-webkit-box-shadow: 0px 0px 1px rgba(000,000,000,0.4);
	box-shadow: 0px 0px 2px rgba(000,000,000,0.5);

}
.button:hover {
	background-color: #4991C1;
}


p.copyright{
    color: #fff;
    margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 0.8rem;
}
