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

.title_text {
	float:left;
}

/*圖片*/
.list_text {
	float:left;
	width:360px;
	margin:0 8px;
}

.space {
	clear:both;	
}

.panes div {
	font-size:12px;
}

/*-------------------------------------------------
 以下只要換 ui_theme 即可更換
--------------------------------------------------*/
.imagelabellist_product_filterable h2 {
	line-height:30px;
	font-size:24px;
	font-weight:normal;
	color:#0061A7;
	text-align:left;
	margin:5px 0 30px 5px;
}

.imagelabellist_product_filterable .list_text .pd_sn {
	font-size:14px;
	color:#79BD28;
}

.imagelabellist_product_filterable .list_text .pd_info {
	margin-top:20px;
	line-height:20px;
}

/*-------------------------------------------------
 產品類別選單 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) {

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

	.tabs_lightgray {
		/*width:722px;*/
		width: calc( 100% - 40px);
		margin:0;
		padding: 0 20px;
	}

	.tabs_lightgray .panes {
		/*width:700px;*/
		width: calc( 100% - 40px);
		margin:0;
		padding:30px 20px;
	}
}