@charset "UTF-8";

/*==============================*/
/*	<アルバム紹介>	*/
/*==============================*/


div.section{
}

div.subSection{
	margin: 30px 0;
}

div.subSection h4{
	color: #3ef;
	background-color: transparent;
}


div.wrapper{
	width: 100%;
	overflow: auto;
}

div.cdJacket{
	width: 210px;
	float: left;
	text-align: center;
	font-size: 90%;
	line-height: 110%;
}

div.cdJacket P{
	margin: 0 0 3px 0;
}

div.cdJacket img{
	border: 1px solid #666;
}

div.songs{
	width: 350px;
	float: left;
}

div.songs ol{
	margin-left: 2.5em;
}

div.songs ul{
	margin-left: 1em;
	list-style-type: none;
}

div.songs span.songTime{
	margin-left: 10px;
}

div.songs p.listeningBtn{
	text-align: center;
}

div#credit{
	clear: both;
	margin: 10px 0 0 0;
}

div#specialThanks{
	margin: 30px 0 30px 0;
	width: 100%;
	overflow: auto;
}

div#specialThanks div.photo{
	width: 200px;
	float: right;
	text-align: right;
}

div#thanks span.credit{
	margin-left: 1em;
}

div#membersPhoto{
	clear: both;
	overflow: hidden;	/* for safari*/
}

div#membersPhoto p{
	margin: 0;
	line-height: 100%;
}


div#aboutSongs div.song{
	margin: 0 0 20px 0;
	border-bottom: 2px dotted #fff;
}

div#aboutSongs div.song h5{
	letter-spacing: 0.1em;
}

div.song div.comment{
	margin: 10px 0 15px 0;
	padding: 5px;
	color: #356;
	background-color: #e0f0ff;
	border-top: 1px solid #3bc;
	border-left: 1px solid #3bc;
	border-right: 1px solid #356;
	border-bottom: 1px solid #356;
}

div.song div.comment span.commentator{
	display: block;
	text-align: right;
}


