/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
#article_box {
  width: 300px;
}

.lifestyle_banner {
  margin: 0 0 0 0;
}

.lifestyle_banner ul {
  margin: 0 0 0 0;
}

.lifestyle_banner ul li {
  width: 300px;
  margin: 0 0 30px 0;
}

.lifestyle_banner ul li img {
  width: 100%;
}

.lifestyle_movie {
  background: #eaeaea;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
}

.lifestyle_movie .lifestyle_title {
  padding: 15px 0 15px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.lifestyle_movie .lifestyle_movie_box {
  width: 240px;
  margin: 0 auto;
  cursor: pointer;
}

.lifestyle_movie .lifestyle_movie_box img {
  width: 100%;
}
