@charset "UTF-8";
/* -----------------------------------------------------------------------
 * common.css [サイト全体に関わるスタイル]
 * -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
img, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: bottom;
}

address, caption, cite, code, dfn, em, var {
  font-weight: normal;
  font-style: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* -----------------------------------------------------------------------
## Base ##################################################################
----------------------------------------------------------------------- */
body {
  font: 13px/1.4 Verdana,Arial,'メイリオ',Meiryo,'ヒラギノ角ゴPro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  position: relative;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

a {
  text-decoration: none;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:active {
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

/* -----------------------------------------------------------------------
## Site header ###########################################################
----------------------------------------------------------------------- */
.siteHeader {
  position: relative;
  z-index: 1;
  min-width: 1010px;
  min-height: 40px;
  background: transparent url(../img/header/bg_header.png) repeat-x left top;
}

.siteHeader_nav {
  width: 1010px;
  margin: 0 auto;
  padding: 7px 0 0;
  text-align: right;
}

.siteHeader_nav li {
  line-height: 0;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}

.siteHeader_nav .search {
  margin-left: 14px;
}

.siteHeader_nav .search input[type='text'] {
  width: 147px;
  height: 14px;
  padding: 2px;
  vertical-align: top;
  border: 1px solid #ccc;
}

.siteHeader_nav .search input[type='submit'] {
  width: 90px;
  height: 20px;
  margin-left: 5px;
  border: none;
  outline: none;
  background: transparent url(../img/header/btn_search.png) no-repeat left top;
}

.siteHeader_nav .search input[type='submit']:focus {
  outline: none;
}

/* -----------------------------------------------------------------------
## Site footer ###########################################################
----------------------------------------------------------------------- */
.siteFooter {
  min-width: 1000px;
  padding-top: 1px;
  border-top: 1px solid #dfdfdf;
}

/* .siteFooter_inner {
  background: transparent url(../img/footer/bg_footer_sitemap.png) repeat;
} */
.siteFooter_inner {
  background: #f3ead5;
}

.siteFooter .sitemap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 9px 0 19px;
}

.siteFooter .sitemap_contents {
  float: left;
  width: 145px;
  padding: 10px;
  border-left: 1px solid #dfdfdf;
}

.siteFooter .sitemap_contents:first-child {
  border-left: none;
}

.siteFooter .sitemap_heading,
.siteFooter .sitemap_etc li {
  font-size: 1.077em;
}

.siteFooter .sitemap_heading {
  margin-bottom: 15px;
}

.siteFooter .sitemap_contents dd {
  font-size: .769em;
  line-height: 1.6;
}

.siteFooter .sitemap_contents.sitemap_etc {
  line-height: 2.142;
  padding: 5px 10px 10px;
}

.siteFooter .sitemap .pict01 {
  position: absolute;
  top: 198px;
  left: -8px;
}

.siteFooter .sitemap .pict02 {
  position: absolute;
  top: 167px;
  left: 357px;
}

.siteFooter .sitemap .pict03 {
  position: absolute;
  top: 204px;
  left: 762px;
}

.siteFooter .copyright {
  background: #dcdddd;
  position: relative;
}
.siteFooter .copyright::after {
  content: "";
  width: 53px;
  height: 56px;
  background: url(../img/pict/pict08.png) center / cover no-repeat;
  position: absolute;
  top: -76px;
  right: calc(50% - 472.5px - 30px);
}

.siteFooter .copyright_inner {
  font-size: .923em;
  position: relative;
  width: 945px;
  margin: 0 auto;
  padding: 32px 55px 36px 0;
  text-align: right;
  color: #737373;
}

.siteFooter .copyright .pagetop {
  position: absolute;
  top: 24px;
  right: 3px;
}

/* -----------------------------------------------------------------------
## gNavi #################################################################
----------------------------------------------------------------------- */
.gNavi {
  position: relative;
  z-index: 2;
  float: left;
  width: 220px;
  margin-top: -30px;
  margin-bottom: 150px;
}

.gNavi .siteTitle {
  margin-bottom: 8px;
  border: 1px solid #e6e5e5;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
}

.gNavi .siteTitle img {
  border-radius: 2px;
}

.gNavi .siteTitle a:hover {
  opacity: .7;
}

.gNavi .pict {
  position: relative;
}

.gNavi .pict img {
  position: absolute;
  top: 56px;
  left: 12px;
}

.gNavi_banner li {
  margin-bottom: 8px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
}

.gNavi_banner a {
  line-height: 1;
  display: block;
}

.gNavi_banner a:hover {
  opacity: .7;
}

.gNavi_entrance li {
  margin-bottom: 8px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
}

.gNavi_entrance a {
  line-height: 1;
  display: block;
}

.gNavi_entrance a:hover {
  opacity: .7;
}

.gNavi_entrance img {
  border-radius: 2px;
}

.gNavi_school {
  margin: 0 0 20px;
  padding: 5px 0 8px;
  border-radius: 2px;
  background: #b10049;
  box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
}

.gNavi_school > ul {
  border-bottom: 1px solid #d40088;
  background: #fff;
}

.gNavi_school > ul > li {
  border-top: 1px solid #d40088;
  border-bottom: 1px solid #7b0015;
}

.gNavi_school > ul > li > a {
  line-height: 1;
  display: block;
  background: #b10049 url(../img/icon/ic_arrow03.png) no-repeat 200px center;
}

.gNavi_school > ul > .active img {
  background: #b10049;
}

.gNavi_school a:hover {
  opacity: .85;
}

.gNavi_school .subNavi {
  font-size: .923em;
  font-weight: bold;
  display: none;
  padding-bottom: 10px;
  background: #da7aa2;
}

.gNavi_school .subNavi.active {
  display: block;
}

.gNavi_school .subNavi a {
  display: block;
  padding: 13px 20px 12px;
  color: #fff;
  border-bottom: 1px solid #ca497e;
  background: url(../img/icon/ic_arrow03.png) no-repeat 200px center;
}

.gNavi_school .subNavi a:hover {
  text-decoration: none;
  opacity: 1;
  color: #b10049;
  background: url(../img/icon/ic_arrow02.png) no-repeat 200px center;
}

.gNavi_school .subNavi a.active {
  color: #b10049;
  background: url(../img/icon/ic_arrow02.png) no-repeat 200px center;
}

.gNavi_etc {
  font-size: .923em;
  text-align: center;
}

.gNavi_etc a {
  line-height: 1;
  display: block;
  margin: 0 0 10px;
  padding: 9px 0;
  color: #fff;
  border-radius: 5px;
  background: #8a8a8a;
}
.gNavi_etc a:hover {
  text-decoration: none;
  opacity: .85;
}
.gNavi_student a {
	background: none;
	box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
	padding: 0;
}
.gNavi_student a:hover {
  opacity: .7;
}

/* -----------------------------------------------------------------------
## Main contents #########################################################
----------------------------------------------------------------------- */
.wrapper {
  position: relative;
  z-index: 2;
}

.bg01 {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  min-width: 990px;
  height: 690px;
  background: transparent url(../img/bg/bg01.jpg) no-repeat center bottom;
  background-size: cover;
}

.bg02 {
  position: absolute;
  z-index: 1;
  bottom: 230px;
  width: 100%;
  min-width: 990px;
  height: 636px;
  background: transparent url(../img/bg/bg02.jpg) no-repeat center top;
  background-size: cover;
}

.container_inner {
  width: 990px;
  margin: 0 auto;
}

.mainContents {
  float: right;
  width: 740px;
}

/* -----------------------------------------------------------------------
## breadcrumb ############################################################
----------------------------------------------------------------------- */
.breadcrumb {
  padding-top: 15px;
}

.breadcrumb li {
  font-size: .923em;
  display: inline-block;
  color: #000;
}

.breadcrumb li:first-child .fa {
  vertical-align: bottom;
  font-size: 1.3em;
}

.breadcrumb a {
  margin-right: 3px;
  color: #000;
}

/* -----------------------------------------------------------------------
## 下層ページBase ########################################################
----------------------------------------------------------------------- */
.lower .gNavi .pict img {
  top: 15px;
}

.lower .contentsInner {
  position: relative;
  margin: 25px 0;
  padding: 0 20px 35px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
}

.lower .contentsInner .pict {
  position: absolute;
  top: -48px;
  right: 13px;
}

.lower .pageTitle {
  font-size: 1.615em;
  font-weight: bold;
  margin: 0 -20px 20px;
  padding: 26px 30px 26px 70px;
  border-bottom: 1px solid #8a8a8a;
  background: url(../img/pict/pict06.png) no-repeat 30px center;
}

.lower .heading {
  font-size: 1.385em;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 12px 11px;
  border-bottom: 2px solid #ccc;
}

.lower .heading span {
  padding: 0 0 0 10px;
  border-left: 4px solid #b10049;
  display: block;
}

.lower .block {
  padding-left: 10px;
}

.lower .bg01 {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  min-width: 990px;
  height: 690px;
  background: transparent url(../img/bg/bg_lower.jpg) no-repeat center bottom;
  background-size: cover;
}

/* -----------------------------------------------------------------------
## infomation ############################################################
----------------------------------------------------------------------- */
section.information {
  margin-bottom: 50px;
	position: relative;
}
section.information a.readmore {
	position: absolute;
	right: 0;
	padding: 3px 10px 3px 22px;
	color: #fff;
	background: #8a8a8a url(../img/icon/ic_arrow.png) no-repeat 10px center;
	border-radius: 3px;
}

section.information .heading {
  margin-bottom: 0;
}

section.information ul {
  margin: 0;
  padding: 0;
}

section.information ul li {
  padding: 15px 0 15px 9em;
  text-indent: -7em;
  border-bottom: 1px solid #ddd;
  background: url(../img/arrow_news.gif) no-repeat 1em 21px;
}

section.information ul li span {
  display: inline-block;
  width: 7em;
  text-indent: 0;
}

section.information ul li a {
  text-decoration: none;
  color: #000;
}

section.information ul li a:hover {
  text-decoration: underline;
  color: #AB0404;
}

/* -----------------------------------------------------------------------
## Utilities #############################################################
----------------------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

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

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

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

.ml0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}


/* 新着情報ページ遷移ナビゲーション
-----------------------------------------*/

.pageNavi {
  margin-bottom: 2em;
  text-align: center;
}

.pageNavi li {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
  border-right: 1px solid #ccc;
}

.pageNavi li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.imgGray{
  -webkit-filter: grayscale(0); /* Webkit */
  filter: none; /* IE6-9 */
  filter: grayscale(0); /* W3C */
}