<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: AI PC Theme
Description: 株式会社 アドバンスト インターナショナル
Author: NTS
Version: 1.0
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Since:2017-02-17
+ Update:2017-03-01（owl.carouselv2.2.0の導入）
+ Update:2018-05-29（フッターテキストサイズ修正）
+ Update:XXXX-XX-XX
+ Browser Windows:IE9,FireFox8.0,Chrome20
+ Brouser Mac:Safari5.1.5,FireFox8.0
+ Editor ID:NTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* html5reset ************************************************************ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* html5resetの追加分 */
ol, ul {
  list-style: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/* owl.carousel *********************************************************** */
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* 全体の共通設定 ********************************************************* */
html {
  overflow-y: scroll;
}

body {
  color: #555;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

/*リンク設定*/
a {
  color: #eb6200;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*リストを横並びにした時に隙間をなくすため*/
ul {
  letter-spacing: -4px;
}

li {
  letter-spacing: normal;
  zoom: 1;
}

/*斜体はノーマルに変更*/
em {
  font-style: normal;
}

.clearfix, .pageNav, .toInquiry, .boxLR, .normalCont .content, .categoryNav, .pageInLink, #listCont ul, #seminarCont dl, .backNav, .companyCont dl, .recruitStep, #topCont, #topLink ul {
  zoom: 1;
}
.clearfix:after, .pageNav:after, .toInquiry:after, .boxLR:after, .normalCont .content:after, .categoryNav:after, .pageInLink:after, #listCont ul:after, #seminarCont dl:after, .backNav:after, .companyCont dl:after, .recruitStep:after, #topCont:after, #topLink ul:after {
  display: block;
  clear: both;
  content: "";
}

.flexlayout, #listCont ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imghover, .normalCont .banner dt a:hover img, .linkCont dt a:hover img, #topLink li a:hover img {
  background: #fff;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  opacity: 0.7;
}

/* 全体の共通設定 ********************************************************* */
/* header（ヘッダー） ***************************************************** */
header {
  width: 100%;
  min-width: 990px;
  border-top: solid 8px #f49c00;
  background: #fff url(images/bg_header.gif) 0 70px repeat-x;
}
header #headerInner {
  position: relative;
  margin: 0 auto;
  width: 970px;
  height: 130px;
}
header h1 .logoAi {
  position: absolute;
  left: 0;
  top: 8px;
  width: 110px;
}
header h1 .logoAitxt {
  position: absolute;
  left: 122px;
  top: 16px;
  width: 418px;
}
header .aboutus {
  position: absolute;
  left: 125px;
  top: 45px;
}
header #tbspOnlyNav {
  display: none;
}
header #subNav {
  position: absolute;
  right: 0;
  top: 26px;
}
header #subNav li {
  float: left;
  margin-left: 30px;
}
header #subNav li a {
  padding: 1px 0 0 15px;
  background: url(images/icon_header_sub.png) no-repeat;
}
header #mainNav {
  position: absolute;
  left: 10px;
  top: 70px;
}
header #mainNav li {
  float: left;
}
header #mainNav li a {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  width: 158px;
  height: 60px;
}
header #mainNav li:first-child {
  border-left: solid 1px #5d3800;
}
header nav .companyNav a {
  background: url(images/btn_header_main.png) 0px 0px no-repeat;
}
header nav .companyNav a:hover {
  background: url(images/btn_header_main.png) 0px -56px no-repeat;
}
header nav .businessNav a {
  background: url(images/btn_header_main.png) 0px -120px no-repeat;
}
header nav .businessNav a:hover {
  background: url(images/btn_header_main.png) 0px -176px no-repeat;
}
header nav .listNav a {
  background: url(images/btn_header_main.png) 0px -240px no-repeat;
}
header nav .listNav a:hover {
  background: url(images/btn_header_main.png) 0px -296px no-repeat;
}
header nav .resultsNav a {
  background: url(images/btn_header_main.png) 0px -360px no-repeat;
}
header nav .resultsNav a:hover {
  background: url(images/btn_header_main.png) 0px -416px no-repeat;
}
header nav .clubNav a {
  background: url(images/btn_header_main.png) 0px -480px no-repeat;
}
header nav .clubNav a:hover {
  background: url(images/btn_header_main.png) 0px -536px no-repeat;
}
header nav .seminarNav a {
  background: url(images/btn_header_main.png) 0px -600px no-repeat;
}
header nav .seminarNav a:hover {
  background: url(images/btn_header_main.png) 0px -656px no-repeat;
}

/* /header（ヘッダー） **************************************************** */
/* main（メイン） ********************************************************* */
#main {
  margin: 0 auto;
  padding: 10px 20px;
  width: 950px;
}

/* 共有 ******************************************************************** */
/* path（共有：パンくず） */
#path {
  margin: 0 auto;
  padding: 10px 20px 0;
  width: 950px;
}
#path ul {
  margin: 0 20px;
}
#path li {
  display: inline;
}
#path li:before {
  content: " &gt; ";
  /* liの前に記号追加 */
}
#path li:first-child:before {
  content: "";
  /* 最初のliだけcontentを消す */
}
#path li a {
  margin-right: 4px;
  font-weight: normal;
}

/* pagetop（共有：ページTOPへ） */
.pagetop {
  position: relative;
}
.pagetop a {
  position: absolute;
  right: 0;
  top: 30px;
  padding: 0 0 5px 25px;
  background: url(images/icon_totop.png) no-repeat;
}

