@charset "utf-8";

/*================================================================================================*/
/* 新着コンテンツスクロール用                                                                     */
/*================================================================================================*/
#sidebar {
	background: #ffffff;
	width: 320px;
}

#sidebar ul {
	list-style-type: none;
    margin-left: 2px;
	padding: 0;
}

#sidebar li {
	height: 50px;
	overflow: hidden;
	font-size: 12px;
    margin-left: 2px;
    padding-top: 4px;
    padding-bottom: 2px;
	position: relative;
	margin: 0;
}

#sidebar p {
	margin-left: 2px;
	padding-bottom: 2px;
	padding-left: 11px;
	font-size: 12px;
	list-style: none;
	background: url(/img/arrow.gif) no-repeat 0px 40%;
	border-bottom: 1px dotted #b3b3b3;
}

#sidebar a {
	text-decoration: none;
}

#sidebar h5 {
	color: #ff6699;
	font-size: 1em;
	margin-bottom: .5em;
}

#sidebar h5 a {
	color: #ff6699;
	text-decoration: none;
}

#sidebar img {
	float: left;
	margin: 0 10px 0 0;
}

#sidebar .info {
	color: #ccc;
	font-size: .9em;
}

#sidebar .spyWrapper {
	height: 100%;
	overflow: hidden;
	position: relative;
}

#sidebar {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* rating */
#sidebar div.rating {
	background-image: url("img/ajax/info_bar_stars.png");
	width: 72px;
	height: 12px;
	position: absolute;
	bottom: 0;
	right: 10px;
}

.none {
	background-position: 0 0!important;
}

.one {
	background-position: 0 -12px!important;
}

.two {
	background-position: 0 -24px!important;
}

.three {
	background-position: 0 -36px!important;
}

.four {
	background-position: 0 -48px!important;
}

.five {
	background-position: 0 -60px!important;
}

.clearfix:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

