/*-------------------------------------------------
MOVIE LIST PAGE

TITLE
-------------------------------------------------*/

h1 {
  font-weight: normal;
}
h2 {
  color: #fff;
  padding: 10% 4% 10% 4%;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  h2 {
    color: #fff;
    padding: 10% 0% 10% 0%;
    font-weight: normal;
    text-align: center;
  }
}

/*-------------------------------------------------
MOVIE LIST PAGE

LAYOUT
-------------------------------------------------*/

.contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.contents_box {
  background: url(images/main.jpg) no-repeat top;
  background-size: contain;
  background-attachment: fixed;
  margin: 95px 0px 0px 0px;
}
@media screen and (max-width: 1000px) {
  .contents_box {
    background: url(images/main.jpg) no-repeat top;
    background-size: contain;
    background-attachment: auto;
    margin: 70px 0px 0px 0px;
  }
}
@media screen and (max-width: 480px) {
  .contents_box {
    background: url(images/main.jpg) no-repeat top;
    background-size: contain;
    background-attachment: auto;
    margin: 100px 0px 0px 0px;
  }
}

/*-------------------------------------------------
MOVIE LIST PAGE

LIST
-------------------------------------------------*/

.bg_1 {
  width: 100%;
  background: url(../images/information_bg.jpg) repeat;
}
#list_box {
  width: 98%;
  margin: 0% 1% 0% 1%;
}
.list {
  width: 24%;
  float: left;
  margin: 1% 1% 0% 0%;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.list img {
  width: 100%;
}
.list .text_box {
  background: #003057;
  position: absolute;
  bottom: 0px;
  opacity: 0.9;
  width: 100%;
  padding: 3% 0% 3% 0%;
  text-align: center;
}
.list .title {
  font-size: 16px;
  font-weight: normal !important;
  padding: 0px;
  margin: 0px;
}
.list .time {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal !important;
}
@media screen and (max-width: 1000px) {
  .list .title {
    font-size: 12px;
    font-weight: normal !important;
  }
  .list .time {
    font-size: 10px;
    line-height: 20px;
    font-weight: normal !important;
  }
}
@media screen and (max-width: 800px) {
  .list {
    width: 49%;
    float: left;
    margin: 1% 1% 0% 0%;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
}

/*-------------------------------------------------
MOVIE LIST PAGE

ITEM
-------------------------------------------------*/

#movie_tag iframe {
  width: 100%;
  height: 500px;
}
.item {
  max-width: 1000px;
  padding: 2% 0% 0% 0%;
  margin: 0 auto;
}
.item .title {
  font-weight: normal;
  font-size: 26px;
  padding: 2.5% 0% 2.5% 0%;
  text-align: center;
}
/*-------------------------------------------------
MOVIE PAGE

USED CAR LIST
-------------------------------------------------*/

#item_list_box {
  max-width: 1610px;
  width: 100%;
  background: #fff;
  border: solid #9da4ac 1px;
  padding: 4.72%;
  margin: 0 auto 10px auto;
}
#item_list_box .item_list {
  position: relative;
  float: left;
  width: 15%;
  height: 370px;
  margin: 0% 2% 2% 0%;
  padding: 0.3%;
  padding: 0;
  color: #003057;
  background: #eeeeee;
}
.item_list .movie_icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px !important;
}
#item_list_box .item_list {
  text-decoration: none;
}
#item_list_box .item_list:nth-child(6),
#item_list_box .item_list:nth-child(12) {
  float: left;
  margin: 0% 0% 2% 0%;
  padding: 0;
  color: #003057;
  background: #eeeeee;
}
#item_list_box .item_list img {
  width: 100%;
}
#item_list_box .title {
  color: #394a59;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 0% 0% 5% 0%;
}

