@charset "utf-8";
/* CSS Document */
body { font-family:Arial, "微軟正黑體"; letter-spacing:0.05em;
line-height:2;}
a{
  text-decoration:none;
}

	
#mainMune{
	position:fixed;
	height:50px;
	width:100%;
	z-index:1;
	background-image:url(../image/logo.png);
	background-repeat:no-repeat;
	background-position:1% 10%;
	background-size:contain;
	background-color:#cfd600;
	display:none;
	overflow:visible;
	}
	

.sebtn{
	margin-left:120px;
	margin-top:5px;
	}
	
.sebtn>li{
	float:left;
	margin-right:5px;
	cursor:pointer;
	text-align:center;
	width:110px;
	padding:5px;
	background-image:url(../image/point_1.png);
	background-repeat:no-repeat;
	background-size:contain;  
/*	border: 1px dotted gray;*/
	}

.newLi>a{
	margin: 0.1em 0 0.1em 0;
	font-size: 18px;
    font-family: "Open Sans",Arial,Helvetica,"Microsoft JhengHei","Apple LiGothic Medium",sans-serif;
    font-weight: normal;
    word-wrap: break-word;
	text-align: left;
	/*letter-spacing: 0;*/
	color:#FFF;
}

.sebtn li a:hover{
   color:#edd0ad;
 }
 
/*========================================================Top按鈕*/ 
 #TopBox{
	position:fixed;
	width:32px;
	height:32px;
	background:#ffffff;
	border: solid 1px #c3c3c3;
	z-index:100;
    bottom:10px;
	right:20px;
	display:none;
	}
			
#TopBox>img{
	background-repeat:no-repeat;
	background-position:50% 50%; 
	}
	
#TopBox:hover{
	background:#dadada;
	}
 
/*========================================================page1*/
#page1{/*紅色背景*/
	background-color:#e7e7e7;
	}		
#page1-p1{
	background-image:url(image/A1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}	
#page1-p2-WSpace{
	display:block;
	height:50px;
	width:auto;
	}
 
/*========================================================page2+*/ 
.foneSize ,.item>img{/*共用圖置中*/
    display: block;
    max-width:100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
	}

#page2,#page3,#page4,#page5,#page6,#page7{
	display: block;
	width:100%;
	height:100%;
	border-bottom-color:#CCC;
	}
	
.pages-P2Type,{
	box-sizing: border-box;
	padding:15px;
	}	
		
#page2-pic,#page3-pic,#page4-pic,#page5-pic,#page6-pic,#page7-pic{	
    max-width:800px;
	height:auto;
    margin-right: auto;
    margin-left: auto;
	box-sizing: border-box;
	padding:10px;
	background:#f3f3f3;
	border:solid 1px  #e2e2e2;
}

.pages-p2BG{/*字框後底圖*/
	max-width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	padding:10px;
	/*background-color:#faf8f8;*/
	margin-top:-1px;
	border:solid 1px  #dadada;
	}

.pages-P3TypeWhite{/*字框後底圖內縮*/
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	}
	
#page3,#page5,#page7{
	background-color:#e6e6e6;
	}
	
/*========================================================文字區+*/ 
.allTextMain{/*主標文字*/
	font-size:36px;
	text-align:center;
	width:100%;
	height:40px;
	/*letter-spacing:2px;*/
	color:#484848;
	  line-height: 2;
}


.allTextSE{/*副標文字*/
    box-sizing: border-box;
	font-size:24px;
	text-align:left;
	width:100%;
	margin-left:5px;
	font-weight:bold;
	/*letter-spacing: 3px;*/
	padding:7px;
	color: #484848;
	  line-height: 2;
}


.allTextTypeEx{/*文字通用內文*/
    box-sizing: border-box;
	margin: 0.1em 0 0.1em 0;
	font-size: 18px;
    font-family: "Open Sans",Arial,Helvetica,"Microsoft JhengHei","Apple LiGothic Medium",sans-serif;
    font-weight: normal;
    word-wrap: break-word;
	  line-height: 2;
	text-align: left;
	/*letter-spacing: 0;*/
	padding:12px;
	/*letter-spacing: 1.5px;*/
	}
	
/*========================================================留白*/ 	
.WhiteSpace{/*留白*/
	height:20px;	
	}
.WhiteSpace2{/*留白*/
	height:100px;
	max-width:800px;
	}	
.WhiteSpace3{/*留白+NEXT*/
	max-width:800px;
	height:auto;
	}
.nextBtn{/*NEXT*/
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:45px;
	width:auto;
	}	
/*========================================================改變尺寸*/ 	
@media screen and (min-width: 600px) and (max-width: 1000px) {
   .allTextMain{/*主標文字*/
     font-size:32px;
	  line-height: 2;
	 /*letter-spacing: 7px;*/
     }
	 
   .allTextSE{/*副標文字*/
     font-size:22px;
	 /*letter-spacing: 5px;*/
	 margin-left:15px;
	  line-height: 2;
   }	 
	
   .allTextTypeEx {/*內文*/
      font-size: 16px;
	  margin-left:10px;
	  line-height: 2;
    }
	
   .WhiteSpace{/*留白*/
	height:30px;
	}
   .WhiteSpace2{/*留白*/
	height:60px;
	}
	
}

@media screen and (min-width: 10px) and (max-width: 599px)  {
   .allTextMain {/*主標文字*/
     font-size:24px;
	 /*letter-spacing: 3px;*/
	  line-height: 2;
    }
	
  .allTextSE{/*副標文字*/
     font-size:18px;
	 /*letter-spacing: 4px;*/
	 margin-left:15px;
	  line-height: 2;
    }
		
    .allTextTypeEx {/*內文*/
      font-size: 14px;
	  margin-left:10px;
	  line-height: 2;
    }
	
   .WhiteSpace{/*留白*/
	  height:20px;	
	}
   .WhiteSpace2{/*留白*/
	  height:30px;	
	}		
}
	
/*========================================================地圖單元+*/  
.maps-p2{
	box-sizing: border-box;
	max-width:800px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	padding:20px;
	}
	
.maps-p3{
	box-sizing: border-box;
	padding:10px;
	background-color:#FFF;
	}
.maps-p3>img{
	border: solid 1px #c3c3c3;   
	}
	
	