@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, tr, th, td, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

/*********************************************************************************/
/* 共通設定
/*********************************************************************************/
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 45px !important;
}

.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f14 {
  font-size: 14px !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.relative {
  position: relative;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.ofh {
  overflow: hidden;
  zoom: 1;
}

.alignL {
  text-align: left !important;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.bold a {
  font-weight: bold;
}

.disNone {
  display: none;
}

.opOver {
  cursor: pointer;
}

span.del {
  text-decoration: line-through;
}

ul.disc {
  list-style: disc;
  list-style-position: outside;
}
ul.disc li {
  margin-left: 20px;
}

ol {
  list-style: decimal;
  margin-left: 15px;
  list-style-position: outside;
}
ol li {
  margin-left: 20px;
}
ol.upper-roman {
  list-style: upper-roman;
  margin-left: 20px;
}
ol.none {
  list-style: none;
  margin-left: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh15 {
  line-height: 1.5;
}

.indent {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.hanging-indent {
  padding-left: 1em;
  text-indent: -1em;
}

input, select {
  vertical-align: middle;
}
input[type="radio"], select[type="radio"] {
  margin-right: 5px !important;
}

.wp-pagenavi {
  margin: 30px auto 20px;
  text-align: center;
}

.current {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.vaTop {
  vertical-align: top !important;
}

dl.table {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.8;
}
dl.table dt {
  float: left;
}
dl.table dd {
  margin-left: 110px;
}

.em1 {
  margin-left: 1em;
}

.bdrNone {
  border-right: none !important;
}

.clear {
  clear: both;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*********************************************************************************/
/* 基本設定
/*********************************************************************************/
body {
  margin: 0;
  padding: 0;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  font-size: 0.75em;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: black;
  background: #0080CC;
  -webkit-text-size-adjust: 100%;
}

.ua-ios html body {
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  width: 1012px;
  overflow: hidden;
  zoom: 1;
}

hr.footerLine {
  border: none;
  border-top: 1px solid #fff;
  background-color: #CCCCCC;
  height: 1px;
  margin: 0;
  padding: 0;
}

/*********************************************************************************/
/* テキスト色
/*********************************************************************************/
.red {
  color: #DF0000;
}

a:link {
  color: #0e7ac4;
}
a:visited {
  color: #0e7ac4;
}
a:hover {
  color: #CC6600;
  text-decoration: underline;
}

/*********************************************************************************/
/* ヘッダー
/*********************************************************************************/
#content {
  background: white url(/common/img/bgNav.png) repeat-x;
  padding-bottom: 0px;
}

#contentSubKaiin {
  background: white url(/common/img/kaiin/bgNavSub.png) repeat-x;
  padding-bottom: 0px;
}
#contentSubKaiin h2 {
  font-size: 29px;
}

#contentSubKaiin2 {
  background: white url(/common/img/kaiin/bgNavSub.png) repeat-x;
  padding-bottom: 0px;
}

#contentSubKaiin2 h2 {
  margin: 2px 0 4px;
  font-size: 24px;
}

#contentSubKaiin2 h2 span{
  font-size: 16px;
  margin: 8px 0 10px;
  display: block;
}

#contentSubSeminar {
  /*background: white url(/mock/common/img/seminar/bgNavSub.jpg) repeat-x;*/
 background: white url(/common/img/seminar/bgNavSub.png) repeat-x;
  padding-bottom: 0px;
}
#contentSubSeminar h2 {
  font-size: 29px;
}

#contentSubAbout {
  background: white url(/common/img/about/bgNavSub.png) repeat-x;
  padding-bottom: 0px;
}
#contentSubAbout h2 {
  font-size: 29px;
}

#contentSubKaihoushi {
  background: white url(/common/img/kaihoushi/bgNavSub.png) repeat-x;
  padding-bottom: 0px;
}
#contentSubKaihoushi h2 {
  font-size: 29px;
}

#contentSubService {
  background: white url(/common/img/service/bgNavSub.png) repeat-x;
  padding-bottom: 0px;
}
#contentSubService h2 {
  font-size: 29px;
}

