@charset "utf-8";
#upper {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	text-align: center;
	max-width: 1130px;
  margin: 0 auto;
}
#upper h1{float: left;margin: 0 0;}
#upper h1.logo a{width: 115px;  display: block;}
#upper h1.logo a img{  width: 100%;}
#upper div{margin-top: 50px;float: left; margin-left: 30px;color: #ffffff;}
#upper div a{padding: 16px;
  height: auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
	text-decoration: none;}
#lower {
	position: absolute;
	top: 110px;
	right: 0px;
	width: 100%;
	height: 100%;
	border-top: 2px solid #ccc;
}
iframe {
	border: none;
	height: 100%;
	width: 100%;
}
/*　背景グレー化*/
body{background-color: #171b60!important;}
.iframeWrapper{
position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
}
.iframeWrapper iframe{
position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}