@charset "utf-8";
/*
 * ===================================================
 * 
 * menu
 * 
 * ===================================================
 */
/*
 * ---------------------------------------------------
 * menu
 * ---------------------------------------------------
 */
#menu {}
	#menu .voxStyle01:nth-of-type(1) {
		width: 300px;
		float: left;
		margin-top: 50px;
	}
	#menu .voxStyle01:nth-of-type(2) {
		width: 650px;
		float: right;
		margin-top: 50px;
	}
/**
 ****************************************************
 * 
 * screens larger than 768
 * 
 ****************************************************
 */
@media only screen and (min-width: 768px) {
	.pcDspNone { display: none; }
}	/*  @media END */
/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	/*
	 * ---------------------------------------------------
	 * menu
	 * ---------------------------------------------------
	 */
	#menu {}
		#menu .voxStyle01:nth-of-type(1) {
			width: auto;
			height: auto !important;
			float: none;
			margin-top: 30px;
		}
		#menu .voxStyle01:nth-of-type(2) {
			width: auto;
			height: auto !important;
			float: auto;
			margin-top: 20px;
		}

}	/*  @media END */


