@charset "UTF-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
    font-family: 'Noto Sans TC';
}
html,body {
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
	-webkit-text-size-adjust:none;
	color:#666;
	line-height:1.8em;
	background-color: #ff2d74;
}
h1.sp {
	height: 209px;
	width: 105px;
	display: block;
	position: absolute;
	margin-left: 15px;
	background-image: url(../images/plan.png);
	text-indent: -9999px;
	margin-top: 15px;
}
.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.video-1 {
	height: 265px;
	width: 425px;
	position: absolute;
	margin-top: 115px;
	margin-left: 520px;
}
.video-2 {
	height: 280px;
	width: 500px;
	position: absolute;
	margin-top: 100px;
	margin-left: 435px;
}
.video-3 {
	height: 280px;
	width: 500px;
	position: absolute;
	margin-top: 215px;
	margin-left: 140px;
}
.video-4 {
	height: 280px;
	width: 500px;
	position: absolute;
	margin-top: 255px;
	margin-left: 40px;
}
#top-link {
	display:none;
	position:fixed;
	right:10px;
	bottom:10px;
	width:163px;
	height:200px;
	background-image:url(../images/top.png);
	text-indent:-9999px;
	cursor:pointer;
	z-index:9999;
}
