/*=====================================
最終修正日　2016.03.01
＋改造　160222 作品一覧系
＋改造　141112 非BL開閉関係別ファイル
=====================================*/

/* ランキングコンテンツ全体 */
#MainContWrapper {
	width: 910px;
	margin: auto;
	margin-bottom: 20px;
	/* 2011.12.02 追加 */
	margin-top: 10px;
}
/* コンテンツ左側 */
#ContLeft {
	width: 570px;
	float: left;
}
#ContLeft h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
/* コンテンツ右側 */
#ContRight {
	width: 300px;
	float: right;
	text-align: center;
}
/*=====================================
ランキングリストボックス
=====================================*/
.RankingListBox {
	width: 573px;
	overflow: hidden;
}
.RankingListBox h4 {
	margin: 0;
	padding: 0;
	width: 37px;
	height: 164px;
	float: left;
	margin-right: 1px;
	cursor: pointer;
}
.RankingListBox h4 a {
	display: block;
	height: 10px;
	font-size: 1px;
	text-indent: -9999px;
	margin-top: 148px;
}
.RankingListBox h4:hover {
	opacity: 0.8;
	/* for IE */
	zoom: 1;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.RankingListBox h4.openPanel:hover {
	opacity: 0.8;
	/* for IE */
	zoom: 1;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/* 個別ボックス（1位のみ） */
.RankingListWrapper {
	width: 95px;
	height: 152px;
	border: 1px dotted #FFC8C9;
	padding: 5px;
	float: left;
	overflow: hidden;
	background: url(../../img/ranking_listbox_parts_BG.gif) repeat-x 0 0;
	position: relative;
}
/* 個別ボックス（2位以下） */
.RankingListWrapper02 {
	width: 95px;
	height: 152px;
	border: 1px dotted #FFC8C9;
	border-left: 0;
	padding: 5px;
	float: left;
	overflow: hidden;
	background: url(../../img/ranking_listbox_parts_BG.gif) repeat-x 0 0;
	position: relative;
}
.RankingListImg {
	width: 43px;
	height: 62px;
	overflow: hidden;
	float: left;
}
.RankingListImg img {
	width: 43px;
}
.RankingListScore {
	width: 48px;
	padding-top: 30px;
	float: right;
}
.RankingListScore th {
	margin: 0;
	padding: 0;
	width: 28px;
	color: #FD5C85;
	font-size: 10px;
	text-align: center;
}
.RankingListScore td {
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #27B29B;
}
.RankingListText {
	clear: both;
	padding-top: 2px;
}
.RankingListText h5 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.3em;
}
.RankingListText h5 a {
	color: #B20E40;
	text-decoration: none;
}
.RankingListText h6 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3em;
}
.RankingListText h6 a {
	color: #B20E40;
	text-decoration: none;
}
.RankingListText a:hover {
	color: #FF2C69;
}
.RankingListText p {
	margin: 0;
	padding: 0;
	font-size: 9px;
	line-height: 1.2em;
	color: #BAA2A0;
	padding-top: 2px;
	margin-right: -5px;
}
.RankingListCartBtn {
	width: 19px;
	height: 19px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.RankingListCartBtn a {
	display: block;
	background: url(../img/cart_btn_mini.gif) 0 0;
	height: 19px;
	text-indent: -9999px;
}
.RankingListCartBtn a:hover {
	background-position: 0 -19px;
}
/* NO1 */
.RankingList01 {
	background: url(../img/no1_icon.gif) no-repeat 55px top;
}
/* NO2 */
.RankingList02 {
	background: url(../img/no2_icon.gif) no-repeat 55px top;
}
/* NO3 */
.RankingList03 {
	background: url(../img/no3_icon.gif) no-repeat 55px top;
}
/* NO4 */
.RankingList04 {
	background: url(../img/no4_icon.gif) no-repeat 55px top;
}
/* NO5 */
.RankingList05 {
	background: url(../img/no5_icon.gif) no-repeat 55px top;
}
/* もっと見る */
.MoreBtn {
	clear: both;
	text-align: right;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.MoreBtn a {
	color: #5B3737;
	font-size: 11px;
}
.MoreBtn a:hover {
	color: #FF2C69;
}
/* 検索期間パネル */
.RankingListPanel {
	width: 520px;
	padding: 5px;
	height: 152px;
	background: url(../img/alpha_BG_cream.png);
	color: #5B3737;
	font-size: 12px;
	position: absolute;
	float: right;
	margin-left: 37px;
	z-index: 6;
	box-shadow: 0px 1px 3px #CCC;
	/* 初期設定 */
	display: none;
	
	/* IE7 */
	*margin-left:-530px;
}
.RankingListPanelBorder {
	border: 2px dotted #FBB0D2;
	border-radius: 3px;
	height: 68px;
	padding: 40px;
}
.RankingListPanel a {
	width: 80px;
	color: #5B3737;
	font-size: 12px;
	display: block;
	float: left;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.RankingListPanel a.vBorder {
	border-right: 1px solid #BAA2A0;
}
.RankingListPanel a:hover {
	color: #FF2C69;
}
/*================================================
見出し設定
================================================*/
#Comic h4 {
	background: url(../img/ranking_title01.gif) no-repeat 0 0;
}
#Comic h4.openPanel {
	background: url(../img/ranking_title01.gif) no-repeat -37px 0;
}
#Novel h4 {
	background: url(../img/ranking_title02.gif) no-repeat 0 0;
}
#Novel h4.openPanel {
	background: url(../img/ranking_title02.gif) no-repeat -37px 0;
}
#CD h4 {
	background: url(../img/ranking_title03.gif) no-repeat 0 0;
}
#CD h4.openPanel {
	background: url(../img/ranking_title03.gif) no-repeat -37px 0;
}
#Booklet h4 {
	background: url(../img/ranking_title04.gif) no-repeat 0 0;
}
#Booklet h4.openPanel {
	background: url(../img/ranking_title04.gif) no-repeat -37px 0;
}
#DVD h4 {
	background: url(../img/ranking_title05.gif) no-repeat 0 0;
}
#DVD h4.openPanel {
	background: url(../img/ranking_title05.gif) no-repeat -37px 0;
}
#DoujinComic h4 {
	background: url(../img/ranking_title06.gif) no-repeat 0 0;
}
#DoujinComic h4.openPanel {
	background: url(../img/ranking_title06.gif) no-repeat -37px 0;
}
#DoujinNovel h4 {
	background: url(../img/ranking_title07.gif) no-repeat 0 0;
}
#DoujinNovel h4.openPanel {
	background: url(../img/ranking_title07.gif) no-repeat -37px 0;
}
#Game h4 {
	background: url(../img/ranking_title08.gif) no-repeat 0 0;
}
#Game h4.openPanel {
	background: url(../img/ranking_title08.gif) no-repeat -37px 0;
}
#Goods h4 {
	background: url(../img/ranking_title09.gif) no-repeat 0 0;
}
#Goods h4.openPanel {
	background: url(../img/ranking_title09.gif) no-repeat -37px 0;
}
/*===================================================
検索結果　作品一覧ヘッダー　テキスト　
===================================================*/

