/* Top CSS */
/* _setting CSS */
.omimai_text {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}

.omimai_text img {
  margin: 0 auto;
}

#header,
#footer,
#gnav,
.content_wrapper {
  position: relative;
  z-index: 10;
}

#gnav {
  z-index: 100;
}

#main_visual {
  pointer-events: none;
  height: 767px;
  background-color: transparent;
  position: relative;
}

#main_visual h1 {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 524px;
  height: 133px;
  background-image: url(../images/top/copy.png);
  background-position: top right;
  position: absolute;
  top: 558px;
  right: 12.5%;
  z-index: 999;
}

#main_visual .insta {
  pointer-events: visible;
  width: 120px;
  height: 60px;
  position: absolute;
  top: 44px;
  right: 44px;
  z-index: 999;
}

#main_visual .insta a {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/btn_insta_qr.png);
  background-size: cover;
  background-position: center;
  /* border-radius: 50%; */
  /* -webkit-box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.44);
          box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.44); */
  filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.44));
}

#main_visual .fb {
  pointer-events: visible;
  width: 120px;
  height: 60px;
  position: absolute;
  top: 44px;
  right: 174px;
  z-index: 999;
}

#main_visual .fb a {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/btn_fb_qr.png);
  background-size: cover;
  background-position: center;
  /* border-radius: 50%; */
  /* -webkit-box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.44);
          box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.44); */
  filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.44));
}

#main_visual .blog {
  pointer-events: visible;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 44px;
  right: 309px;
  z-index: 999;
}

#main_visual .blog a {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/btn_blog.png);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.44);
          box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.44);
}

#main_visual #btn_play {
  pointer-events: visible;
  width: 100px;
  line-height: 20px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #b4d000;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 44px;
  display: none;
}

#main_visual #btn_play:hover {
  opacity: .8;
}

#main_visual .featured-campaign {
  position: absolute;
  top: 44px;
  right: 250px;
  z-index: 999;
  color: #2d71b0;
  font-weight: bold;
  background-color: #fff;
  border-radius: 8px;
}

#main_visual .featured-campaign a {
  padding: 18px 50px;
  display: inline-block;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.44);
          box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.44);
  position: relative;
  color: #2d71b0;
}
#main_visual .featured-campaign a:hover {
  opacity: .8;
  text-decoration: none;
}
#main_visual .featured-campaign a:hover:after{
  right: 15px;
}

#main_visual .featured-campaign a::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/top/featured_icon.png);
}

#main_visual .featured-campaign a::after {
  content: "";
  width: 6px;
  height: 11px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/top/featured_arrow.png);
  transition: all linear 200ms;
}

#main_visual .featured-campaign.nolink {
  padding: 18px 45px 18px 55px;
  display: inline-block;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.44);
          box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.44);
  color: #2d71b0;
}

#main_visual .featured-campaign.nolink::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/top/featured_icon.png);
}

#main_visual_movie {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

#main_visual_movie #movie {
  width: 100%;
  min-width: 1363px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

#main_visual_movie #movie_cover {
  display: none;
  width: 100%;
  min-width: 1363px;
  max-width: 100%;
  height: 767px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  background: url(../images/top/main_visual.jpg) center center no-repeat #fff;
  background-size: cover;
  z-index: 2;
}
#main_visual_movie #movie_cover:hover {
  transition: all linear 200ms;
  opacity: .8;
}
#main_visual_movie #movie_cover .visual_copy {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 900px;
  height: 130px;
  background: url(../images/top/main_visual_copy.png) 0 0 no-repeat;
  position: absolute;
  bottom: 80px;
  left: 50px;
}

#main_visual_movie #movie_cover .movie_cover_pdfThumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#main_visual_movie #movie_cover .movie_cover_pdfThumbnail:hover {
  opacity: 1;
}

#main_visual_sp {
  width: 1130px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#main_visual_sp img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.omimai {
  width: 1050px;
  padding: 50px 0;
}

.omimai .inner {
  border: #ccc solid 2px;
  padding: 20px;
}

.omimai h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.omimai p {
  font-size: 15px;
  margin-bottom: 10px;
}

.omimai span {
  text-align: right;
  font-size: 13px;
}

#top_about {
  padding: 50px 0 90px 0;
  background: url(../images/top/top_bg.png) top center repeat-x #fff;
}

#top_about .title {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 92px;
  margin: 0 0 36px 114px;
  background-image: url(../images/top/title_about.png);
}
.top_banner{
	margin-top: 20px;
	margin-left: 20px;
}
.top_banner img {
  pointer-events: visible;
}
#top_about .text {
  margin: 0 0 93px 134px;
  line-height: 1.9;
  font-size: 20px;
  font-weight: bold;
}

