@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}
li{ float:left;
	list-style:none;
	}
a{
	text-decoration:none;
	}

input{
	border:none;
	}
.clear{
	clear:both;
	}
	
#wrap{
	width:980px;
	margin:0 auto;
	height:auto;
	text-align:center;
	position:relative;
	}
	
header{
	width:100%;
	position:relative;
	text-align:center;
	background:transparent linear-gradient(to top, rgb(46, 46,46) 000%, rgb(72, 72, 72) 100%) repeat scroll 0% 0%;
	}
.back{
	display:block;
	position:absolute;
	left:36px;
	top:36px;
	width:38px;
	}	
.logo{
	margin:0 auto;
	padding-top:50px;
	width:372px;
	padding-bottom:36px;
	}
#content{
	width:100%;
	margin:0 auto;
	height:auto;
	text-align:center;
	background:#FFFFFF;
		}
.music1{
	border-bottom:1px solid #D3D3D3;
	}

.music1 ul{
	padding-bottom:234px;
	}
.music1 ul li{
	float:left;
	}	
.music-img{
	padding:36px 116px 0 80px;
	}
.music1 .music-img img{
	width:174px;
	}
.music-img a{
	padding:0;
	}	
.text{
	width:430px;
	padding-top:70px;
	}
.music1 ul li h2 a{
	color:#393939;
	font-family:"Arial";
	font-size:34px;
	font-weight:bold;
	float:left;
	display:block;
	padding-top:40px;
	}		
.music1 ul li p{
	color:#7d7d7d;
	font-family:"Arial";
	font-size:32px;
	font-weight:lighter;
	float:right;
	padding-right:50px;
	padding-top:40px;
	}	
.down{
	width:42px;
	float:right;
	padding-left:60px;
	padding-top:100px;
	}	
.down a img{
	width:42px;
	}	

/*.line{
	width:590px;
	padding-top:20px;
	
	}
*/