#main {
  width: 100%;
  height: 504px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
#main ul.slide {
  width: 100%;
  height: 504px;
  position: relative;
  left: 0;
  top: 0;
}
#main ul.slide li {
  width: 100%;
  height: 504px;
  position: absolute;
  left: 100%;
  top: 0;
  overflow: hidden;
}
#main ul.slide li img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -650px;
}
#main .slideNav {
  width: 71px;
  height: 79px;
  position: absolute;
  left: 50%;
  bottom: 0;
}
#main .slideNav.navLeft {
  margin-left: -512px;
}
#main .slideNav.navRight {
  margin-left: 441px;
}
#main .slideNav:hover {
  cursor: pointer;
}
#main ul.pager {
  margin: 0 auto;
  position: absolute;
  bottom: 29px;
  left: 50%;
}
#main ul.pager li {
  width: 22px;
  padding: 0 3px;
  display: table-cell;
}
#main ul.pager li p {
  width: 22px;
  height: 22px;
  background: url(../../images/top/slide/point_white.png) no-repeat 0 0;
}
#main ul.pager li p:hover {
  cursor: pointer;
  background: url(../../images/top/slide/point_purple.png) no-repeat 0 0;
}
#main ul.pager li.current p {
  background: url(../../images/top/slide/point_purple.png) no-repeat 0 0;
}
#main ul.pager li.current p:hover {
  cursor: default;
}

#contents {
  width: 1024px;
  margin: 0 auto 73px auto;
  position: relative;
}
#contents .banner {
  width: 1072px;
  position: relative;
  left: -24px;
  margin-bottom: 50px;
}
#contents .banner ul {
  width: 1072px;
}
#contents .banner ul li {
  width: 488px;
  display: inline;
  float: left;
  margin: 0 24px;
}
#contents .information {
  width: 600px;
  float: left;
  background: url(../images/common/line/line.png) repeat-x 0 0;
  text-align: left;
}
#contents .information ul {
  margin-bottom: 18px;
}
#contents .information li {
  background: url(../images/common/line/line.png) repeat-x 0 bottom;
  position: relative;
}
#contents .information li a {
  display: block;
  padding: 18px 45px 18px 20px;
  background: url(../images/common/arrow/arrow_s1.png) no-repeat 573px center;
}
#contents .information li a:hover {
  text-decoration: none;
}
#contents .information li a .title {
  font-family: "NotoSansJP-Medium";
  font-size: 17px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left;
}
#contents .information li a .date {
  font-size: 11px;
}
#contents .information li .new {
  width: 42px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 0;
  background: url(../images/common/icon_new.gif) no-repeat 0 0;
}
#contents .information a.moreLink {
  display: block;
  width: 152px;
  font-size: 12px;
  background: url(../images/common/arrow/arrow_s2.png) no-repeat right center;
  margin-left: 20px;
}
#contents .link {
  width: 400px;
  float: right;
  position: relative;
  right: -12px;
}
#contents .link li {
  width: 176px;
  height: 78px;
  display: inline;
  float: left;
  margin: 0 12px 16px 12px;
}