/* pageNav（ページ送り） */
.pageNav {
  margin: 0 20px 20px;
}
.pageNav .prev {
  float: left;
  width: 48%;
}
.pageNav .next {
  float: right;
  width: 48%;
  text-align: right;
}

/* toInquiry（共有：お問い合わせへリンク） */
.toInquiry {
  position: relative;
  margin: 60px 155px 20px;
  padding: 22px 20px 21px;
  border-radius: 10px;
  border: solid 1px #777;
  background: #f2f6ff;
  background: linear-gradient(to bottom, #fff 30%, #d6e2ff 100%);
  background: -webkit-linear-gradient(top, #fff 30%, #d6e2ff 100%);
}
.toInquiry dt {
  padding: 10px 0;
  width: 410px;
  border-right: solid 1px #777;
}
.toInquiry dt .logoSet {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  width: 375px;
  height: 37px;
  background: url(images/logo_set_ai.png) no-repeat;
}
.toInquiry dt .readily {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  margin: 10px 0 10px 97px;
  width: 278px;
  height: 19px;
  background: url(images/txt_common_inquiry.png) no-repeat;
}
.toInquiry dd {
  position: absolute;
  right: 20px;
  top: 20px;
}
.toInquiry dd a {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  width: 161px;
  height: 101px;
  background: url(images/btn_common_inquiry.png) 0px 0px no-repeat;
}

/*（共有：文章中に画像配置） */
.imgL {
  /*imgタグにクラスを設定*/
  float: left;
  margin-right: 10px;
}

.imgR {
  /*imgタグにクラスを設定*/
  float: right;
  margin-left: 10px;
}

.imgC {
  /*pタグにクラスを設定*/
  display: block;
  margin: 10px auto;
  text-align: center;
}
.imgC img {
  margin: 5px 5px 10px;
}

/* mark（共有：文章途中に画像） */
.mark {
  margin: 0 5px;
  vertical-align: middle;
}

/* textBreak（共有：言語に関係なく表示範囲に合わせて改行） */
.textBreak {
  word-break: break-all;
}

/*HRでクリア（どうしてもclearfixが使えない場合）*/
.clearHr {
  margin: 8px 0;
  padding-top: 10px;
  clear: both;
  height: 0;
  border: none;
}

/* topList itemSideCont（おすすめ商品の共通） */
#topList div, .itemSideCont div {
  margin: 0 auto;
  text-align: center;
}

/* listSlide（商品のスライダー） */
#listSlide {
  margin: 5px auto 0;
  padding: 5px 6px 0 6px;
  min-height: 310px;
}
#listSlide li {
  display: inline-block;
  padding-bottom: 10px;
  width: 350px;
}
#listSlide img {
  margin-bottom: 3px;
  max-width: 336px;
  border: solid 1px #777;
  text-align: left;
}
#listSlide p {
  margin-left: 5px;
  text-align: left;
  line-height: 1.2;
}
#listSlide .title {
  padding: 5px 0 3px;
  font-size: 16px;
  color: #264387;
}

/* スライダー：prev/nextボタン */
.owl-theme .owl-controls .owl-nav div {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 106px;
}
.owl-theme .owl-controls .owl-nav .owl-prev:after {
  position: absolute;
  bottom: 4px;
  right: 10px;
  border: 8px solid transparent;
  border-right-color: #fff;
  content: ' ';
}
.owl-theme .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 27px;
  top: 106px;
}
.owl-theme .owl-controls .owl-nav .owl-next:after {
  position: absolute;
  bottom: 4px;
  left: 10px;
  border: 8px solid transparent;
  border-left-color: #fff;
  content: ' ';
}

.owl-theme .owl-nav [class*='owl-'] {
  padding: 2px 12px 3px;
  border-radius: 15px;
  background: #264387;
  opacity: 0.5;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #264387;
  opacity: 1;
}

/* スライダー：ナビ*/
#slider .owl-controls {
  display: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #264387;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #264387;
  opacity: 1;
}

/* /共有 ******************************************************************* */
/* サブページ専用 ********************************************************** */
/* pageTtl（ページタイトル） */
#company .pageTtl h2 {
  background: url(images/h_company.png) no-repeat;
}
#company .pageTtl:before {
  content: url(images/pic_company.png);
}

#business .pageTtl h2 {
  background: url(images/h_business.png) no-repeat;
}
#business .pageTtl:before {
  content: url(images/pic_business.png);
}

#education .pageTtl h2 {
  margin: 18px 0 0 20px;
  background: url(images/h_education.png) no-repeat;
}
#education .pageTtl:before {
  content: url(images/pic_education.png);
}

#publicity .pageTtl h2 {
  margin: 18px 0 0 20px;
  background: url(images/h_publicity.png) no-repeat;
}
#publicity .pageTtl:before {
  content: url(images/pic_publicity.png);
}

#testing .pageTtl h2 {
  margin: 18px 0 0 20px;
  background: url(images/h_testing.png) no-repeat;
}
#testing .pageTtl:before {
  content: url(images/pic_testing.png);
}

#learning .pageTtl h2 {
  margin: 18px 0 0 20px;
  background: url(images/h_learning.png) no-repeat;
}
#learning .pageTtl:before {
  content: url(images/pic_learning.png);
}

.tax-cate_item .pageTtl h2,
.post-type-archive .pageTtl h2,
.single-item .pageTtl h2 {
  background: url(images/h_list.png) no-repeat;
}
.tax-cate_item .pageTtl:before,
.post-type-archive .pageTtl:before,
.single-item .pageTtl:before {
  content: url(images/pic_list.png);
}

