@charset "UTF-8";
/*============================
#contents
============================*/
#contents.top div.main {
  padding: 18px 0;
}
#contents.top div.left {
  float: left;
  width: 658px;
}
#contents.top div.left div.info {
  background: url(../images/common/bg_line.gif) repeat-x 0 0 white;
  padding: 20px 15px 15px;
  margin-bottom: 15px;
}
#contents.top div.left div.info h2 {
  width: 67px;
}
#contents.top div.left div.info h2 img {
  width: 100%;
  height: auto;
}
#contents.top div.left div.info div.scroll {
  height: 240px;
  overflow: auto;
}
#contents.top div.left div.info div.scroll ul li {
  background: url(../images/common/dotline.gif) repeat-x 0 bottom;
  overflow: hidden;
  font-size: 108%;
  padding: 15px 0;
}
#contents.top div.left div.info div.scroll ul li p.date {
  float: left;
  width: 90px;
  background: url(../images/common/icon_square1.png) no-repeat 0 5px;
  padding: 0 0 0 18px;
}
#contents.top div.left div.info div.scroll ul li p.cont {
  float: left;
  width: 496px;
}
#contents.top div.left div.info div.scroll ul li p.cont a {
  color: #101010;
}
#contents.top div.left div.info p.btn {
  text-align: right;
  padding: 12px 0 0;
}
#contents.top div.left div.floatBox div.fl.address {
  width: 228px;
  height: 125px;
  background: url(../images/common/bg_line.gif) repeat-x 0 0 white;
  padding: 20px 15px 0;
}
#contents.top div.left div.floatBox div.fl.address h2 {
  width: 54px;
  margin-bottom: 10px;
}
#contents.top div.left div.floatBox div.fl.address h2 img {
  width: 100%;
  height: auto;
}
#contents.top div.left div.floatBox div.fl.address p {
  margin-bottom: 5px;
}
#contents.top div.left div.floatBox div.fr.exam {
  width: 355px;
  height: 125px;
  background: url(../images/common/bg_line.gif) repeat-x 0 0 white;
  padding: 20px 15px 0;
}
#contents.top div.left div.floatBox div.fr.exam h2 {
  width: 155px;
  margin-bottom: 10px;
}
#contents.top div.left div.floatBox div.fr.exam h2 img {
  width: 100%;
  height: auto;
}
#contents.top div.left div.floatBox div.fr.exam p {
  margin-bottom: 5px;
}
#contents.top div.left div.floatBox div.fr.exam p.btn {
  text-align: right;
}
#contents.top div.right {
  float: right;
  width: 330px;
}
#contents.top div.right div.book {
  background: url(../images/common/bg_line.gif) repeat-x 0 0 white;
  padding: 20px 15px;
}
#contents.top div.right div.book h2 {
  width: 71px;
  width: 88px;
  margin-bottom: 10px;
}
#contents.top div.right div.book h2 img {
  width: 100%;
  height: auto;
}
#contents.top div.right div.book div.floatBox {
  padding-top: 14px;
}
#contents.top div.right div.book div.floatBox p img {
  padding: 7px;
  border: solid 1px #CECECE;
  display: block;
  margin-bottom: 5px;
}
#contents.top div.right div.banner {
  background-color: #FFF;
  border: solid 1px #CECECE;
  height: 55px;
  margin-top: 15px;
}
#contents.top div.right div.banner.img_banner {
  height: auto;
  border: none;
}
#contents.top div.right div.banner.img_banner img{
  width: 100%;
}
#contents.top div.right div.banner a.alpha {
  display: block;
  height: 55px;
}
#contents.top div.right div.banner a.alpha span {
  display: block;
  float: left;
  /*color: #525252;*/
  color: #101010;
  font-size: 108%;
  padding-left: 20px;
  line-height: 1.2em;
}
#contents.top div.right div.banner a.alpha img {
  display: block;
  float: right;
  padding: 5px 5px 0 0;
}
/*============================
banner *unique text-center
============================*/
#contents.top div.right div.banner a.alpha {
  text-decoration: none;
}
#contents.top div.right div.banner a.alpha span.none {
  float: none;
  padding: 1em 0 0;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {
  background: url(../common/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
#slider a {
  border: 0;
  display: block;
}

.nivo-controlNav {
  position: absolute;
  left: 45%;
  bottom: -30px;
}
.nivo-controlNav a {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../common/images/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin-right: 3px;
  float: left;
}
.nivo-controlNav a.active {
  background-position: 0 -22px;
}

.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../common/images/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
}
a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}
a.nivo-prevNav {
  left: 15px;
}