#RankingSearchresult {
	width: 479px;
	margin: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
#RankingSearchresult span.green1 {
	color: #28ad97;
	float: left;
}
#RankingSearchresult span.green2 {
	color: #28ad97;
	float: left;
}
#RankingSearchresult span.gray1 {
	color: #333333;
	float: left;
	padding-right: 5px;
}
#RankingSearchresult span.gray2 {
	color: #333333;
	float: left;
	font-weight: normal;
}
/*===================================================
作品一覧ヘッダー　並び替えメニュー
===================================================*/
#RankingSortMenu {
	width: 479px;
	margin: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 5px;
}
#RankingSortMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
#RankingSortMenu li {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 2px;
}
#RankingSortMenu li a {
	display: block;
	font-size: 12px;
	height: 24px;
	background-image: url(../img/ranking_sort_menu_BG.gif);
	text-indent: -9999px;
}
/* 通常時のスタイル */
#RS01 a {
	width: 66px;
	background-position: 0 0;
}
#RS02 a {
	width: 66px;
	background-position: -66px 0;
}
#RS03 a {
	width: 66px;
	background-position: -132px 0;
}
#RS04 a {
	width: 67px;
	background-position: -197px 0;
}
#RS05 a {
	width: 67px;
	background-position: -263px 0;
}
#RS06 a {
	width: 67px;
	background-position: -329px 0;
}
#RS07 a {
	width: 66px;
	background-position: -395px 0;
}
/* オンマウス時のスタイル */
#RS01 a:hover {
	background-position: 0 -24px;
}
#RS02 a:hover {
	background-position: -66px -24px;
}
#RS03 a:hover {
	background-position: -132px -24px;
}
#RS04 a:hover {
	background-position: -197px -24px;
}
#RS05 a:hover {
	background-position: -263px -24px;
}
#RS06 a:hover {
	background-position: -329px -24px;
}
#RS07 a:hover {
	background-position: -395px -24px;
}
/* ページ選択時のスタイル */
#RS01Now a {
	width: 66px;
	background-position: 0 -24px;
}
#RS02Now a {
	width: 66px;
	background-position: -66px -24px;
}
#RS03Now a {
	width: 66px;
	background-position: -132px -24px;
}
#RS04Now a {
	width: 67px;
	background-position: -197px -24px;
}
#RS05Now a {
	width: 67px;
	background-position: -263px -24px;
}
#RS06Now a {
	width: 67px;
	background-position: -329px -24px;
}
#RS07Now a {
	width: 66px;
	background-position: -395px -24px;
}
/*===================================================
作品一覧ヘッダー　プルダウン、特典チェック部分
===================================================*/


