@charset "UTF-8";

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

#movieArea { padding-top: 100px; border-top: 1px #fff solid;}
#topics { position: absolute; top: 15px; left: 300px; font-size: 83%; width: 600px; }
#topics li {
  float: left;
  width: 285px;
  margin-bottom: 5px;
  background: url(/img/arrow.png) no-repeat 0 center;
  padding-left: 15px;
}
#movieGroup { width: 900px; margin: 0px auto; }
.movieList { float: left; margin: 0 25px; padding-top: 40px; }
.movieList h3 {
  text-align: center;
  font-size: 125%;
  padding: 20px 0;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  margin-bottom: 10px;
}
.new { background: url(/img/iconNew.gif) no-repeat 0 25px; }
.date { text-align: right;color: #ffc456; font-size: 83%; margin-top: 5px;}
.thumbMovie a { display: block;}