@charset "utf-8";

/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif
}

.box-logo img{
	margin-top:40px;
}

.box-logo img{
	max-width:100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.box-under{
	background-color:#003366;
	padding:20px 10px 20px 10px;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	overflow:auto;
	text-align:center;
	margin-top:20px;
}
.box-under img {
	vertical-align:middle
}
.box-under h1 {
	color:#ffff00;
	font-size:74px;
	margin:0;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.45);	
}

@media screen and (max-width: 480px) {
  .box-under h1 {
    font-size:44px ;
  }
}

