/* line 3, ../sass/header.scss */
.header {
	width: 990px;
	margin: 0 auto;
	position: relative;
	height: 363px;
  /*Like Event*/
  /*主視覺圖*/
  /*主視圖大圖*/
}
/* line 10, ../sass/header.scss */

.header img{
	float:left;
	}

.header div.like_event {
	background: url("../../../images/400k/esp/like_event_bg.png") no-repeat;
	width: 380px;
	height: 64px;
	position: absolute;
	right: 19px;
	top: 10px;
}
.logo{
	position:absolute;
	width:184px;
	height:56px;
	z-index:3;
}
.fb-like {
	margin-left: 105px;
	margin-top: 15px;
	margin-right:20px;	line-height:15px;

}

.fb-like a{
	font-size:12px;
	color:#FFF;
	}
.fb-like a:hover{
	text-decoration:none;
	}	
/* line 22, ../sass/header.scss */
.header div.like_event:hover {
  background: url("../../../images/400k/esp/like_event_bg_hover.png") no-repeat;
}
/* line 28, ../sass/header.scss */
.header img.key_visual {
	position: absolute;
	left: -60px;
	z-index: 1;
	top: 0px;
}
/* line 34, ../sass/header.scss */
.header img.big_celebrations {
	position: absolute;
	right: -22px;
	top: 81px;
	z-index:2;
}
