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

/*-------------------------------------------------
 item
--------------------------------------------------*/
.item_content {
	min-height:150px;	
}

.item_content .item_image {
	width:150px;
	text-align:center;	
}

/*-------------------------------------------------
 compare
--------------------------------------------------*/
.compare {
	color:#000;
	margin:2px;
	margin:5px 2px\9; 
}
.start_compare {
	color:#FFF;
	background:#73B7FF;
	margin:0 3px;
	padding:2px 5px;
	cursor:pointer;
	display:none;
}
.ck_hide {
	color:#CCC;	
}

/*-------------------------------------------------
 產品類別選單 tree_secmenu_content1 first menu
--------------------------------------------------*/
.tree_secmenu_content1 .mw-nav > li > a {
	color:#FFF;
	background:#79BD28 url(../../../../cufiles/images/web/layout/icon_open.png) 180px center no-repeat;
	margin-bottom:1px;
	width:197px;
}
.tree_secmenu_content1 .mw-nav > li > a:hover {
	color:#FFF;
	background:#79BD28 url(../../../../cufiles/images/web/layout/icon_close.png) 180px center no-repeat;
}
.tree_secmenu_content1 .mw-nav > li.active > a {
	color:#FFF;
	background:#79BD28 url(../../../../cufiles/images/web/layout/icon_close.png) 180px center no-repeat;
}
/*選單開合*/
.tree_secmenu_content1 .mw-nav > li > ul.arrow-pad {
	display:none;
}
.tree_secmenu_content1 .mw-nav > li.active > ul.arrow-pad {
	display:block;
}




/*-------------------------------------------- 
	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) {
}*/

/*iPad*/
@media screen and (max-width: 990px) {

}

/*iPhone*/
@media screen and (max-width: 764px) {

	.list_vert {
		width: calc( 100% - 40px);
		margin:0;
		padding: 0 20px;
	}
	.list_vert > ul li .item_content .item_text {
		/*float:left;*/
		width: calc( 100% - 170px);
		/*border:0px solid #0FF;*/
	}


	#content2{
		width: calc( 100% - 40px);
		margin:0;
		padding: 0 20px;
	}
}