@charset "utf-8";
/* CSS Document */

/* 圖片相關 */

	/* news_list.php */
	.news_list_img{
		width:auot !important;
		max-width:260px;
		height:auot !important;
		max-height:175px;
	}
	
	/* index.php */
	.index_list_img{
		width:auot !important;
		max-width:370px;
		height:auot !important;
		max-height:246px;
	}
	
	/* stort_prolong_list.php */
	.stort_prolong_list_img{
		width:auot !important;
		max-width:262px;
		height:auot !important;
		max-height:174px;
	}
	
	/* stort_prolong.php */
	.stort_prolong_img{
		width:auot !important;
		max-width:100%;
		height:auot !important;
		max-height:100%;
	}

	
.filter2 {
    text-align: center;
    margin-bottom: 30px;
}


.filter2 li a.active {
    color: #32c5d2;
    border-color: #32c5d2;
}
.filter2 li a {
    display: inline-block;
    margin: 3px 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-style: normal;
    color: #bbb;
    font-weight: 400;
    padding: 4px 12px;
    border: 2px solid #f5f5f5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

/* 驗證提示文字 */
.form-contact .error {
    font-size: 15px;
    font-weight: 400;
    color: red;
}