#top_campaign {
  padding: 50px 0 0 0;
  position: relative;
  background-color: transparent;
}

#top_campaign .title {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 350px;
  height: 25px;
  margin: 0 auto 25px auto;
  background-image: url(../images/top/title_campaign.png);
}

#top_campaign .control_btn {
  position: absolute;
  top: 40px;
  width: 100%;
  max-width: 1320px;
  left: 0;
  right: 0;
  margin: auto;
}

#top_campaign .control_btn li {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: no-repeat;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#top_campaign .control_btn li:hover {
  cursor: pointer;
  background-color: #EEF1F3;
}

#top_campaign .control_btn li.prev {
  background-image: url(../images/top/btn_prev.png);
  float: left;
  margin-left: 10px;
}

#top_campaign .control_btn li.next {
  background-image: url(../images/top/btn_next.png);
  float: right;
  margin-right: 10px;
}

#top_campaign .event_list {
  width: 100%;
  height: 165px;
  position: relative;
  margin-top: 30px;
}

#top_campaign .event_list li {
  width: 440px;
  height: 165px;
  display: block;
  position: absolute;
}

#top_campaign .event_list li a {
  width: 100%;
  height: 100%;
  display: block;
}

#top_campaign .event_list li a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  text-decoration: none;
}

#top_campaign .event_list li dl {
  width: 250px;
  height: 165px;
  overflow: hidden;
  float: left;
}

#top_campaign .event_list li dl dt {
  display: block;
  padding: 0 0 0 15px;
  line-height: 25px;
  color: #fff;
  font-size: 13px;
}

#top_campaign .event_list li dl .date {
  padding: 10px 15px 0 15px;
  height: 35px;
  font-size: 13px;
  color: #fff;
}

#top_campaign .event_list li dl .event_title {
  padding: 0 15px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

#top_campaign .event_list li dl .more {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 86px;
  height: 11px;
  background-image: url(../images/top/top_more.png);
  left: 147px;
  bottom: 10px;
  position: absolute;
}

#top_campaign .event_list li .thumb {
  width: 190px;
  height: 165px;
  background: no-repeat center center;
  background-size: cover;
  float: right;
}

#top_campaign .event_list li.event {
  background: #225e7e;
}

#top_campaign .event_list li.event dt {
  background-color: #1a4b66;
}

#top_campaign .event_list li.campaign {
  background: #3689b5;
}

#top_campaign .event_list li.campaign dt {
  background-color: #29759d;
}

#top_blog .content_inner {
  margin-bottom: 115px;
}

#top_blog .blog_list_wrapper {
  width: 1150px;
  margin: 0 -50px 35px -50px;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 48px 0;
}

#top_blog .blog_list_wrapper .blog_list {
  display: table-cell;
  border: solid 1px #dedede;
  background-color: #fff;
  padding: 20px;
}

#top_blog .blog_list_wrapper .blog_list ul li {
  margin: 0 auto 12px auto;
  padding: 0 0 12px 0;
  border-bottom: dotted 1px #dedede;
}

#top_blog .blog_list_wrapper .blog_list ul li .date {
  font-size: 14px;
}

#top_blog .blog_list_wrapper .blog_list ul li .category a {
  padding: 6px;
  margin: 0 0 7px 10px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
}

#top_blog .blog_list_wrapper .blog_list ul li .entry_title {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #0066cc;
  text-decoration: underline;
}

#top_blog .blog_list_wrapper .blog_list ul li .entry_title:hover {
  text-decoration: none;
}

#top_blog .blog_list_wrapper .blog_list .more {
  text-align: right;
}

#top_blog .blog_list_wrapper .blog_list .more a {
  font-size: 13px;
}

#top_blog .blog_list_wrapper .blog_list .more a:before {
  content: '> ';
}

#top_blog .blog_news .blog_title {
  display: block;
  /* background-repeat: no-repeat; */
  /* text-indent: 120%; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
  height: 22px;
  margin: 0 10px 20px auto;
  /* background-image: url(../images/top/title_sub_news.png); */
  /* background-position: right top; */
  text-align: right;
  font-size: 22px;
  font-weight: 300;
  color: #ff9318;
}

#top_blog .blog_news .category a {
  background-color: #ff9318;
}

#top_blog .blog_staff .blog_title {
  display: block;
  /* background-repeat: no-repeat; */
  /* text-indent: 120%; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
  height: 22px;
  margin: 0 10px 20px auto;
  /* background-image: url(../images/top/title_sub_blog.png); */
  /* background-position: right top; */
  text-align: right;
  font-size: 22px;
  font-weight: 300;
  color: #8a9fac;
}

