@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/


/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

@media screen and (max-width: 1023px) {


	.other_info .spec_box dt{
		float: left;
		width: 32%;
	}
	.other_info .spec_box dd{
		width: 68%;
		min-height: 22px;

	}
}