@charset "utf-8";

#favWrap {
	float: left;
	width: 740px;
	overflow: hidden;
	min-height: 300px;
	/* [disabled]background-color: #FFF; */
}

#favNavi {
	text-align: right;
	padding: 5px;
	overflow: hidden;
	background-color: #FFF;
}

#favNavi ul li a{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#favNavi ul li a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #666;
	color: #FFF;
}
#favNavi ul li a:active {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#favNavi ul li a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#favNavi ul {
	list-style-type: none;
}

#favNavi li {
	float: right;
	margin-right: 10px;
	width: 150px;
	text-align: center;
	font-weight: bold;
	color: #000;
	border: 1px solid #CCC;
	background-position: 5px 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 25px;
	height: 30px;
	padding-bottom: 0px;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
	position: relative;



}


img.favDelete {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
img.favbkmk {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

#favDispWrap {
	margin-bottom: 15px;
	min-height: 700px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.favBox {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9;
	overflow: hidden;
}
.favBox img {
	padding: 1px;
	/* [disabled]height: 90px; */
	/* [disabled]width: 120px; */
	border: 1px solid #CCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.favMesg {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	/* [disabled]float: left; */
}
.favNormalMsg {
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	float: left;
}

.favOver {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	margin-bottom: 5px;
	clear: left;
	background-image: url(../images/icons/Denided.png);
	height: 25px;
	padding-left: 35px;
	background-repeat: no-repeat;
	padding-top: 5px;
}
.favOK {
	font-size: 12px;
	font-weight: normal;
	color: #066;
	margin-bottom: 5px;
	clear: left;
	background-image: url(../images/icons/Fav.png);
	height: 25px;
	padding-left: 35px;
	background-repeat: no-repeat;
	padding-top: 5px;
}



.favNum {
	float: left;
	text-align: center;
	font-weight: bold;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	/* IE以外なら丸角も！ */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	color: #FFF;
	background-color: #333;
	width: auto;
	margin-right: 15px;
	margin-bottom: 10px;
}
.favNum p.viewCount {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
}
#favInfo {
	margin-bottom: 15px;
	overflow: hidden;
}
.watchNow {
	background-image: url(../images/icons/ClapBoard.png);
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	background-position: 2px;
	padding-top: 30px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 35px;
}
.favTitle {
	font-weight: bold;
	margin-bottom: 5px;
}


.favLink {
	/* [disabled]text-align: right; */
	overflow: hidden;
	background-color: #FFF;
	/* [disabled]padding-top: 30px; */
}
.favBox p.small {
	font-size: 10px;
	font-style: italic;
	color: #666;
	margin-bottom: 3px;
}


.favLink ul {
	list-style-type: none;
}

.favLink li {
	margin-right: 10px;
	width: 150px;
	text-align: center;
	font-weight: bold;
	color: #000;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	position: relative;
	background-color: linear-gradient(#fff, #cecece);
	float: left;
}
.noDisplay {
	display: none;
	visibility: hidden;
}