.newsTtl h2,
.category .pageTtl h2,
.date .pageTtl h2,
.blog .pageTtl h2 {
  background: url(images/h_news.png) no-repeat;
}
.newsTtl:before,
.category .pageTtl:before,
.date .pageTtl:before,
.blog .pageTtl:before {
  content: url(images/pic_news.png);
}

.resultsTtl h2,
.category-results .pageTtl h2 {
  background: url(images/h_results.png) no-repeat;
}
.resultsTtl:before,
.category-results .pageTtl:before {
  content: url(images/pic_results.png);
}

#club .pageTtl h2 {
  background: url(images/h_club.png) no-repeat;
}
#club .pageTtl:before {
  content: url(images/pic_club.png);
}

.seminarTtl h2,
.category-seminar .pageTtl h2 {
  background: url(images/h_seminar.png) no-repeat;
}
.seminarTtl:before,
.category-seminar .pageTtl:before {
  content: url(images/pic_seminar.png);
}

#recruit .pageTtl h2 {
  background: url(images/h_recruit.png) no-repeat;
}
#recruit .pageTtl:before {
  content: url(images/pic_recruit.png);
}

#access .pageTtl h2 {
  background: url(images/h_access.png) no-repeat;
}
#access .pageTtl:before {
  content: url(images/pic_access.png);
}

#inquiry .pageTtl h2 {
  background: url(images/h_inquiry.png) no-repeat;
}
#inquiry .pageTtl:before {
  content: url(images/pic_inquiry.png);
}

#link .pageTtl h2 {
  background: url(images/h_link.png) no-repeat;
}
#link .pageTtl:before {
  content: url(images/pic_common_ai.png);
}

#privacy .pageTtl h2 {
  background: url(images/h_privacy.png) no-repeat;
}
#privacy .pageTtl:before {
  content: url(images/pic_common_ai.png);
}

#sitepolicy .pageTtl h2 {
  background: url(images/h_sitepolicy.png) no-repeat;
}
#sitepolicy .pageTtl:before {
  content: url(images/pic_common_ai.png);
}

#sitemap .pageTtl h2 {
  background: url(images/h_sitemap.png) no-repeat;
}
#sitemap .pageTtl:before {
  content: url(images/pic_common_ai.png);
}

#mailmaga .pageTtl h2 {
  background: url(images/h_mailmaga.png) no-repeat;
}
#mailmaga .pageTtl:before {
  content: url(images/pic_mailmaga.png);
}

.pageTtl {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  height: 130px;
  border: solid 1px #777;
  background: url(images/bg_pagettl.gif) repeat;
}
.pageTtl:before {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  overflow: hidden;
  width: 350px;
  height: 158px;
}
.pageTtl h2 {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  margin: 40px 0 0 20px;
  height: 46px;
}

/* リード */
#education .lead {
  position: relative;
}
#education .lead p {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  position: absolute;
  left: 21px;
  top: -82px;
  width: 402px;
  height: 44px;
  background: url(images/h_education_sub.png) no-repeat;
}

#publicity .lead {
  position: relative;
}
#publicity .lead p {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  position: absolute;
  left: 21px;
  top: -77px;
  width: 413px;
  height: 20px;
  background: url(images/h_publicity_sub.png) no-repeat;
}

#testing .lead {
  position: relative;
}
#testing .lead p {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  position: absolute;
  left: 21px;
  top: -82px;
  width: 511px;
  height: 44px;
  background: url(images/h_testing_sub.png) no-repeat;
}

#learning .lead {
  position: relative;
}
#learning .lead p {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  position: absolute;
  left: 21px;
  top: -77px;
  width: 488px;
  height: 20px;
  background: url(images/h_learning_sub.png) no-repeat;
}

/* boxLR（左右2分割） */
.boxLR {
  margin: 20px 0;
  background: url(images/bg_aside.gif) 700px 40px repeat-y;
  /*（共有：お問い合わせへリンク） */
}
.boxLR .toInquiry {
  margin: 0 20px;
}

.boxL {
  float: left;
  width: 700px;
}

.boxR {
  float: right;
  width: 250px;
  padding-bottom: 20px;
}
.boxR .itemSideCont h2 {
  padding: 9px 12px;
  border: solid 1px #777;
  background: url(images/bg_common_title.gif) repeat;
}
.boxR .itemSideCont h2 em {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  width: 118px;
  height: 19px;
  background: url(images/ttl_common_list.png) no-repeat;
}
.boxR .itemSideCont .listBtn a {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  float: right;
  margin: 10px 10px 15px 10px;
  width: 118px;
  height: 32px;
  background: url(images/btn_common_list.png) no-repeat;
}
.boxR .itemSideCont #listSlide li {
  margin-bottom: 10px;
  width: 220px;
}
.boxR .itemSideCont #listSlide img {
  max-width: 200px;
}