.nivo-caption {
  text-shadow: none;
  font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
  color: #EFE9D1;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  /*============================
  #contents
  ============================*/
  #contents.top div.main {
    padding: 0;
  }
  #contents.top div.main img {
    width: 100%;
    height: auto;
  }
  #contents.top div.left {
    float: none;
    width: 100%;
  }
  #contents.top div.left div.info {
    padding: 20px 6% 15px;
    margin-bottom: 30px;
  }
  #contents.top div.left div.info h2 {
    width: 67px;
  }
  #contents.top div.left div.info h2 img {
    width: 100%;
    height: auto;
  }
  #contents.top div.left div.info div.scroll {
    height: auto;
  }
  #contents.top div.left div.info div.scroll ul li {
    background: url(../images/common/dotline.gif) repeat-x 0 bottom;
    overflow: hidden;
    font-size: 108%;
    padding: 15px 0;
  }
  #contents.top div.left div.info div.scroll ul li p.date {
    float: none;
    width: 100%;
    background: url(../images/common/icon_square1.png) no-repeat 0 5px;
    padding: 0 0 10px 18px;
  }
  #contents.top div.left div.info div.scroll ul li p.cont {
    float: none;
    width: 100%;
  }
  #contents.top div.left div.info div.scroll ul li p.cont a {
    color: #101010;
  }
  #contents.top div.left div.info p.btn {
    text-align: right;
    padding: 12px 0 0;
  }
  #contents.top div.left div.floatBox div.fl.address {
    width: 88%;
    height: auto;
    padding: 20px 6%;
    margin-bottom: 30px;
    float: none;
  }
  #contents.top div.left div.floatBox div.fl.address h2 {
    width: 54px;
    margin-bottom: 10px;
  }
  #contents.top div.left div.floatBox div.fl.address h2 img {
    width: 100%;
    height: auto;
  }
  #contents.top div.left div.floatBox div.fl.address p {
    margin-bottom: 5px;
  }
  #contents.top div.left div.floatBox div.fr.exam {
    width: 88%;
    height: auto;
    padding: 20px 6%;
    margin-bottom: 30px;
    float: none;
  }
  #contents.top div.left div.floatBox div.fr.exam h2 {
    width: 155px;
    margin-bottom: 10px;
  }
  #contents.top div.left div.floatBox div.fr.exam h2 img {
    width: 100%;
    height: auto;
  }
  #contents.top div.left div.floatBox div.fr.exam p {
    margin-bottom: 5px;
  }
  #contents.top div.left div.floatBox div.fr.exam p.btn {
    text-align: right;
  }
  #contents.top div.right {
    float: none;
    width: 100%;
  }
  #contents.top div.right div.book {
    background: url(../images/common/bg_line.gif) repeat-x 0 0 white;
    padding: 20px 20px;
  }
  #contents.top div.right div.book h2 {
    width: 71px;
    margin-bottom: 10px;
  }
  #contents.top div.right div.book h2 img {
    width: 100%;
    height: auto;
  }
  #contents.top div.right div.book div.floatBox {
    padding-top: 14px;
  }
  #contents.top div.right div.banner {
    background-color: #FFF;
    border: solid 1px #CECECE;
    height: 55px;
    margin: 15px 6% 0;
  }
  #contents.top div.right div.banner a.alpha {
    display: block;
    height: 55px;
  }
  #contents.top div.right div.banner a.alpha span {
    display: block;
    float: left;
    color: #101010;
    font-size: 116%;
    padding-left: 20px;
    line-height: 1.2em;
  }
  #contents.top div.right div.banner a.alpha img {
    display: block;
    float: right;
    padding: 5px 5px 0 0;
  }
}

@media screen and (max-width: 360px) {
  #contents.top div.right div.banner a.alpha {
    display: block;
    height: 55px;
  }
  #contents.top div.right div.banner a.alpha span {
    display: block;
    float: left;
    color: #101010;
    /* font-size: 116%;*/
    font-size: 90%;
    /* padding-left: 20px;*/
    padding-left: 10px;
    line-height: 1.2em;
  }
  #contents.top div.right div.banner a.alpha img {
    display: block;
    float: right;
    padding: 5px 5px 0 0;
  }
}
