

@media screen and (min-width: 1200px) {
}

/* Desktop */
@media screen and (min-width: 992px) and (max-width: 1200px){
	#top_area li:nth-child(2)		img		{ height:50px; width:auto;}

}


/* Tablet */
@media screen and (min-width: 768px) and (max-width: 992px){

	#top							{ height:70px; }
	#top_area li:nth-child(2)		img		{ height:40px; width:auto; }
	#btnMobileMenu					{ height:50px;}
	#top_space						{ height:70px; }

}


/* Mobile HD */
@media screen and (min-width: 420px) and (max-width: 768px){

	#top							{ height:70px; }
	#top_area li:nth-child(2)		img		{ height:30px; width:auto; }

	#top_area						{ justify-content:space-between; }
	#top_area	li					{ flex-grow:1; }
	#top_area li:nth-child(2)				{ }
	#top_space						{ height:70px; }

	#btnMobileMenu					{ height:50px;}
	#bottom							{ font-size:13px; }
}



/* Mobile LD */
@media screen and (max-width: 420px){
	

	#top							{ height:70px; }
	#top_area li:nth-child(2)		img		{ height:30px; width:auto; }

	#top_area						{ justify-content:space-between; }
	#top_area	li					{ flex-grow:1; }
	#top_area li:nth-child(2)				{ }
	#top_space						{ height:70px; }


	.br								{ display:inline; }
	.br420							{ display:block; }

	#bottom							{ padding:20px 0 }
	.bottom							{ padding:0px; letter-spacing:-1px;}
	.bottom_title						{ font-size:20px; }

}

@media screen and (max-width: 320px){
	#top							{ height:70px; }
	#btnMobileMenu					{ height:40px;}
	#top_space						{ height:70px; }
	

	.br								{ display:inline; }
	.br420							{ display:block; }
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;  /* ie8 */
} 