#contentSubKenkyukai {
  background: white url(/common/img/kenkyukai/bgNavSub.png) repeat-x;
  padding-bottom: 0px;
}
#contentSubKenkyukai h2 {
  font-size: 29px;
}

#contentSubAccess {
  background: white url(/common/img/access/bgNavSub.png) repeat-x;
  padding-bottom: 0px;
}
#contentSubAccess h2 {
  font-size: 29px;
}

#contentSubLink {
  background: white url(/common/img/service/bgNavSub.png) repeat-x;
  padding-bottom: 0px;
}
#contentSubLink h2 {
  font-size: 29px;
}

#contentSubNews {
  background: white url(/common/img/news/bgNavSub.png) repeat-x;
  padding-bottom: 0px;
}
#contentSubNews h2 {
  font-size: 29px;
}

#contentSubJikoutei {
    background: white url(/common/img/jikoutei/bgNavSub.png) repeat-x;
    padding-bottom: 0px;
}
#contentSubJikoutei h2 {
  font-size: 29px;
}


#header {
  padding: 13px 0 11px 1px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
#header #logo {
  padding: 5px 0 0;
  float: left;
}
#header #headBtn {
  padding: 0 7px 0 0;
  float: right;
}

#mv {
  background: #3089D5;
  position: relative;
  height: 226px;
  width: 100%;
  overflow: hidden;
}
#mv img {
  position: absolute;
  height: 226px;
  /*画像のサイズに合わせて*/
  margin-left: -906px;
  /*画像の横幅の半分のマイナス*/
  left: 50%;
}

#mvB {
  position: relative;
  height: 226px;
  width: 100%;
  overflow: hidden;
}
#mvB img {
  position: absolute;
  height: 226px;
  /*画像のサイズに合わせて*/
  margin-left: -899px;
  /*画像の横幅の半分のマイナス*/
  left: 50%;
}

#nav {
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 10px;
}
#nav li {
  float: left;
}

/*********************************************************************************/
/*hタグ
/*********************************************************************************/
h1 {
  height: 20px;
  color: #FFF;
  background-color: #0081CC;
}

.sitemap h3 {
  font-size: 16px;
  font-weight: bold;
}

.sitemap h3.bar {
      border-bottom: 1px solid #CCC;
      margin-bottom: 20px;
}

/*********************************************************************************/
/*共通レイアウト
/*********************************************************************************/
.bgWhite {
  background: #fff;
}

#pankuzu {
  margin-top: 5px;
}

.bgFt {
  background: white url(/common/img/bgFt.png) right top no-repeat;
  height: 52px;
  width: 1200px;
  margin: 0 auto;
}

#main {
  float: left;
  width: 745px;
  padding: 10px 0 0 0;
}
#main.top {
  padding: 10px 0 0 !important;
}

#sec {
  min-height:400px;
}

#main2 {
  float: left;
  width: 745px;
  background: #fff;
  border-radius: 5px;
  margin: 10px 0 0 0;
}

#main_in {
  width: 655px;
  margin: 0 auto;
}

.ttl01 {
  width: 655px;
  height: 102px;
  background-image: url(../../common/img/about/bg_ttl01.png);
}

.ttl01 h2 {
  font-size: 18px !important;
  font-family: "Meiryo";
  margin: 56px 0 0 18px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
}

/*********************************************************************************/
/*サイドバー
/*********************************************************************************/
#side {
  float: right;
  width: 232px;
  padding: 10px 0 0 0;
}
#side .banner {
  margin: 0 0 11px;
}
#side #navSide {
  margin-bottom: 15px;
}
#side.top {
  padding: 10px 0 0 !important;
}

