/*
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);
}
*/
#header {
  border-bottom: 1px solid #ddd;
}

#g_nav {
  display: none !important;
}

#detail_box {
  margin: 30px 30px 0;
}

#article_box {
  width: 960px;
  margin: 0 auto;
}

.lifestyle_banner {
  margin: 0 0 40px 0;
}

.lifestyle_banner ul {
  overflow: hidden;
  margin: 0 -8px 0 0;
}

.lifestyle_banner ul li {
  width: 476px;
  border: 2px solid #000;
  box-sizing: border-box;
  margin: 0 8px 0 0;
  float: left;
}

.lifestyle_banner ul li a p {
  padding: 10px 5px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  display: block;
}

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

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

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

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

#questionnaire {
  display: none;
}