/* normalCont（通常のコンテンツ） */
.normalCont {
  /* 左寄せバナーの設置 */
  /* 基本のリストやタイトル付リスト */
}
.normalCont h3 {
  margin: 0 20px 0 10px;
  padding: 7px 10px 5px;
  background: #264387;
  color: #eaeaea;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.normalCont .content {
  position: relative;
  margin: 0 20px 20px;
  padding: 15px 20px;
  border-bottom: solid 1px #777;
  border-left: solid 1px #777;
  border-right: solid 1px #777;
  line-height: 1.5;
}
.normalCont .content:before {
  position: absolute;
  left: -11px;
  top: 0;
  border: 5px solid transparent;
  border-top-color: #8490ad;
  border-right-color: #8490ad;
  height: 0;
  width: 0;
  content: ' ';
}
.normalCont .content h4 {
  margin: 20px 0 8px;
  padding: 0 0 3px 27px;
  border-bottom: dotted 1px #777;
  background: url(images/icon_square.gif) no-repeat;
  font-size: 16px;
  line-height: 1.3;
}
.normalCont .content h4:first-child {
  margin: 0 0 8px;
}
.normalCont .content p {
  margin: 0.5em;
}
.normalCont .content .txtR {
  text-align: right;
}
.normalCont .content table {
  margin: 20px 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-word;
}
.normalCont .content caption {
  text-align: left;
  color: #264387;
  font-size: 16px;
  font-weight: bold;
}
.normalCont .content th {
  padding: 10px;
  width: 7em;
  border: 1px solid #53648c;
  background: #778ec8;
  color: #fff;
}
.normalCont .content td {
  padding: 10px;
  border: 1px solid #53648c;
  background: #e9f0ff;
  color: #264387;
}
.normalCont .content .date {
  white-space: nowrap;
}
.normalCont .content .theme {
  width: 70%;
}
.normalCont .banner {
  overflow: hidden;
  margin: 0;
  padding: 15px 25px;
  border-bottom: none;
  zoom: 1;
}
.normalCont .banner dt {
  display: block;
  float: left;
  margin-right: 30px;
  width: auto;
  border-left: none;
}
.normalCont .banner dt img {
  border: solid 1px #777;
}
.normalCont .banner dd {
  overflow: hidden;
  padding: 0;
  font-size: 15px;
  zoom: 1;
}
.normalCont .banner dd strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.normalCont .normalList {
  margin: 5px;
  padding: 5px 10px;
  border: solid 1px #727b8f;
}
.normalCont .normalList li {
  position: relative;
  padding-left: 18px;
  color: #264387;
}
.normalCont .normalList li:after {
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background: #727b8f;
  content: ' ';
}
.normalCont .normalDl {
  margin: 5px;
  padding: 10px;
  background: #d8deed;
}
.normalCont .normalDl dt {
  margin-bottom: 3px;
  padding-left: 7px;
  border-left: double 8px #264387;
  font-size: 16px;
  font-weight: bold;
}
.normalCont .normalDl dd {
  position: relative;
  margin-left: 15px;
  padding-left: 18px;
}
.normalCont .normalDl dd:after {
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background: #727b8f;
  content: ' ';
}
.normalCont .lineNo {
  margin: 0;
  padding: 0 20px 10px;
  border: none;
}
.normalCont .lineNo:before {
  display: none;
}

/* 事業内容トップのカテゴリーリンク */
.categoryLink {
  position: relative;
  margin: 20px 0 10px;
  height: 407px;
  background: url(images/img_school.gif) center center no-repeat;
}
.categoryLink li a {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  width: 336px;
  height: 187px;
}
.categoryLink #educationNavBn a {
  position: absolute;
  left: 55px;
  top: 0;
  background: url(images/btn_business_category.png) 0px 0px no-repeat;
}
.categoryLink #educationNavBn a:hover {
  background: url(images/btn_business_category.png) 0px -187px no-repeat;
}
.categoryLink #publicityNavBn a {
  position: absolute;
  right: 55px;
  top: 0;
  background: url(images/btn_business_category.png) 0px -374px no-repeat;
}
.categoryLink #publicityNavBn a:hover {
  background: url(images/btn_business_category.png) 0px -561px no-repeat;
}
.categoryLink #testingNavBn a {
  position: absolute;
  left: 55px;
  top: 220px;
  background: url(images/btn_business_category.png) 0px -748px no-repeat;
}
.categoryLink #testingNavBn a:hover {
  background: url(images/btn_business_category.png) 0px -935px no-repeat;
}
.categoryLink #learningNavBn a {
  position: absolute;
  right: 55px;
  top: 220px;
  background: url(images/btn_business_category.png) 0px -1122px no-repeat;
}
.categoryLink #learningNavBn a:hover {
  background: url(images/btn_business_category.png) 0px -1309px no-repeat;
}

/* 共有：事業内容のカテゴリーナビ */
.categoryNav {
  margin: -20px 0 0 15px;
}
.categoryNav li {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  float: left;
  margin: 0 5px;
  width: 220px;
  height: 59px;
}
.categoryNav li img {
  display: none;
}
.categoryNav li a {
  display: block;
  height: 59px;
}

/* 共有：事業内容のカテゴリーナビ（ページID使用） */
.educationNavIn a {
  background: url(images/btn_common_category.gif) 0px 0px no-repeat;
}

.educationNavIn a:hover, #education .educationNavIn a {
  background: url(images/btn_common_category.gif) 0px -59px no-repeat;
}

.publicityNavIn a {
  background: url(images/btn_common_category.gif) 0px -118px no-repeat;
}

.publicityNavIn a:hover, #publicity .publicityNavIn a {
  background: url(images/btn_common_category.gif) 0px -177px no-repeat;
}

.testingNavIn a {
  background: url(images/btn_common_category.gif) 0px -236px no-repeat;
}

.testingNavIn a:hover, #testing .testingNavIn a {
  background: url(images/btn_common_category.gif) 0px -295px no-repeat;
}

.learningNavIn a {
  background: url(images/btn_common_category.gif) 0px -354px no-repeat;
}

.learningNavIn a:hover, #learning .learningNavIn a {
  background: url(images/btn_common_category.gif) 0px -413px no-repeat;
}

