@charset "UTF-8";
/*+-----+
/+ ALL
/*+-------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: ArialMT, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  color: #222222;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: underline;
  color: #6d348d;
}
a:hover {
  color: #6d348d;
  text-decoration: none;
}

/*+-----+
/+ STRUCTURE
/*+-------------------------------------------*/
/* head
/*+---------------------------------*/
#head {
  height: 30px;
  background-image: url(/common/images/bg_inav.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #FFF;
}
#head .head__inner {
  margin: 0 auto;
  width: 1000px;
}
#head .logo {
  float: left;
}
#head .site {
  float: right;
}

/* header
/*+---------------------------------*/
#header {
  height: 66px;
  background-image: url(/common/images/header_bg.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
#header .header__inner {
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
}
#header .site-logo {
  float: left;
  padding-top: 13px;
}
#header .banner {
  float: right;
  margin-top: 12px;
}
#header.header-top {
  height: 51px;
}
#header.header-top .site-logo {
  padding-top: 10px;
}
#header.header-top .banner {
  margin-top: 5px;
}

/* nav
/*+---------------------------------*/
#nav {
  height: 68px;
  background-image: url(/common/images/nav_bg.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
#nav .nav__inner {
  margin: 0 auto;
  width: 1000px;
}
#nav .nav__inner li {
  float: left;
}

/* content
/*+---------------------------------*/
#content {
  overflow: hidden;
}
#content .column-main {
  float: left;
  width: 790px;
}
#content .column-sub {
  float: right;
  width: 180px;
}

