@charset "utf-8";
/* CSS Document */

body{
	background-color:#073d92;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	line-height:1.5em; 
	font-size:14px; 
	color:#fff;
	text-align:center;
	}

.top_pc{
	width:100%;
	height:auto;
	text-align:center;
	background-color:#00b4e1;
	padding-bottom:40px;
}

.top_u3{
	width:96%;
	height:30px;
	text-align:right;
	padding-top:15px;
}
	
.top_pc h1{
	display:none;
}

.contents{
	padding:10px;
	text-align:center;
	position: relative;
}

.box_btn{
	width:520px;
	height:60px;
	border:1px solid #00b4e1;
	margin:30px auto;
}


@media screen and (max-width: 750px) {
  .top_pc{
	  width:100%;
	  height:auto;
	  text-align:center;
	  background-color:#00b4e1;
  }

  .sitelogo img{
	  width:36%;
	  height:auto;
  }
  
  .box_btn{
	  width:80%;
	  height:auto;
	  border:1px solid #00b4e1;
	  margin:30px auto;
	  text-align:center;
	  padding:10px 0px;
  }
  
  .box_btn img{
	  width:100%;
	  height:auto;
  }
}