.categoryNav .businessNavIn {
  display: none;
}

/* 商品一覧で使用（ページ内リンク） */
.pageInLink {
  margin: 0 20px 20px;
  padding: 20px 30px 20px 0;
  border-radius: 10px;
  background: #d8deed;
}
.pageInLink li {
  display: inline-block;
  margin: 10px 0 10px 50px;
  padding: 1px 0 1px 27px;
  font-size: 15px;
}
.pageInLink .cat-item-ict_use, .pageInLink .cat-item-energy {
  background: url(images/icon_list_results_education.png) no-repeat;
}
.pageInLink .cat-item-publicity, .pageInLink .cat-item-registration {
  background: url(images/icon_list_results_publicity.png) no-repeat;
}
.pageInLink .cat-item-testing {
  background: url(images/icon_list_results_testing.png) no-repeat;
}
.pageInLink .cat-item-learning {
  background: url(images/icon_list_results_learning.png) no-repeat;
}
.pageInLink .cat-item-other {
  background: url(images/icon_list_results_other.png) no-repeat;
}

/* 商品一覧で使用（商品情報） */
#listCont {
  margin: 0 20px 30px;
}
#listCont h3 {
  margin: 30px 0 10px;
  padding: 7px 10px 7px 40px;
  border-bottom: dotted 1px #264387;
  color: #264387;
  font-size: 18px;
  font-weight: bold;
}
#listCont .cat-item-ict_use, #listCont .cat-item-energy {
  background: url(images/icon_results_education.png) no-repeat;
}
#listCont .cat-item-publicity, #listCont .cat-item-registration {
  background: url(images/icon_results_publicity.png) no-repeat;
}
#listCont .cat-item-testing {
  background: url(images/icon_results_testing.png) no-repeat;
}
#listCont .cat-item-learning {
  background: url(images/icon_results_learning.png) no-repeat;
}
#listCont .cat-item-other {
  background: url(images/icon_results_other.png) no-repeat;
}
#listCont ul {
  margin-bottom: 10px;
}
#listCont li {
  float: left;
  position: relative;
  margin: 0 7px 12px 0;
  padding: 10px 0;
  width: 220px;
  min-height: 350px\9;
  /* IE10以下 */
  border: solid 1px #777;
  background: #fff4dd;
  text-align: center;
  vertical-align: top;
}
#listCont li:nth-child(4n) {
  margin-right: 0;
}
#listCont li img {
  max-width: 200px;
}
#listCont li p {
  padding: 0 8px 5px;
  text-align: left;
  line-height: 1.4;
}
#listCont li .title {
  display: block;
  padding: 10px 8px 4px;
  font-size: 16px;
  color: #264387;
}

/* 導入事例一覧で使用 */
#resultsCont {
  margin: 0 20px 20px;
}
#resultsCont li {
  position: relative;
  margin-bottom: 15px;
  padding: 10px 10px 10px 40px;
  border-bottom: dotted 1px #777;
  font-size: 15px;
}
#resultsCont .w_education {
  background: url(images/icon_results_education.png) no-repeat;
}
#resultsCont .w_publicity {
  background: url(images/icon_results_publicity.png) no-repeat;
}
#resultsCont .w_testing {
  background: url(images/icon_results_testing.png) no-repeat;
}
#resultsCont .w_learning {
  background: url(images/icon_results_learning.png) no-repeat;
}
#resultsCont .w_other {
  background: url(images/icon_results_other.png) no-repeat;
}
#resultsCont .new {
  margin-left: 10px;
  padding: 0 0.5em;
  border-radius: 2px;
  background: #e50000;
  color: #fff;
  font-size: 12px;
}

/* セミナー開催一覧で使用 */
#seminarCont {
  margin-bottom: 20px;
}
#seminarCont dl {
  margin: 10px 20px 15px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #777;
}
#seminarCont dt {
  display: inline-block;
  padding: 3px 10px;
  border-left: solid 10px #727b8f;
}
#seminarCont dd {
  padding: 3px 10px;
  border-left: solid 10px #727b8f;
  font-size: 16px;
}
#seminarCont .fin {
  display: inline-block;
}
#seminarCont .fin li {
  margin-left: 10px;
  padding: 2px 0.5em 1px;
  border-radius: 2px;
  background: #34569b;
  color: #fff;
  font-size: 12px;
}

/* 導入事例とセミナー開催で共通使用 */
.backNav {
  margin: -20px 15px 10px 0;
}
.backNav li {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  float: right;
  margin: 0 5px;
  width: 220px;
  height: 59px;
}
.backNav li a {
  display: block;
  height: 59px;
}

#resultsNavIn a {
  background: url(images/btn_back_resultslist.gif) no-repeat;
}

#seminarNavIn a {
  background: url(images/btn_back_seminarlist.gif) no-repeat;
}

/* 会社概要やアクセス等で使用 */
.companyCont dl {
  margin: 10px 20px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #777;
}
.companyCont dt {
  float: left;
  display: inline;
  padding: 3px 10px;
  width: 8em;
  border-left: solid 10px #eb6300;
  font-size: 16px;
  font-weight: bold;
}
.companyCont dd {
  overflow: hidden;
  padding: 3px 0;
  font-size: 16px;
  zoom: 1;
}
.companyCont dd em {
  color: #264387;
  font-weight: bold;
}
.companyCont li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 15px;
}
.companyCont li:after {
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 15px;
  background: #eb6300;
  content: ' ';
}
.companyCont .customer li {
  display: inline-block;
  position: relative;
  margin: 0 0 5px 20px;
  padding-left: 15px;
  width: 360px;
  font-size: 15px;
}
.companyCont .customer li:after {
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 15px;
  background: #eb6300;
  content: ' ';
}

