/* CSS Document */

@charset "UTF-8";

#header_banner_other
{
	display:none;
	width:100%;
}

.header_banner_div_Mobile{
	display:none;
}

.header_banner
{
	width:100%;
}


/* Small Desktops */
@media (min-width: 769px) and (max-width: 1096px) {

}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 768px) {
	
	/* Navigation */
	#header {
		display:block;
	}

	#header_banner_other
	{
		display: table-cell;
		width:100%;
	}
	
	#header_banner_other img
	{
		width:100%;
	}
	
	.header_banner_div{
		display:none;
	}
	
	.header_menu{
		display:none;
		list-style: none;
		width:100%;
		left: 0px;
		margin: 0px;
		padding: 0px;
		
	}
	
	.header_info_cell{
		display: none;
	}


	#header_menu_Area .header_menu li:hover
	{
		background-color:rgba(255,244,216,1);
	}
}
/* Mobile */
@media (max-width: 480px) {

	.header_info_cell{
		display: none;
	}

	#Main_Contents_Area{
		width: 100%;
		float: none;
	}

	.header_banner_div{
		display:none;
	}
	
	.header_banner_div_Mobile{
		display:block;
		width:100%;
	}
	
	.header_banner_Mobile{
		width:100%;
		height:auto;
	}
}