/*********************************************************************************/
/*フッター
/*********************************************************************************/
#footer {
  padding: 14px 0 24px;
  background-color: #0081CC;
  color: #FFF;
  overflow: hidden;
  zoom: 1;
  font-size: 10.5px;
}
#footer h3 {
  color: #C4CE3F;
  font-size: 13px;
  font-weight: bold;
}
#footer ul.ftLink {
  overflow: hidden;
  margin-bottom: 3px;
}
#footer ul.ftLink li {
  float: left;
  padding-right: 3px;
  margin-right: 4px;
  border-right: 1px solid #fff;
  font-size: 11.5px;
}
#footer ul.ftLink li a {
  color: #FFF;
}
#footer ul.ftLink02 {
  overflow: hidden;
  margin-bottom: 16px;
}
#footer ul.ftLink02 li {
  float: left;
  padding-right: 3px;
  margin-right: 4px;
  border-right: 1px solid #fff;
  font-size: 11.5px;
}
#footer ul.ftLink02 li a {
  color: #FFF;
}
#footer #ftInfo {
  overflow: hidden;
  margin-bottom: 20px;
}
#footer #ftInfo li {
  float: left;
  margin-right: 22px;
}
#footer #copyright {
  margin-top: -15px;
  float: right;
  font-size: 10px;
  padding: 2px 0;
  text-align: right;
}
#footer #copyright a {
  text-decoration: none;
  color: #fff;
}

/*********************************************************************************/
/* トップページ 新
/*********************************************************************************/
#topContentBox {
  margin: 0 auto 0px;
  padding: 0px 0px 13px;
  background: url(/common/img/top/topicsFt.png) 0 bottom no-repeat;
}
#topContentBox #topContentBoxTtl {
  padding: 0px 0px 12px 0;
  background: url(/common/img/top/bgBlue.png) 0 bottom no-repeat;
}
#topContentBox #topContentBoxTtl ul {
  overflow: hidden;
}
#topContentBox #topContentBoxTtl ul li {
  float: left;
}
#topContentBox #topContentBoxMid {
  font-size: 16px;
  padding: 7px 8px 16px 19px;
  background: url(/common/img/top/topicsMid.png) 0 top repeat-y;
}
#topContentBox #topContentBoxMid .scroll-y {
  overflow-y: scroll;
  /*max-height: 239px;
  max-height: 250px;*/
  max-height:420px;
}
#topContentBox #topContentBoxMid .scroll-y dl {
  overflow: hidden;
  padding: 9px 0 13px;
  margin-right: 22px;
  border-bottom: 1px solid #B2B2B2;
}
#topContentBox #topContentBoxMid .scroll-y dl dt {
  background: url(/common/img/top/topicsIco.png) 0 center no-repeat;
  clear: both;
  padding: 2px 0 0 27px;
  float: left;
  margin-right: 15px;
  font-weight: bold;
}
#topContentBox #topContentBoxMid .scroll-y dl dd {
  padding-right: 21px;
}
#topContentBox #topContentBoxMid .scroll-y dl dd a {
  font-weight: bold;
  color: #0080CC;
}

#topContentBox2 {
  display: none;
  margin: 0 auto 15px;
  padding: 0px 0px 13px;
  background: url(/common/img/top/seminarChangeFt.png) 0 bottom no-repeat;
}
#topContentBox2 #topContentBoxTtl2 {
  padding: 0px 0px 12px 0;
  background: url(/common/img/top/bgRed.png) 0 bottom no-repeat;
}
#topContentBox2 #topContentBoxTtl2 ul {
  overflow: hidden;
}
#topContentBox2 #topContentBoxTtl2 ul li {
  float: left;
}
#topContentBox2 #topContentBoxMid2 {
  padding: 7px 8px 16px 19px;
  background: url(/common/img/top/seminarChangeMid.png) 0 top repeat-y;
}
#topContentBox2 #topContentBoxMid2 .scroll-y {
  overflow-y: scroll;
  /*max-height: 250px;*/
  max-height:420px;
}
#topContentBox2 #topContentBoxMid2 .scroll-y dl {
  overflow: hidden;
  padding: 5px 0 13px;
  margin-right: 22px;
  border-bottom: 1px solid #B2B2B2;
}
#topContentBox2 #topContentBoxMid2 .scroll-y dl dt {
  font-size: 14px;
  clear: both;
  padding: 2px 0 0 0px;
  float: left;
}
#topContentBox2 #topContentBoxMid2 .scroll-y dl dd {
  font-size: 13px;
  background: url(/common/img/top/seminarChangeIco.png) 0 7px no-repeat;
  margin: 0px 0 0 130px;
  padding: 5px 0 0 23px;
  line-height: 1.75;
}
#topContentBox2 #topContentBoxMid2 .scroll-y dl dd a {
  color: #333333;
}

