@charset "UTF-8";
/* CSS Document */
body { 
margin: 0px;
padding: 0px; 
background: #e1e1e1;
background-image: url(../main_bg.png);
background-repeat: no-repeat;
background-position: center top;
}

a{outline:none;}

img {
    border-style:none;
}

#wrapper{
	width: 100%;
}
#container{
	margin:0 auto;
	width:900px;
}
#contents{
	margin-top:20px;
	width:900px;
	background-color:rgba(215,200,200,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dde7eff3, endcolorstr=#dde7eff3, gradienttype=0); 
}

.release_left{
	margin:20px 0 20px 30px;
	padding:0;
	float:left;
}
.release_right{
	margin:70px 30px 20px 20px;
	width:520px;
	padding:0;
	text-align:center;
	float:right;
}
.release_center{
	margin:0 auto;
	width:600px;
	text-align:center;
}

.txt{
	font-size:15px;
	line-height:1.4em;
}
.txt_center{
	font-size:15px;
	line-height:1.4em;
	text-align:center;
}
.txt_catch{
	font-size: 30px;
	line-height:1.2em;
}
.txt_catch_b{
	font-size:30px;
	line-height:1.2em;
	color:#b43838;
}
.txt_catch_s{
	font-size:14px;
	line-height:1.2em;
}
.txt_big{
	font-size: 25px;
	line-height:1.4em;
	text-align:center
}
.txt_small{
	font-size: 14px;
	color:#ff3968;
	line-height:1.4em;
}
.txt_small2{
	font-size: 18px;
	color:#ff3968;
	font-weight:bold;
	line-height:1.4em;
}

.track_container{
	width:650px;
	margin:0 auto;
}
.track_left{
	width:370px;
	float:left;
	margin-left:10px;
}
.track_right{
	width:240px;
	float:right;
	margin-left:10px;
}
.title_track{
	width:300px;
	margin:0 auto;
	padding-bottom:10px;
	font-size:16px;
	line-height:1.0em;
	text-align:center;
}
.txt_track{
	font-size:16px;
	line-height:1.6em;
}
.txt_track_sub{
	font-size:12px;
	line-height:1.2em;
}
.txt_title{
	font-size:12px;
	font-weight:normal;
	line-height:1.0em;
}
.txt_title_main{
	font-size:18px;
	font-weight:bold;
	line-height:1.4em;
}
.txt_title_main_s{
	font-size:16px;
	font-weight:bold;
	line-height:1.4em;
}
.fullmv{
	width:500px;
	margin:20px auto;
	text-align:center;
	float:right;
}
.mv_catch{
	width:730px;
	margin:0 auto;
}
.mv_container{
	width:420px;
	float:left;
	margin-top:30px;
	margin-left:20px;
}
.profile_container{
	width:420px;
	margin-top:10px;
	margin-left:20px;
	float:left;
}
.profile_ph{
	width:150px;
	float:left;
}
.profile_txt{
	width:260px;
	margin-left:10px;
	float:left;
}


#tour{
	margin:0 auto;
	padding-top:10px;
	width:600px;
}
.txt_tour{
	margin:0px auto;
	width:500px;
	font-size:14px;
	font-weight:bold;
	line-height:1.4em;
	background-color:#f8f8f8;
}


#sns_wrapper{
	position:absolute;
	width:100%;
	top:0;
	text-align:right;
}
.sns_box{
	width:220px;
	float:right;
	z-index:100;
	padding:15px;
}
.facebook{
	padding:0;
	float:left;
}
.twitter{
	padding:0 0 0 5px;
	float:right;
}


.youtube_container{
	width:840px;
	height:225px;
	margin:30px auto;
	text-align:center;
}

.newmv_container{
	width:840px;
	height:345px;
	margin:0px auto;
	text-align:center;
}

.clear { clear:both; }  