@charset "utf-8";
@media print {
  #footer {
    display: none;
  }
}
/*                トップページ用
======================================================= */
#home #homeKeyArea {
  position: relative;
}
#home #homeKeyArea #push {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
}
#home #homeKeyArea #push .pushInner {
  margin-top: 10px;
  background-color: #f33434;
  max-width: 960px;
  border: solid 3px  #f33434;
  overflow: hidden;
  display: table;
  padding: 0;
}
#home #homeKeyArea #push .pushInner .pushTitle {
  width: 176px;
  padding: 14px 7px;
  text-align: center;
  display: table-cell;
}
#home #homeKeyArea #push .pushInner .pushList {
  display: table-cell;
  background-color: #ffffff;
  padding: 14px 14px 4px;
  color: #f33434;
  font-size: 85.7%;
}
#home #homeKeyArea #push .pushInner .pushList a {
  color: #f33434;
}
#home #homeKeyArea #push .pushInner .pushList dt {
  float: left;
  margin-bottom: 10px;
  font-weight: bold;
}
#home #homeKeyArea #push .pushInner .pushList dd {
  margin-left: 8em;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #home #homeKeyArea #push .pushInner {
    display: block;
    max-width: 100%;
  }
  #home #homeKeyArea #push .pushInner .pushTitle {
    display: block;
    width: 100%;
    text-align: left;
    padding: 7px 7px;
  }
  #home #homeKeyArea #push .pushInner .pushList {
    clear: both;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  #home #homeKeyArea #push .pushInner .pushList a {
    color: #f33434;
  }
  #home #homeKeyArea #push .pushInner .pushList dt {
    float: none;
    margin-bottom: 0.2em;
    margin-right: 1.5em;
    float: left;
    clear: left;
  }
  #home #homeKeyArea #push .pushInner .pushList dd {
    float: none;
    margin-left: 0;
    float: left;
  }
}
@media print {
  #home #homeKey .pcNone {
    display: none!important;
  }
}
#home #mainArea {
  background: none;
  padding-top: 35px;
}
#home #mainArea #homeKeyArea {
  margin-bottom: 35px;
  position: relative;
}
#home #mainArea #homeKeyArea #homeKey {
  width: 1280px;
  margin: 0 auto;
}
#home #mainArea #homeNews .tabMenu {
  margin-bottom: 20px;
}
#home #mainArea #homeNews .tabMenu ul {
  background-color: #f0f0f0;
  border-radius: 3px;
  display: table;
}
#home #mainArea #homeNews .tabMenu ul li {
  background: url(../media/images/common/border_tabMenu.gif) no-repeat left 12px;
  display: table-cell;
  font-size: 107.1%;
  text-align: center;
  width: 137px;
  padding: 5px;
}
#home #mainArea #homeNews .tabMenu ul li a {
  color: #646464;
  display: block;
  width: 127px;
  padding: 10px 0 6px;
  margin: 0 auto;
}
#home #mainArea #homeNews .tabMenu ul li a:hover {
  color: #ffffff;
  background-color: #119199;
  border-radius: 3px;
  text-decoration: none;
}
#home #mainArea #homeNews .tabMenu ul li:first-child {
  background: none;
  width: 132px;
}
#home #mainArea #homeNews .tabMenu ul li:first-child a {
  width: 122px;
}
#home #mainArea #homeNews .tabMenu ul li.active a {
  color: #ffffff;
  background-color: #119199;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
}
#home #mainArea #homeNews .tabMenu ul li.active a:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 10px transparent solid;
  border-top: 10px #119199 solid;
  margin-left: -10px;
}
#home #mainArea #homeNews .tabContent + .tabContent {
  margin-top: 2.5em;
}
#home #mainArea #homeNews .tabContent .homeNewsTitle {
  font-size: 185.7%;
  color: #119199;
  position: relative;
  margin-left: 35px;
  margin-bottom: 0.25em;
  background-image: url(../media/images/common/homeNewsTitle_bg.png);
  background-position: center;
  background-repeat: repeat-x;
}
#home #mainArea #homeNews .tabContent .homeNewsTitle span {
  padding-right: 0.75em;
  background-color: #fff;
}
#home #mainArea #homeNews .tabContent .homeNewsTitle:after {
  content: '';
  top: 3px;
  left: -35px;
  position: absolute;
  width: 30px;
  height: 28px;
}
#home #mainArea #homeNews .tabContent .homeNewsTitle.news:after {
  background: url(../media/images/common/news_icon.png) center center no-repeat transparent;
  background-size: 100% 100%;
}
#home #mainArea #homeNews .tabContent .homeNewsTitle.topics:after {
  background: url(../media/images/common/topic_icon.png) center center no-repeat transparent;
  background-size: 100% 100%;
}
@media only screen and (max-width: 640px) {
  #home #mainArea #homeNews .tabContent .homeNewsTitle {
    margin-left: 28px;
    font-size: 142.9%;
  }
  #home #mainArea #homeNews .tabContent .homeNewsTitle:after {
    content: '';
    top: 0px;
    left: -28px;
    position: absolute;
    width: 22px;
    height: 21px;
  }
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea,
#home #mainArea #homeNews .tabContent .tabPage .newsArea {
  overflow: hidden;
  margin-left: -10px;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet {
  background-color: #f0f0f0;
  border-radius: 6px;
  float: left;
  width: 335px;
  margin: 0 0 10px 10px;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet a {
  display: block;
  position: relative;
  z-index: 1000;
  padding: 10px;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a:hover,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet a:hover {
  text-decoration: none;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a:after,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet a:after {
  content: '';
  height: 68px;
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a .photo,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet a .photo {
  text-align: center;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a .text,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet a .text {
  background-color: #ffffff;
  padding: 11px 10px 15px;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a .text p + p,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet a .text p + p {
  margin-top: 0;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a .text p.date,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet a .text p.date {
  color: #9c9c9c;
  font-size: 85.7%;
  margin-bottom: 3px;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a .text p.title,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet a .text p.title {
  color: #646464;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet.jh_examination a:after,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet.jh_examination a:after {
  background: url(../media/images/home/icon_jh_examination.png) 0 0 no-repeat transparent;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet.jh_topics a:after,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet.jh_topics a:after {
  background: url(../media/images/home/icon_jh_topics.png) 0 0 no-repeat transparent;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet.sh_examination a:after,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet.sh_examination a:after {
  background: url(../media/images/home/icon_sh_examination.png) 0 0 no-repeat transparent;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet.sh_topics a:after,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet.sh_topics a:after {
  background: url(../media/images/home/icon_sh_topics.png) 0 0 no-repeat transparent;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet.js_topics a:after,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet.js_topics a:after {
  background: url(../media/images/home/icon_js_topics.png) 0 0 no-repeat transparent;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet.press a:after,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet.press a:after {
  background: url(../media/images/home/icon_press.png) 0 0 no-repeat transparent;
}
#home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet.schoo_topics a:after,
#home #mainArea #homeNews .tabContent .tabPage .newsArea .newsSet.schoo_topics a:after {
  background: url(../media/images/home/icon_topics.png) 0 0 no-repeat transparent;
}
#home #mainArea #homeNews .tabContent .tabArea .moreView,
#home #mainArea #homeNews .tabContent .tabPage .moreView {
  display: block;
  width: 100%;
  clear: both;
  background-color: #f0f0f0;
  border-radius: 3px;
  color: #646464;
  font-size: 114.3%;
  font-weight: bold;
  text-align: center;
  padding: 14px 0 12px;
}
#home #mainArea #homeNews .tabContent .tabArea .moreView:hover,
#home #mainArea #homeNews .tabContent .tabPage .moreView:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #d5d5d5;
}
/*#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet {
  border-bottom: 1px #cccccc solid;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a {
  display: block;
  padding: 10px 10px 13px 10px;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}*/
/*#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a p + p {
  margin-top: 14px;
}*/
/*#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a p.date {
  color: #9c9c9c;
  font-size: 85.7%;
  line-height: 24px;
  overflow: hidden;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a p.date span.icon {
  color: #ffffff;
  display: block;
  float: left;
  text-align: center;
  width: 100px;
  margin-right: 10px;
}*/
/*#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a p.title {
  color: #333333;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet.jh_examination a p.date span.icon {
  background-color: #3870cf;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet.jh_topics a p.date span.icon {
  background-color: #ffb400;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet.sh_examination a p.date span.icon {
  background-color: #f8735f;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet.sh_topics a p.date span.icon {
  background-color: #f77eac;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet.js_topics a p.date span.icon {
  background-color: #7273b5;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet.guardians a p.date span.icon {
  background-color: #84c143;
}*/
#home #mainArea #homeNews .tabContent .inner_tabArea .moreView000 {
  background-color: #f0f0f0;
  border-radius: 3px;
  color: #646464;
  cursor: pointer;
  font-size: 114.3%;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 11px;
  margin-top: 20px;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .moreView000:hover {
  opacity: 0.75;
  -moz-opacity: 0.75;
  -webkit-opacity: 0.75;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .moreView {
  margin-top: 0.5em;
  margin-bottom: 1em;
  display: block;
  width: 100%;
  clear: both;
  background-color: #f0f0f0;
  border-radius: 3px;
  color: #646464;
  font-size: 114.3%;
  font-weight: bold;
  text-align: center;
  padding: 14px 0 12px;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .moreView:hover {
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
  background-color: #d5d5d5;
}
#home #mainArea #bread {
  border-bottom: none;
}
/*#home #mainArea #homeSidebar ul li {
  margin-bottom: 10px;
}
#home #mainArea #homeSidebar ul li a {
  display: block;
}
#home #mainArea #homeSidebar ul li a img {
  width: 100%;
}*/

.flexslider ul {
  overflow: hidden;
}
.flexslider ul li {
  overflow: hidden;
  display: none;
}
.flexslider .slides > li {
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li:first-child {
  display: block;
}
.flexslider .slides img {
  width: 100%;
}
.flexslider .flex-control-paging {
  position: relative;
  text-align: center;
  z-index: 2000;
  margin: -16px auto 0;
  min-height: 21px;
}
.flexslider .flex-control-paging li {
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-left: 6px;
}
.flexslider .flex-control-paging li:first-child {
  margin-left: 0;
}
.flexslider .flex-control-paging li a {
  background-color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  height: 8px;
  text-indent: -9999px;
  width: 8px;
}
.flexslider .flex-control-paging li a.flex-active {
  background-color: #119199;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .flexslider .flex-control-paging {
    margin: -23px 0 42px;
  }
}
@media only screen and (max-width: 640px) {
  .flexslider .flex-control-paging {
    margin: -14px auto 0;
  }
  .flexslider .flex-control-paging li {
    height: 6px;
    width: 6px;
    margin-left: 4px;
  }
  .flexslider .flex-control-paging li a {
    border-radius: 3px;
    height: 6px;
    width: 6px;
  }
}
@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .flexslider .flex-control-paging {
    margin: -21px 0 13px;
  }
}
@media only screen and (max-width: 640px) {
  #home #mainArea {
    padding-top: 6px;
  }
  #home #mainArea #header {
    border-bottom: none;
  }
  #home #mainArea #homeKeyArea {
    margin-bottom: 6px;
  }
  #home #mainArea #homeKeyArea #homeKey {
    width: 100%;
  }
  #home #mainArea #homeNews {
    padding: 0 10px;
  }
  #home #mainArea #homeNews .tabMenu {
    margin-bottom: 10px;
  }
  #home #mainArea #homeNews .tabMenu ul {
    border-radius: 2px;
    width: 100%;
  }
  #home #mainArea #homeNews .tabMenu ul li {
    background: url(../media/images/home/border_tabMenu.gif) no-repeat left 11px;
    background-size: 1px 13px;
    font-size: 83.3%;
    line-height: 1.1;
    width: 20%;
    padding: 3px;
  }
  #home #mainArea #homeNews .tabMenu ul li a {
    height: 35px;
    width: 100%;
    padding: 8px 0 5px;
  }
  #home #mainArea #homeNews .tabMenu ul li a:hover {
    border-radius: 2px;
  }
  #home #mainArea #homeNews .tabMenu ul li a span {
    position: relative;
    top: 5px;
  }
  #home #mainArea #homeNews .tabMenu ul li:first-child {
    width: 20%;
  }
  #home #mainArea #homeNews .tabMenu ul li:first-child a {
    width: 100%;
  }
  #home #mainArea #homeNews .tabMenu ul li.active a {
    border-radius: 2px;
  }
  #home #mainArea #homeNews .tabMenu ul li.active a:before {
    bottom: -10px;
    border: 5px transparent solid;
    border-top: 5px #119199 solid;
    margin-left: -5px;
  }
  #home #mainArea #homeNews .tabContent .tabArea {
    margin-left: -1%;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea {
    margin-left: 0;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet {
    border-radius: 3px;
    float: left;
    width: 49%;
    margin: 0 0 5px 1%;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a {
    padding: 5px;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a:after {
    height: 34px;
    width: 34px;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a .text {
    background-color: #ffffff;
    padding: 7px 10px 8px;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a .text p + p {
    margin-top: 0;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a .text p.date {
    font-size: 75.0%;
    margin-bottom: 2px;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet a .text p.title {
    font-size: 91.7%;
    line-height: 1.27;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet.jh_examination a:after {
    background-size: 34px 34px;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet.jh_topics a:after {
    background-size: 34px 34px;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet.sh_examination a:after {
    background-size: 34px 34px;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet.sh_topics a:after {
    background-size: 34px 34px;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet.press a:after {
    background-size: 34px 34px;
  }
  #home #mainArea #homeNews .tabContent .tabArea .newsArea .newsSet.js_topics a:after {
    background-size: 34px 34px;
  }
  #home #mainArea #homeNews .tabContent .tabArea .moreView {
    font-size: 108.3%;
    padding: 12px 0 9px;
    margin-left: 1%;
  }
  #home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a {
    padding: 14px 0 13px;
  }
  #home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a:hover {
    background-color: #ffffff;
  }
  #home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a p + p {
    margin-top: 8px;
  }
  #home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a p.date {
    font-size: 83.3%;
    line-height: 18px;
  }
  #home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a p.date span.icon {
    font-size: 90.0%;
    width: 75px;
  }
  #home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a p.title {
    line-height: 1.4;
  }
  #home #mainArea #homeNews .tabContent .inner_tabArea .moreView {
    font-size: 108.3%;
    padding: 12px 0 9px;
  }
  #home #mainArea #homeSidebar ul {
    overflow: hidden;
    margin-left: -5px;
  }
  #home #mainArea #homeSidebar ul li {
    float: left;
    width: 50%;
    padding-left: 5px;
    margin-bottom: 5px;
  }
}