#GoodsListHeader {
	width: 530px;
	margin: 0 auto;
	padding: 5px 0px 20px 0px;
}
#GoodsListHeader table {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}
#GoodsListHeader td.glh_CBox {
	font-size: 12px;
	color: #ff2e42;
	font-weight: bold;
}
#GoodsListHeader td {
	padding-left: 5px !important;
}
#GoodsListHeader td.glh_CBox dl {
	padding: 0px 5px 0px 0px;
	text-align: left;
	text-indent: 0.4em;
	background-color: rgb(255,255,191);
	border-color: rgb(255,229,153);
	border-width: 1px;
	/* Firefox v1.0+ */
	-moz-border-radius: 5px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 5px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 5px;
	border-style: solid;
	height: 18px;
}
#GoodsListHeader td.glh_CBox dl dd {
	float: left;
	width: 16px;
	margin-top: -2px;
}
#GoodsListHeader td.glh_CBox dl dt {
	float: left;
	text-align: left;
}
#GoodsListHeader td.glh_sp {
	padding: 0px 0px 0px 5px;
}
#GoodsListHeader td img {
	padding: 0px 0px 0px 5px;
}
#GoodsListHeader td.glh_Btn {
	padding: 0px 0px 0px 5px;
}
/*================================================
ランキングヘッダー
================================================*/
#RankingListHeaderSyukei {
	width: 115px;
	float: right;
	padding-bottom: 0px;
	font-size: 12px;
	color: #012095;
}
#RankingListHeaderSyukei a {
	width: 115px;
	float: right;
	padding-bottom: 0px;
	font-size: 12px;
	color: #012095;
}
#RankingListHeader {
	width: 255px;
	float: right;
	padding-bottom: 10px;
}

/* 2016.03.01 従来ここに定義されていたものを css/goods1row.cssとした */


/*================================================
検索結果 声優検索ボタン
================================================*/
#RSeiyuuSearchBtn {
	width: 120px;
	height: 34px;
	margin-left: 50px;
	clear: both;
}
#RSeiyuuSearchBtn a {
	display: block;
	background: url(../img/seiyuu_search_btn.gif) 0 0;
	height: 34px;
	text-indent: -9999px;
	font-size: 12px;
}
#RSeiyuuSearchBtn a.openPanel {
	background-position: 0 -34px;
}
#RSeiyuuSearchBtn a:hover {
	opacity: 0.8;
	/* for IE */
	zoom: 1;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/**/
#RSakkaSearchBox {
	width: 510px;
	position: relative;
	padding: 5px;
	background: url(../img/alpha_BG_cream.png);
	box-shadow: 0px 1px 3px #CCC;
	border-radius: 5px;
	clear: both;
	text-align: left;
	z-index: 10;
	margin-left: 30px;
	margin-bottom: 5px;/* 初期設定 */
}
#RSakkaSearchBoxBorder {
	border: 2px dotted #FBB0D2;
	border-radius: 3px;
	overflow: hidden;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/**/