.accessMap {
  position: relative;
  margin: 10px 0;
}
.accessMap iframe {
  margin-bottom: 35px;
  width: 700px;
  height: 500px;
  border: solid 1px #777;
}
.accessMap .enlargeMap {
  position: absolute;
  bottom: 0;
  right: 10px;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  width: 158px;
  height: 32px;
  background: url(images/btn_enlarge_map.png) no-repeat;
}

/* 採用情報で使用 */
.recruitStep li {
  float: left;
  position: relative;
  margin: 15px 36px 10px 0;
  padding: 10px 0;
  border-radius: 10px;
  background: #56925b;
  width: 190px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.recruitStep li:after {
  display: none;
}
.recruitStep li:before {
  position: absolute;
  right: -36px;
  top: 10px;
  height: 0;
  width: 0;
  border: 11px solid transparent;
  border-left-color: #555;
  content: ' ';
}
.recruitStep li:last-child {
  margin: 15px 0;
}
.recruitStep li:last-child:before {
  border: none;
}

/* お問い合わせで使用 */
.inquiryCont {
  margin: 0 20px 20px;
  padding: 20px 40px;
  border-radius: 10px;
  background: #fff4dd;
}

.inquiryCont p,
.inquiryInCont p {
  margin-bottom: 30px;
  line-height: 1.5;
}
.inquiryCont dl,
.inquiryInCont dl {
  position: relative;
  margin: 20px 0;
  padding-bottom: 15px;
  border-bottom: dotted 1px #777;
}
.inquiryCont dt,
.inquiryInCont dt {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  padding: 15px 0;
  width: 150px;
  height: 32px;
  border-left: solid 10px #eb6300;
}
.inquiryCont dd,
.inquiryInCont dd {
  margin-left: 180px;
  font-size: 14px;
  font-style: normal;
  zoom: 1;
}
.inquiryCont dd em,
.inquiryInCont dd em {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
}
.inquiryCont #tel dt,
.inquiryInCont #tel dt {
  background: url(images/ttl_tel.png) 15px 15px no-repeat;
}
.inquiryCont #tel dd em,
.inquiryInCont #tel dd em {
  background: url(images/txt_telno.png) no-repeat;
  width: 342px;
  height: 27px;
}
.inquiryCont #fax dt,
.inquiryInCont #fax dt {
  background: url(images/ttl_fax.png) 15px 15px no-repeat;
}
.inquiryCont #fax dd,
.inquiryInCont #fax dd {
  padding: 15px 0;
}
.inquiryCont #fax dd em,
.inquiryInCont #fax dd em {
  background: url(images/txt_faxno.png) no-repeat;
  width: 342px;
  height: 27px;
}
.inquiryCont #form dt,
.inquiryInCont #form dt {
  background: url(images/ttl_form.png) 15px 15px no-repeat;
}
.inquiryCont #form dd em,
.inquiryInCont #form dd em {
  display: inline-block;
  background: url(images/btn_inquiry.png) no-repeat;
  width: 342px;
  height: 61px;
}

.inquiryInCont dl {
  margin: 20px 20px 0;
  border-bottom: none;
}

/* 関連リンクで使用 */
.linkCont {
  margin: 0 20px 20px;
}
.linkCont dl {
  overflow: hidden;
  padding: 15px 25px;
  border-bottom: dotted 1px #777;
  zoom: 1;
}
.linkCont dl:first-child {
  border-top: dotted 1px #777;
}
.linkCont dt {
  display: block;
  float: left;
  margin-right: 30px;
}
.linkCont dt img {
  border: solid 1px #777;
}
.linkCont dd {
  overflow: hidden;
  zoom: 1;
}
.linkCont dd strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

/* サイトポリシーとプライバシーポリシーで使用 */
.policyCont {
  margin: 0 20px 40px;
}
.policyCont h3 {
  margin: 30px 0 7px;
  color: #264387;
  font-size: 20px;
  font-weight: bold;
}
.policyCont dl {
  margin-bottom: 30px;
}
.policyCont dl dt {
  margin-bottom: 7px;
  padding: 7px 10px;
  background: #dadada;
  color: #264387;
  font-size: 16px;
  font-weight: bold;
}
.policyCont dl dd {
  margin: 0 10px 1em;
  line-height: 1.5;
}
.policyCont p {
  margin: 0 10px 1em;
  line-height: 1.5;
}
.policyCont li {
  position: relative;
  margin: 0 10px 0.5em 20px;
  padding-left: 15px;
}
.policyCont li:after {
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 15px;
  background: #727b8f;
  content: ' ';
}

/* サイトマップで使用 */
.sitemapCont {
  margin: 0 20px 40px;
  font-size: 16px;
}
.sitemapCont li a {
  display: block;
  margin-top: 30px;
  font-weight: normal;
}
.sitemapCont ul li a {
  padding: 10px 10px 10px 50px;
  background: #dadada url(images/icon_site_01.png) 15px 7px no-repeat;
}
.sitemapCont ul ul li {
  border-bottom: dotted 1px #777;
}
.sitemapCont ul ul li a {
  margin: 0;
  padding: 15px 10px 10px 75px;
  border: none;
  background: url(images/icon_site_02.png) 45px 12px no-repeat;
}

