﻿@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------------
  イベント共通
---------------------------------------------------------------------------------------------------------- */
#movie.event #q-icon {
  background-image: none;
  }

#movie.event {
  background-position: right bottom;
  _background-image: none !important;
  _background-color: #840000 !important;         /* IE6　#movie.イベント名 { background-color: #xxxxxx; } */
  }

#movie.event #question-container {
  background-position: center top;
  }

#movie.event #question-container h3 {
  height: 42px;
  text-indent: -9999px;
  background-position: 0 0;
  }

#movie.event #event-comment {
  padding: 0 12px;
  _padding-top: 7px;
  }

#movie.event #question-container h4,
#movie.event #question-container .comment * {
  /*color: #333;*/
  }



/* ----------------------------------------------------------------------------------------------------------
  Halloween
---------------------------------------------------------------------------------------------------------- */
#movie.Halloween {
  background-image: url("event_img/top_sprite_halloween.png");
  background-color: #eb7910;
  }

#movie.Halloween #question-container {
  background-image: url("event_img/top_sprite_halloween.png");
  }

#movie.Halloween #question-container h3 {
  background-image: url("event_img/top_sprite_halloween.png");
  }



/* ----------------------------------------------------------------------------------------------------------
  Obama
---------------------------------------------------------------------------------------------------------- */
#movie.Obama {
  background-image: url("event_img/top_sprite_obama.png");
  }

#movie.Obama #question-container {
  background-image: url("event_img/top_sprite_obama.png");
  }

#movie.Obama #question-container h3 {
  background-image: url("event_img/top_sprite_obama.png");
  }

#movie.Obama #event-comment {
  color: #cbccce;
  }

#movie.Obama #question-container h4 {
  color: #fff;
  }

#movie.Obama #question-container .comment * {
  color: #cbccce;
  }

#movie.Obama #question-container h5 {
  color: #fff;
  }



/* ----------------------------------------------------------------------------------------------------------
  Christmas
---------------------------------------------------------------------------------------------------------- */
#movie.Christmas {
  background-image: url("event_img/top_sprite_Christmas.png");
  background-color: #b00000;
  }

#movie.Christmas #question-container {
  background-image: url("event_img/top_sprite_Christmas.png");
  }

#movie.Christmas #question-container h3 {
  height: 50px;
  _height: 49px;
  background-image: url("event_img/top_sprite_Christmas.png");
  }

#movie.Christmas #event-comment {
  color: #f7e14d;
  }

#movie.Christmas #question-container h4 {
  color: #ffff99;
  }

#movie.Christmas #question-container .comment * {
  color: #f7e14d;
  }

#movie.Christmas #question-container h5 {
  color: #fff;
  }



/* ----------------------------------------------------------------------------------------------------------
  Lipdub
---------------------------------------------------------------------------------------------------------- */
#movie.Lipdub {
  background-image: url("event_img/top_sprite_lipdub.png");
  background-color: #77b511;
  }

#movie.Lipdub #question-container {
  background-image: url("event_img/top_sprite_lipdub.png");
  }

#movie.Lipdub #question-container h3 {
  background-image: url("event_img/top_sprite_lipdub.png");
  }

#movie.Lipdub #event-comment {
  color: #fff;
  }

#movie.Lipdub #question-container h4 {
  color: #ffff99;
  }

#movie.Lipdub #question-container .comment h5 {
  color: #fdfe98;
  }

#movie.Lipdub #question-container .comment p {
  color: #e4f1ce;
  }

#movie.Lipdub #question-container h5 {
  color: #fff;
  }



/* ----------------------------------------------------------------------------------------------------------
  ValentineDay
---------------------------------------------------------------------------------------------------------- */
#movie.ValentineDay {
  background-image: url("event_img/top_sprite_Valentines.png");
  background-color: #660000;
  }

#movie.ValentineDay #question-container {
  background-image: url("event_img/top_sprite_Valentines.png");
  }

#movie.ValentineDay #question-container h3 {
  background-image: url("event_img/top_sprite_Valentines.png");
  }

#movie.ValentineDay #event-comment {
  color: #ffcc00;
  }

#movie.ValentineDay #question-container h4 {
  color: #ffcc00;
  }

#movie.ValentineDay #question-container .comment h5 {
  color: #ffcc00;
  }

#movie.ValentineDay #question-container .comment p {
  color: #e4f1ce;
  }

#movie.ValentineDay #question-container h5 {
  color: #fff;
  }



/* ----------------------------------------------------------------------------------------------------------
  AcademyAwards
---------------------------------------------------------------------------------------------------------- */
#movie.AcademyAwards {
  background-image: url("event_img/top_sprite_academy.png");
  background-color: #840000;
  }

#movie.AcademyAwards #question-container {
  background-image: url("event_img/top_sprite_academy.png");
  }

#movie.AcademyAwards #question-container h3 {
  background-image: url("event_img/top_sprite_academy.png");
  }

#movie.AcademyAwards #event-comment {
  color: #feff99;
  }

#movie.AcademyAwards #question-container h4 {
  color: #feff99;
  }

#movie.AcademyAwards #question-container .comment h5 {
  color: #fffd99;
  }

#movie.AcademyAwards #question-container .comment p {
  color: #e4f1ce;
  }

#movie.AcademyAwards #question-container h5 {
  color: #fff;
  }

