@charset "shift_jis";

/* rhythm-backnumber */
#rhythm-backnumber h3,ol,li,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}
#rhythm-backnumber {
	width: 864px;
	padding: 0 0 15px 0;
	background: url(../../img/rhythm/backnumber_line_btm.png) left bottom no-repeat;
}
#rhythm-backnumber .bn-inner {
	padding: 0 0 8px 0;
	background: url(../../img/rhythm/backnumber_bg.gif) left repeat-y;
}
#rhythm-backnumber h3 {
	position: relative;
	margin: -10px 0 0 0;
	z-index: 10;
}
#rhythm-backnumber ol {
	list-style: none;
	width: 864px;
	margin: 0;
	padding: 0 0 8px 0;
}
#rhythm-backnumber li {
	position: relative;
	float: left;
	width: 288px;
	height: 70px;
	margin: 0 0 2px 0;
}
#rhythm-backnumber li .new {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

/* trial-version */
.trial-version {
	position: relative;
	width: 864px;
	height: 93px;
	background-color: #fffff7;
}
.trial-version p,dl {
	position: absolute;
}
.trial-version .qr {
	top: 1px;
	left: 76px;
}
.trial-version dl {
	top: 18px;
	left: 167px;
}
.trial-version dt,dd {
	float: left;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
