/*** bookmark title ***/
#bookmark-title { background:url(/images/mylist/mybookmark-bookmark.png) no-repeat; width: 300px; }
#bookmark-title { background-position: 0 0; height: 46px; }

/*----- bookmark panel -----*/
div.bm-topNavi ul { position:absolute; top:7px; right:13px; }
div.bm-topNavi ul li { float:right; margin-left:3px; }
div.bm-topNavi a { margin-bottom:2px; }

/*----- bookmark icon view panel -----*/
.bm-iconPanel {
	background-color:#fff;
	float:left;
	width:150px;
	height:205px;
	margin:3px 5px 7px;
	padding:10px 15px 2px;
	border-radius: 5px;       
	-webkit-border-radius: 5px;    
	-moz-border-radius: 5px; 
	-webkit-box-shadow: #999 0px 0px 5px;
	-moz-box-shadow: #999 0px 0px 5px;
	box-shadow: #999 0px 0px 5px; 
	position: relative;
}

.bmPanel-pic {
	border:1px solid #ccc;
	width:150px;
	height:109px;
	margin-bottom:5px;
	overflow:hidden;
	position:relative;
	text-align:center;
}

.bmPanel-pageLink { clear:both; overflow:hidden; }
.bmPanel-pageLink a {
	background:url("/images/mylist/mybookmark-pageIcons.png") no-repeat scroll 0 0 transparent;
	display:block;
	padding:0 0 0 20px;
	margin-bottom:2px;
	white-space:nowrap;
}
a.bmPanel-pageLink-movie { background-position:0 -90px; }
a.bmPanel-pageLink-profile { background-position:0 -75px; }

.bm-review-wrapper {
	background-color:#f0f0f0;
	padding:5px;
	margin-bottom:3px;
	border-radius: 4px;       
	-webkit-border-radius: 4px;    
	-moz-border-radius: 4px;
	position:relative;
}

/*** bookmark pic ***/
.myList-bookmark-pic { position: relative; margin-bottom:5px; // margin-bottom:0px; height:109px; overflow:hidden; border:1px solid #ccc; text-align:center; }
.myList-bookmark-listview-pic { overflow:hidden; position:relative; width:77px; height:56px; float:left; margin-right:5px; }
.myList-bookmark-listview-pic img { width:77px; }
.pf-online,
.pf-online-list { background:url(/images/mylist/mybookmark-icons.png) 0 -32px no-repeat; position:absolute; width:63px; height:15px; }
.pf-inSession,
.pf-inSession-list { background:url(/images/mylist/mybookmark-icons.png) 0 -47px no-repeat; position:absolute; width:63px; height:15px; }
.pf-twoShot,
.pf-twoShot-list { background:url(/images/mylist/mybookmark-icons.png) 0 -62px no-repeat; position:absolute; width:63px; height:15px; }
.pf-online,
.pf-twoShot,
.pf-inSession { top:95px; left:83px; } 
.pf-online-list,
.pf-twoShot-list,
.pf-inSession-list { bottom:0; _bottom:2px; right:0px; }

/*** icon for bookmarked page ***/
div.myList-bookmark-pageLink { height:15px; margin-bottom:2px; overflow:hidden; }
a.myList-bookmark-pageLink-blog,
a.myList-bookmark-pageLink-profile,
a.myList-bookmark-pageLink-karaoke,
a.myList-bookmark-pageLink-preview,
a.myList-bookmark-pageLink-gallery,
a.myList-bookmark-pageLink-onareview,
a.myList-bookmark-pageLink-movie { display:block; background:url(/images/mylist/mybookmark-pageIcons.png) no-repeat; height:15px; width:15px; float:left; margin-right:5px; }
a.myList-bookmark-pageLink-blog { background-position: 0 0; }
a.myList-bookmark-pageLink-onareview { background-position: 0 -15px; }
a.myList-bookmark-pageLink-karaoke { background-position: 0 -30px; }
a.myList-bookmark-pageLink-preview { background-position: 0 -45px; }
a.myList-bookmark-pageLink-gallery { background-position: 0 -60px; }
a.myList-bookmark-pageLink-profile { background-position: 0 -75px; }
a.myList-bookmark-pageLink-movie { background-position: 0 -90px; }

/*** new bookmark panel ***/
.review div {
	height: 17px;
	line-height: 17px;
	float: left;
	padding-left: 83px;
}
#totalcount {
	width: 250px;
	margin-bottom: 30px;
	text-align: left;
	float:left;
	margin-left: 15px;
	clear: both;
}
ul#dsearch-wrap {
	width: 760px;
	margin: 0;
	padding: 0;
	clear: both;
}
ul#dsearch-wrap li {
	float: left;
	list-style: none;
	margin: 8px;
}

.movie-panel div {
	overflow: hidden;
	clear: both;
	width: 150px;
	white-space:nowrap;
}
div.superstar-wrapper { width:16px; float:left; }
.mPanel-top { overflow:hidden; margin-bottom:5px; }
.mPanel-thumb {
	height:120px;
	background: #F5F5DC;
	margin-bottom:5px;
}
.mPanel-title {
	color:#09F;
	font-weight: bold;
}
.mPanel-title a{
	color:#09F;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
.mPanel-title a:hover{
	color:#09F;
	font-weight: bold;
	text-decoration: underline;
}
.mPanel-sitename {
	height: 16px;
	line-height: 16px;
	display:block;
}
.mPanel-date {
	text-align: right;
	font-size: 10px;
}

/*** ソート/表示 navi ***/
#myList-bookmark-mainNavi { border-collapse:collapse; width:750px; margin:0 5px 10px; }
#myList-bookmark-pageNavi-wrapper { float:left; position:relative; }
.myList-bookmark-pageNavi-wrapper table { border-collapse:collapse; }
.myList-bookmark-pageNavi-wrapper th.title,
.myList-bookmark-pageNavi-wrapper td { border:1px solid #8c8c8c; padding:2px 10px; }
.myList-bookmark-pageNavi-wrapper td { border-left:none; background-color:#fff; }
.myList-bookmark-pageNavi-wrapper th.title { background-color:#8c8c8c; color:#fff; text-align:center; font-weight:bold; width:45px; height:23px; }

/*** bookmark list view ***/
#myList-bookmark-listView-table { width:100%; border:1px solid #333; }
#myList-bookmark-listView-table tr { background-color:#fff; }
#myList-bookmark-listView-table th, #myList-bookmark-listView-table td { padding: 3px 10px; }
#myList-bookmark-listView-table th { text-align:left; background-color:#333; }
#myList-bookmark-listView-table th a { color:#fff; }
#myList-bookmark-listView-table td { border-bottom:2px solid #f0f0f0; }
#myList-bookmark-listView-table td.btn-td { vertical-align:top; text-align:right; width:15px; }
#myList-bookmark-listView-table .review-wrapper { overflow:hidden; width:150px; }
#myList-bookmark-listView-table a { line-height:1.3em; }

/*** bookmark superstars ***/
.bm-superstar { background:url(/images/mylist/bookmark_superstars.png) 0 0 no-repeat; width:16px; height:16px; display:block; float:left; }
.s01 { background-position:-16px 0; }

