@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
url-prefix("http://www.nicovideo.jp/my/"),
url-prefix("http://www.nicovideo.jp/user/") {
/* Scroll my-mylist content */
  #SYS_page_items,
  #SYS_THREADS,
  .myContList {
    height: 800px !important;
    overflow: auto;
    padding-top: 5px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  #myContBody {
    padding-top: 10px !important;
  }
  .mylistFormWrap {
    padding-bottom: 0 !important;
  }
}

@-moz-document url-prefix("http://www.nicovideo.jp/my/mylist") {
  /* -------- マイリストの表示確認・編集・削除をヘッダーに統合 -------- */
  .editFormWrap {
    margin-top: -38px !important;
    margin-right: -10px !important;
    margin-left:292px !important;
    margin-bottom: 15px !important;
  }
  .editMenuWrap {
    border: 0 !important; padding-top: .3em !important;
  }
  .mylistType { /* 公開マイリスト／非公開マイリストを非表示 */
    display: none;
  }
  /* ↑から「マイリストの編集」ページ用に元の位置に補正*/
  #SYS_box_group_edit {
    margin-top: 38px !important;
    margin-left: -292px !important;
  }
  /* ======== マイリストコントロール ======== */
  .spBox {
    margin: -10px -20px 0 !important;
    padding: 0 10px !important;
    background: #eee;
    border-bottom: 1px dotted #aaa !important;
    position: relative !important;
  }
  /* -------- マイリストのソート -------- */
  .sortForm {
    margin: 0 0 5px !important;
    padding-top: 8px !important;
  }
  .sortForm>select {
    margin: 0 !important;
    position: absolute !important;
    bottom: 5px;
    right: 8px;
  }
  .itemNum {
    margin-right: 5px !important;
  }
  .SYS_box_filter {
    margin: 0 !important;
  }
  .SYS_box_filter input,
  .SYS_box_filter label {
    margin: 0 !important;
  }
  /* -------- マイリストの移動・コピー・削除 -------- */
  #SYS_box_check_editor {
    margin: 5px 0 !important;
   }
  #SYS_box_check_editor select:nth-child(2) {
    width: 17.2em !important;
  }
  /* 「チェックした項目を」の画像を非表示 */
  #SYS_box_check_editor .formTxt1,
  #SYS_box_check_editor .formTxt3 {
    display: none;
  }
  #SYS_box_check_editor>input {
    -moz-appearance: none !important;
    margin: 0 1px !important;
    width: 48px !important;
    background-image: -moz-linear-gradient(top,#F7F7F7,#F3F3F3 55%,#e3e3e3 56%,#ddd 97%,#bbb) !important;
    background-image: -o-linear-gradient(top,#F7F7F7,#F3F3F3 55%,#e3e3e3 56%,#ddd 97%,#bbb) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#F7F7F7),color-stop(0.55,#F3F3F3),color-stop(0.56,#e3e3e3),color-stop(0.97,#ddd),to(#bbb)) !important;
    background-position: 0 0 !important;
    border: 1px solid #777 !important;
    border-top-color: #ccc !important;
    border-left-color: #ccc !important;
    border-radius: 2px;
    font-size: 13px !important;
  }
  #SYS_box_check_editor>input:hover {
    background-image: -moz-linear-gradient(top,#F7F7F7,#F3F3F3 55%,#e3e3e3 56%,#eee 97%,#bbb) !important;
    background-image: -o-linear-gradient(top,#F7F7F7,#F3F3F3 55%,#e3e3e3 56%,#eee 97%,#bbb) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#F7F7F7),color-stop(0.55,#F3F3F3),color-stop(0.56,#e3e3e3),color-stop(0.97,#eee),to(#bbb)) !important;
  }
  #SYS_box_check_editor>input:active {
    background-image: -moz-linear-gradient(top,#F7F7F7,#F3F3F3 55%,#e3e3e3 56%,#eee) !important;
    background-image: -o-linear-gradient(top,#F7F7F7,#F3F3F3 55%,#e3e3e3 56%,#eee) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#F7F7F7),color-stop(0.55,#F3F3F3),color-stop(0.56,#e3e3e3),to(0.97,#eee)) !important;
    border-top-color: #777 !important;
    border-left-color: #777 !important;
    border-bottom-color: #ccc !important;
    border-right-color: #ccc !important;
    box-shadow: inset 0 0 1px rgba(0,0,0,.2);
  }
  /* 登録件数が500件以上になったら～を非表示 */
  .spMsg {
    display: none;
  }

  /* マイリストコントロール下部を左右入れ替えたい場合はコメントアウトを外す */
  /*
  .sortForm>select {
    left: 8px;
  }
  #SYS_box_check_editor {
     text-align: right !important;
  }
  */
}

@-moz-document url-prefix("http://www.nicovideo.jp/mylist/") {
/* Erase Ads */
/* 最低限の広告非表示 */
  .content_312 #web_pc_prime,
  .content_312 #web_pc_360 {
    display: none;
  }
}
