/*
Traumend
Copyright (C) Traumend All rights reserved.
*/

body {
	background: url("../images/bg_movie.jpg") no-repeat top center;
	background-size: cover;
	font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3","ＭＳ Ｐ明朝", "MS P Mincho", serif;
	font-size: 14px;
	color: #383a3d;
	letter-spacing: 1px;
}

a {
	color: #383a3d;
	text-decoration: none;
}

#top_logo {
	width: 450px;
	margin: 75px auto 25px auto;
}

#mv_title {
	background: url("../images/mv_title.png") no-repeat top center;
	width: 580px;
	height: 45px;
	margin: 0 auto 125px auto;
	overflow: hidden;
}
#mv_title h3 {
	text-indent: 100%;
	white-space: nowrap;
}

#youtube {
	width: 960px;
	margin: 0 auto 200px auto;
}

footer {
	clear: both;
	margin-bottom: 25px;
}
#footer_wrap {
	width: 960px;
	margin: 0 auto;
}
#footer_wrap h4 {
	width: 125px;
	margin: 0 auto 35px auto;
}
footer p {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	overflow: hidden;
}
.clearfix {
	min-height: 1%;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