#top_blog .blog_staff .category a {
  background-color: #8a9fac;
  padding: 6px 6px 6px 40px !important;
  margin: 0 0 7px 10px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  position: relative;
}

#top_blog .blog_staff .category a:hover {
  text-decoration: none;
}

#top_blog .blog_staff .category a .writer {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: -5px;
  top: -8px;
  background-color: #fff;
}

#top_blog .blog_staff .category a .writer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* height: auto; */
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#top_blog .blog_staff .category a.non_writer {
  padding-left: 10px !important;
}

#top_blog .blog_btns {
  text-align: center;
}

#top_blog .blog_btns li {
  width: 230px;
  height: 60px;
  display: inline-block;
  margin: 0 4px;
}

#top_blog .blog_btns li a {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#top_blog .blog_btns li a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  text-decoration: none;
}

#top_blog .blog_btns li.school a {
  background-image: url(../images/top/top_btn_school.png);
}

#top_blog .blog_btns li.lesson a {
  background-image: url(../images/top/top_btn_lesson.png);
}

#top_trial {
  padding: 75px 0 0 0;
  background-color: #f7f8f9;
}

#top_trial .title {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 230px;
  height: 21px;
  margin: 0 auto 10px auto;
  background-image: url(../images/top/title_trial.png);
}

#top_trial .title_sub {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 229px;
  height: 37px;
  margin: 0 auto 20px auto;
  background-image: url(../images/top/title_sub_trial.png);
}

#top_trial .text_wrapper {
  height: 325px;
  padding: 0 0 0 128px;
  background: url(../images/top/img_trial.png) 565px bottom no-repeat;
}

#top_trial .text_wrapper .text {
  padding: 60px 0 30px 0;
  font-weight: bold;
  line-height: 1.875;
}

#top_trial .text_wrapper .btn {
  width: 304px;
}

#top_trial .text_wrapper .btn a {
  line-height: 54px;
  border-width: 3px;
}

#top_voice {
  padding: 115px 0 110px 0;
}

#top_voice .title {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 307px;
  height: 70px;
  margin: 0 auto 35px auto;
  background-image: url(../images/top/title_voice.png);
}

#top_voice .title_sub {
  margin: 0 auto 20px auto;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

#top_voice .voice_list {
  width: 100%;
  display: table;
  table-layout: fixed;
}

#top_voice .voice_list li {
  display: table-cell;
}

#top_voice .voice_list li a {
  display: block;
  padding: 0 10px 0 10px;
  text-align: center;
}

#top_voice .voice_list li a .thumb {
  width: 210px;
  height: 210px;
  margin: 0 auto 20px auto;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

#top_voice .voice_list li a .thumb img {
  width: auto;
  height: 210px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: -50px;
  display: block;
}

#top_voice .voice_list li a .voice_title {
  margin: 0 auto 15px auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.562;
}

#top_voice .voice_list li a .name {
  font-size: 12px;
}

#top_school {
  padding: 0 0 80px 0;
}

#top_school .title_wrapper {
  width: 100%;
  height: 120px;
  padding: 90px 0 0 0;
  background: url(../images/top/title_school_bg.jpg) center center repeat-x;
  background-size: cover;
  position: relative;
}

#top_school .title_wrapper .title {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 1050px;
  height: 51px;
  margin: 0 auto 0 auto;
  background-image: url(../images/top/title_school.png);
}

#top_school .title_wrapper .title_sub {
  position: absolute;
  top: 88px;
  left: 52%;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  font-weight: bold;
}

#top_school .school_list {
  margin: -30px auto 65px auto;
  display: table;
  table-layout: fixed;
  position: relative;
  background-color: #fff;
}

#top_school .school_list li {
  width: 210px;
  display: table-cell;
}

#top_school .school_list li a {
  display: block;
  padding: 410px 0 0 0;
  background: 0 0 no-repeat;
  text-decoration: none;
}

#top_school .school_list li a h4 {
  padding: 0 0 8px 15px;
  margin: 0 0 10px 0;
  border-left: solid 3px #2c72b1;
  color: #2c72b1;
  line-height: 20px;
}

#top_school .school_list li a h4 span {
  display: block;
  font-size: 12px;
}

#top_school .school_list li a p {
  padding: 0 15px 0 18px;
  font-size: 13px;
  line-height: 1.5;
}

#top_school .school_list li a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  text-decoration: none;
}

#top_school .school_list li.general a {
  background-image: url(../images/top/img_school_1.jpg);
}

#top_school .school_list li.junior a {
  background-image: url(../images/top/img_school_2.jpg);
}

#top_school .school_list li.tenissize a {
  background-image: url(../images/top/img_school_3.jpg);
}

#top_school .school_list li.weekday a {
  background-image: url(../images/top/img_school_4.jpg);
}

