@import url('common.css') screen;
@import url('mb-layout.css') screen and (max-width: 480px);
@import url('mb-content.css') screen and (max-width: 480px);
@import url('pc-layout.css') screen and (min-width: 481px);
@import url('pc-content.css') screen and (min-width: 481px);

@media screen and (min-width: 961px){
	#page_contents{
		margin:0 40px !important;
	}
}

@media screen and (min-width: 1001px){
	body{
		background-color: #000;
	}
	
	#page{
		margin: 0 auto;
	}
	
	#glv_nav_pc li{
		font-size: 14px;
	}
}