@namespace url(http://www.w3.org/1999/xhtml);

/* ===============================================
   トップページのイイネ！を非表示に
=============================================== */
@-moz-document url(http://mixi.jp/), url-prefix(http://mixi.jp/#), url-prefix(http://mixi.jp/?), url-prefix(http://mixi.jp/home.pl) {

/* つぶやく入力領域を非表示 */
 #homePostArea {
    background: none !important;
  }
 #homePostArea .inputArea {
    background: none !important;
    border-style: none !important;
    padding: 0 !important;
  }
 #homePostArea .tabTitle,
 #homePostArea .inputArea #voicePost,
 #homePostArea .voiceTopicsBalloon {
    display: none !important;
  }

/* 領域の調整・つぶやき一覧の表示位置変更 */
 #homePostArea {
   margin-bottom: 15px !important;
   padding-bottom: 0 !important;
  }
 #homePostArea .postLink {
    position: relative !important;
    top: 0 !important;
    float: left !important;
  }
 #homePostArea .moreLink01 {
    clear: none !important;
    padding-right: 10px !important;
    font-size: 100% !important;
    line-height: 22px !important;
  }

/* みんなのつぶやきを非表示 */
 #homePostArea .moreLink01 a[href*="search_voice.pl"] {
    display: none !important;
  }

/* 友人の発言を非表示(スタンダード表示) */
 .homeFeedArea .recentStream {
    display: none !important;
  }

/* つぶやきを非表示(タイムライン表示) */
 .homeFeedArea .timeStream .voice {
    display: none !important;
  }

/* イイネ！・イイネ！領域を非表示 */
 .homeFeedArea .utility .iine {
    display: none !important;
  }
 #homeView .contentsInfo .iine,
 #homeView .viewContents .iine,
 #homeView .viewFeedback .homeviewIine {
    display: none !important;
  }

}


/* ===============================================
   mixiボイスの「イイネ！」を非表示
=============================================== */
@-moz-document url-prefix("http://mixi.jp/recent_voice.pl"), url-prefix("http://mixi.jp/list_voice.pl") {

/* イイネ！・イイネ！領域を非表示 */
 .listArea .voiceArea .voiced .listAction .likeIcon,
 .listArea .voiceArea .voiced .iineArea01 {
    display: none !important;
  }

}


/* ===============================================
   カレンダーのイイネ！を非表示
=============================================== */
@-moz-document url-prefix(http://mixi.jp/view_schedule_entry.pl) {

/* イイネ！・イイネ！領域を非表示 */
 .viewScheduleBox .iine,
 .viewScheduleBox .iineList {
    display: none !important;
  }

}

/* ============================================ */
@-moz-document url-prefix(http://mixi.jp/new_schedule.pl) {

 .newFriendSchedule .newFeedList .iine {
    display: none !important;
  }

}


/* ===============================================
   mixiチェックのイイネ！を非表示
=============================================== */
@-moz-document url-prefix(http://mixi.jp/recent_check.pl), url-prefix(http://mixi.jp/list_check.pl) {

/* イイネ！・イイネ！領域を非表示 */
 .checkList .checkContents .info .iine,
 .checkList .checkContents .feedback .iineList {
    display: none !important;
  }

}

/* ============================================ */
@-moz-document url-prefix(http://mixi.jp/view_check.pl) {

/* イイネ！・イイネ！領域を非表示 */
 .checkItem .checkItemBody .actionLink01 li:first-child,
 .checkItem .feedback .iineList {
    display: none !important;
  }

}


/* ===============================================
   コミュニティのイイネ！を非表示
=============================================== */
@-moz-document url-prefix(http://mixi.jp/view_bbs.pl), url-prefix(http://mixi.jp/view_event.pl), url-prefix(http://mixi.jp/view_enquete.pl) {

/* イイネ！・イイネ！領域を非表示 */
 .listAction li:first-child {
    display: none !important;
  }

}


/* ===============================================
   日記のイイネ！を非表示
=============================================== */
@-moz-document url-prefix(http://mixi.jp/view_diary.pl) {

/* イイネ！・イイネ！領域を非表示 */
 .viewDiaryBox .actionLink01 .iine,
 .viewDiaryBox .iineList {
    display: none !important;
  }

}

/* ============================================ */
@-moz-document url-prefix(http://mixi.jp/list_diary.pl) {

/* イイネ！・イイネ！領域を非表示 */
 .listDiaryBlockLast .diaryEditMenu ul li:last-child,
 .listDiaryBlock     .diaryEditMenu ul li:last-child {
    display: none !important;
  }

}


/* ===============================================
   mixiフォトのイイネ！を非表示
=============================================== */
@-moz-document domain(photo.mixi.jp) {

/* イイネ！を非表示 */
 .showPhotoArea .photoInfo .iine,
 .showPhotoArea .goodSign {
    display: none !important;
  }

/* イイネ！領域を非表示 */
 .contents .reactionList .good,
 .contents .reactions .good {
    display: none !important;
  }

}


/* ===============================================
   フォトアルバムのイイネ！を非表示
=============================================== */
@-moz-document url-prefix(http://mixi.jp/new_time_feed.pl), url-prefix(http://mixi.jp/new_album.pl) {

/* イイネ！・イイネ！領域を非表示 */
 .timeLineFeed .itemData .iine {
    display: none !important;
  }
 .newFriendPhoto .reactions .good {
    display: none !important;
  }

}


/* ===============================================
   mixiページ検索のイイネ！を非表示
=============================================== */
@-moz-document url-prefix(http://page.mixi.jp/search_page.pl) {

/* イイネ！・イイネ！領域を非表示 */
 .pickupPage .pageFeed .status .iine {
    display: none !important;
  }

}


/* ===============================================
   mixiニュースのイイネ！を非表示
=============================================== */
@-moz-document domain(news.mixi.jp) {

/* イイネ！を非表示 */
 .relationalPost .voiceList01 .iine {
    display: none !important;
  }

}
