﻿@charset "utf-8";
/* CSS Document */
.table_outer{
	/*width:99%;*/
	overflow: hidden;
	border-radius: 10px;
	border:#4f4027 1px solid; 
	background: #ffffff;
}
.table1{
	width:101%;
}
.table1 tr{
	border: solid #bbb7b2 1px;
	color:#333333;
}
.table1 tr td{
	padding:0 1%;
}
.td_left{
	text-align: center;
	background-image:url(../img/table/table_bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fec76c;
	padding:0 1% !important;
}
.td_left2{
	text-align: center;
	background-image:url(../img/table/table_bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fec76c;
	
}
.tr_first{
	text-align: center;
	color:#ffffff !important;
	background-image:url(../img/table/table_bg1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f08300;
}
.table_bg3{
	background-image:url(../img/table/table_bg3.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #e9eaec;
}
.table_width{
	width:auto;
	margin:0px;
}
/*brand_special*/
.brand_special{
	margin:auto;
}
.brand_special td{
	width:33%;
	text-align: center;
}
@media screen and (min-width: 1240px) {
/*最大版*/
.table_width{
	background-color: #ededed;
	padding:65px 0 40px 0;
}
.table_outer{
	max-width:1238px;
	margin:0 auto; 
}
.table1 tr td{
	padding-top: 10px;
	padding-bottom: 10px;
}
/*最大版結束*/
}
@media screen and (min-width: 1000px) and (max-width: 1239px) {
/*電腦版*/
/*.table_width{
	background-color: #ededed;
	padding:65px 0 40px 0;
}*/
.table_outer{
/*	width:998px;
	margin:0 auto;*/
	width:99%; 
}
.table1 tr td{
	padding-top: 10px;
	padding-bottom: 10px;
}
/*電腦版結束*/
}
@media screen and (max-width: 999px) {
/*如果使用者之視窗寬度 <= 999px，將會再載入這裡的 CSS。手機板*/
.table_outer{
	width:99%;
}
.table1 tr td{
	padding-top: 5px;
	padding-bottom: 5px;
}
/*手機版結束*/
}

/*特別調整*/
@media screen and (max-width: 666px) {
/*如果使用者之視窗寬度 <= 666px，將會再載入這裡的 CSS。手機板*/
/*brand_special*/
.brand_special td{
	width:100% !important;
	display: block !important;
}
/*手機版結束*/
}