/* topicpath
/*+---------------------------------*/
.topicpath {
  margin: 0 auto;
  width: 1000px;
  padding: 10px 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.topicpath ol {
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
}
.topicpath ol li {
  float: left;
  margin-right: 10px;
}
.topicpath ol li a {
  padding-right: 16px;
  background-image: url(/common/images/topicpath_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.topicpath ol li.home {
  margin-left: 5px;
}
.topicpath ol li.home img {
  position: relative;
  top: 2px;
}

/* footer
/*+---------------------------------*/
/*- contact-banner ---------*/
.contact-banner {
  padding: 40px 0 30px;
  background-image: url(/common/images/footer_bg.png);
}
.contact-banner .contact-banner__inner {
  margin: 0 auto;
  width: 1000px;
}

.contact-banner__title {
  margin-bottom: 22px;
  padding: 17px 0 17px 5px;
  border-top: 2px solid #bbb;
  border-bottom: 1px solid #666;
  overflow: hidden;
}
.contact-banner__title .heading {
  float: left;
}
.contact-banner__title .text {
  float: right;
}

.contact-banner__image {
  margin: 0 auto 20px;
  padding: 25px 37px;
  width: 886px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.contact-banner__image .image {
  float: left;
  position: relative;
  width: 555px;
  height: 64px;
}
.contact-banner__image .image .tel {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-banner__image .image .reception {
  position: absolute;
  top: 43px;
  left: 0;
}
.contact-banner__image .image .office-bt {
  position: absolute;
  top: 38px;
  right: 0;
}
.contact-banner__image .bt {
  float: right;
  margin-top: 6px;
  width: 280px;
}

/*- pagetop ---------*/
.pagetop {
  margin: 0 auto;
  width: 1000px;
  margin-top: -25px;
  text-align: right;
}

#footer {
  background-image: url(/common/images/footer_bg.png);
}

/*- footer-link ---------*/
.footer-link {
  padding: 20px 0 40px;
  border-top: 1px solid #644b71;
  font-size: 13px;
  font-size: 1.3rem;
}
.footer-link .footer-link__inner {
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
}

.footer-link__sitelogo {
  float: left;
  width: 336px;
}
.footer-link__sitelogo .site-logo {
  margin-bottom: 12px;
}
.footer-link__sitelogo .corprate-logo {
  margin-bottom: 2px;
}
.footer-link__sitelogo .copyright {
  color: #fff;
  font-size: 10px;
  font-size: 1.0rem;
}

.footer-link__banner {
  float: left;
  width: 300px;
}
.footer-link__banner .banner + .banner {
  margin-top: 10px;
}

.footer-link__sitemap {
  float: right;
  width: 340px;
  overflow: hidden;
}
.footer-link__sitemap ul {
  float: left;
  width: 161px;
  padding: 6px 0 6px 14px;
  border-left: 1px dotted #cfcfcf;
}
.footer-link__sitemap ul:first-child {
  width: 149px;
}
.footer-link__sitemap ul li {
  margin-top: 5px;
}
.footer-link__sitemap ul li:first-child {
  margin-top: 0;
}
.footer-link__sitemap ul li a {
  padding-left: 18px;
  background-image: url(/common/images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0.35em;
  color: #fff;
  text-decoration: none;
}
.footer-link__sitemap ul li a:hover {
  text-decoration: underline;
}

/*+-----+
/+ MODULE
/*+-------------------------------------------*/
/* HEADING MODULE
/*+---------------------------------*/
/*- heading-lv2 ---------*/
.heading-lv2 {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 40px;
  padding: 23px 0;
  border-top: 2px solid #666;
  border-bottom: 1px solid #888;
  text-align: center;
}
.heading-lv2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background-image: url(/common/images/heading_lv2_icon.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.heading-lv2 .heading {
  text-align: center;
}
.heading-lv2 .bt {
  position: absolute;
  right: 0;
  top: 23px;
}
.heading-lv2 .bt:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/*- heading-lv3 ---------*/
.heading-lv3 {
  position: relative;
  margin-bottom: 30px;
  padding: 13px 0;
  border-top: 1px dotted #777;
  border-bottom: 1px dotted #777;
}
.heading-lv3 .heading {
  padding: 6px 0 3px 33px;
  background-image: url(/common/images/heading_lv3_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 18px;
  font-size: 1.8rem;
}
.heading-lv3 .date {
  position: absolute;
  right: 0;
  top: 23px;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}

/*- heading-lv3-image ---------*/
.heading-lv3-image {
  margin-bottom: 30px;
  padding: 12px 0 12px 6px;
  background-image: url(/common/images/heading_lv3_bg.png);
  border-top: 1px dotted #777;
  border-bottom: 1px dotted #777;
  overflow: hidden;
}
.heading-lv3-image .heading {
  padding: 6px 0 3px 33px;
  background-image: url(/common/images/heading_lv3_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 18px;
  font-size: 1.8rem;
}
.heading-lv3-image .heading img {
  vertical-align: middle;
}

/* BOX MODULE
/*+---------------------------------*/
/*- section-gray ---------*/
.section-gray {
  margin-bottom: 40px;
  padding: 40px 0;
  background-image: url(/common/images/section_gray_bg.png);
}
.section-gray .section-gray__inner {
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
}

/*- section-white ---------*/
.section-white {
  padding-bottom: 40px;
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
}

/*- lead-text ---------*/
.lead-text {
  margin-bottom: 30px;
}

/*- detail-box ---------*/
.detail-box {
  background-color: #fbfbfa;
  padding: 20px 22px 30px;
}
.detail-box .heading {
  margin-bottom: 20px;
}
.detail-box .text + .image {
  margin-top: 25px;
}

/* TABLE MODULE
/*+---------------------------------*/
/*- data-table ---------*/
.data-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dbd4de;
}
.data-table th,
.data-table td {
  padding: 10px 5px;
  border: 1px solid #dbd4de;
  font-size: 13px;
  font-size: 1.3rem;
}
.data-table thead th {
  border-right-color: #fff;
  background-image: url(/common/images/datatable_th_bg.png);
  vertical-align: middle;
  color: #2d0244;
}
.data-table thead th.last {
  border-right-color: #dbd4de;
}
.data-table tbody th,
.data-table tbody td {
  background-color: #fff;
  vertical-align: middle;
}
.data-table tbody th {
  padding-left: 10px;
  text-align: left;
}
.data-table tbody td {
  text-align: center;
}
.data-table tbody tr.even th,
.data-table tbody tr.even td {
  background-color: #f7f7f7;
}

.table-option-text {
  margin-bottom: 5px;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

/* TEXT MODULE
/*+---------------------------------*/
/*- sup ---------*/
sup {
  position: relative;
  top: -2px;
  font-size: 9px;
  font-size: 0.9rem;
}

/*- underline ---------*/
.underline {
  text-decoration: underline;
}

/*- small-text ---------*/
.small-text {
  font-size: 10px;
  font-size: 1.0rem;
}

/* LINK MODULE
/*+---------------------------------*/
/*- link-arrow ---------*/
.link-arrow {
  padding-left: 18px;
  background-image: url(/common/images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0.35em;
}

/* OTHER MODULE
/*+---------------------------------*/
/*- naistud-point ---------*/
.naistud-point {
  padding: 20px 0;
  background-color: #fcfcfb;
  text-align: center;
}
.naistud-point li {
  display: inline-block;
  margin-left: 40px;
}
.naistud-point li:first-child {
  margin-left: 0;
}
.naistud-point li a {
  display: block;
  padding-left: 25px;
  background-image: url(/common/images/icon_checkmark.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.naistud-point li a:hover {
  background-position: 0 -38px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: hidden !important;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
  border: none;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

#cboxOverlay {
  background-color: #000;
}

#colorbox {
  background-color: #fff;
}
#colorbox #cboxWrapper #cboxTopLeft,
#colorbox #cboxWrapper #cboxTopCenter,
#colorbox #cboxWrapper #cboxTopRight {
  height: 10px;
}
#colorbox #cboxWrapper #cboxBottomLeft,
#colorbox #cboxWrapper #cboxBottomCenter,
#colorbox #cboxWrapper #cboxBottomRight {
  height: 25px;
}
#colorbox #cboxWrapper #cboxMiddleLeft,
#colorbox #cboxWrapper #cboxMiddleRight {
  width: 10px;
}
#colorbox #cboxWrapper #cboxContent {
  overflow: hidden;
  position: static;
}
#colorbox #cboxWrapper #cboxContent #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#colorbox #cboxWrapper #cboxContent #cboxCurrent {
  position: absolute;
  bottom: 35px;
  left: 385px;
  color: #947d53;
  width: 120px;
  text-align: center;
}
#colorbox #cboxWrapper #cboxContent #cboxPrevious,
#colorbox #cboxWrapper #cboxContent #cboxNext {
  width: 25px;
  height: 48px;
  position: absolute;
  top: 47%;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
}
#colorbox #cboxWrapper #cboxContent #cboxPrevious {
  left: 20px;
}
#colorbox #cboxWrapper #cboxContent #cboxNext {
  right: 20px;
}
#colorbox #cboxWrapper #cboxContent #cboxClose {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(/common/images/colorbox_parts/btn-close.png) no-repeat 0 0;
  text-indent: -9999px;
}
