@charset "utf-8";
/* CSS Document */
/*標題區塊*/
/*20161004 Debby 修改top區塊高度*/
.top_bg{
	width:100%;
	background:#6ebecc;
	height:173px;
}
.top{
	width: 1024px;
	height: 173px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/gov_index2_top_2.jpg);	
}
/*20161004 Debby 修改top區塊高度 end*/

/*Menu bar區塊*/
.menu_bg{
	width: 100%;
	height: 41px;
	background:#375f66;
}
.menu_location{
	width:1024px;
	height:24px;
	margin-left:auto;
	margin-right:auto;
}
.menu1{
	background-image: url(../images/gov_index2-cut_02.jpg);
	height: 41px;
	width: 338px;	
	float:left;
}
.menu2{
	background-image: url(../images/gov_index2-cut_03.jpg);
	height: 41px;
	width: 144px;	
	float:left;
	cursor:pointer;
}
.menu2:hover{
	background-image: url(../images/gov_index2-cut_03_hover.jpg);
}
.menu3{
	background-image: url(../images/gov_index2-cut_04.jpg);
	height: 41px;
	width: 193px;
	float:left;	
	cursor:pointer;
}
.menu3:hover{
	background-image: url(../images/gov_index2-cut_04_hover.jpg);
}
.menu4{
	background-image: url(../images/gov_index2-cut_05.jpg);
	height: 41px;
	width: 149px;	
	float:left;
	cursor:pointer;
}
.menu4:hover{
	background-image: url(../images/gov_index2-cut_05_hover.jpg);
}
.menu5{
	background-image: url(../images/gov_index2-cut_06.jpg);
	height: 41px;
	width: 200px;
	float:left;	
	cursor:pointer;
}
.menu5:hover{
	background-image: url(../images/gov_index2-cut_06_hover.jpg);
}

/*內容區塊*/
.content_bg{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg.jpg);	
}


/*優惠說明區塊*/
.info_location{
	padding-top: 5px;
	height:80px;
	display:none;
}
.info2{
	margin-left:364px;
	position:absolute;
	display:none;
}
.info3{
	margin-left:364px;
	position:absolute;
	display:none;
}
.info4{
	margin-left:555px;
	position:absolute;
	display:none;
}
.info5{
	margin-left:364px;
	position:absolute;
	display:none;
}

/*最新活動&登日入區塊*/
/*20161004 Debby 修改高度*/
.content_NewAndSignin_location{
	width:920px;
	margin-left:auto;
	margin-right:auto;
	height:288px;
	padding-top: 20px;
}
/*20161004 Debby 修改高度 end*/

/*最新活動區塊*/
.content_New_location{
	float:left;
	width:614px;	
}
.content_New_title{
	margin-bottom:10px;
}
.content_New_banner_bg{
	width: 614px;
	height: 204px;
	background-image: url(../images/banner_bg.png);
}

.content_New_banner_bg img{
	padding:7px;
}

/*20161004 Debby 新增文字banner樣式*/
.content_New_textbanner_bg{ 
	width: 614px;
	height: 37px;
	background-image: url(../images/textbanner_bg.png);
	margin-top:10px;
}
/*20161004 Debby 新增文字banner樣式 end*/

/*20161004 Debby 微調間距*/
/*登入區塊*/
.content_Signin_location{
	float:right;
	width:240px;
}
.content_Signin_title{
	margin-bottom:10px;
}
.btn_member{
	margin-bottom: 5px;
	width: 240px;
	height: 37px;
	background-image: url(../images/btn_member.png);	
	cursor:pointer;
}
.btn_member:hover{
	background-image: url(../images/btn_member_hover.png);	
}
.btn_join{
	margin-top: 10px;
	margin-bottom: 25px;
	
	width: 240px;
	height: 37px;
	background-image: url(../images/btn_join.png);	
	cursor:pointer;
}
.btn_join:hover{
	background-image: url(../images/btn_join_hover.png);	
}
.btn_facebook{
	margin-top: 7px;
	margin-bottom: 5px;
	cursor:pointer;
}
.btn_google{
	cursor:pointer;
	margin-top:10px;
}
/*20161004 Debby 微調間距 end*/

/*注意事項區塊*/
.notice_location{
	width:920px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom:10px;
}

/*優惠說明文字區塊*/
.info_text_location{
	width:920px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}