@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」 
	http://www.alistapart.com/articles/responsive-web-design
	
	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 480px 以下。 */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cfcuplogo {
	margin-top: -0.5%;
	position: absolute;
	margin-left: 1%;
	height: 32px;
	width: 100px;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f1f5e6;
	margin-top: 5%;
}
#producttext {
	font-family: "Century Gothic";
	font-size: 35px;
	font-weight: 900;
	color: #666;
	text-align: center;
	margin-top: 2%;
	width: 18%;
	box-shadow: 0 2px;
	padding-bottom:5px;
	float: left;
	margin-left: 40%;
}
#shadow1{
	box-shadow: inset 0px 0px 50px 0px #F5F5F5,6px 8px 14px 1px #242424;
	-webkit-box-shadow: inset 0px 0px 50px 0px #F5F5F5,6px 8px 14px 1px #242424;
	-moz-box-shadow: inset 0px 0px 50px 0px #F5F5F5,6px 8px 14px 1px #242424;
	-o-box-shadow: inset 0px 0px 50px 0px #F5F5F5,6px 8px 14px 1px #242424;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f1f5e6;
	margin-top: 3%;
	
}
.picimg {transform:scale(1,1);transition: all 1s ease-out;}
.picimg:hover{transform:scale(1.1,1.1);}

#picimg {
	clear: none;
	float: left;
	margin-left: 4%;
	display: block;
	width: 20%;
	
}

#picimg2 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 20%;
	display: block;
	
}

#picimg3 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 20%;
	display: block;
	
}

#picimg4 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 20%;
	display: block;
	
}
#pictitle {
	font-family: "Century Gothic";
	font-size: 9px;
	font-weight: 300;
	color: #FFF;
	margin-top: 1%;
	position: absolute;
	margin-left: -15%;
}
#pictitle1 {
	font-family: "Century Gothic";
	font-size: 9px;
	font-weight: 300;
	color: #b07334;
	margin-top: 1%;
	position: absolute;
	margin-left: -15%;
}
#pictitle2 {
	font-family: "Century Gothic";
	font-size: 9px;
	font-weight: 300;
	color: #066384;
	margin-top: 1%;
	position: absolute;
	margin-left: -15%;
}

#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f1f5e6;
	margin-top: 5%;
}

#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(./home/Base_bar.jpg);
	background-position: center;
	margin-top: 2%;
}
#adreess {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: 400;
	color: #FFF;
	margin-top: 2%;
	margin-left: 5%;
	text-align: left;
}
#CFISO {
	float: right;
	margin-right: 6%;
	margin-top: -1.5%;
	height: 45px;
	width: 150px;
}
#chientext {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-left: 2%;
	margin-top: 8%;
}
#footer {
	font-family: "Century Gothic";
	font-size: 7px;
	color: #FFFFFF;
	float: right;
	margin-top: 11%;
	margin-right: -1%;	
} 

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cfcuplogo {
	margin-top: -0.5%;
	position: absolute;
	margin-left: 1%;
	height: 32px;
	width: 100px;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f1f5e6;
	margin-top: 5%;
}
#producttext {
	font-family: "Century Gothic";
	font-size: 35px;
	font-weight: 900;
	color: #666;
	text-align: center;
	margin-top: 2%;
	width: 18%;
	box-shadow: 0 2px;
	padding-bottom:5px;
	float: left;
	margin-left: 40%;
}
#shadow1{
	box-shadow: inset 0px 0px 50px 0px #F5F5F5,6px 8px 14px 1px #242424;
	-webkit-box-shadow: inset 0px 0px 50px 0px #F5F5F5,6px 8px 14px 1px #242424;
	-moz-box-shadow: inset 0px 0px 50px 0px #F5F5F5,6px 8px 14px 1px #242424;
	-o-box-shadow: inset 0px 0px 50px 0px #F5F5F5,6px 8px 14px 1px #242424;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f1f5e6;
	margin-top: 3%;
	
}
.picimg {transform:scale(1,1);transition: all 1s ease-out;}
.picimg:hover{transform:scale(1.1,1.1);}

