@charset "UTF-8";
/* CSS Document */

.article-body{
	max-width:1080px;
}

@media screen and (orientation:portrait){
	
	.topMenu{
		display:none;
	}
	.mobileTopPageView{
		height:5em;
	}
}