#top_school .school_list li.private a {
  background-image: url(../images/top/img_school_5.jpg);
}

#top_school .staff_area {
  position: relative;
}

#top_school .staff_area .btn_white {
  width: 250px;
  height: 56px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#top_school .staff_area .btn_white a {
  line-height: 56px;
  border-width: 2px;
  border: solid 2px;
  border-color: #fff;
  color: #fff;
}

#top_school .staff_area .btn_white a:hover {
  opacity: .7;
}

#top_school .staff_title {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  height: 612px;
  margin: 0 10px 20px auto;
  background-image: url(../images/top/title_sub_staff.jpg);
  background-position: center;
}

#top_school .text {
  text-align: center;
  margin-bottom: 25px;
}

#top_school .btn_navy {
  width: 250px;
  height: 56px;
  margin: 0 auto;
}

#top_school .btn_navy a {
  line-height: 56px;
  border-width: 2px;
}

#top_movie {
  padding: 100px 0 90px 0;
  background-color: #f9fafb;
}

#top_movie .title {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 163px;
  height: 35px;
  margin: 0 auto 25px auto;
  background-image: url(../images/top/title_movie.png);
}

#top_movie .caps {
  margin: 0 auto 35px auto;
  font-size: 15px;
  text-align: center;
}

#top_movie .movie_list {
  display: table;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 75px 0;
}

#top_movie .movie_list li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
}

#top_movie .movie_list li .thumb {
  width: 100%;
  margin: 0 auto 10px auto;
}

#top_movie .movie_list li h3 a {
  color: #2c72b1;
  font-size: 21px;
  font-weight: bold;
}

#top_movie .movie_list li h3 span {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
}

#top_movie .movie_list li .more {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

#top_movie .movie_list li .more a {
  font-size: 13px;
  text-align: right;
}

#top_movie .movie_list li .more a:before {
  content: '> ';
}

#top_results {
  padding: 100px 0 90px 0;
}

#top_results .title {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 277px;
  height: 63px;
  margin: 0 auto 25px auto;
  background-image: url(../images/top/title_results.png);
}

#top_results .caps {
  margin: 0 auto 45px auto;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

#top_results .results_list_wrapper {
  display: table;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 75px 0;
}

#top_results .results_list_wrapper .results_list {
  display: table-cell;
  width: 410px;
  padding: 0 0 273px 0;
  vertical-align: top;
  position: relative;
}

#top_results .results_list_wrapper .results_list.schedule {
  background: url(../images/top/img_results_1.jpg) center bottom no-repeat;
}

#top_results .results_list_wrapper .results_list.junior {
  background: url(../images/top/img_results_2.jpg) center bottom no-repeat;
}

#top_results .results_list_wrapper .results_list h3 {
  margin: 0 auto 10px auto;
  color: #ff9318;
  font-size: 17px;
  font-weight: bold;
}

#top_results .results_list_wrapper .results_list .more {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

#top_results .results_list_wrapper .results_list .more a {
  font-size: 13px;
  text-align: right;
}

#top_results .results_list_wrapper .results_list .more a:before {
  content: '> ';
}

#top_results .results_list_wrapper .results_list ul {
  width: 408px;
  min-height: 200px;
  display: table;
  border-collapse: collapse;
  border: solid 1px #dedede;
  border-bottom: none;
}

#top_results .results_list_wrapper .results_list ul li {
  display: table-row;
}

#top_results .results_list_wrapper .results_list ul li .date {
  display: table-cell;
  padding: 15px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.3;
}

#top_results .results_list_wrapper .results_list ul li .entry_title {
  display: table-cell;
  padding: 15px 15px 15px 0;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.3;
  color: #0066cc;
  text-decoration: underline;
}

#top_results .results_list_wrapper .results_list ul li .entry_title:hover {
  text-decoration: none;
}

#top_banners {
  padding: 0 0 5px 0;
  background: #fff;
}

#top_banners ul {
  display: table;
  margin: 0 auto;
}

#top_banners ul li {
  display: table-cell;
  padding: 0 15px 30px 0;
}

#top_banners ul li img {
  display: block;
}

#top_banners ul li:first-child {
  padding-left: 15px;
}

#top_banners ul .ssk {
  width: 392px;
  height: 79px;
  background: url(../images/top/bn_ssk_skin.jpg) 0 0 no-repeat;
  position: relative;
}

#top_banners ul .ssk a {
  position: absolute;
}

#top_banners ul .ssk .ssk_offcial {
  top: 1px;
  left: 1px;
}

#top_banners ul .ssk .ssk_fb {
  top: 19px;
  left: 323px;
}
/*# sourceMappingURL=top_test.css.map */