@charset "UTF-8";
/* 楽曲一覧画面スタイルシート */
/* 楽曲検索ボックス上部背景 */
div#background_music_search_top {
  background: whitesmoke;
  border-top: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
}

/* 楽曲検索ボックス上部 */
div#box_music_search_top {
  height: 53px;
  line-height: 53px;
  margin: 0 calc(50% - 490px) 0;
  padding-left: 14px;
}

/* 楽曲検索対象 */
div#music_search_target {
  margin-left: 20px;
}
div#music_search_target select {
  height: 18px;
  width: 145px;
}

/* 楽曲検索方法 */
div#music_search_method {
  margin-left: 14px;
}
div#music_search_method select {
  height: 18px;
  width: 145px;
}

/* 楽曲検索キーワード */
div#music_search_keyword {
  width: calc(100% - 619px - 1px);
  margin-left: 14px;
}
div#music_search_keyword input {
  height: 26px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px #cccccc solid;
  border-right: none;
}

/* 楽曲検索ボタン */
div#music_search input {
  height: 28px;
  width: 80px;
  border-style: none;
  cursor: pointer;
  background: url("/img/btn/btn_search.png") left top no-repeat;
}

/* 詳細楽曲検索ボックス開閉ボタン */
div#detail {
  margin-left: 10px;
}

/* 詳細楽曲検索ボックス背景 */
div#background_music_detail_search {
  background: whitesmoke;
  border-bottom: 1px #e6e6e6 solid;
}

/* 詳細楽曲検索ボックス */
div#box_music_detail_search {
  margin: 0 calc(50% - 476px) 0;
  padding: 16px 14px 0;
  font-size: 13px;
}

/* 検索範囲ボックス */
div#box_search_scope {
  padding-bottom: 16px;
  border-bottom: 1px #d0d0d0 dotted;
}

/* お気に入り登録済み楽曲チェックボックス */
div#favorite_music label {
  margin-left: 24px;
}

/* オリジナル曲ラジオボタン */
div#original_music label {
  margin-left: 116px;
}
div#original_music label input {
  margin-bottom: 3px;
}

/* カバー曲ラジオボタン */
div#cover_music label {
  margin-left: 23px;
}
div#cover_music label input {
  margin-bottom: 3px;
}

/* 楽曲検索ジャンルボックス */
div#box_music_search_genre {
  padding: 15px 0;
  font-size: 13px;
  border-bottom: 1px #d0d0d0 dotted;
}

/* 全楽曲検索ジャンルチェックボックス */
div#all_music_genre label {
  margin-left: 25px;
}

/* 楽曲検索ジャンルチェックボックス */
div#music_genre div {
  width: 190px;
}
div#music_genre div label {
  font-size: 12px;
}

/* 楽曲詳細検索ボタンボックス */
div#box_music_detail_search_btn {
  width: 186px;
  padding: 10px 0;
  margin: 0 auto;
}

/* クリアボタン */
div#clear {
  width: 88px;
}

/* 楽曲詳細検索ボタン */
div#music_detail_search {
  width: 88px;
  margin-left: 10px;
}
div#music_detail_search input {
  height: 28px;
  width: 88px;
  border: none;
  cursor: pointer;
  background: url("/img/btn/btn_search_detail.png") left top no-repeat;
}

/* 楽曲検索ボックス下部背景 */
div#background_music_search_bottom {
  margin-bottom: 20px;
  background: whitesmoke;
  border-bottom: 1px #e6e6e6 solid;
}

/* 楽曲検索ボックス下部 */
div#box_music_search_bottom {
  height: 48px;
  line-height: 48px;
  margin: 0 calc(50% - 361px) 0;
}

/* 楽曲検索区切り線 */
div#music_search_line {
  height: 28px;
  width: 0;
  margin: 10px 0 10px 10px;
  padding-right: 10px;
  border-left: 1px #e6e6e6 solid;
}

/* お気に入り登録済み楽曲ボタン */
input#btn_favorite_music_list {
  margin-left: 9px;
}

/* 楽曲検索結果表示ボックス */
div.box_music_show {
  margin: 0 calc(50% - 490px) 0;
}

/* 楽曲検索結果ボックス */
div#box_music_result {
  border: 1px #e6e6e6 solid;
}

/* 楽曲検索結果 */
div#music_result {
  padding: 9px 0 9px 12px;
  float: left;
}

