@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
a{text-decoration: none;}

.headiframe{
	width:100%;
	height:700px;
	margin:0;
	
	}
.footiframe{
	width:100%;
	height:370px;
	margin:0;
	margin-bottom:-5px;
	}

.headiframe_pc{
	position:fixed;
	top:0;
	right:0;
	box-shadow: 0 0 5px 0 #CCC;
	width:100%;
	height:50px;
	z-index:6;
	margin:0;
	}