
#titleList {
	font-size: 12px;
	line-height: 1.2;
}
#titleList div {
	text-align: left;
}
.box {
	clear: both;
	width: 781px;
	border-bottom: #000 1px solid;
	background: url(image/index/boxline.gif) repeat-y;
}
.ttl,
.thumb,
.period	{
	float: left;
	padding: 10px 0;
}
.ttl {width: 182px;}
.thumb {width: 167px;}
.period {width: 116px;}
.music {
	width: 304px;
	float: right;
	padding: 10px 0;
}
.ttl p {
	font-weight: bold;
	width: 160px;
	margin: 0 0 5px;
}
.brand01 {
	font-size: 10px;
}
	
.thumb img {
	vertical-align: middle;
}
.thumb a img {
	border: none;
}
.period p {
	text-align: center;
	background: url(image/index/arrow.gif) no-repeat bottom center;
	padding-bottom: 16px;
}
.music dl{
	display: block;
	margin: 0;
}
.music dt {
	width: 65px;
	float: left;
	display: inline;
	margin: 0 0 3px;
	padding: 0;
}
.music dd {
	padding:0 0 0 70px;
	margin: 0 0 3px;
}

.box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.box {
  min-height: 1px;
}
* html .box {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
