



/*adjust*/
header{background-image:none;}
nav{padding-bottom:10px;}

/*topview*/
.topview div{
	background:url(../img/top-line2.png) top repeat-x;
	height:200px;
	padding-top:150px;
	text-align:center;
}





iframe{
	display:block;
	margin:0px auto;
	width:100%;
	max-width:800px;
	height:1300px;
	text-align:center;
}

.insta a img{
	display:block;
	width:100%;
	height:1300px;
	position:absolute;
}

.head{
	height:300px;
	background:url(../img/topimg-news.jpg);
}
.head .title {
	height:300px;
}
.head .title h1{
	padding-top:200px;
}





@media only screen and (max-width: 768px) {
.info{
	display:none;
}
article{
	margin-left:0px;
}


iframe{
	min-height:none;
	height:1000px;
}

.insta a img{
	min-height:none;
	height:1000px;
}

}


@media only screen and (max-width: 480px) {


iframe{
	min-height:none;
	height:600px;
}

.insta a img{
	min-height:none;
	height:600px;
}



}
