@charset "utf-8";
/* CSS Document */

header{
	background-color: #333;
	color: #eee;
	padding: 0.2em 0 1em;
	margin: 0 auto 1em;
}
nav{
	display: inline-block;
}
nav li {
	list-style: none;
	float: left;
	margin: 0 10px;
}
h1 {
	clear: both;
	text-align: center;
}
dl{
	display: inline-block;
	margin-top: 1em;
}
dt {
	line-height: 2em;
	float: left;
	clear: left;
	width: 16em;
	border-bottom: 1px solid #c0c0c0;
}
dt a {
	display: inline-block;
	width: 16em;
	text-indent: 0;
}
dd {
	text-align: right;
	line-height: 2em;
	float: left;
	width: 4em;
	border-bottom: 1px solid #c0c0c0;
}
.album-t {
	text-indent: -0.6em;
}
.album {
	text-indent: 1em;
}
.album a {
	text-indent: 0;
	width: 15em;
}
.album-dd {
	border-bottom: none;
}
small {
	margin-top: 1em;
}
.nolyrics {
	color: #777;
}
.btn-square-little-rich {
  font-size: 0.8em;
  line-height: 0.7em;
  text-align: center;
  vertical-align: -0.1em;
  position: relative;
  display: inline-block;
  padding: 0.2em 0 0.3em;
  margin: 0 0 0 0.8em;
  text-decoration: none;
  color: #eee;
  background: #333;
  border-radius: 4px;
}
.nolyrics a {
	width: 3em;
}