/* blogCont（ブログとカスタム投稿で共有コンテンツ）******************************************* */
.blogCont .articleCont {
  position: relative;
}
.blogCont h3 {
  margin: 0 20px 10px 10px;
  padding: 5px 10px 3px;
  border: solid 1px #777;
  background: #d6e0ec;
  color: #264387;
  font-size: 24px;
  line-height: 1.3;
}
.blogCont .articleTtl {
  margin: 0 20px 0 10px;
  padding: 5px 10px;
  background: #264387;
  color: #eaeaea;
  line-height: 1.3;
}
.blogCont .articleTtl h4 {
  font-size: 18px;
  font-weight: bold;
}
.blogCont .articleTtl a {
  color: #eaeaea;
}
.blogCont .articleTtl a:hover {
  color: #eaeaea;
}
.blogCont .articleTtl .post-categories {
  margin: 0;
  padding: 5px 0 0;
}
.blogCont .articleTtl .post-categories li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding-left: 0;
}
.blogCont .articleTtl .post-categories li:after {
  display: none;
}
.blogCont .articleTtl .post-categories li a {
  padding: 3px 1em 2px;
  border-radius: 2px;
  background: #fff4dd;
  color: #eb6200;
  font-size: 12px;
}
.blogCont .articleTtl .post-categories li a:hover {
  text-decoration: none;
}
.blogCont .articleTtl .date {
  display: block;
  padding-top: 0.3em;
  text-align: right;
  color: #ccc;
  font-weight: normal;
  font-size: 14px;
}
.blogCont .content {
  position: relative;
  margin: 0 20px 20px;
  padding: 15px 20px 10px;
  border-left: solid 1px #777;
  border-right: solid 1px #777;
  border-bottom: solid 1px #777;
  line-height: 1.5;
  zoom: 1;
}
.blogCont .content:after {
  content: "";
  display: block;
  clear: both;
}
.blogCont .content:before {
  position: absolute;
  left: -11px;
  top: 0;
  border: 5px solid transparent;
  border-top-color: #8490ad;
  border-right-color: #8490ad;
  height: 0;
  width: 0;
  content: ' ';
}
.blogCont .content h1 {
  font-size: 24px;
}
.blogCont .content h2 {
  font-size: 22px;
}
.blogCont .content h3 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #555;
  margin: 0 0 5px 0;
  font-size: 20px;
}
.blogCont .content h4 {
  font-size: 18px;
}
.blogCont .content h5 {
  clear: both;
  margin: 30px 0 8px;
  padding: 0 0 3px 27px;
  border-bottom: dotted 1px #777;
  background: url(images/icon_square.gif) no-repeat;
  font-size: 16px;
  line-height: 1.3;
}
.blogCont .content h5:first-child {
  margin: 0 0 8px;
}
.blogCont .content h6 {
  font-size: 16px;
}
.blogCont .content p {
  margin-bottom: 0.5em;
}
.blogCont .content em {
  color: #264387;
}
.blogCont .content strong {
  font-weight: bold;
}
.blogCont .content blockquote {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px 0;
  border: solid 1px #777;
}
.blogCont .content img {
  margin: 5px 0 5px 10px;
}
.blogCont .content .map {
  width: 400px;
}
.blogCont .content .txtR {
  text-align: right;
}
.blogCont .content .alignright {
  float: right;
  margin-left: 10px;
}
.blogCont .content .alignleft {
  float: left;
  margin-right: 10px;
}
.blogCont .content .aligncenter {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.blogCont .content .gallery {
  margin-bottom: 20px !important;
}
.blogCont .content .gallery-icon {
  margin-bottom: 5px !important;
}
.blogCont .content .gallery-caption {
  line-height: 1.2 !important;
}
.blogCont ul {
  margin: 5px;
  padding: 5px 10px;
}
.blogCont ul li {
  position: relative;
  padding-left: 18px;
}
.blogCont ul li:after {
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background: #f39a00;
  content: ' ';
}
.blogCont ol {
  margin-bottom: 1em;
}
.blogCont ol li {
  margin-left: 2.5em;
  list-style-type: decimal;
}
.blogCont table {
  margin: 10px 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.blogCont table th {
  padding: 10px;
  width: 7em;
  border: 1px solid #53648c;
  background: #778ec8;
  color: #fff;
}
.blogCont table td {
  padding: 10px;
  border: 1px solid #53648c;
  background: #e9f0ff;
  color: #264387;
}

/* boxBlogR（ブログ用の右側の枠組み） */
.boxBlogR {
  float: right;
  width: 250px;
  padding-bottom: 20px;
}

/* blogSideCont（ブログ用の右側のサイドコンテンツ） */
.blogSideCont h2 {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  margin-top: 30px;
  padding: 9px 12px;
  border: solid 1px #777;
  background: url(images/bg_common_title.gif) repeat;
  word-break: break-all;
  font-size: 0;
}
.blogSideCont h2:first-child {
  margin-top: 0;
}
.blogSideCont h2:after {
  content: "";
  display: block;
  clear: both;
}
.blogSideCont #widget_recent_entries h2:after {
  background: url(images/ttl_common_latest.png) no-repeat;
  width: 100px;
  height: 20px;
}
.blogSideCont #widget_nav_menu h2:after {
  background: url(images/ttl_common_category.png) no-repeat;
  width: 77px;
  height: 20px;
}
.blogSideCont #widget_archive h2:after {
  background: url(images/ttl_common_archive.png) no-repeat;
  width: 100px;
  height: 20px;
}
.blogSideCont ul {
  margin: 10px 12px 30px;
}
.blogSideCont li {
  position: relative;
  padding: 0 0 10px 18px;
  color: #264387;
}
.blogSideCont li:after {
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background: #727b8f;
  content: ' ';
}
.blogSideCont .children {
  display: none;
}