#topContentBox3 {
  display: none;
  margin: 0 auto;
  padding: 0px 0px 12px;
  background: url(/common/img/top/seminarFt.png) 0 bottom no-repeat;
}
#topContentBox3 #topContentBoxTtl3 {
  background: url(/common/img/top/bgOrange.png) 0 bottom no-repeat;
  padding: 0 0px 13px 0px;
}
#topContentBox3 #topContentBoxTtl3 ul {
  overflow: hidden;
}
#topContentBox3 #topContentBoxTtl3 ul li {
  float: left;
}
#topContentBox3 #topContentBoxTtl3 a {
  color: #EC6C00;
}
#topContentBox3 #topContentBoxMid3 {
  font-size: 14px;
  padding: 0px 8px 17px 20px;
  background: url(/common/img/top/seminarMid.png) 0 top repeat-y;
}
#topContentBox3 #topContentBoxMid3 .scroll-y {
  overflow-y: scroll;
  /*max-height: 250px;*/
  max-height:420px;
}
#topContentBox3 #topContentBoxMid3 .scroll-y dl {
  overflow: hidden;
  padding: 11px 0 10px;
  margin-right: 22px;
  border-bottom: 1px solid #B2B2B2;
}
#topContentBox3 #topContentBoxMid3 .scroll-y dl dt {
  clear: both;
  padding: 0px 0 0 0px;
  float: left;
  margin-right: 10px;
}
#topContentBox3 #topContentBoxMid3 .scroll-y dl dd {
  padding: 0px 0 0 0px;
  padding-right: 10px;
}
#topContentBox3 #topContentBoxMid3 .scroll-y dl dd a {
  color: #EC6C00;
}

/*********************************************************************************/
/* サブページ共通
/*********************************************************************************/
#bgCircleOne {
  font-size: 14px;
  margin-top: 10px;
  padding: 36px 47px 0;
  background: url(/common/img/bgCircle.png) 0 0 no-repeat;
  width: 906px;
  min-height: 300px;
  color: #666;
}
#bgCircleOne h2 {
  margin-bottom: 13px;
}
#bgCircleOne h3 {
  font-size: 17px;
  font-weight: bold;
}

#bgCircleBottom {
  width: 741px;
  padding-bottom: 5px;
  font-size: 14px;
  background: url(/common/img/mainBgBottom.png) 0 bottom no-repeat;
}

#bgCircleTop {
  padding-top: 7px;
  background: url(/common/img/mainBgTop.png) 0 0 no-repeat;
}

#bgCircleMid {
  background-color: #fff;
  padding: 33px 40px 0;
}

h3.black {
  color: #4b413f !important;
}
h3.ul {
  margin-bottom: 20px;
  font-size: 16px;
  color: #0080CC;
  font-weight: bold;
  border-bottom: 1px solid #B2B2B2;
}

h3.ul2 {
  margin-bottom: 2px;
  font-size: 16px;
  color: #0080CC;
  font-weight: bold;
  border-bottom: 1px solid #B2B2B2;
}

.ua-mobile-iphone #footer .wrapper,.ua-mobile-ipad #footer .wrapper {
  width: 1100px;
}

#topContent {
  width: 725px;
  background: #fff;
  border-radius: 5px;
  margin: 1px 0 30px 0;
  padding:10px;
}

.sideContent {
  /*background:url(/common/img/bgMovie.png); no-repeat;*/
  background: #0080CC;
  border-radius: 5px;
  margin: 0px 0 20px 0;
  padding: 10px;
  width: 204px;
}

.sideContent .inner{
  background: #BAD6F0;
  text-align: center;
}

.single {
  font-size: 16px;
}

.ime-mode-off {
  ime-mode:disabled;
}

.sideContentQC {
  background-color: #ffffcc;
  border-radius: 5px;
  margin: 0px 0 20px 0;
  padding: 10px;
  width: 224px;
}

.seminarInput .mw_wp_form table th {
  width:18% !important;
}

.seminarInput .mw_wp_form table tr.hide {
  display:none;
}