/*----------------------------------------------------------------------
  TOAC追加（2018/3/12）
----------------------------------------------------------------------*/
#home #mainArea #homeNews .tabContent .homeNewsTitle.album:after {
  background: url(../media/images/common/album_icon.png) center center no-repeat transparent;
  background-size: 100% 100%;
}
#homeNews {
  overflow: hidden;
}
#homeNewsLeft {
  float: left;
  width: 550px;
  margin-bottom: 30px;
}
#homeNewsRight {
  float: right;
  width: 370px;
  margin-bottom: 30px;
}
#home #mainArea #homeNews .tabContent .homeNewsSubTitle {
  font-size: 108.3%;
  color: #119199;
  position: relative;
  margin-left: 15px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 1em;
  background: url(../media/images/common/bg_homenewstitle.png) repeat-x left 23px;
}
#home #mainArea #homeNews .tabContent .homeNewsSubTitle span {
  display: inline-block;
  padding-right: 10px;
  background-color: #fff;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet {
  position: relative;
  border-bottom: 1px #cccccc solid;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet > a {
  display: block;
  min-height: 100px;
  padding: 0;
  position: relative;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet > a:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a p.thumb {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a p.date {
  margin-top: 0;
  padding-top: 15px;
  padding-left: 105px;
  color: #9c9c9c;
  font-size: 85.7%;
  line-height: 1.2;
  overflow: hidden;
}
#home #mainArea #homeNews .tabContent .inner_tabArea p.date .new_icon {
  display: inline-block;
  /*margin-left: 8px;*/
  margin-left: 0.75em;
  padding: 2px 5px 1px;
  background: #fb8561;
  border-radius: 3px;
  font-size: 9px;
  font-size: 0.7rem;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -0.25em;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet a p.title {
  margin-top: 10px;
  padding-left: 105px;
  padding-bottom: 30px;
  color: #333333;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .newsSet p.category {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 85.7%;
  width: 100%;
  padding-left: 115px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
}
#home #mainArea #homeNews .tabContent .inner_tabArea.examSetWidth {
  width: 350px;
  margin: 0 0 0 auto;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .examSet {
  clear: both;
  width: 100%;
  border-top: 1px #cccccc solid;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .examSet:first-child {
  border-top: none;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .examSet > a {
  display: block;
  padding: 8px 10px;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .examSet > a:after {
    content:" ";
    display:block;
    clear:both;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .examSet > a:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .examSet a p.date {
  float: left;
  margin-top: 0;
  color: #333333;
}
#home #mainArea #homeNews .tabContent .inner_tabArea .examSet a p.title {
  /*float: right;*/
  padding-left: 4em;
  margin-top: 0;
  color: #333333;
}
ul.homeAlbumList {
  margin-bottom: 8px;
  border-bottom: #ddd 1px dashed;
}
ul.homeAlbumList li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 7px;
}
#home #mainArea #homeBottombar ul {
  margin-top: 50px;
}
#home #mainArea #homeBottombar ul li {
  float: left;
  width: 230px;
  height: 86px;
  margin-right: 10px;
}
#home #mainArea #homeBottombar ul:after {
    content:" ";
    display:block;
    clear:both;
}
#home #mainArea #homeBottombar ul li a img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  #homeNewsLeft {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  #homeNewsRight {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  #home #mainArea #homeNews .tabContent .homeNewsSubTitle {
    margin-left: 0;
    background-position: left 21px;
  }
  #home #mainArea #homeNews .tabContent .inner_tabArea.examSetWidth {
    width: 100%;
  }
  ul.homeAlbumList li {
    display: inline-block;
    margin-right: 0.7%;
  }
  ul.homeAlbumList li {
    width: 23%;
  }
  ul.homeAlbumList li img.transmission {
    width: 100%;
    height: auto;
  }
  #home #mainArea #homeBottombar ul {
    overflow: hidden;
    margin-left: -5px;
  }
  #home #mainArea #homeBottombar ul li {
    float: left;
    width: 50%;
    height: auto;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

