@charset "UTF-8";
/*
 * /css/search/style.css
 *
 */

/* /search/ title
---------------------------------------------------------- */
.ttl01.search span:before {
	background: url(/images/search/h1_search01.png);
	background-size: contain;
}
.ttl01.dlranking span:before {
	background: url(/images/common/ico_ranking01.png);
	background-size: contain;
}
.ttl01.artist span:before {
	background: url(/images/search/h1_artist01.png);
	background-size: contain;
}
.ttl01.new_release span:before {
	background: url(/images/home/h3_new01.png);
	background-size: contain;
}

/* /search/ common
---------------------------------------------------------- */

/* 結果件数表示 */
.searchNumber {
	margin-bottom: 5px;
	background: #fff;
	display: inline-block;
	padding: 20px;
	min-height: 1%;
	width: 100%;
}
	.searchNumber:after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	.searchNumber .number {
		float: left;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		width: 250px;
		padding: 10px 0 0;
	}
		.searchNumber .number em {
			font-style: normal;
			font-size: 124%;
			padding: 0 5px;
		}
.searchOption {
	width: 390px;
	display: table;
	float: right;
}
.searchOption.col1, .searchOption.col2 {
	width: 33.3%;
	margin: 0 0 0 auto;
}
	.searchOption.col2 { width: 50%; }
.searchOption .optionBlock {
	background: #666;
	border-left: 1px solid #fff;
	color: #fff;
	display: table-cell;
	width: 33.3%;
	position: relative;
}
	.searchOption .optionBlock:first-child {
		border-left: none;
	}
