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

#wrapper{
	width:900px;
	margin:0 auto;
}

h1{
	text-align:center;
	margin:114px 0 28px;
}


.contWrap{
	margin-bottom:60px;	
}

.contWrap a{
	color:#f7ac4f;
}

.cmpv{
	text-align:center
}

.cmpv h2{
	margin-bottom:46px;
}

.cmpv h3{
	margin-bottom:20px;
}

.cmpv div.youtubeWrap{
	width:640px;
	margin:0 auto 22px;
}

.cmpv p.caption{
	margin-bottom:30px;
	line-height:1.7em;
}

.cmpv p.caption span{
	color:#0090ff;
}

#footerWrap{
	width:900px;
	margin:0 auto 20px;
	position:relative;
	text-align:center;
}

#pageTop{
	position:absolute;
	right:0;
	top::0;
	cursor:pointer;
}

#copy{
	padding-top:120px;
}


