@charset "utf-8";
/* CSS Document */

body,html{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif, 微軟正黑體;
}
.header{
	background:#fff;
	width:100%;
	height:70px;
}
.headercont{
	width:1000px;
	margin:0 auto;
}
.headercont div{
	display:inline-block;
}
.logo{
	padding-top:8px;
}
.fb{
	background:url(images/fb.png) no-repeat;
	width:50px;
	height:60px;
	margin:0 0 0 680px;
	cursor:pointer;
}
.fb:hover{
	background:url(images/fb_over.png) no-repeat;
}
.footer{
	height:40px;
	background: #515151;
	width:100%;
	text-align:center;
	padding-top:20px;
	font-size:12px;
	color:#fff;
}
.kv{
	background:url(images/bg01.jpg) repeat-x;
	height:650px;
	overflow:hidden;
}
.kvall{
	width:1000px;
	margin:0 auto;
	position:relative;
}
.hide{
	zoom: 1; filter: alpha(opacity=0); opacity: 0;
}
.tit{
	position:absolute;
	margin:40px 0 0 500px;
	z-index:501;
}
.txt{
	position:absolute;
	margin:165px 0 0 500px;
	z-index:502;
}
.girl{
	position:absolute;
	margin:20px 0 0 -250px;
	z-index:503;
}
.heart{
	position:absolute;
	margin:200px 0 0 100px;
	transform:scale(0.2);
	z-index:504;
}
.scan{
	position:absolute;
	margin:212px 0 0 700px;
	z-index:500;
}
.y01{
	position:absolute;
	margin:200px 0 0 265px;
	transform:scale(2);
	z-index:300;
}
.y02{
	position:absolute;
	margin:160px 0 0 310px;
	transform:scale(2);
	z-index:400;
}
.article{
	width:100%;
	background:url(images/bg02.png);
}
.cont{
	width:920px;
	box-shadow:0 0 5px #000;
	margin:0 auto;
	background:#fff;
	padding:40px;
	line-height:25px;
	text-align:left;
}
h1{
	color:#e60012;
	font-size:28px;
	text-align:center;
}
.pic01{
	width:600px;
	margin:20px auto 15px auto;
}
.sub{
	margin-top:30px ;
}
.pic01 p{
	width:570px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	padding:8px 15px;
	margin-top:-7px;
}
.pic02{
	width:900px;
	margin:20px auto 15px auto;
}
.pic02 p{
	width:870px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	padding:8px 15px;
	margin-top:-7px;
}
.pic02 p span{
	width:422px;
	display:inline-block;
	vertical-align:text-top;
}
.p15{
	padding-left:20px;
}
.bv{
	margin:20px auto;
}
.bv div{
	display:inline-block
}
.list p{
	margin:5px 0 5px 5px;
}
.top{
	position: fixed;
	right:0;
	bottom:100px;
	z-index:1000;
}