@charset "UTF-8";
/* CSS Document */
@import "http://fonts.googleapis.com/earlyaccess/notosanstc.css";
@import "animate.min.css";

/***RESET***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: sans-serif;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-text-size-adjust:none;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	font-family: "Noto Sans TC",Arial,Helvetica,heiti tc,SimHei,微軟正黑體,Microsoft JhengHei,serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;  margin: 0;
    padding: 0;
}

/***DEFAULT**/
html, body{ -webkit-text-size-adjust:none; -webkit-overflow-scrolling: touch; margin: 0px; height: 100%;}
body {
	font: 12px/18px; font-family: "Noto Sans TC",Arial,Helvetica,heiti tc,SimHei,微軟正黑體,Microsoft JhengHei,serif;
	padding: 0px; -webkit-text-size-adjust:none; }

h1,h2,h3,h4,h5,h6,p{
	font: 12px/18px;
	font-family: "Noto Sans TC",Arial,Helvetica,heiti tc,SimHei,微軟正黑體,Microsoft JhengHei,serif;
	padding: 0px;
	margin: 0px;
}

h1{ float: left;}
h2{ color:#c70224; font-size: 48px; line-height: 48px; font-weight: 600; margin-bottom: 1.5vw; letter-spacing:2px;}
h3{ }
h4{ }
h5{ }
h6{ }

p { color:#666666; font-size:12px; line-height: 18px; font-weight:normal;}

*:link, *:visited, *:hover, *:active, *:focus , * {
-o-transition: opacity .15s linear, background-color .15s linear, border-color .15s linear;
-webkit-transition: opacity .15s linear, background-color .15s linear, border-color .15s linear;
-moz-transition: opacity .15s linear, background-color .15s linear, border-color .15s linear;
transition: opacity .15s linear, background-color .15s linear, border-color .15s linear;}
a{	text-decoration: none; color:#FFF;}
a:hover{text-decoration: underline; color:#FFF;}
a, a:hover, a:active, li:hover{ -webkit-transition: all 0.2s ease-out; -moz-transition:  all 0.2s ease-out; -ms-transition:  all 0.2s ease-out; -o-transition:  all 0.2s ease-out; transition:  all 0.2s ease-out;}

a img{ border: 0px;}
img{ border: 0px;}
blockquote{}
form{	padding: 0px;	margin: 0px;	}
ul,ol { margin: 0 0 0 0px; list-style:none; padding:0px;}
li{ margin:0px;}

input{}

.Clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	/* Clearfix */
	.clearfix:before,
	.clearfix:after {
		content: " ";
		display: table;
	}
	.clearfix:after {
		clear: both;
	}
	.clearfix {
		*zoom: 1;
	}

/***共用CSS***/
#wrap{ width:100%; margin: 0 auto; background:url(http://video.friday.tw/eventcom/images/header_top.jpg) repeat-x top; }
.login{ float: right; margin-top: 10px;}
.login a{ color: #FFFFFF; float: left; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; margin-left: -1px; font-size: 12px; padding: 0 5px;}
.login a:hover{ text-decoration: underline;}
.login_fb{ background:url(../images/icon_fb_w.gif) no-repeat 7px center; text-indent: 20px;}

/***PC版***/
#container_pc{ width:100%; height:100%; margin: 0 auto;}
#container_m{ display: none;}
#header_pc{ display:block; height: 53px; padding: 15px 25px; z-index:999;}
#content_pc{ display:block; overflow:hidden;}
#footer_mB{ display:none;}
.fb-like{position:absolute;right:-3px;top:-4px;}
.scrollup_1{ display:none;}

/***手機版***/
@media screen and (max-width: 768px) {
	html, body{ height: auto;}
	#header_m{ display:block; width: 100%; height: 53px; padding: 16px 5px;}
	#content_pc{ display:block;	background:url(../images/gaslisa/bg_m.jpg) center top repeat; overflow: hidden; height: auto;}
	#footer_pcbg{ display:none;}
	#container_pc{ height:auto;}

	/*A版footer*/
	.ftr_logos_m{ float: none; text-align: center; margin-bottom:15px;}
	.ftr_logos_m a{ margin-right: 20px;}
	#footer_m{ text-align:center; color: #565454;padding: 20px 0; border-top: 1px solid #b3b3b3; background-color: #EFEFEF; }
	#footer_m .footer_links a{ color:#666666; font-size:11px; padding:0 3px;}

	.footer_links{ text-align: center; }
	.fb-like{position:absolute;right:0px;top:-4px;}
	.scrollup_1{ display:block;}
	ul.footerBox{ display: none;}
	/**B版footer**/
	#footer_mB{ text-align:center; background-color: #EFEFEF; padding-bottom: 17px; display:block;}
	#footer_mB .footer_links{ margin-bottom: 20px; background-color: #848484; margin-top: 0px; display: black; overflow: hidden;}
	#footer_mB .footer_links a{ color:#FFFFFF; font-size:16px; border-right: 1px solid #FFFFFF; width: 50%; padding: 12px 0px; display: inline-block; overflow: hidden; float: left; background-color: #848484; text-align:center;}
	#footer_mB .footer_links a:hover { text-decoration: none; background-color:#333;}
	#footer_mB .footer_links_b{ margin-bottom: 12px; text-align: center;}
	#footer_mB .footer_links_b a{ font-size:14px; text-align: center; padding: 0 3px; color: #666;}
	#footer_mB p a.blue{ color: #1A6DB6; text-decoration: underline; text-align: center; font-size: 12px;}


	/*卷軸*/
.scrollup{ width:52px; height:52px; opacity:0.95; position:fixed; bottom:175px; right:10px; display:none; text-indent:9999px; background: url(http://video.friday.tw/eventcom/images/btn_top1.png) no-repeat;}
.scrollup_1{ width:43px; height:43px; opacity:0.95; position:fixed; bottom:155px; right:10px; z-index:99; display:none; text-indent:9999px; background: url(http://video.friday.tw/eventcom/images/btn_top2.png) no-repeat;}
	}