#picimg {
	clear: none;
	float: left;
	margin-left: 4%;
	display: block;
	width: 20%;
	
}

#picimg2 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 20%;
	display: block;
	
}

#picimg3 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 20%;
	display: block;
	
}

#picimg4 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 20%;
	display: block;
	
}
#pictitle {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	margin-top: 1%;
	position: absolute;
	margin-left: -15%;
}
#pictitle1 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: 300;
	color: #b07334;
	margin-top: 1%;
	position: absolute;
	margin-left: -15%;
}
#pictitle2 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: 300;
	color: #066384;
	margin-top: 1%;
	position: absolute;
	margin-left: -15%;
}

#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f1f5e6;
	margin-top: 5%;
}

#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(./home/Base_bar.jpg);
	background-position: center;
	margin-top: 2%;
}
#adreess {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: 400;
	color: #FFF;
	margin-top: 2%;
	margin-left: 5%;
	text-align: left;
}
#CFISO {
	float: right;
	margin-right: 6%;
	margin-top: -1.5%;
	height: 45px;
	width: 150px;
}
#chientext {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-left: 2%;
	margin-top: 8%;
}
#footer {
	font-family: "Century Gothic";
	font-size: 7px;
	color: #FFFFFF;
	float: right;
	margin-top: 13%;
	margin-right: -15%;	
} 


/* 桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1920px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cfcuplogo {
	margin-top: -0.5%;
	position: absolute;
	margin-left: 1%;
	height: 47px;
	width: 150px;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f1f5e6;
	margin-top: 5%;
}
#producttext {
	font-family: "Century Gothic";
	font-size: 35px;
	font-weight: 900;
	color: #666;
	text-align: center;
	margin-top: 2%;
	width: 18%;
	box-shadow: 0 2px;
	padding-bottom:5px;
	float: left;
	margin-left: 40%;
}
#shadow1{
	box-shadow: inset 0px 0px 50px 0px #F5F5F5,6px 8px 14px 1px #242424;
	-webkit-box-shadow: inset 0px 0px 50px 0px #F5F5F5,6px 8px 14px 1px #242424;
	-moz-box-shadow: inset 0px 0px 50px 0px #F5F5F5,6px 8px 14px 1px #242424;
	-o-box-shadow: inset 0px 0px 50px 0px #F5F5F5,6px 8px 14px 1px #242424;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f1f5e6;
	margin-top: 3%;
	
}
.picimg {transform:scale(1,1);transition: all 1s ease-out;}
.picimg:hover{transform:scale(1.1,1.1);}

#picimg {
	clear: none;
	float: left;
	margin-left: 4%;
	display: block;
	width: 20%;
	
}

#picimg2 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 20%;
	display: block;
	
}

#picimg3 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 20%;
	display: block;
	
}

#picimg4 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 20%;
	display: block;
	
}
#pictitle {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: 400;
	color: #FFF;
	margin-top: 1%;
	position: absolute;
	margin-left: -15%;
}
#pictitle1 {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: 400;
	color: #b07334;
	margin-top: 1%;
	position: absolute;
	margin-left: -15%;
}
#pictitle2 {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: 400;
	color: #066384;
	margin-top: 1%;
	position: absolute;
	margin-left: -15%;
}

#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f1f5e6;
	margin-top: 5%;
}

#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(./New/Base_bar.jpg);
	background-position: center;
}
#adreess {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	margin-top: 2%;
	margin-left: 5%;
	text-align: left;
}
#CFISO {
	float: right;
	margin-right: 6%;
	margin-top: -1.5%;
	height: 75px;
	width: 250px;
}
#chientext {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-left: 2%;
	margin-top: 7%;
}
#footer {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FFFFFF;
	float: right;
	margin-top: 7%;
	margin-right: -15%;	
} 