.RSeiyuuSearchBoxLeft {
	width: 485px;
	height: 50px;
	float: left;
	padding-left: 2px;
	margin: 0 auto !important;
}
.RSeiyuuSearchBoxLeft img {
	vertical-align: middle;
}
.RSeiyuuSearchBoxLeft p {
	font-size: 12px;
	font-weight: bold;
	color: #FF2C69;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
.RSeiyuuSearchBoxLeft img.crossBtn {
	margin-left: 3px;
	margin-top: 2px;
	margin-right: 5px;
}
.RSeiyuuSearchBoxLeft img.reverseBtn {
	margin-right: 5px;
}
/*===================================
20130515追加
===================================*/
#RankingSearchWrapper {
	padding: 5px;
	background: #FFDBDB;
	border: 1px solid #FFBDC4;
	border-radius: 7px;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 538px;
}
/* カテゴリボタン用 */
#RankingSearchBtn, #RankingSearchBtn ul {
	overflow: hidden;
}
#RankingSearchBtn ul {
	margin-left: -4px;
}
#RankingSearchBtn li {
	width: 73px;
	height: 24px;
	float: left;
	line-height: 24px;
	margin-left: 4px;
}
#RankingSearchBtn li a {
	display: block;
	height: 24px;
	background: url(../img/RS_btn_BG.png) no-repeat;
	text-align: center;
}
#RankingSearchBtn li a:hover img {
	opacity: 1;
	/* for IE */
	zoom: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#RankingSearchBtn li.Now a, #RankingSearchBtn li a:hover {
	background: url(../img/RS_btn_BG_on.png) no-repeat;
}
/* カテゴリボタン下のボックス */
.RankingSearchSubBox {
	background: #FFF;
	padding: 10px;
	overflow: hidden;
	margin-top: 5px !important;
	border: 1px solid #FFC7CE;
	border-radius: 5px;
	clear: both;
	width: 516px;
	margin: 0 auto;
}
.RankingSearchSubBox h3 {
	padding-bottom: 5px;
}
/*テーブル*/
.RankingSearchSubBoxTable table {
	width: 100%;
	background: url(../img/RS_hBorder.png) repeat-x left bottom;
	padding-bottom: 5px;
	padding-top: 3px;
	clear: both;
}
.RankingSearchSubBoxTable th {
	width: 65px;
	text-align: left;
}
.RankingSearchSubBoxTable td {
	font-size: 11px;
	color: #2C050F;
	line-height: 23px;
}
.RankingSearchSubBoxTable td span {
	margin-right: -1px;
}
.RankingSearchSubBoxTable td em {
	font-style: normal;
	cursor: default;
}
.RankingSearchSubBoxTable td em.red {
	color: #F40C21;
}
#RankingSearchSubBoxBtn {
	width: 72px;
	height: 25px;
	margin: auto;
	clear: both;
	padding-top: 7px;
}
#RankingSearchSubBoxBtn a {
	background: url(../img/RS_GO_btn.png) no-repeat;
	display: block;
	height: 25px;
	text-indent: -9999px;
}
#RankingSearchSubBoxBtn a:hover {
	background: url(../img/RS_GO_btn_on.png) no-repeat;
}
.RankingSearchSubBoxSelect01, .RankingSearchSubBoxSelect02 {
	overflow: hidden;
}
/* 発売日一覧のボタン設定 */
.RankingSearchSubBoxSelect01 ul {
	overflow: hidden;
	margin-left: -2px;
}
.RankingSearchSubBoxSelect01 li {
	float: left;
	margin-left: 3px;
	margin-top: 4px;
}
.RankingSearchSubBoxSelect01 li a {
	display: block;
	line-height: 20px;
	background: url(../img/RS_sub_btn_BG.png);
	border: 1px solid #FFA8BF;
	border-radius: 5px;
	text-align: center;
	color: #C3055A;
	font-size: 12px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
.RankingSearchSubBoxSelect01 li a:hover, .RankingSearchSubBoxSelect01 li.Now a {
	background: url(../img/RS_sub_btn_BG_on.png);
	color: #FFF;
	border: 1px solid #882463;
}
/* ランキング一覧のボタン設定 */
.RankingSearchSubBoxSelect02 ul {
	overflow: hidden;
	margin-left: -2px;
}
.RankingSearchSubBoxSelect02 li {
	float: left;
	margin-left: 4px;
	margin-top: 4px;
}
.RankingSearchSubBoxSelect02 li a {
	display: block;
	line-height: 20px;
	background: url(../img/RS_sub_btn_BG.png);
	border: 1px solid #FFA8BF;
	border-radius: 5px;
	text-align: center;
	color: #C3055A;
	font-size: 12px;
	text-decoration: none;
	/* width: 80px; */
	width: 68px;
}
.RankingSearchSubBoxSelect02 li a:hover, .RankingSearchSubBoxSelect02 li.Now a {
	background: url(../img/RS_sub_btn_BG_on.png);
	color: #FFF;
	border: 1px solid #882463;
}
.RankingSearchSubBoxSelect02 li.No {
	display: block;
	line-height: 20px !important;
	background: url(../img/RS_sub_btn_BG_No.png);
	border: 1px solid #FFA8BF;
	border-radius: 5px;
	text-align: center;
	color: #C3055A;
	font-size: 12px;
	text-decoration: none;
	/* width: 80px; */
	width: 68px;
	height: 20px;
}
/* 検索結果メッセージ */
#RankingSearchText p {
	padding-left: 50px;
	padding-bottom: 15px;
	font-size: 12px;
	color: #333;
}
#RankingSearchText p span {
	color: #28AD97;
}