/* /サブページ専用 ********************************************************* */
/* トップページ専用 ******************************************************** */
/* categoryArea（事業内容カテゴリ別エリア） */
#categoryArea {
  position: relative;
}
#categoryArea #slideArea {
  width: 589px;
  height: 299px;
  border: solid 1px #777;
}
#categoryArea #slideArea li img {
  width: 589px;
}
#categoryArea #category {
  position: absolute;
  left: 591px;
  top: 0;
}
#categoryArea #category li a {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  width: 359px;
  height: 75px;
}
#categoryArea #category .educationNav a {
  background: url(images/btn_top_category.gif) 0px 0px no-repeat;
}
#categoryArea #category .educationNav a:hover {
  background: url(images/btn_top_category.gif) 0px -75px no-repeat;
}
#categoryArea #category .publicityNav a {
  background: url(images/btn_top_category.gif) 0px -150px no-repeat;
}
#categoryArea #category .publicityNav a:hover {
  background: url(images/btn_top_category.gif) 0px -225px no-repeat;
}
#categoryArea #category .testingNav a {
  background: url(images/btn_top_category.gif) 0px -300px no-repeat;
}
#categoryArea #category .testingNav a:hover {
  background: url(images/btn_top_category.gif) 0px -375px no-repeat;
}
#categoryArea #category .learningNav a {
  background: url(images/btn_top_category.gif) 0px -450px no-repeat;
  height: 76px;
}
#categoryArea #category .learningNav a:hover {
  background: url(images/btn_top_category.gif) 0px -525px no-repeat;
  height: 76px;
}

/* topCont（トップページのコンテンツ） */
#topCont {
  position: relative;
  padding-bottom: 5px;
}
#topCont #leftBox {
  float: left;
  width: 580px;
}
#topCont #rightBox {
  float: right;
  width: 360px;
}

/* topNews,topLink,topList（トップ共通タイトル） */
#topNews,
#topLink,
#topList {
  position: relative;
  margin-top: 10px;
  padding-bottom: 5px;
  border: solid 1px #777;
}
#topNews h2,
#topLink h2,
#topList h2 {
  height: 40px;
  background: url(images/bg_common_title.gif) repeat;
}
#topNews h2 em,
#topLink h2 em,
#topList h2 em {
  position: absolute;
  left: 15px;
  top: 10px;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
}
#topNews h2 a,
#topLink h2 a,
#topList h2 a {
  position: absolute;
  right: 4px;
  top: 4px;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  width: 118px;
  height: 32px;
}

/* topNews（トップお知らせ内容） */
#topNews {
  background: #fff4dd;
}
#topNews h2 em {
  width: 78px;
  height: 19px;
  background: url(images/ttl_common_news.png) no-repeat;
}
#topNews h2 a {
  background: url(images/btn_common_news.png) no-repeat;
}
#topNews #newsCont {
  overflow: auto;
  height: 310px;
  padding: 5px 0;
}
#topNews dl {
  margin: 13px 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #777;
}
#topNews dt {
  display: inline;
  position: relative;
  float: left;
  margin-left: 5px;
  padding-left: 18px;
  width: 9em;
}
#topNews dt:after {
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background: #aaa;
  content: ' ';
}
#topNews dd {
  overflow: hidden;
  zoom: 1;
}

/* topLink（トップ関連リンク内容） */
#topLink h2 em {
  width: 97px;
  height: 19px;
  background: url(images/ttl_common_link.png) no-repeat;
}
#topLink h2 a {
  background: url(images/btn_common_link.png) no-repeat;
}
#topLink ul {
  padding: 10px 0 0 6px;
}
#topLink li {
  float: left;
  margin: 0 4px 5px;
}
#topLink li img {
  border: solid 1px #777;
}

/* topList（トップおすすめ商品） */
#topList h2 em {
  width: 118px;
  height: 19px;
  background: url(images/ttl_common_list.png) no-repeat;
}
#topList .listBtn a {
  position: absolute;
  right: 4px;
  top: 4px;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  background: url(images/btn_common_list.png) no-repeat;
  width: 118px;
  height: 32px;
}

/* mailInfo（aiメルマガのご案内） */
#mailInfo {
  margin-top: 10px;
}
#mailInfo img {
  width: 358px;
  border: solid 1px #777;
}

/* /トップページ専用 ******************************************************* */
/* /main（メイン） ********************************************************* */
/* footer（フッター） ****************************************************** */
footer {
  width: 100%;
  min-width: 990px;
  border-top: dotted 2px #777;
  background: url(images/bg_footer.gif) left bottom repeat-x;
}
footer #footerInner {
  margin: 0 auto;
  width: 950px;
}
footer .ftLogo {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  margin: 15px 0;
  background: url(images/logo_set_ai.png) no-repeat;
  height: 37px;
}
footer ul {
  margin: 5px auto 30px;
  text-align: center;
}
footer li {
  display: inline;
  padding: 0 8px 0 6px;
  border-right: solid 1px #555;
  font-size: 12px;
  line-height: 1.8;
}
footer li:first-child {
  padding: 0 8px;
  border-left: solid 1px #555;
}
footer small {
  display: block;
  padding-bottom: 8px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
footer small em {
  font-size: 14px;
}

/* /footer（フッター） ******************************************************* */

/*# sourceMappingURL=style.css.map */
</pre></body></html>