﻿/**
 * [NEWS] module layout
 */
#home .infoIndex dt {
  background-color: #eee;
  left: 30px;
  padding: 13.5px 0 6.75px;
  position: absolute !important;
}
#home .infoIndex dd {
  background-color: #eee;
}
#home dl.infoIndex > *+*+* {
  margin-top: 0;
}
#home .infoIndex .tnImg {
  left: 10px;
  margin: 0;
  top: 10px;
}
#home #infoArea {
  padding-bottom: 20px;
}
#home #infoArea .contentWrap:nth-of-type(1) dd {
  border: none !important;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
}
#home #infoArea .contentWrap:nth-of-type(1) dd a {
  min-height: 0;
  padding: 39px 10px 10px 0;
}
#home #infoArea .btn {
  clear: both;
  padding: 20px 0 0;
  text-align: center;
}
#home #infoArea .btn a {
  border: 1px solid #cdcdcd;
  display: inline-block;
  font-size: 12px;
  padding: 5px 20px;
  transition: all .5s ease;
}

@media only screen and (min-width: 480px) {
  #home .infoIndex dt {
    left: 180px;
  }
  #home #infoArea .contentWrap:nth-of-type(1) dd a {
    min-height: 113px;
    padding: 36px 10px 10px 150px;
  }
}

@media only screen and (min-width: 601px) {
  #home .infoIndex dt {
    left: 200px;
  }
}

@media only screen and (min-width: 800px) {
  #home #infoArea .contentWrap {
    float: left;
    width: 50%;
  }
  #home #infoArea .contentWrap:nth-of-type(1) {
    padding: 0 10px 0 0;
  }
  #home #infoArea .contentWrap:nth-of-type(2) {
    padding: 0 0 0 10px;
  }
}


/**
 * [news] [Picup] module layout
 */
@media only screen and (min-width: 601px) {
  #home .articleArea li:last-child {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 901px) {
  #home .layoutWrap.column-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
  }
  #home #infoArea {
    margin: 0 10px;
  }
  #home .layoutWrap.column-low {
    width: 50%;
  }
/*  #home .articleArea li:first-child {
    margin: 20px 0 0;
  }*/
}
