@charset "utf-8";
/*-----------------------------------------------------

	music.css

------------------------------------------------------*/

#content.music > h1{
	background: url(../images/tit_music.png) no-repeat;
}

#content.music article{
	position: relative;
	width: 699px;
	margin: 0 auto;
	padding: 45px 0;
	background: #fff url(../images/flower.png) no-repeat center -88px;
	text-align: center;
	border-top: solid 2px #b1975d;
}
#content.music article.theme_song{
	background: #fff4f7;
	border-top: none;
}
	.music article img{
		width: 100%;
		height: auto;
	}

.record_photo{
	position: relative;
	width: 260px;
	margin: 0 auto
}
	.record_photo .jacket{
		position: absolute;
		padding: 25px;
		top: 0;
		left: 0;
	}

.theme{
	width: 300px;
	margin: 1em auto;
}

.songtitle{
	width: 300px;
	margin: 1em auto;
}

.release{
	width: 300px;
	margin: 0 auto;
}

.artist{
	margin-top: 80px;
}
	.artist h1{
		width: 639px;
		height: 19px;
		margin: 0 auto 2em auto;
		background: url(../images/tit_artist_01.png) no-repeat;
		text-indent: 639px;
		overflow: hidden;
		white-space: nowrap;
	}
	.theme_song .artist h1{
		background: url(../images/tit_artist_02.png) no-repeat;
	}
	.artist figure{
		float: left;
		width: 200px;
		margin-left: 45px;
		padding-right: 20px;
	}
	.artist dl{
		padding: 0 25px;
	}
	.artist dt{
		margin-bottom: 1em;
		text-align: left;
		font-weight: bold;
		font-size: 1.4em;
		color: #e4007f;
	}
	.artist dd{
		padding: 0 4%;
		text-align: left;
		font-size: .9em;
		font-weight: bold;
		letter-spacing: .1em;
		line-height: 1.8;
		color: #5f4407;
	}
	.artist .biograph{
		margin-top: 1em;
		font-weight: normal;
	}

#btn_official{
	display: block;
	width: 340px;
	margin: 45px auto 0 auto;
}