/* 楽曲検索結果見出し */
h1 {
  height: 24px;
  margin-left: 8px;
  font-size: 16px;
}
h1 span {
  display: inline-block;
  margin: 3px 0;
}

/* 楽曲並び替えボックス */
div#box_music_sort {
  height: 42px;
  line-height: 42px;
  text-align: right;
  font-size: 12px;
}
div#box_music_sort select {
  height: 18px;
  width: 135px;
  margin: 0 12px 0 4px;
}

/* 楽曲一覧ボックス */
div#box_music_list {
  margin-bottom: 41px;
  padding: 0 13px;
  border: 1px #e6e6e6 solid;
  border-top: none;
}

/* ページャー上部ボックス */
div#pager_top {
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-bottom: 1px #e6e6e6 solid;
}

/* ページャーのボタン共通 */
span.page {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  margin: 0 1px;
  background: #7f7f7f;
  font-size: 10px;
  color: white;
  cursor: pointer;
}

/* 現在表示中のページボタン */
span.show_page {
  background: #df0c19;
  cursor: default;
}

/* ページャー「最初へ」のボタン */
span.first_page {
  width: 58px;
}

/* ページャー「前へ」のボタン */
span.previous_page {
  width: 42px;
}

/* ページャー「次へ」のボタン */
span.next_page {
  width: 42px;
}

/* ページャー「最後へ」のボタン */
span.last_page {
  width: 58px;
}

/* 楽曲一覧ボックス下部 */
div#box_music_list_bottom {
  font-size: 0;
}