.searchOption .optionBlock .ttl {
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	position: relative;
	vertical-align: middle;
	width: 100%;
}
.searchOption .optionBlock.optionFilter.active {
	background: #e03770;
}
	.searchOption .optionBlock.optionNumber .ttl:after,
	.searchOption .optionBlock.optionSorting .ttl:after	 {
		position: absolute;
		top: -4px;
		bottom: 0;
		right: 13px;
		margin: auto;
		content: "";
		vertical-align: middle;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.searchOption .optionBlock.optionFilter .ttl:after {
		background: url("/images/search/icon_filter.png");
		background-size: contain;
		position: absolute;
		top: 15px;
		bottom: 0;
		right: 13px;
		content: "";
		display: inline-block;
		height: 16px;
		vertical-align: middle;
		width: 15px;
	}
.searchOption .optionBlock ul {
	background: #fff;
	border: 1px solid #ddd;
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
}
.searchOption .optionBlock ul li {
	border-top: 1px solid #ddd;
	padding: 5px;
}
	.searchOption .optionBlock ul li:first-child {
		border-top: none;
	}
.searchOption .optionBlock ul li a {
	display: block;
}
.filterContents {
	background: #666;
	border-top: 1px solid #fff;
	display: none;
	margin-top: -27px;
	padding: 10px;
	width: 100%;
	z-index:50;
	position: relative;
}
.filterContents .filter01 {
	margin-bottom: 10px;
}
.filterContents .filter01 li {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	float: left;
	font-size: 12px;
	width: 330px;
	margin: -1px -1px 0 0;
}
.filterContents .filter01 li:hover {
	background: #FFF4F8;
}
	.filterContents .filter01 li span {
		display: inline-block;
	}
	.filterContents .filter01 li em {
		font-size: 14px;
		margin-right: 5px;
	}
	.filterContents .filter01 li em:before {
		content: "";
		display: inline-block;
		height: 21px;
		vertical-align: middle;
		width: 25px;
		margin: 0 10px 5px 0;
	}
	.filterContents .filter01 li.filterGenre em:before {
		background: url("/images/search/icon_filter01.png");
		background-size: contain;
	}
	.filterContents .filter01 li.filterArtist em:before {
		background: url("/images/search/icon_filter02.png");
		background-size: contain;
	}
	.filterContents .filter01 li.filterDataType em:before {
		background: url("/images/search/icon_filter03.png");
		background-size: contain;
	}
	.filterContents .filter01 li.filterScore em:before {
		background: url("/images/search/icon_filter04.png");
		background-size: contain;
	}
	.filterContents .filter01 li.filterDiff em:before {
		background: url("/images/search/icon_filter05.png");
		background-size: contain;
	}
	.filterContents .filter01 li.filterGrade em:before {
		background: url("/images/search/icon_filter06.png");
		background-size: contain;
	}
	.filterContents .filter01 li.filterMusic em:before {
		background: url("/images/search/icon_filter07.png");
		background-size: contain;
	}
	.filterContents .filter01 li a {
		color: #666;
		display: block;
		line-height: 1.2;
		padding: 10px;
		text-decoration: none;
	}
.filterContents .filter01 .select {
	margin: -10px 10px 10px;
}
.filterContents .filter01 .select a {
	background-color: #FFE0EB;
	border-radius: 2px;
	color: #C4004B;
	display: inline-block;
	font-size: 10px;
	margin: 0 5px 5px 0;
	padding: 2px 5px 2px 10px;
}
	.filterContents .filter01 .select a:after {
		background: url(/images/header/btn_close_select.png);
		background-size: contain;
	    content: " ";
	    display: inline-block;
	    height: 10px;
	    margin: 0 0 0 10px;
	    vertical-align: middle;
	    width: 10px;
	}

.filterContents .ttl02 {
	background-color: #333;
}
.filterContents .filter02 {
	display: table;
	margin: 10px 0 20px;
	width: 100%;
}
	.filterContents .filter02 li {
		display: table-cell;
		width: 70%;
	}
	.filterContents .filter02 li:first-child {
		padding-right: 10px;
		width: 30%;
	}
		.filterContents .filter02 li input,
		.filterContents .filter02 li select {
			border: 1px solid #ccc;
			padding: 5px;
			width: 100%;
		}
		.filterContents .filter02 .input_group_btn i {
			display: none;
		}
.filterContents .filterResult {
	background: #fff;
	display: table;
	margin-top: 10px;
	width: 100%;
}
.filterContents .filterResult div {
	display: table-cell;
	line-height: 1;
	padding: 20px;
	vertical-align: middle;
}
	.filterContents .filterResult .clear {
		text-align: left;
	}
	.filterContents .filterResult .resultNumber {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.filterContents .filterResult .resultNumber em {
		font-size: 24px;
		margin: 0 10px;
	}
	.filterContents .filterResult .btn.result {
		text-align: right;
	}


.remodal.filter {
	padding-bottom: 65px;
	text-align: left;
	width: 660px;
}
.remodal.filter .title {
	background: #eee;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px 10px 5px;
}
.remodal.filter .title:before {
		content: "";
		display: inline-block;
		height: 21px;
		vertical-align: middle;
		width: 25px;
		margin: 0 10px 5px 0;
	}
	.remodal.filter.filterGenre .title:before {
		background: url("/images/search/icon_filter01.png");
		background-size: contain;
	}
	.remodal.filter.filterArtist .title:before {
		background: url("/images/search/icon_filter02.png");
		background-size: contain;
	}
	.remodal.filter.filterDataType .title:before {
		background: url("/images/search/icon_filter03.png");
		background-size: contain;
	}
	.remodal.filter.filterScore .title:before {
		background: url("/images/search/icon_filter04.png");
		background-size: contain;
	}
	.remodal.filter.filterDiff .title:before {
		background: url("/images/search/icon_filter05.png");
		background-size: contain;
	}
	.remodal.filter.filterGrade .title:before {
		background: url("/images/search/icon_filter06.png");
		background-size: contain;
	}
	.remodal.filter.filterMusic .title:before {
		background: url("/images/search/icon_filter07.png");
		background-size: contain;
	}

.remodal.filter input { margin-right: 10px; }
.remodal.filter label { cursor: pointer; }
.remodal.filter li {
	float: left;
	margin: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	width: 31%;
}
.remodal.filter li.parent {
	float: none;
	padding-left: 0;
	text-indent: 0;
	width: 100%;
}
.remodal.filter li.parent p {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	margin: 10px 0;
	padding-bottom: 5px;
}
.remodal.filter ul ul {
	margin-left: 1.5em;
}
.remodal.filter .btn01 {
    background: #fff;
    border-top: 1px dotted #ccc;
    border-radius: 0 2px 2px 0;
    display: block;
    margin-left: -35px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.remodal.filter .btn01 :after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

.remodal.filter .btn01 ul {
    padding: 15px 5px 10px;
}
.remodal.filter .btn01 li {
	display: table-cell;
	margin:0;
}
.remodal.filter .btn01.nFixed {
    margin: 20px 0 -40px 0;
    padding: 0;
    position: relative;
    top:0!important;
}

/* /search/artist/
---------------------------------------------------------- */
.searchListTable {
	width: 100%;
}
	.searchListTable .cell01 {
		width: 100px;
	}
	.searchListTable .cell02 {
		width: 150px;
	}
	.searchListTable thead th {
		padding: 10px 20px;
		color: #fff;
		background: #666;
		font-weight: normal;
	}
	.searchListTable tbody th,
	.searchListTable tbody td {
		background: #fff;
		border-bottom: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		text-align: center;
		padding: 8px 20px;
		word-break: break-all;
	}
	.searchListTable tbody tr:last-child th,
	.searchListTable tbody tr:last-child td {
		border-bottom: none;
	}
	.searchListTable tbody th {
		border-left: none;
		text-align: left;
		font-weight: normal;
	}
	.searchListTable tbody td.btn {
		line-height: 1;
		font-size: 0;
	}



/* /search/detail
---------------------------------------------------------- */
.detailSection {
	margin: 0 0 10px;
	padding: 20px;
	background: #fff;
}

.detailDataTitle {
	display: table;
	margin-top: 20px;
	width: 100%;
}
.detailDataTitle .detailDataLabel {
	display: table-cell;
	margin: 0;
	padding: 0;
	width: 70px;
	vertical-align: middle;
}
	.detailDataTitle .detailDataLabel li {
		margin: 0 0 3px;
		line-height: 1;
	}
	.detailDataTitle .detailDataLabel li.cat01 {
		margin: 10px 0 3px -5px;
	}
	.detailDataTitle .detailDataLabel li.cat01:first-child {
		margin-top: 0;
	}
.detailDataTitle .detailTitle {
	display: table-cell;
	padding-left: 30px;
	vertical-align: middle;
	word-break: break-all;
}

/* SNS */
.detailSnsBtn {
	text-align: right;
}
	.detailSnsBtn li {
		display: inline-block;
		margin: 0 0 0 12px;
		vertical-align: top;
	}
	.detailSnsBtn li:first-child {
		margin-top: -4px;
	}
	.detailSnsBtn li.favorite {
		margin: 0 0 0 24px;
	}

/* title */
.detailTitle h1 {
	color: #000;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	margin: 0;
}
	.detailTitle .newIcon {
		margin: 0 0 0 5px;
		vertical-align: middle;
	}

/* artist */
.detailArtist {
	font-size: 124%;
	font-weight: bold;
	margin: 5px 0 0;
}

.detailTitle .midi_nc {
	margin-top: 5px;
	text-align: right;
}

.detailComment {
	color: #4b4948;
	margin: 0 0 14px;
}


.detailCartList {
	overflow: hidden;
	margin: 0 0 12px;
}
		.detailCartList ul li {
			margin: 4px 0 0;
			display: table;
			width: 100%;
		}
			.detailCartList ul li .head,
			.detailCartList ul li .sample,
			.detailCartList ul li .price,
			.detailCartList ul li .cartBtn {
				background: #f0f0f0;
				display: table-cell;
				padding: 8px 5px;
				text-align: center;
				vertical-align: middle;
			}
			.detailCartList ul li .head {
				width: 153px;
				background: #e4e4e4;
			}
			.detailCartList ul li .sample {
				width: 237px;
				line-height: 1;
				font-size: 0;
			}
			.detailCartList ul li .sample a {
				margin: 0 5px;
			}
			.detailCartList ul li .price {
				background: #f0f0f0;
			}
			.detailCartList ul li .cartBtn {
				font-size: 0;
				line-height: 1;
				width: 138px;
			}
			.detailCartList ul li .cartBtn span {
				display: block;
				margin-top: 10px;
			}
			.detailCartList ul li .cartBtn span:first-child {
				margin-top: 0;
			}

.detailElreprint {
	overflow: hidden;
	margin: 0 0 12px;
	background: #f0f0f0;
}
			.detailElreprint ul li .reCap,
			.detailElreprint ul li .rechartBtn,
			.detailElreprint ul li .remp3Btn {
				display: table-cell;
				padding: 8px 5px;
				vertical-align: middle;
				line-height: 1.0;
			}
			.detailElreprint ul li .reCap {
				width: 406px;
				padding: 8px 10px;
			}
			.detailElreprint ul li .rechartBtn,
			.detailElreprint ul li .remp3Btn {
				text-align: right;
			}


.detailColumnLeft {
	float: left;
	width: 424px;
}
.detailColumnRight {
	float: right;
	width: 175px;
}

.detailStateTable {
	overflow: hidden;
	margin: 0 0 15px;
}
	.detailStateTable table {
		width: 100%;
		margin: -6px 0 -5px;
	}
		.detailStateTable table th,
		.detailStateTable table td {
			padding: 5px 5px 5px 0;
			vertical-align: top;
			color: #666;
			border-top: 1px dashed #d8d8d8;
			font-weight: normal;
			word-break: break-all;
		}
		.detailStateTable table th {
			font-weight: bold;
			padding-right: 20px;
			text-align: right;
			width: 130px;
		}

.detailGenreList {
	display: block;
	min-height: 1%;
}
.detailGenreList:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
	.detailGenreList li {
		float: left;
		margin: 0 12px 0 0;
	}

.ttl01.music {
	font-size: 16px;
}
	.ttl01.music span:before {
		background: url(/images/search/h2_search01.png);
		background-size: contain;
	}


.detailOtherList {
	overflow: hidden;
	padding: 18px 15px;
	background: #f7f7f7;
}
	.detailOtherList ul {
		margin: -18px 0 0;
	}
		.detailOtherList ul li {
			margin: 10px 0 0;
			padding: 0 0 0 18px;
			position: relative;
		}
		.detailOtherList ul li:before {
			position: absolute;
			left: 0;
			top: 7px;
			content: "";
			width: 7px;
			height: 7px;
			background: url(/images/common/ico_square01.png) no-repeat left top;
		}

.detailScoreSample {
	margin: 0 0 20px;
	padding: 12px;
	background: #f0f0f0;
	color: #4b4948;
}
	.detailScoreSample .btn {
		text-align: center;
		line-height: 1;
		margin-top: 15px;
	}
	.detailScoreSample .image {
		text-align: center;
		line-height: 1;
		margin: 5px 0 0;
	}

.detailSampleMovie {
	margin: 0 0 20px;
}
.detailSampleMovie .block {
	margin: 0 0 10px;
	line-height: 1.2;
}
	.detailSampleMovie .image {
		text-align: center;
		line-height: 1;
		margin-bottom: 5px;
	}
	.detailSampleMovie .title {
		font-weight: bold;
		margin-bottom: 5px;
	}
	.detailSampleMovie .comment {
		color: #7c7c7c;
		font-size: 93%;
	}

.detailSampleMovie .ttl02 {
	margin-bottom: 5px;
}
.detailSampleMovie .btn {
	margin: 10px 0;
	text-align: center;
}
.detailSampleMovie .notice {
	color: #999999;
	font-size: 93%;
	margin-top: 10px;
}

.youtubePreview {
	width: 650px;
	text-align: left;
}
	.youtubePreview .youtubeMessage {
	    color: #d30563;
	    font-size: 124%;
	    font-weight: bold;
	    margin: 10px 0 20px;
	    text-align: center;
	}
	.youtubePreview .btn01 {
	  margin: 20px 0 0;
		text-align: center;
	}
	.youtubePreview .btn01 li {
	  margin: 10px 0;
	}

.youtubePreview02 {
	width: 700px;
	text-align: center;
}
	.youtubePreview02 p {
	  text-align: left;
	}
	.youtubePreview02 .title {
	  background: url(/images/search/icon_movie.png) no-repeat;
		color: #000000;
		font-size: 124%;
		font-weight: bold;
		margin-bottom: 20px;
	  padding: 0 20px 0 35px;
	}
	.youtubePreview02 iframe {
		margin: 10px auto;
	}


.detailSampleAudio .btn {
	padding: 5px 0 0;
	line-height: 1;
	text-align: center;
}

.detailOtherWrap {
	margin: 20px 0 0;
}





/* /search/artist/ アーティスト詳細
---------------------------------------------------------- */

.artistName {
	padding: 12px 20px;
	background: #fff;
	display: table;
	min-height: 1%;
	margin-bottom: 9px;
	width: 100%;
}
	.artistName:after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	.artistName h2 {
		color: #000000;
		display: table-cell;
		font-size: 170%;
		font-weight: bold;
		line-height: 1.5;
		vertical-align: middle;
	}
	.artistName .favorite {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}
	.artistName .favorite img {
		vertical-align: bottom;
	}




/* /search/ セット商品
---------------------------------------------------------- */
.setCart {
	border-top: 1px dashed #d8d8d8;
	margin: 10px 0 -10px;
}
	.setCartIn {
		width: 360px;
		margin: 15px 0 0 auto;
		display: block;
		min-height: 1%;
	}
		.setCartIn:after {
			clear: both;
			content:".";
			display: block;
			height: 0;
			visibility: hidden;
		}
	
	.setCart .price, .setCart .btn { float: left; }
	.setCart .price {
		text-align: right;
		width: 240px;
	}
	.setCart .price em {
		font-size: 124%;
		font-style: normal;
		font-weight: bold;
		margin-left: 10px;
	}
	.setCart .btn {
		width: 100px;
		margin-left: 20px;
	}

.searchTable.detaiSet .searchTableHeadIn p.cell04 {
	background: none;
}

/* headセルの横幅 */
.searchTable.detaiSet .searchTableHeadIn .cell02 { width: 398px; }

.detaiSet .searchTableContent .contentLeft {
	width: 473px;
}
.detaiSet .searchTableContent .contentRight {
	width: 209px;
}


/* contentセルの横幅 */
.searchTable .searchTableContent .cell02 { width: 398px; }

.searchTable.detaiSet .searchTableContent .cell03 .price {
	border-right: none;
}



/* /search/ 結果0件の場合の内容
---------------------------------------------------------- */
.ranking_items {
	background: #666;
	padding: 5px 8px 11px;
	overflow: hidden;
}
	.ranking_items .rankingDate {
		margin: 0 0 5px;
		text-align: right;
		color: #cfcfcf;
	}
	.ranking_items ol {
		margin: 0 0 -8px;
	}
		.ranking_items ol li {
			margin: 0 0 0 5px;
			float: left;
			background: #fff;
			padding: 14px 9px 14px 4px;
			width: 218px;
		}
		.ranking_items ol li:first-child {
			margin-left: 0;
		}
	.ranking_summary {
		color: #7c7c7c;
		width: 100%;
	}
		.ranking_summary td {
			padding: 0 0 0 5px;
		}
		.ranking_summary .ranking_num {
			width: 36px;
			text-align: left;
			vertical-align: top;
			padding: 0 0 5px;
		}
		.ranking_summary .ranking_title {
			text-align: left;
			vertical-align: top;
			padding: 0 0 5px;
			font-weight: bold;
		}
		.ranking_summary .ranking_up_down {
			width: 40px;
			text-align: right;
			vertical-align: top;
			line-height: 1;
			padding: 0 0 5px;
		}




/* /electonehikihodai/ エレクトーン弾き放題　プレイリスト用
---------------------------------------------------------- */
.playlist .searchNumber .number { width: 300px; }
.playlist .searchNumber .number em { color: #d20c59; }
.playlist .searchNumber .number span {
	font-size: 14px;
	font-weight: lighter;
	padding-left: 20px;
}

.remodal.filter .btn01 .btns_3col li {
	float: none;
	text-indent: 0;
	width: auto;
}
.remodal.filter .btn01 .btns_3col li.first {
	padding-left: 0;
}

/* /elseries/ 曲集ページ用
---------------------------------------------------------- */
.searchNumberCaption {
	display: block;
	width: 100%;
	background: #fff;
	padding: 0 20px 20px;
	text-align: right;
}
.searchNumberCaption p {
	display: inline-block;
	width: auto;
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.filterContents[style="display: block;"] + .searchNumberCaption {
	display: none;
}