@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) {

	/*product list title*/
	.list_vert li .list_tilelist ul > div h4{
		height: 56px;
		font-size: 1.3rem;
	}
	.list_vert li .list_tilelist ul > div .spicy_title{
		/*color: red;*/
		font-size: 1.3rem;
	}


	/*product detail spec*/
	.other_info .spec_box dt{
		float: left;
		width: 42%;
	}
	.other_info .spec_box dd{
		width: 58%;
		min-height: 22px;
	}
}