/* 楽曲のブロック */
div.music_block {
  margin: 14px 2.5%;
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

/* 楽曲のブロック（1行のみ表示用） */
div.music_block_line1 {
  margin: 0 2.5%;
  height: 0;
  width: 180px;
  display: inline-block;
  vertical-align: top;
}

/* サムネイル */
div.music_thumbnil {
  margin: 0 5px;
  position: relative;
  top: 0;
  left: 0;
  max-height: 135px;
  max-width: 180px;
  box-shadow: 0 0 0 0 white;
}

/* サムネイル上アイコン */
div.thumbnil_icon {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 135px;
  max-width: 180px;
}

/* 楽曲情報（3、4列表示用） */
div.box_music_info_row34 {
  width: 93%;
  width: -webkit-calc(100% - 5px * 2);
  width: calc(100% - 5px * 2);
  word-break: break-all;
  word-wrap: break-word;
  margin: 0 5px;
}

/* 楽曲情報（1列表示用） */
div.box_music_info_row1 {
  width: 64%;
  word-break: break-all;
  word-wrap: break-word;
  margin: 0 5px;
  color: #000000;
  display: none;
}

/* 楽曲のブロックライン（4列表示用） */
div.music_block_line_row4 {
  border-bottom: 1px #e6e6e6 solid;
  margin: 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

/* 楽曲のブロックライン（3列表示用） */
div.music_block_line_row3 {
  border-bottom: 1px #e6e6e6 solid;
  margin: 0;
  width: 100%;
  display: none;
  vertical-align: top;
}

/* 楽曲のブロックライン（1列表示用） */
div.music_block_line_row1 {
  border-bottom: 1px #e6e6e6 solid;
  margin: 0;
  width: 100%;
  display: none;
  vertical-align: top;
}

/* 各楽曲 */
div.music {
  padding: 15px 26px 18px;
}

.music_name {
  font-size: 14px;
}

.artist_name {
  font-size: 14px;
}

.producer_name {
  font-size: 12px;
}

.delivery_status {
  font-size: 12px;
}

/* ページャー下部ボックス */
div#pager_bottom {
  height: 62px;
  line-height: 62px;
  text-align: center;
  border-top: 1px #e6e6e6 solid;
}

/* 該当楽曲無し */
div.music_none {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 14px;
  margin: 10px;
}

div.icon_play_count_remarks {
  padding-left: 2em;
  text-indent: -1em;
  margin-bottom: 10px;
  font-size: 0.9em;
}

/************************************************************************************/
/************************************************************************************/
/*-----------------------------------------------------------
	 画面サイズが1015px以下
		1.楽曲検索結果表示ボックス左右マージン変更
		2.楽曲検索ボックス上部左右マージン変更
-----------------------------------------------------------*/
@media screen and (max-width: 1015px) {
  /*----*/
  /* 1. */
  /*----*/
  /* 楽曲検索結果表示ボックス */
  div.box_music_show {
    margin: 0 10px;
  }

  /*----*/
  /* 2. */
  /*----*/
  /* 楽曲検索ボックス上部 */
  div#box_music_search_top {
    margin: 0 10px;
  }
}
/*-----------------------------------------------------------
	画面サイズが970px以下
		1.詳細楽曲検索ボックス左側マージン削除
-----------------------------------------------------------*/
@media screen and (max-width: 970px) {
  /*----*/
  /* 1. */
  /*----*/
  /* 詳細楽曲検索ボックス */
  div#box_music_detail_search {
    margin: 0;
  }
}
/*-----------------------------------------------------------
	画面サイズが900px以下
		1.楽曲4列 -> 3列表示変更
-----------------------------------------------------------*/
@media screen and (max-width: 900px) {
  /*----*/
  /* 1. */
  /*----*/
  /* 楽曲のブロック */
  div.music_block {
    margin: 14px 4.5%;
    width: 24.33333%;
  }

  /* 楽曲のブロックライン（4列表示用） */
  div.music_block_line_row4 {
    display: none;
  }

  /* 楽曲のブロックライン（3列表示用） */
  div.music_block_line_row3 {
    display: inline-block;
  }
}
/*-----------------------------------------------------------
	画面サイズが768px以下
		1.楽曲検索ボックス上下部、詳細楽曲検索ボックス非表示
		2.楽曲検索結果回り込み解除（2段にする）変更
		3.ページャー表示変更
		4.楽曲3列 -> 1列表示変更
-----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*----*/
  /* 1. */
  /*----*/
  /* 楽曲検索ボックス上部背景 */
  div#background_music_search_top {
    display: none;
  }

  /* 詳細楽曲検索ボックス */
  div#box_music_detail_search {
    display: none;
  }

  /* 楽曲検索ボックス下部背景 */
  div#background_music_search_bottom {
    display: none;
  }

  /*----*/
  /* 2. */
  /*----*/
  /* 楽曲検索結果 */
  div#music_result {
    float: none;
  }

  /* 楽曲並び替えボックス */
  div#box_music_sort {
    float: none;
  }

  /*----*/
  /* 3. */
  /*----*/
  /* ページャー */
  span.page {
    display: none;
  }

  /* ページャー「前へ」のボタン */
  span.previous_page {
    display: inline-block;
  }

  /* ページャー「現在 表示中ページ」のボタン */
  span.show_page {
    display: inline-block;
  }

  /* ページャー「次へ」のボタン */
  span.next_page {
    display: inline-block;
  }

  /*----*/
  /* 4. */
  /*----*/
  /* 楽曲一覧ボックス */
  div#box_music_list {
    margin-bottom: 0;
  }

  /* 楽曲検索結果表示ボックス */
  div.box_music_show {
    margin: 15px 10px;
  }

  /* 楽曲のブロック */
  div.music_block {
    margin: 14px 5px;
    width: 100%;
    font-size: 0;
  }

  /* サムネイル */
  div.music_thumbnil {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }

  /* 楽曲のブロックライン（4列表示用） */
  div.music_block_line_row4 {
    display: none;
  }

  /* 楽曲のブロックライン（3列表示用） */
  div.music_block_line_row3 {
    display: none;
  }

  /* 楽曲のブロックライン（1列表示用） */
  div.music_block_line_row1 {
    display: inline-block;
  }

  /* 楽曲情報（3、4列表示用） */
  div.box_music_info_row34 {
    display: none;
  }

  /* 楽曲情報（1列表示用） */
  div.box_music_info_row1 {
    display: inline-block;
  }
}
/*-----------------------------------------------------------
	画面サイズが480px以下
		1.楽曲情報1列表示時の回り込み防止（-6%）
-----------------------------------------------------------*/
@media screen and (max-width: 480px) {
  /*----*/
  /* 1. */
  /*----*/
  /* 楽曲情報（1列表示用） */
  div.box_music_info_row1 {
    width: 58%;
  }
}
/************************************************************************************/
/*-------------------------*/
/* Safari、Chromeにスタイル指定 */
/*-------------------------*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* 楽曲検索キーワード */
  div#music_search_keyword input {
    height: 28px;
  }
}
/* マウスオン */
/*----------------------*/
/* サムネイルをずらし影を付ける */
/*----------------------*/
div.music_thumbnil:hover {
  position: relative;
  top: -5px;
  left: -5px;
  box-shadow: 5px 5px 0 0 rgba(230, 230, 230, 0.7);
}