.item_list .box {
  padding: 7% 3.6% 0% 3.6%;
}
.item_list .name {
  color: #003057;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  padding: 0% 0% 4% 0%;
}
.item_list .name div {
  font-size: 10px;
}
.item_list .text {
  color: #003057;
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none;
}
.item_button {
  display: block;
  width: 45%;
  margin: 6% auto;
  padding: 2%;
  background: #093b60;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1366px) {
  #item_list_box .item_list {
    width: 23.5%;
  }
  #item_list_box .item_list:nth-child(6) {
    margin: 0 2% 2% 0;
  }
  #item_list_box .item_list:nth-child(4),
  #item_list_box .item_list:nth-child(8) {
    margin: 0 0 2% 0;
  }
  #item_list_box .photo {
    max-height: 207px;
  }
}
@media screen and (max-width: 1024px) {
  #movie_tag iframe {
    height: 300px;
  }
  #item_list_box .item_list img {
    width: 20%;
    height: auto;
    float: left;
    margin: 0 10px 0 0;
  }
  #item_list_box .box {
    width: 60%;
    height: auto;
    float: left;
    margin: 0 10px 0 0;
    padding: 0%;
  }
  #item_list_box .item_list {
    width: 100% !important;
    float: auto !important;
    height: auto;
  }
  .item_list .name {
    color: #003057;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    padding: 2% 0% 2% 0%;
  }
  .item_list .text {
    color: #003057;
    font-size: 10px;
    line-height: 1.2;
    text-decoration: none;
  }
  .item_list .movie_icon {
    width: 45px !important;
  }
}
@media screen and (max-width: 800px) {
  .top_main_catch {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  ul.top_car_menu {
    width: 94%;
    margin: 0 auto;
  }
  #item_list_box .item_list img {
    width: 30%;
  }
  #item_list_box .box {
    width: 50%;
    height: auto;
    float: left;
    margin: 1% 10px 0 0;
    padding: 0%;
  }
  .item .title {
    font-weight: normal;
    font-size: 20px;
    padding: 2.5% 0% 2.5% 0%;
    text-align: center;
  }
  #item_list_box .title {
    color: #394a59;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 0% 0% 5% 0%;
  }
}
@media screen and (max-width: 480px) {
  #movie_tag iframe {
    height: 180px;
  }
  #item_list_box .item_list {
    width: 100%;
  }
  .top_title1 {
    width: 100%;
  }
  .banner {
    width: 99.938%;
  }
  #item_list_box .item_list img {
    width: 40%;
  }
  .top_shop_description .text {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5.5%;
    padding: 5.5%;
  }
  .top_shop_description .item {
    width: 100%;
    padding: 0 5.5% 5.5%;
  }
  ul.top_car_menu li.car_mainte {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 15px 0 10px;
  }
  ul.top_car_menu li.car_used {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 0 0 15px;
  }
}

/*-------------------------------------------------
MOVIE PAGE

CATEGORY
-------------------------------------------------*/

#all_cate_box {
}
#cate_box {
  width: 100%;
  margin: 0% 0% 3% 0%;
  padding: 0%;
  border-left: 1px solid #003057;
}
#cate_box a {
  background-color: #fff;
  color: #003057;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: normal !important;
}

.cate_bt {
  text-align: center;
  width: 326px;
  margin: 0%;
  padding: 1% 0% 1% 0%;
  line-height: 18px;
  float: left;
  background-color: #fff;
  color: #003057;
  border-bottom: 1px solid #003057;
  background: url(../img/movie/waku_bg.gif) right repeat-y;
}

.cate_bt:nth-child(3n) {
  text-align: center;
  width: 327px;
  margin: 0%;
  padding: 1% 0% 1% 0%;
  float: left;
}
#cate_all {
  text-align: center;
  margin: 0%;
  padding: 1% 0% 1% 0%;
  border-left: 1px solid #003057;
  border-top: 1px solid #003057;
  background: url(../img/movie/waku_bg.gif) right repeat-y;
  border-bottom: 1px solid #003057;
  color: #003057;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: normal !important;
  background-color: #fff;
  color: #003057;
}
.stay {
  color: #fff !important;
  background-color: #003057 !important;
}

@media screen and (max-width: 1100px) {
  #cate_box {
    width: 100%;
  }
  #cate_all {
    text-align: center;
    width: 100%;
  }
  .cate_bt {
    text-align: center;
    width: 50%;
    margin: 0%;
    padding: 1% 0% 1% 0%;
    line-height: 25px;
    float: left;
    background-color: #fff;
    color: #003057;
  }
  .cate_bt:nth-child(3n) {
    text-align: center;
    width: 50%;
    margin: 0%;
    padding: 1% 0% 1% 0%;
    float: left;
  }
}

/*-------------------------------------------------
MOVIE PAGE

PAGE NAVI
-------------------------------------------------*/

.page_navi {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0% 2% 0%;
}
.page_navi .left {
  width: 30%;
  margin: 0%;
  padding: 1.5%;
  background: #093b60;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  float: left;
  text-decoration: none;
}
.page_navi .right {
  width: 30%;
  margin: 0%;
  padding: 1.5%;
  background: #093b60;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  float: right;
  text-decoration: none;
}
