@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

html {
  color: #151515;
  font-size: 10px;
  line-height: 2;
}

body {
  margin: 0;
  padding: 0;
  font-family:
    'Roboto',
    'Ubuntu',
    'Helvetica Neue',
    'Helvetica',
    'Arial',
    'Verdana',
    "游ゴシック",
    "Yu Gothic",
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    'Meiryo',
    'Osaka',
    'ＭＳ Ｐゴシック',
    sans-serif;
  width: 100%;
  height: 100%;
  text-align: center;
}
.yu-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.yu-gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

a {
  outline: none;
  text-decoration: none;
}
p.text a{
	text-decoration: underline;
}

a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

img {
  max-width :100%;
  height: auto;
  vertical-align: top;
  line-height: 0;
}

a img  {
  border: none;
}

ul li {
  list-style-type: none;
}

hr {
	border-top: 1px dashed #d6d6d6;
}

input,label,select,textarea {
  vertical-align: middle;
}

/*clear*/
.clear{clear:both!important;}

/*clearfix*/
.clearfix:after { content:""; display:block; clear:both; height:0; }



/*----------------------------------------------------
common
----------------------------------------------------*/

body {
  background: #ffffff;
}

@media screen and (min-width: 641px), print {
  html,
  body {
    height: 100%;
  }
  body {
    min-height:100%;
    height:auto !important;
  }
  .forPC {
    display: block;
  }
  .forSP {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  html,
  body {
    height: auto;
  }
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
}

.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .nowrap {
    display: block;
    white-space: normal;
  }
}


/* alpha */
@media screen and (min-width: 641px), print {
  a img.alpha {
    opacity: 1;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
  a:hover img.alpha {
    opacity:0.8;
  }
  a.alpha img {
    opacity: 1;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
  a.alpha:hover img {
    opacity:0.8;
  }
}


/*----------------------------------------------------
inner
----------------------------------------------------*/

.inner,
.inner960,
.inner1240 {
  margin: 0 6.25%;
  position: relative;
  text-align: left;
}
.innerPC {
  margin: 0;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  .inner,
  .innerPC,
  .inner960,
  .inner1240 {
    margin: 0 2% 100px;
  }

}
@media screen and (min-width: 1061px), print {
  .inner,
  .innerPC {
    margin: 60px auto 100px;
    width: 800px;
  }
  #pageHome .inner,
  #pageHome .innerPC {
    margin: 0px auto 0;
    width: 800px;
  }
  #pGirlsHome .inner,
  #pGirlsHome .innerPC {
    margin: 0px auto 0;
    width: 800px;
  }
  #gHeader .inner{
	  margin-top:0;
	  margin-bottom:0;
  }
}

/* inner960 */
@media screen and (min-width: 1201px) {
  .inner960 {
    margin: 0 auto;
    width: 960px;
  }
}
/* inner1240 */
@media screen and (min-width: 1501px) {
  .inner1240 {
    margin: 0 auto;
    width: 1240px;
  }
}


/*----------------------------------------------------
imgHov
----------------------------------------------------*/

@media screen and (min-width: 641px), print {
  .imgHov {
    cursor: pointer;
    overflow: hidden;
  }
  .imgHov img {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .imgHov:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}


/*----------------------------------------------------
hvrLine
----------------------------------------------------*/

.hvrLine {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvrLine:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -2px;
  background: #595757;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvrLine:hover:before, .hvrLine:focus:before, .hvrLine:active:before {
  left: 1em;
  right: 1em;
}
@media screen and (min-width: 641px), print {
  .hvrLine:before {
    bottom: -4px;
    height: 1px;
  }
}


/*----------------------------------------------------
hvrSweep
----------------------------------------------------*/

@media screen and (min-width: 641px), print {
  .hvrSweep {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvrSweep:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002745;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvrSweep:hover,
  .hvrSweep:focus,
  .hvrSweep:active {
    color: white;
  }
  .hvrSweep:hover:before,
  .hvrSweep:focus:before,
  .hvrSweep:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .hvrSweep.rev:before {
    background: #ffffff;
  }
  .hvrSweep.rev:hover,
  .hvrSweep.rev:focus,
  .hvrSweep.rev:active {
    color: #002745;
  }
}


/*----------------------------------------------------
sidebar & pWrap
----------------------------------------------------*/

#sidebar {
  width: 100%;
  background: #f9f8f3;
}
#pWrap {
  width: 100%;
  background: #ffffff;
}
@media screen and (min-width: 641px), print {
  #sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    min-height: 100%;
    border-right: solid 2px #f5f3f4;
    z-index: 10001;
  }
  #sideInner {
    background: #f9f8f3;
    width: 200px;
  }
  #pWrap {
    width: auto;
    margin-left: 202px;
  }
}

/* hjGlobal */

#pWrap .hjGlobal {
  padding: 3px 10px 3px 0;
  background: #ffffff;
}
#pWrap .hjGlobal ul {
  overflow: hidden;
  width: 100%;
}
#pWrap .hjGlobal li {
  display: inline-block;
}
#pWrap .hjGlobal li a {
  display: block;
  background: #ffffff;
  font-size: 1.2em;
  line-height: 1.2;
  padding: 6px 0 3px 10px;
  position: relative;
  text-align: left;
}
#pWrap .hjGlobal li a:hover {
  text-decoration: none;
}
#pWrap .hjGlobal li a span {
  display: inline-block;
  text-align: left;
}
/*#sidebar .hjGlobal li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  content: '';
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
}*/
#pWrap .hjGlobal li.top a::after {
  background: #8b1c48;
}
#pWrap .hjGlobal li.kindergarten a::after {
  background: #d7c54b;
}
#pWrap .hjGlobal li.elementary a::after {
  background: #6d9bc3;
}
#pWrap .hjGlobal li.girls a::after {
  background: #b43e6d;
}
#pWrap .hjGlobal li.boys a::after {
  background: #1e4881;
}
#pWrap .hjGlobal li.college a::after {
  background: #006838;
}
#pWrap .hjGlobal li.la a::after {
  background: #decad3;
}

/*----------------------------------------------------
gHeader
----------------------------------------------------*/

#gHeader {
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding-left: 202px;
  background: #ffffff;
  z-index: 10000;
  box-sizing: border-box;
}
#gHeader::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background: #eeeeee;
}
#gHeader ul {
  overflow: hidden;
}
#gHeader li {
  width: 25%;
  float: left;
  text-align: center;
}
#gHeader li.boys {
  margin-left: 25%;
}
#gHeader li a {
  display: block;
  padding: 8px 0 10px;
  color: 333333;
  font-size: 1.2em;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 1000px) {
 #gHeader li a {
  display: block;
  padding: 8px 0 0px;
  color: 333333;
  font-size: 1.2em;
  line-height: 1.2;
  position: relative;
}
#gHeader li.top.current a,
#gHeader li.top a:hover {
  background: #8b1c48;
}
#gHeader li.kindergarten.current a,
#gHeader li.kindergarten a:hover {
  background: #fff357;
}
#gHeader li.elementary.current a,
#gHeader li.elementary a:hover {
  background: #9dc3ed;
}
#gHeader li.girls.current a,
#gHeader li.girls a:hover {
  background: #731f30;
}
#gHeader li.boys.current a,
#gHeader li.boys a:hover {
  background: #243b6c;
}
#gHeader li.college.current a,
#gHeader li.college a:hover {
  background: #459955;
}
#gHeader li.la.current a,
#gHeader li.la a:hover {
  background: #decad3;
}
}
#gHeader li a:hover {
  text-decoration: none;
}
#gHeader li.la a {
  font-size: 1.0em;
}
#gHeader li span {
  display: block;
}
#gHeader li .sub {
  font-size: 0.71em;
  margin-top: 3px;
}
#gHeader li.la .sub {
  font-size: 0.8em;
}

#gHeader li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background: #eeeeee;
  z-index: 2;
}
#gHeader li.top a::after {
  background: #8b1c48;
}
#gHeader li.kindergarten a::after {
  background: #fff357;
}
#gHeader li.elementary a::after {
  background: #9dc3ed;
}
#gHeader li.girls a::after {
  background: #731f30;
}
#gHeader li.boys a::after {
  background: #243b6c;
}
#gHeader li.college a::after {
  background: #459955;
}
#gHeader li.la a::after {
  background: #decad3;
}

#gHeader li.top a .sub {
  color: #8b1c48;
}
#gHeader li.kindergarten a .sub {
  color: #ccbf16;
}
#gHeader li.elementary a .sub {
  color: #9dc3ed;
}
#gHeader li.girls a .sub {
  color: #731f30;
}
#gHeader li.boys a .sub {
  color: #243b6c;
}
#gHeader li.college a .sub {
  color: #459955;
}
#gHeader li.la a .sub {
  color: #d9bfca;
}

#gHeader li.current a,
#gHeader li.current a .sub,
#gHeader li a:hover,
#gHeader li a:hover .sub {
  color: #ffffff;
}
#gHeader li.kindergarten.current a,
#gHeader li.kindergarten.current a .sub,
#gHeader li.kindergarten a:hover,
#gHeader li.kindergarten a:hover .sub {
  color: #000000;
}

/*#gHeader li.top.current a,
#gHeader li.top a:hover {
  background: #8b1c48;
}
#gHeader li.kindergarten.current a,
#gHeader li.kindergarten a:hover {
  background: #fff357;
}
#gHeader li.elementary.current a,
#gHeader li.elementary a:hover {
  background: #9dc3ed;
}
#gHeader li.girls.current a,
#gHeader li.girls a:hover {
  background: #731f30;
}
#gHeader li.boys.current a,
#gHeader li.boys a:hover {
  background: #243b6c;
}
#gHeader li.college.current a,
#gHeader li.college a:hover {
  background: #459955;
}
#gHeader li.la.current a,
#gHeader li.la a:hover {
  background: #decad3;
}*/

@media screen and (min-width: 1001px), print {
  #gHeader li {
    width: 14.2857%;
  }
  #gHeader li.boys {
    margin-left: 0;
  }
  #gHeader li a {
    padding: 0px 0 0px;
    font-size: 1.4em;
  }
  #gHeader li.la a {
    font-size: 1.2em;
  }
  #gHeader li .sub {
    margin-top: 6px;
  }

  #gHeader li.current a::after,
  #gHeader li a:hover::after {
    background: #ffffff;
  }
  #gHeader li.la.current a::after,
  #gHeader li.la a:hover::after {
    background: #ffffff;
  }
}

#head-text,
#page-desc {
  color: #555555;
  font-size: 10px;
  line-height: 1.3;
  padding: 3px 15px;
  text-align: left;
  font-weight: normal;
}
#mainContents + #page-desc {
  margin-top:40px;
}

@media screen and (min-width: 641px) , print{
	#mainContents + #page-desc {
		margin-top:0px;
	}
}

/*----------------------------------------------------
sidebar
----------------------------------------------------*/

#siteTitle {
  padding: 4.375% 0;
}
#spOpen {
  display: none;
}
@media screen and (min-width: 641px) , print{
  #siteTitle {
    padding: 20px 0;
  }
  #spOpen {
    display: block;
  }
}

.side_title_bn{
	margin-top:5px;
}

/* sp menu */

#menuBtn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 999;
}

#nav-icon {
  background: #8b1c48;
  width: 36px;
  height: 36px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 70%;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  left: 15%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 9px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 17px;
}
#nav-icon span:nth-child(4) {
  top: 25px;
}
#nav-icon.open span:nth-child(1) {
  top: 17px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span {
  background: #ffffff;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* gNav */

#gNav {
  background: #ffffff;
  text-align: left;
  border-bottom: solid 1px #eeeeee;
}

#gNav li a {
  display: block;
  border-top: solid 1px #eeeeee;
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
}
#gNav li a:hover {
  text-decoration: none;
}

#gNav>ul>li>a {
  padding: 15px 50px 15px 20px;
}

@media screen and (max-width: 640px) {
  #gNav>ul>li>a::before {
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 30px;
    content: '';
    margin: auto;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 2px solid #8b1c48;
    border-right: 2px solid #8b1c48;
  }
  #gNav>ul>li>a::after {
    position: absolute;
    top: -10px;
    bottom: 0;
    right: 20px;
    content: '';
    margin: auto;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #8b1c48;
    border-left: 2px solid #8b1c48;
  }
  #gNav>ul>li.open>a::before {
    top: 0;
    bottom: 0;
    right: 34px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #gNav>ul>li.open>a::after {
    top: 0;
    bottom: 0;
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 641px) , print{
  #gNav>ul>li>a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    content: '';
    margin: auto;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 1px solid #8b1c48;
    border-right: 1px solid #8b1c48;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

#gNav>ul>li>ul {
  display: none;
  background: #f9f6f7;
}
#gNav>ul>li>ul>li>a {
  padding: 16px 16px 16px 32px;
}

#gNav>ul>li>ul>li>a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  content: '';
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 5px solid #8b1c48;
}

@media screen and (min-width: 641px) , print{
  #gNav>ul>li {
    position: relative;
  }
  #gNav>ul>li>a {
    padding: 10px 50px 10px 20px;
  }
  #gNav>ul>li>a:hover {
    background: #f9f6f7;
  }
  #gNav>ul>li>ul {
    position: absolute;
    top: 0;
    left: 200px;
    width: 300px;
    border-bottom: solid 1px #eeeeee;
    z-index: 9999;
  }
  #gNav>ul>li>ul.mgMid {
    top: -120px;
  }
  #gNav>ul>li>ul.mgBig {
    top: -180px;
  }
  #gNav>ul>li>ul>li>a {
    padding: 10px 10px 10px 32px;
    border-right: solid 1px #f9f6f7;
    border-left: solid 1px #f9f6f7;
    box-sizing: border-box;
  }
  #gNav>ul>li>ul>li>a:hover {
    background: #ffffff;
    border-right: solid 1px #eeeeee;
    border-left: solid 1px #eeeeee;
    box-sizing: border-box;
  }
  #gNav ul li.current,#gNav ul li.current a:hover{
	background-color: #8b1c48;
  }
  #gNav>ul>li.current>ul>li>a:hover {
    background: #ffffff;
  }
  #gNav ul li.current a {
	color: #ffffff;
  }
  #gNav ul li.current ul li a {
	color: #333333;
  }
  #gNav ul li.current +  a:hover {
	color: #ffffff;
  }

  #gNav>ul>li.current>a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    content: '';
    margin: auto;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}


/* info */

#sidebar .info {
  padding: 20px;
}
#sidebar .info li {
  margin-top: 10px;
  position:relative;
}
#sidebar .info li:first-child {
  margin-top: 0;
}
#sidebar .info li a {
  display: block;
  border: solid 1px #8b1c48;
  color: #8b1c48;
  font-size: 1.3em;
  line-height: 1.2;
  padding: 14px 20px;
  position: relative;
}
#sidebar .info li.nopd a {
  padding: 0;
  border: none;
}
#sidebar .info a:hover {
  text-decoration: none;
}
#sidebar .info li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  content: '';
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid #8b1c48;
  border-right: 1px solid #8b1c48;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sidebar .info li.nopd a::after {
	content:none;
}
#sidebar ul.info li ul{
	display:none;
	margin-top:10px;
}

@media screen and (min-width: 641px) , print{
  #sidebar .info {
    padding: 8px 18px;
  }
  #sidebar .info li {
    margin-top: 5px;
  }
  #sidebar .info li:first-child {
    margin-top: 0;
  }
  #sidebar .info li a {
    font-size: 1.2em;
    padding: 6px 15px;
  }
  #sidebar .info li a:hover,#sidebar .info li.current a {
    color: #ffffff;
    background: #8b1c48;
  }
  #sidebar .info li.current ul li a{
	  background: none;
	  color: #8b1c48;
  }
  #sidebar .info li a::after {
    right: 6px;
    width: 8px;
    height: 8px;
  }
  #sidebar .info li a:hover::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }

  #sidebar ul.info li ul{
	margin-top:0px;
	position: absolute;
    top: 0;
    left: 100%;
    width: 164px;
	}

	#sidebar ul.info li ul li{
		background:#fff;
	}
}


/* buttons */

#sidebar .buttons {
  padding: 0 20px 20px 20px;
}
#sidebar .buttons ul {
  overflow: hidden;
  width: 105%;
  margin-left: -5%;
}
#sidebar .buttons li {
  float: left;
  width: 45%;
  margin-left: 5%;
}
#sidebar .buttons li a {
  display: block;
  color: #ffffff;
  font-size: 1.6em;
  line-height: 1.1;
  padding: 1em 0;
  background: #8b1c48;
  border: solid 1px #8b1c48;
  box-sizing: border-box;
}
#sidebar .buttons li:first-child a {
  background: #3b5999;
  border: solid 1px #3b5999;
  box-sizing: border-box;
}
#sidebar .buttons li a:hover {
  text-decoration: none;
}

@media screen and (min-width: 641px) , print{
  #sidebar .buttons {
    padding: 0 18px 8px 18px;
  }
  #sidebar .buttons li a {
    font-size: 1.2em;
    padding: 7px 0;
  }
  #sidebar .buttons li a:hover {
    color: #8b1c48;
    background: #ffffff;
  }
  #sidebar .buttons li:first-child a:hover {
    color: #3b5999;
    background: #ffffff;
  }
}


/* size */

#sidebar .size {
  overflow: hidden;
  padding: 0 20px 20px 20px;
}

#sidebar .size dt {
  width: 100%;
  color: #aaaaaa;
  font-size: 1.2em;
  line-height: 1;
  padding-bottom: 5px;
}

#sidebar .size dd {
  float: left;
  width: 50%;
  font-size: 1.2em;
  line-height: 1;
}
#sidebar .size dd a {
  display: block;
  color: #ffffff;
  background: #d4b5c1;
  font-size: 1.2em;
  padding: 8px;
}
#sidebar .size dd a.active {
  background: #8b1c48;
  cursor: default;
}
#sidebar .size dd a:hover {
  text-decoration: none;
  background: #8b1c48;
}
#sidebar .size dd a.active:hover {
  background: #8b1c48;
}
@media screen and (min-width: 641px) , print{
  #sidebar .size {
    padding: 0 18px 12px 18px;
  }
  #sidebar .size dd a {
    padding: 4px;
  }
}

/* search */
#sidebar .search {
  padding-bottom: 20px;
}


/* gsc */
.gsc{
  width:87.5%;
  margin:0 auto;
  position:relative;
  box-shadow: -1px -1px 1px rgba(0,0,0,0.3);
}
@media screen and (min-width: 641px) , print {
  .gsc{
    width:82%;
  }
}
.gsc td {
  border: none;
}
.gsc .gsc-control-cse,
.gsc .gsc-control-cse-ja,
.gsc .gsib_a{
  margin:0 !important;
  padding:0 !important;
}
/* テキスト入力フォームとボタンの位置 */
.gsc table.gsc-search-box td,
.gsc table.gsc-search-box input {
  vertical-align: top !important;
}
/* テキスト入力フォーム */
.gsc input[type="text"]{
  border: none !important;
  background: #ffffff !important;
  width: 100% !important;
  height:21px !important;
  padding: 2px 0 2px 6px!important;
  border-radius: 3px 0 0 3px;
  font-size: 12px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) , print{
  .gsc input[type="text"]{
    width: 100% !important;
    background: #ffffff !important;
  }
}

.gsc input[type="text"]:focus {
  border: none !important;
  outline: 0;  /*safariの自動フォーカスを切る */
}
.gsc-input-box {
    background: #ffffff!important;
    border: none!important;
    height: 21px!important;
}
@media screen and (min-width: 641px) , print{
  .gsc-input-box {
    background: #ffffff!important;
  }
}
/* テキスト入力フォームの影を消す */
.gsc .gsc-iw-id1{
  border:none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
.gsc #gs_tti0 input{
  background-position:5px 5px !important;
}
/* ボタンの色 */
.gsc input.gsc-search-button {
  padding: 5px;
  width: 16px;
  height: 16px;
  background: #ffffff !important;
  background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
  border: none!important;
  border-radius: 0 3px 3px 0;
}
/* ボタンの位置調整 */
.gsc .gsc-search-button{
  margin: 0 0 0 -4px !important;
  border-radius: 0 3px 3px 0;
}
.gsc-search-box-tools,
.gsc-search-box,
.gsc-input {
  padding-right: 0 !important;
}
form.gsc-search-box {
  margin: 0 !important;
}

/* 入力時に出る×ボタン -- Firefox位置調整 -- */
.gsc .gsib_b span{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  border: none;
}


/* subs */

#sidebar .subs {
  padding: 20px;
  overflow: hidden;
}
#sidebar .subs li a {
  display: block;
  width: 50%;
  float: left;
  font-size: 1.3em;
  line-height: 1.2;
  text-align: left;
  padding: 0.8em 0 0.8em 10px;
  position: relative;
  box-sizing: border-box;
}
#sidebar .subs li a:hover {
  text-decoration: none;
}
#sidebar .subs li a::after {
  position: absolute;
  top: 1.2em;
  left: 0;
  content: '';
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 5px solid #8b1c48;
}

@media screen and (min-width: 641px) , print{
  #sidebar .subs {
    padding: 10px 18px 20px;
  }
  #sidebar .subs li a {
    width: 100%;
    float: none;
    padding: 0.3em 0 0.3em 10px;
    box-sizing: border-box;
  }
  #sidebar .subs li a:hover {
    color: #8b1c48;
  }
  #sidebar .subs li a::after {
    top: 0.8em;
  }
  #sidebar .subs li a span {
    display: block;
  }
}


/* global */

#sidebar .global {
  padding: 0 20px 30px;
}
#sidebar .global ul {
  overflow: hidden;
  width: 105%;
  margin-left: -5%;
}

#sidebar .global li {
  border: solid 2px #8b1c48;
  float: left;
  width: 45%;
  margin-left: 5%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#sidebar .global li.top {
  border: solid 2px #8b1c48;
  width: 95%;
  margin-left: 5%;
  box-sizing: border-box;
}
#sidebar .global li.kindergarten {
  border: solid 2px #d7c54b;
}
#sidebar .global li.elementary {
  border: solid 2px #6d9bc3;
}
#sidebar .global li.girls {
  border: solid 2px #b43e6d;
}
#sidebar .global li.boys {
  border: solid 2px #1e4881;
}
#sidebar .global li.college {
  border: solid 2px #006838;
}
#sidebar .global li.la {
  border: solid 2px #000000;
}

#sidebar .global li a {
  display: block;
  background: #ffffff;
  font-size: 1.3em;
  line-height: 1.2;
  padding: 18px 30px;
  position: relative;
}
#sidebar .global li a:hover {
  text-decoration: none;
}
#sidebar .global li a span {
  display: inline-block;
  text-align: left;
}

#sidebar .global li a::after {
  position: absolute;
  top: 22px;
  left: 20px;
  content: '';
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
}
#sidebar .global li.top a::after {
  background: #8b1c48;
}
#sidebar .global li.kindergarten a::after {
  background: #d7c54b;
}
#sidebar .global li.elementary a::after {
  background: #6d9bc3;
}
#sidebar .global li.girls a::after {
  background: #b43e6d;
}
#sidebar .global li.boys a::after {
  background: #1e4881;
}
#sidebar .global li.college a::after {
  background: #006838;
}
#sidebar .global li.la a::after {
  background: #000000;
}


/*----------------------------------------------------
siteFooter
----------------------------------------------------*/

/* facebook */

#siteFooter .facebook h3 {
  background: #f3f3f3;
  color: #8b1c48;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  padding: 20px 0;
}
#faceb {
	padding-top: 80px; /* 固定するもののheightと同じpx値 */
	margin-top: -80px; /* 固定するもののheightと同じpx値 */
}
#siteFooter .facebook h4 {
  margin-top: 10px;
  text-align: center;
  color: #8b1c48;
  font-size: 2.0em;
  line-height: 1.5;
}

#siteFooter .facebook ul {
  padding: 30px 0;
}
#siteFooter .facebook ul.mgn {
  padding: 10px 0 30px;
}
#siteFooter .facebook li {
  margin-top: 10px;
  width: 100%;
  background: #ffffff;
  /*border: solid 1px #878787;*/
  vertical-align: bottom;
}
#siteFooter .facebook li:first-child {
  margin-top: 0;
}
#siteFooter .facebook li a {
  display: block;
  text-align: center;
  color: #000000;
  position: relative;
  padding-left: 0px;
  box-sizing: border-box;
}
#siteFooter .facebook li.cmn a {
  color: #8b1c48;
}
#siteFooter .facebook li.knd a {
  color: #d7c54b;
}
#siteFooter .facebook li.elm a {
  color: #6d9bc3;
}
#siteFooter .facebook li.left a>span {
 /* display: inline-block;
  text-align: left; */
}
#siteFooter .facebook li a>span>span {
  display: table-cell;
  height: 72px;
  vertical-align: middle;
  font-size: 1.7em;
  line-height: 1.3;
  margin: 0 auto;
}

#siteFooter .facebook li img {
  /*height: 43px;*/
}

/*#siteFooter .facebook li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  content: '';
  margin: auto;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  background: url(../images/facebook.png) no-repeat 0 0;
  background-size: auto 35px;
}*/

/* button */
#siteFooter .facebook {
  padding-bottom: 20px;

}
#siteFooter .facebook.open {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#siteFooter .facebook .inner1240 {
  display: none;
}
@media screen and (min-width: 641px) , print{
  #siteFooter .facebook {
    padding-bottom: 0;
  }
  #siteFooter .facebook .inner1240 {
    display: block;
  }
}
#siteFooter .facebook .button {
  margin-top: 30px;
  text-align: center;
}
#siteFooter .facebook .button a {
  display: inline-block;
  color: #8b1c48;
  font-size: 1.4em;
  line-height: 1;
  padding: 0.8em 3em;
  border: solid 1px #8b1c48;
  position: relative;
}
#siteFooter .facebook .button a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  content: '';
  margin: auto;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #8b1c48;
  border-right: 1px solid #8b1c48;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#siteFooter .facebook .button a:hover {
  text-decoration: none;
}
#siteFooter .facebook.open .button a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


@media screen and (min-width: 641px) , print{
  #siteFooter .facebook ul {
    overflow: hidden;
    letter-spacing: -.40em;
    text-align: center
  }
  #siteFooter .facebook li {
    display: inline-block;
    letter-spacing: normal;
    margin: 20px 10px 0;
    width: 230px;
  }
  #siteFooter .facebook li a {
    padding-left: 30px;
    box-sizing: border-box;
    padding: 1px;
	padding-left: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #siteFooter .facebook li a:hover {
    opacity: 0.8;
  }
  #siteFooter .facebook li a>span>span {
    height: 56px;
    font-size: 1.4em;
    line-height: 1.2;
  }
  #siteFooter .facebook li a::after {
    left: 10px;
    width: 30px;
    height: 30px;
    background-size: auto 30px;
  }
}


/* banners */

.inner960.fix {
  margin: 0%;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 641px) , print{
  .inner960fix {
    margin: 0 2%;
  }
}
@media screen and (min-width: 1201px) {
  .inner960fix {
    margin: 0 auto;
    width: 960px;
  }
}
#siteFooter .banners h3 {
  background: #f3f3f3;
  color: #8b1c48;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  padding: 20px 0;
}
#siteFooter .banners li img {
  padding: 1px;
  border: solid 1px #bbbbbb;
  box-sizing: border-box;
}
#siteFooter .banners li {
  margin-top: 10px;
}
#siteFooter .banners li:first-child {
  margin-top: 0;
}
#siteFooter .banners .column3 {
  margin: 20px 0 30px;
  padding: 35px 0;
  background: #d8d8d8;
}
#siteFooter .banners .column3 img {
  width: 100%;
  max-width: 221px;
}


@media screen and (min-width: 641px) , print{
  #siteFooter .banners li {
    margin-top: 20px;
  }
  #siteFooter .banners li:first-child {
    margin-top: 20px;
  }
  #siteFooter .banners li a {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #siteFooter .banners li a:hover {
    opacity: 0.8;
  }
  #siteFooter .banners .column3 {
    margin: 0 0 0 -3%;
    background: transparent;
    padding: 0;
  }
  #siteFooter .banners .column3 img {
    max-width: none;
  }
}


/* address */

#siteFooter .address {
  border-top: solid 3px #8b1c48;
}
#siteFooter .address .maps {
  padding-bottom: 15px;
  border-bottom: solid 1px #333333;
}
#siteFooter .address .link {
  margin-top: 18px;
  width: 106%;
  margin-left: -6%;
  overflow: hidden;
}
#siteFooter .address .link li {
  width: 27.3333%;
  margin-left: 6%;
  float: left;
}
#siteFooter .address #fMap {
  margin-top: 15px;
  width: 100%;
  height: 180px;
  background: #999;
}

#siteFooter .address #fMap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

#siteFooter .address #fMap iframe,
#siteFooter .address #fMap object,
#siteFooter .address #fMap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#siteFooter .address p {
  margin: 20px 6.25% 0;
  overflow: hidden;
}
#siteFooter .address p img {
  width: 24%;
  float: left;
}
#siteFooter .address p span {
  width: 64%;
  float: right;
  text-align: left;
  font-size: 1.3em;
  line-height: 1.8;
}

#siteFooter .sub {
  margin-top: 10px;
  background: #f9f6f7;
  overflow: hidden;
}
#siteFooter .sub li a {
  display: block;
  float: left;
  width: 50%;
  text-align: left;
  color: #8b1c48;
  font-size: 1.3em;
  line-height: 1;
  padding: 20px 10px 20px 35px;
  box-sizing: border-box;
  position: relative;
}
#siteFooter .sub li a:hover {
  text-decoration: none;
}
#siteFooter .sub li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  content: '';
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 5px solid #8b1c48;
}
#siteFooter .rights {
  padding: 20px;
  text-align: center;
  background-size: 100% auto;
}

@media screen and (min-width: 641px) , print{
  #siteFooter .address {
    border-top: solid 5px #8b1c48;
    position: relative;
    overflow: hidden;
    min-height: 50px;
  }
  #siteFooter .address p {
    margin: 10px 18px 0 110px;
    text-align: left;
  }
  #siteFooter .address p img {
    width: 68px;
    float: none;
    padding-right: 20px;
    position: absolute;
    top: 10px;
    left: 18px;
  }
  #siteFooter .address p span {
    width: auto;
    float: none;
    font-size: 1.4em;
    list-style: 1.2;
  }

  #siteFooter .address .rights {
    position: relative;
    float: right;
    padding: 0 0 10px 0;
    text-align: right;
    background: none;
  }
}
@media screen and (min-width: 1251px) {
  #siteFooter .address .rights {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* sitemap */

#siteFooter .sitemap {
  background: #f9f6f7;
  letter-spacing: -.40em;
  padding:0 0 50px 5%;
  text-align: left;
}
#siteFooter .sitemap .wrap {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 2%;
  vertical-align: top;
}
#siteFooter .sitemap dl {
  text-align: left;
  margin-top: 40px;
}
#siteFooter .sitemap dt {
  color: #8b1c48;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1em;
}
#siteFooter .sitemap dd {
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
}
#siteFooter .sitemap dd a {
  display: block;
  color: #333333;
  position: relative;
  padding-left: 16px;
  padding-bottom: 0.8em;
}
#siteFooter .sitemap dd a:hover {
  color: #8b1c48;
  text-decoration: none;
}
#siteFooter .sitemap dd a::after {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: '';
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 5px solid #d4b5c1;
}
#siteFooter .sitemap dd a.keisen::after {
  position: absolute;
  top: 0em;
  left: -0.5em;
  content: '┕';
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  border: none;
  color:#d4b5c1;
}

/* SEO text */
#siteFooter .footer-text{
	text-align: center;
}
#siteFooter .footer-text p{
	letter-spacing: normal;
	font-size: 1.2em;
	width: 80%;
	margin: 10px auto;
}


/*----------------------------------------------------
visual
----------------------------------------------------*/

#visual {
  /*position: relative;*/
}
#visual h2 {
  overflow: hidden;
}
#visual h2 img {
  width: 100%;
}
#visual .bottom {
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  width: 100%;
}

#visual .emergency,
#visual .news {
  color: #ffffff;
  background-color: rgba(0,0,0,0.8);
  height: 1em;
  overflow: hidden;
  font-size: 1.3em;
  line-height: 1;
  padding: 8px;
  text-align: left;
  position: relative;
}
#visual .emergency dt {
  display: inline;
  color: #fff357;
  background: url(../images/icon_top_emergency.png) no-repeat left center;
  background-size: auto 1em;
  padding-left: 20px;
}
#visual .news dt {
  display: none;
}
#visual .emergency dd,
#visual .news dd {
  position: absolute;
  top: 8px;
  left: 100px;
  overflow: hidden;
  white-space: nowrap;
}
#visual .news dd {
  left: 8px;
}
#visual dd .date {
  padding-right: 1em;
}
#visual .emergency a,
#visual .news a {
  color: #ffffff;
}

#visual .news dd.link {
  display: none;
}

@media screen and (max-width: 640px){
  #visual .bottom {
    position: relative;
    width: 100%;
  }

}

@media screen and (min-width: 641px) , print{
  #visual .news dt {
    display: inline;
    background: url(../images/icon_top_news.png) no-repeat left center;
    background-size: auto 1em;
    padding-left: 20px;
  }
  #visual .news dd {
    left: 100px;
  }
}
@media screen and (min-width: 841px) {
  #visual .news dd.link {
    position: absolute;
    display: block;
    top: 8px;
    left: auto;
    right: 8px;
    text-align: right;
    width: 120px;

  }
}


/*----------------------------------------------------
movie
----------------------------------------------------*/

#movie {
  padding: 0 0 60px;
}

#movie .body {
  padding-top: 25px;
}

#movie .text {
  margin: 10px auto 0;
  font-size: 1.4em;
  list-style: 1.75;
  max-width: 850px;
}

@media screen and (min-width: 641px) , print{
  #movie .body {
    padding-top: 50px;
  }
  #movie .text {
    margin: 20px auto 0;
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1041px) {
  #movie {
    padding: 0 0 80px;
  }
  #movie .body {
    padding-top: 80px;
  }
}

/* include */

#movie .include {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 850px;
  text-align: center;
}
#movie .include:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
#movie .include iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*----------------------------------------------------
news
----------------------------------------------------*/

#news {
  padding: 0 0 40px;
}

#news .head {
  margin: 0 6.25%;
}
#news .head ul {
  overflow: hidden;
  text-align: center;
  border-right: solid 1px #eeeeee;
}
#news .head li {
  float: left;
  /*width: 33.3333%;*/
  width: 25%;
  padding-left: 1px;
  box-sizing: border-box;
  border-left: solid 1px #eeeeee;
}
#news .head li a {
  display: block;
  padding: 1.5em 0 0;
  font-size: 1.2em;
  line-height: 1.3;
  height: 2.8em;
}
#news .head li.current a {
  color: #8b1c48;
  position: relative;
}
#news .head li.current a::after {
  position: absolute;
  bottom: 4px;
  right: 0;
  left: 0;
  content: '';
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-top: 4px solid #8c1e49;
}
#news .head li a:hover {
  text-decoration: none;
}

@media screen and (min-width: 641px) , print{
  #news {
    padding: 0 0 60px;
  }
  #news .head {
    margin: 30px 2% 0;
  }
  #news .head li.blog a {
    padding: 0.5em 0 1em;
  }
  #news .head li a {
    font-size: 1.4em;
  }
  #news .head li a:hover {
    color: #8b1c48;
    position: relative;
  }
  #news .head li a:hover::after {
    position: absolute;
    bottom: 4px;
    right: 0;
    left: 0;
    content: '';
    margin: auto;
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top: 4px solid #8c1e49;
  }
}
@media screen and (min-width: 1061px) {
  #news .head {
    margin: 30px 0 0;
    border-bottom: solid 1px #eeeeee;
  }
  #news .head ul {
    margin: 0 auto;
    width: 800px;
  }
}

/* body */

#news .body ul {
  margin-top: 20px;
}
#news .body li a {
  display: block;
  padding: 10px 0;
  border-bottom: solid 2px #eeeeee;
}
#news .body li a:hover {
  text-decoration: none;
}
#news .body li a .date {
  font-size: 1.4em;
  line-height: 1;
  text-align:left;
}
#news .body li a .date span {
  display: inline-block;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  margin-left: 1em;
  padding: 0.3em 1.4em;
  border-radius: 2px;
}
#news .body li.event a .date span {
  background: #1c658b;
}
#news .body li.info a .date span {
  background: #828b1c;
}
#news .body li.blog a .date span {
  background: #1c8b63;
}
#news .body li a .text {
  margin-top: 2px;
  font-size: 1.4em;
  line-height: 1.5;
  text-align:left;
}

/*----------------------------------------------------
各学部
----------------------------------------------------*/

#news .body li.kinder a .date span{
	background-color:#fff357;
	color:#361f09;
}
#news .body li.elementary a .date span{
	background-color:#9ec3ef;
}
#news .body li.girls a .date span{
	background-color:#731f2f;
}
#news .body li.boys a .date span{
	background-color:#253b6d;
}
#news .body li.college a .date span{
	background-color:#469955;
}
#news .body li.la a .date span{
	background-color:#bca2ae;
}
#news .body li.jiyu a .date span{
	background-color:#8b1c47;
}

/*----------------------------------------------------
幼児生活団
----------------------------------------------------*/

#news .body li.news a .date span{
	background-color:#1c8b82;
}
#news .body li.info a .date span{
	background-color:#828b1c;
}
#news .body li.kotori a .date span{
	background-color:#469955;
}
#news .body li.ps a .date span{
	background-color:#8b1c47;
}
#news .body li.emg a .date span{
	background-color:#c40e0e;
}
#news .body li.tsu2 a .date span{
	background-color:#9ec3ef;
}
#news .body li.tsu3 a .date span{
	background-color:#253b6d;
}
#news .body li.tsu1 a .date span{
	background-color:#731f2f;
}
#news .body li.exp a .date span{
	background-color:#bca2ae;
}
#news .body li.none a .date span{
	background-color:#D9D9D9;
}

/*----------------------------------------------------
初等部
----------------------------------------------------*/

#news .body li.news_all a .date span{
	background-color:#9ec3ef;
}
#news .body li.news_l a .date span{
	background-color:#731f2f;
}
#news .body li.news_m a .date span{
	background-color:#253b6d;
}
#news .body li.news_h a .date span{
	background-color:#469955;
}
#news .body li.news_exam a .date span{
	background-color:#1c8b82;
}
#news .body li.news_exp a .date span{
	background-color:#bca2ae;
}
#news .body li.news_ps a .date span{
	background-color:#1c558b;
}
#news .body li.info a .date span{
	background-color:#828b1c;
}
#news .body li.ps a .date span{
	background-color:#8b1c47;
}
#news .body li.emg a .date span{
	background-color:#c40e0e;
}

/*----------------------------------------------------
ＪＩＹＵアフタースクール
----------------------------------------------------*/

#news .body li.as_info a .date span{
	background-color:#828b1c;
}
#news .body li.as_members a .date span{
	background-color:#1c8b82;
}

/*----------------------------------------------------
女子部
----------------------------------------------------*/

#news .body li.news a .date span{
	background-color:#1c8b82;
}
#news .body li.info a .date span{
	background-color:#828b1c;
}
#news .body li.st a .date span{
	background-color:#1c558b;
}
#news .body li.ps a .date span{
	background-color:#8b1c47;
}
#news .body li.emg a .date span{
	background-color:#c40e0e;
}

/*----------------------------------------------------
男子部
----------------------------------------------------*/

#news .body li.news a .date span{
	background-color:#1c8b82;
}
#news .body li.info a .date span{
	background-color:#828b1c;
}
#news .body li.st a .date span{
	background-color:#1c558b;
}
#news .body li.ps a .date span{
	background-color:#8b1c47;
}
#news .body li.emg a .date span{
	background-color:#c40e0e;
}

/*----------------------------------------------------
最高学部
----------------------------------------------------*/

#news .body li.kj a .date span{
	background-color:#9ec3ef;
}
#news .body li.ks a .date span{
	background-color:#731f2f;
}
#news .body li.gk a .date span{
	background-color:#253b6d;
}
#news .body li.ld a .date span{
	background-color:#469955;
}
#news .body li.sl a .date span{
	background-color:#bca2ae;
}
#news .body li.info a .date span{
	background-color:#828b1c;
}
#news .body li.ga a .date span{
	background-color:#1c558b;
}
#news .body li.ps a .date span{
	background-color:#8b1c47;
}
#news .body li.emg a .date span{
	background-color:#c40e0e;
}

/*----------------------------------------------------
リビングアカデミー
----------------------------------------------------*/

#news .body li.news a .date span{
	background-color:#1c8b82;
}
#news .body li.info a .date span{
	background-color:#828b1c;
}
#news .body li.st a .date span{
	background-color:#1c558b;
}
#news .body li.emg a .date span{
	background-color:#c40e0e;
}

/*----------------------------------------------------
総合
----------------------------------------------------*/

#news .body li.news a .date span{
	background-color:#1c8b82;
}
#news .body li.li_news a .date span{
	background-color:#8b7f1c;
}
#news .body li.info a .date span{
	background-color:#828b1c;
}
#news .body li.event1 a .date span{
	background-color:#731f2f;
}
#news .body li.event2 a .date span{
	background-color:#253b6d;
}
#news .body li.ga a .date span{
	background-color:#1c558b;
}
#news .body li.emg a .date span{
	background-color:#c40e0e;
}
#news .body li.ps a .date span{
	background-color:#8b1c47;
}
#news .body li.grad a .date span{
	background-color:#bca2ae;
}
#news .body li.pe a .date span{
	background-color:#469955;
}
#news .body li.ky a .date span{
	background-color:#9ec3ef;
}
#news .body li.anzen a .date span{
	background-color:#454713;
}
#news .body li.intl a .date span{
	background-color:#472013;
}
#news .body li.miraikan a .date span{
	background-color:#1c558b;
}


/*----------------------------------------------------
メディア
----------------------------------------------------*/


#news .body li.med5 a .date span{
	background-color:#731f2f;
}
#news .body li.med1 a .date span{
	background-color:#253b6d;
}
#news .body li.med2 a .date span{
	background-color:#bca2ae;
}
#news .body li.med3 a .date span{
	background-color:#469955;
}
#news .body li.med4 a .date span{
	background-color:#9ec3ef;
}
#news .body li.med7 a .date span{
	background-color:#454713;
}
#news .body li.med6 a .date span{
	background-color:#472013;
}




/*----------------------------------------------------
各学部
----------------------------------------------------*/

.news .body li.kinder a .date span{
	background-color:#fff357;
	color:#361f09;
}
.news .body li.elementary a .date span{
	background-color:#9ec3ef;
}
.news .body li.girls a .date span{
	background-color:#731f2f;
}
.news .body li.boys a .date span{
	background-color:#253b6d;
}
.news .body li.college a .date span{
	background-color:#469955;
}
.news .body li.la a .date span{
	background-color:#bca2ae;
}
.news .body li.jiyu a .date span{
	background-color:#8b1c47;
}

/*----------------------------------------------------
幼児生活団
----------------------------------------------------*/

.news .body li.news a .date span{
	background-color:#1c8b82;
}
.news .body li.info a .date span{
	background-color:#828b1c;
}
.news .body li.kotori a .date span{
	background-color:#469955;
}
.news .body li.ps a .date span{
	background-color:#8b1c47;
}
.news .body li.emg a .date span{
	background-color:#c40e0e;
}
.news .body li.tsu2 a .date span{
	background-color:#9ec3ef;
}
.news .body li.tsu3 a .date span{
	background-color:#253b6d;
}
.news .body li.tsu1 a .date span{
	background-color:#731f2f;
}
.news .body li.exp a .date span{
	background-color:#bca2ae;
}
.news .body li.none a .date span{
	background-color:#D9D9D9;
}

/*----------------------------------------------------
初等部
----------------------------------------------------*/

.news .body li.news_all a .date span{
	background-color:#9ec3ef;
}
.news .body li.news_l a .date span{
	background-color:#731f2f;
}
.news .body li.news_m a .date span{
	background-color:#253b6d;
}
.news .body li.news_h a .date span{
	background-color:#469955;
}
.news .body li.news_exam a .date span{
	background-color:#1c8b82;
}
.news .body li.news_exp a .date span{
	background-color:#bca2ae;
}
.news .body li.news_ps a .date span{
	background-color:#1c558b;
}
.news .body li.info a .date span{
	background-color:#828b1c;
}
.news .body li.ps a .date span{
	background-color:#8b1c47;
}
.news .body li.emg a .date span{
	background-color:#c40e0e;
}

/*----------------------------------------------------
ＪＩＹＵアフタースクール
----------------------------------------------------*/

.news .body li.as_info a .date span{
	background-color:#828b1c;
}
.news .body li.as_members a .date span{
	background-color:#1c8b82;
}

/*----------------------------------------------------
女子部
----------------------------------------------------*/

.news .body li.news a .date span{
	background-color:#1c8b82;
}
.news .body li.info a .date span{
	background-color:#828b1c;
}
.news .body li.st a .date span{
	background-color:#1c558b;
}
.news .body li.ps a .date span{
	background-color:#8b1c47;
}
.news .body li.emg a .date span{
	background-color:#c40e0e;
}

/*----------------------------------------------------
男子部
----------------------------------------------------*/

.news .body li.news a .date span{
	background-color:#1c8b82;
}
.news .body li.info a .date span{
	background-color:#828b1c;
}
.news .body li.st a .date span{
	background-color:#1c558b;
}
.news .body li.ps a .date span{
	background-color:#8b1c47;
}
.news .body li.emg a .date span{
	background-color:#c40e0e;
}

/*----------------------------------------------------
最高学部
----------------------------------------------------*/

.news .body li.kj a .date span{
	background-color:#9ec3ef;
}
.news .body li.ks a .date span{
	background-color:#731f2f;
}
.news .body li.gk a .date span{
	background-color:#253b6d;
}
.news .body li.ld a .date span{
	background-color:#469955;
}
.news .body li.sl a .date span{
	background-color:#bca2ae;
}
.news .body li.info a .date span{
	background-color:#828b1c;
}
.news .body li.ga a .date span{
	background-color:#1c558b;
}
.news .body li.ps a .date span{
	background-color:#8b1c47;
}
.news .body li.emg a .date span{
	background-color:#c40e0e;
}

/*----------------------------------------------------
リビングアカデミー
----------------------------------------------------*/

.news .body li.news a .date span{
	background-color:#1c8b82;
}
.news .body li.info a .date span{
	background-color:#828b1c;
}
.news .body li.st a .date span{
	background-color:#1c558b;
}
.news .body li.emg a .date span{
	background-color:#c40e0e;
}

/*----------------------------------------------------
総合
----------------------------------------------------*/

.news .body li.news a .date span{
	background-color:#1c8b82;
}
.news .body li.li_news a .date span{
	background-color:#8b7f1c;
}
.news .body li.info a .date span{
	background-color:#828b1c;
}
.news .body li.event1 a .date span{
	background-color:#731f2f;
}
.news .body li.event2 a .date span{
	background-color:#253b6d;
}
.news .body li.ga a .date span{
	background-color:#1c558b;
}
.news .body li.emg a .date span{
	background-color:#c40e0e;
}
.news .body li.ps a .date span{
	background-color:#8b1c47;
}
.news .body li.grad a .date span{
	background-color:#bca2ae;
}
.news .body li.pe a .date span{
	background-color:#469955;
}
.news .body li.ky a .date span{
	background-color:#9ec3ef;
}
.news .body li.anzen a .date span{
	background-color:#454713;
}
.news .body li.intl a .date span{
	background-color:#472013;
}
.news .body li.miraikan a .date span{
	background-color:#1c558b;
}


/*----------------------------------------------------
メディア
----------------------------------------------------*/


.news .body li.med5 a .date span{
	background-color:#731f2f;
}
.news .body li.med1 a .date span{
	background-color:#253b6d;
}
.news .body li.med2 a .date span{
	background-color:#bca2ae;
}
.news .body li.med3 a .date span{
	background-color:#469955;
}
.news .body li.med4 a .date span{
	background-color:#9ec3ef;
}
.news .body li.med7 a .date span{
	background-color:#454713;
}
.news .body li.med6 a .date span{
	background-color:#472013;
}




@media screen and (min-width: 641px) , print{
  #news .body li a {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #news .body li a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 841px) {
  #news .body li a {
    position: relative;
  }
  #news .body li a .date {
    position: absolute;
    top: 14px;
    left: 0;
  }
  #news .body li a .text {
    margin-left: 315px !important;
	margin-bottom:0;
  }
  .news .body li a .text {
    margin-left: 290px !important;
	margin-bottom:0;
  }
}

/* button */

#news .button {
  margin-top: 30px;
  text-align: center;
}
#news .button a {
  display: inline-block;
  color: #8b1c48;
  font-size: 1.4em;
  line-height: 1;
  padding: 0.8em 3em;
  border: solid 1px #8b1c48;
  position: relative;
}
#news .button a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  content: '';
  margin: auto;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #8b1c48;
  border-right: 1px solid #8b1c48;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#news .button a:hover {
  text-decoration: none;
}
@media screen and (min-width: 641px) , print{
  #news .button {
    margin-top: 40px;
    text-align: right;
  }
  #news .button a {
    font-size: 1.2em;
  }
  #news .button a:hover {
    color: #ffffff;
    background: #8b1c48;
  }
  #news .button a:hover::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}

/* Post Link - Add 2017.05.29 - */
.post_link {
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
.post_link.post_link_head {
  margin-bottom: 10px;
}
.post_link.post_link_footer {
  padding-top: 35px;
}
.post_link > li {
  display: inline;
  float: left;
  color: #8b1c48;
  border: 1px solid #8b1c48;
  padding: 2px 8px;
}
.post_link > li.post_link_prev {
  float: right;
}
.post_link > li a {
  font-size: 12px;
  color: #8b1c48;
}

/*----------------------------------------------------
recent
----------------------------------------------------*/

#recent {
  background: #fcfbf7;
  padding: 30px 0;
}
#recent h3 {
  font-size: 22px;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
#recent .head {
  margin: 20px 6.25% 0;
}
#recent .head ul {
  overflow: hidden;
  text-align: center;
  border-right: solid 1px #eeeeee;
}
#recent .head li {
  padding-left: 1px;
  box-sizing: border-box;
  border-left: solid 1px #eeeeee;
}
#recent .head .upper li {
  float: left;
  width: 25%;
}
#recent .head .lower li {
  float: left;
  width: 33.3333%;
}

#recent .head li a {
  display: block;
  padding: 1.5em 0 0;
  font-size: 1.2em;
  line-height: 1.3;
  height: 2.8em;
}
#recent .head li.current a {
  color: #8b1c48;
  position: relative;
}
#recent .head li.current a::after {
  position: absolute;
  bottom: 4px;
  right: 0;
  left: 0;
  content: '';
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-top: 4px solid #8c1e49;
}

#recent .head li a:hover {
  text-decoration: none;
}
#recent .head li.top {
  border-bottom: solid 2px #8b1c48;
}
#recent .head li.kindergarten {
  border-bottom: solid 2px #fff357;
}
#recent .head li.elementary {
  border-bottom: solid 2px #9dc3ed;
}
#recent .head li.girls {
  border-bottom: solid 2px #731f30;
}
#recent .head li.boys {
  border-bottom: solid 2px #243b6c;
}
#recent .head li.college {
  border-bottom: solid 2px #459955;
}
#recent .head li.la {
  border-bottom: solid 2px #decad3;
}

@media screen and (min-width: 641px) , print{
  #recent {
    padding: 40px 0;
  }
  #recent h3 {
    font-size: 24px;
  }
  #recent .head {
    margin: 30px 2% 0;
  }
  #recent .head li a {
    font-size: 1.4em;
  }
  #recent .head li a:hover {
    color: #8b1c48;
    position: relative;
  }
  #recent .head li a:hover::after {
    position: absolute;
    bottom: 4px;
    right: 0;
    left: 0;
    content: '';
    margin: auto;
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top: 4px solid #8c1e49;
  }
}

@media screen and (min-width: 1241px) {
  #recent .head {
    margin: 30px 0 0;
    border-bottom: solid 1px #eeeeee;
  }
  #recent .head ul {
    display: inline-block;
    letter-spacing: -.40em;
    vertical-align: bottom;
  }
  #recent .head .upper li,
  #recent .head .lower li {
    display: inline-block;
    letter-spacing: normal;
    float: none;
    width: auto;
    width: 138px;
  }
  #recent .head li.top,
  #recent .head li.kindergarten,
  #recent .head li.elementary,
  #recent .head li.girls,
  #recent .head li.boys,
  #recent .head li.college,
  #recent .head li.la {
    border-width: 1px;
  }
}

/* body */

#recent .body li {
  margin-top: 40px;
  text-align:center;
}
#recent .body li a {
  display: block;
  padding: 0 0 20px;
}
#recent .body li a:hover {
  text-decoration: none;
}

#recent .body li.top a {
  border-bottom: solid 2px #8b1c48;
}
#recent .body li.kindergarten a {
  border-bottom: solid 2px #fff357;
}
#recent .body li.elementary a {
  border-bottom: solid 2px #9dc3ed;
}
#recent .body li.girls a {
  border-bottom: solid 2px #731f30;
}
#recent .body li.boys a {
  border-bottom: solid 2px #243b6c;
}
#recent .body li.college a {
  border-bottom: solid 2px #459955;
}
#recent .body li.la a {
  border-bottom: solid 2px #decad3;
}

#recent .body li a .date {
  margin-top: 10px;
  font-size: 1.4em;
  line-height: 1;
  text-align:left;
}
#recent .body li a .date span {
  display: inline-block;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  margin-left: 1em;
  padding: 0.3em 1.4em;
  border-radius: 2px;
}

#recent .body li.top a .date span {
  background: #8b1c48;
}
#recent .body li.kindergarten a .date span {
  background: #fff357;
  color: #7d182b;
}
#recent .body li.elementary a .date span {
  background: #9dc3ed;
}
#recent .body li.girls a .date span {
  background: #731f30;
}
#recent .body li.boys a .date span {
  background: #243b6c;
}
#recent .body li.college a .date span {
  background: #459955;
}
#recent .body li.la a .date span {
  background: #000000;
}

#recent .body li a h4 {
  margin-top: 8px;
  font-size: 1.6em;
  line-height: 1.25;
  font-weight: bold;
  text-align:left;
}
#recent .body li a .text {
  margin-top: 8px;
  font-size: 1.2em;
  line-height: 1.5;
  text-align:left;
}
#recent .body li a .text .more {
  display: inline-block;
  margin-left: 1em;
  color: #8c1e49;
  padding-left: 10px;
  position: relative;
}
#recent .body li a .text .more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 5px solid #8c1e49;
}

@media screen and (min-width: 641px) , print{
  #recent .body ul {
    width: 105%;
    margin-left: -5%;
    overflow: hidden;
  }
  #recent .body li {
    width: 45%;
    margin-left: 5%;
    float: left;
  }
  #recent .body li a h4,
  #recent .body li a .text {
    color: #333333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	margin-bottom:0;
  }
  #recent .body li a img {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	width:100%;
	max-height:211px;
	height:auto !important;
	height:211px;
  }
  #recent .body li a:hover h4,
  #recent .body li a:hover .text {
    color: #8c1e49;
  }
  #recent .body li a:hover img {
    opacity: 0.8;
  }
}
@media screen and (min-width: 941px) {
  #recent .body ul {
    width: 102%;
    margin-left: -2%;
  }
  #recent .body li {
    width: 23%;
    margin-left: 2%;
  }
}
@media screen and (min-width: 1201px) {
  #recent .body ul {
    width: 103%;
    margin-left: -3%;
  }
  #recent .body li {
    width: 22%;
    margin-left: 3%;
  }
}

/* button */

#recent .button {
  margin-top: 30px;
}
#recent .button a {
  display: inline-block;
  color: #8b1c48;
  font-size: 1.4em;
  line-height: 1;
  padding: 0.8em 3em;
  border: solid 1px #8b1c48;
  position: relative;
}
#recent .button a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  content: '';
  margin: auto;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #8b1c48;
  border-right: 1px solid #8b1c48;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#recent .button a:hover {
  text-decoration: none;
}
@media screen and (min-width: 641px) , print{
  #recent .button {
    margin-top: 40px;
  }
  #recent .button a {
    font-size: 1.2em;
  }
  #recent .button a:hover {
    color: #ffffff;
    background: #8b1c48;
  }
  #recent .button a:hover::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}


/*----------------------------------------------------
common
----------------------------------------------------*/

/* column */

ul.column2,
ul.column3,
ul.column4 {
  text-align: center;
  font-size: 1em;
  margin-top:40px;
  margin-bottom:20px;
}
ul.column2 p,
ul.column3 p,
ul.column4 p {
  margin-bottom:0px;
}
@media screen and (min-width: 641px) , print{
  ul.column2 {
    overflow: hidden;
    width: 105%;
    margin-left: -5%;
  }
  ul.column2 li {
    float: left;
    width: 45%;
    margin-left: 5%;
    box-sizing: border-box;
  }
  ul.column3 {
    overflow: hidden;
    width: 103%;
    margin-left: -3%;
  }
  ul.column3 li {
    float: left;
    width: 30.33333%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  ul.column4 {
    overflow: hidden;
    width: 102%;
    margin-left: -2%;
  }
  ul.column4 li {
    float: left;
    width: 23%;
    margin-left: 2%;
    box-sizing: border-box;
  }
}


@media print{
  ul.column2,
ul.column3,
ul.column4 {
	padding-bottom:100px;
}
}


ul.column2 li,ul.column3 li,ul.column4 li {
	margin-bottom:20px;
  }
.clm_cont{
	display:flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}

.clm2{
	width:48%;
}
.clm2 h4{
	margin-top:0;
}
 .image {
  vertical-align: middle;
  text-align:center;
}
@media screen and (max-width: 641px) {
	.clm_cont{
	flex-direction: column;
}

.clm2{
	width:100%;
}
}

 .frame {
  position:relative;
  display: inline-block;
}
/*@media screen {

	.frame:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0px 5px rgba(255,255,255,0.6);
}*/

 /*.inner .fig .image .frame:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 31%);
    width: 61.7857%;
    height: 100%;
    box-shadow: inset 0 0 0px 5px rgba(255,255,255,0.6);
}

@media screen and (min-width: 641px) {
  .frame:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0px 5px rgba(255,255,255,0.6);
}
}*/
 .image img{
  vertical-align: middle;
}

/* b_title */

.b_title {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: normal;
  background: #f7f5eb;
  padding: 20px 0;
}
.b_title span {
  display: inline-block;
  width: 70%;
  background: #8b1c48;
  color: #ffffff;
  font-size: 2.8em;
  line-height: 1;
  font-weight: bold;
  padding: 0.4em 0;
}
@media screen and (min-width: 641px) {
  .b_title span {
    width: auto;
    font-size: 3.4em;
    padding: 0.4em 2em;
  }
}




/* fEvent */

#fEvent {
  margin-top: 30px;
  padding: 10px 0 20px;
  background: #d8d8d8;
}
#fEvent .wrap {
  margin: 0 35px;
}
#fEvent h3 {
  font-size: 1.8em;
  font-weight: normal;
  margin-bottom: 10px;
}
#fEvent .slider {
  overflow: hidden;
}
#fEvent li {
  text-align: center;
}
#fEvent li img {
  display: block;
  background: #ffffff;
  border: solid 1px #bbbbbb;
  padding: 1px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) , print{
  #fEvent {
    margin-top: 40px;
    padding: 20px 0;
  }
  #fEvent li a {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #fEvent li a:hover {
    opacity: 0.8;
  }
}


/* sEvent */
#sEvent .wrap {
  margin: 0 35px;
}

#sEvent {
  padding: 15px 0;
  background: #d8d8d8;
}
#sEvent li {
  text-align: center;
}
#sEvent li img {
  background: #ffffff;
  border: solid 1px #bbbbbb;
  padding: 1px;
  margin: 0 auto;
}

@media screen and (min-width: 641px) , print{
  #sEvent {
    padding: 5px 0;
  }
  #sEvent li a {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #sEvent li a:hover {
    opacity: 0.8;
  }
}



/* sLinks */
#sLinks .wrap {
  margin: 0 35px;
}
#sLinks {
  padding: 10px 0;
}
#sLinks li a {
  display: block;
  text-align: center;
  overflow: hidden;
}
#sLinks li a .image {
  display: block;
  float: left;
  width: 40%;
  margin: 0 3% 0 0;
}
#sLinks li a .wrap {
  float: right;
  width: 52%;
  margin: 0 5% 0 0;
  text-align: left;
}
#sLinks li a .date {
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.333;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: solid 1px #d8d8d8;
}
#sLinks li a .category {
  display: inline-block;
  color: #8b1c48;
  font-size: 1.1em;
  line-height: 1.333;
  font-weight: bold;
}
#sLinks li a .text {
  margin-top: 5px;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.333;
}

@media screen and (min-width: 641px) , print{
  #sLinks {
    padding: 5px 0;
  }
  #sLinks li a {
    border-right: solid 1px #d8d8d8;
    box-sizing: border-box;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #sLinks li a:hover {
    opacity: 0.8;
  }
  #sLinks li a .image {
    display: block;
    float: none;
    width: 90%;
    margin: 0 5%;
  }
  #sLinks li a .wrap {
    float: none;
    width: 90%;
    margin: 10px 5% 0 5%;
    text-align: left;
  }
}
@media screen and (min-width: 841px) {
  #sLinks li a .image {
    display: block;
    float: left;
    width: 40%;
    margin: 0 3% 0 7%;
  }
  #sLinks li a .wrap {
    float: right;
    width: 45%;
    margin: 0 5% 0 0;
    text-align: left;
  }
}

#sLinks li a .boys .date {
  padding-right: 0;
  border-right: none;
}
#sLinks li a .boys .category {
  color: #ffffff;
  background: #293a8f;
  padding: 0 0.5em;
}

.text {
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: 0.03em;
}



/*----------------------------------------------------
list
----------------------------------------------------*/

#mainContents .list li ul li,
#mainContents .list li ol li,
#mainContents ol li ol li {
	font-size:1em;
}

#mainContents  ul.list {
	margin-top:5px;
	margin-bottom:20px;
}
#mainContents  ul.list>li{
	position:relative;
	padding:10px 45px 10px 20px;
	line-height:1;
	text-align:left;
	font-size:1.5em;
}
#mainContents  ul.list>li::before{
	content: url("../../common/images/list_marker.png") ;
	position: absolute;
	width: 10px;
	height: 10px;
	top:11px;
	left:0px;
}
@media screen and (max-width: 640px) {
#mainContents  ul.list>li{
	padding-right:0;
}
}
#mainContents  ul.underline>li{
	padding:15px 45px 15px 25px;
	border-bottom: 1px solid #eeeeee;
}

#mainContents  ul.underline>li::before{
	top:15px;
	left:0px;
}

#mainContents  ul.none {
	margin-top:5px;
	margin-bottom:40px;
}
#mainContents  ul.none>li{
	position:relative;
	padding:10px 0;
	font-size:1.5em;
	line-height:1;
	text-align:left;
}

#mainContents  ol {
	margin-left: 2em;
}

#mainContents  ol li{
	list-style: decimal;
	font-size:1.5em;
	line-height:1;
	text-align:left;
	padding:0px 10px;
	margin:10px 0;
}

/*----------------------------------------------------
link_list
----------------------------------------------------*/
 ul.link_list {
    margin-top:5px;
    margin-bottom:40px;
}
 ul.link_list li{
    position:relative;
    padding:10px 0;
    font-size:1.5em;
    line-height:1;
    text-align:left;
}
 ul.link_list li a{
    padding-right: 20px;
}
 ul.link_list li a{
    background: url("../../common/images/icon_link_s.png") right no-repeat;
}
 ul.link_list li.newWin a{
    background: url("../../common/images/icon_newWindow.png") right no-repeat;
}
 ul.link_list li.pdf a{
    background: url("../../common/images/icon_pdf_s.png") right no-repeat;
}
 ul.link_list li.excel a{
    background: url("../../common/images/icon_exel_s.png") right no-repeat;
}
 ul.link_list li.download a{
    background: url("../../common/images/icon_download_s.png") right no-repeat;
}

/*----------------------------------------------------
fig
----------------------------------------------------*/

.inner .fig {
  text-align: center;
  margin-bottom:20px;
}
.inner .fig .image img {
  margin: 0 auto;
  width: 61.7857%;
}
.inner .fig .name {
  margin-top: 15px;
  font-size: 1.4em;
  line-height: 1.714;
}


@media screen and (min-width: 641px) , print{
  .inner .fig {
    float: right;
    margin-top: 0;
	margin-bottom:0;
    text-align: right;
    padding: 0 0 10px 20px;
  }
  .inner .fig .image {
    text-align: right;
  }
  .inner .fig .image img {
    width: 150px;
  }
  .inner .fig .name {
    margin-top: 10px;
    line-height: 1.375;
  }
}

.inner .fig_left {
  /*margin-top: 40px;*/
  text-align: center;
}
.inner .fig_left .image img {
  margin: 0 auto;
  width: 61.7857%;
}
.inner .fig_left .name {
  margin-top: 15px;
  font-size: 1.4em;
  line-height: 1.714;
}

@media screen and (min-width: 641px) , print{
  .inner .fig_left {
    float: left;
    margin-top: 0;
    text-align: left;
    padding: 0 20px 10px 0;
  }
  .inner .fig_left .image {
    text-align: left;
  }
  .inner .fig_left .image img {
    width: 150px;
  }
  .inner .fig_left .name {
    margin-top: 10px;
    line-height: 1.375;
  }
}

@media screen and (min-width: 641px) , print{
  /*#mainContents  {
    margin-top: 50px;
  }*/
  .inner h3 {
    font-size: 2em;
  }
  .inner h3::before {
    height: 3px;
  }
  .inner .text{
    overflow: hidden;
    /*margin-top: 30px;*/
    letter-spacing: 0;
  }
}

/* tab */


/* タブメニュー */
#tab-menu {
  list-style: none;
  margin-top:40px;
  letter-spacing: -.40em;
}
#tab-menu li {
  display: inline-block;
  letter-spacing: normal;
  padding: 10px 25px;
  background: #eee;
  width:33.3%;
  box-sizing: border-box;
  font-size:1.6em;
  cursor: pointer;
  text-align:center;
  line-height:1.4;
  border-top:1px solid #dcdcdc;
  border-left:1px solid #dcdcdc;
  border-right:1px solid #dcdcdc;
}
#tab-menu li:last-child{
	margin-right:0;
}
#tab-menu li.active {
	box-sizing: border-box;
  background: #fff;
  box-shadow: 0 5px #8b1c48 inset;
  position:relative;
  color:#8b1c48;
}
#tab-menu li.active::after{
	content:" ";
	position:absolute;
	width:99%;
	left:0;
	bottom:-1px;
	border:1px solid #fff;
}

/* タブの中身 */
#tab-box {
  padding: 25px;
  border: 1px solid #dcdcdc;
  font-size:1.6em;
}
#tab-box div {
  display: none;
}
#tab-box div.active {
  display: block;
}
@media screen and (min-width: 641px) , print{
#tab-menu li {
  width:33.3%;
}
}

#tab-box .h4_common{
	font-size:1.1em;
	margin-top:0;
}

#tab-box table{
	font-size:1em;
}

#tab-box ul.column2,
#tab-box ul.column3,
#tab-box ul.column4 {
  margin-top:20px;
  margin-bottom:0;
}



/* タブメニュー */
#tab-menu3 {
  list-style: none;
  margin-top:40px;
  letter-spacing: -.40em;
}
#tab-menu3 li {
  display: inline-block;
  letter-spacing: normal;
  padding: 10px 10px;
  background: #eee;
  width:25%;
  box-sizing: border-box;
  font-size:1.4em;
  cursor: pointer;
  text-align:center;
  line-height:1.4;
  border-top:1px solid #dcdcdc;
  border-left:1px solid #dcdcdc;
  border-right:1px solid #dcdcdc;
}
#tab-menu3 li:last-child{
	margin-right:0;
}
#tab-menu3 li.active3 {
	box-sizing: border-box;
  background: #fff;
  box-shadow: 0 5px #8b1c48 inset;
  position:relative;
  color:#8b1c48;
}
#tab-menu3 li.active3::after{
	content:" ";
	position:absolute;
	width:99%;
	left:0;
	bottom:-1px;
	border:1px solid #fff;
}

#tab-menu3 li:last-child.active3::after{
	content:" ";
	position:absolute;
	left:0;
	bottom:0px;
	border:1px solid #fff;
}

/* タブの中身 */
#tab-box3 {
  padding: 25px;
  border: 1px solid #dcdcdc;
  font-size:1.6em;
}
#tab-box3 div {
  display: none;
}
#tab-box3 div.active3 {
  display: block;
}
#news .body #tab-box3 li{
	list-style:none;
	font-size:0.7em;
}
@media screen and (min-width: 641px) , print{
#tab-menu3 li {
	padding: 10px 25px;
	font-size:1.6em;
  	width:25%;
}
}

#tab-box3 .h4_common{
	font-size:1.1em;
	margin-top:0;
}

#tab-box3 table{
	font-size:1em;
}

#tab-box3 ul.column2,
#tab-box3 ul.column3,
#tab-box3 ul.column4 {
  margin-top:20px;
  margin-bottom:0;
}





/* table */

table.base_tbl,table.base_tbl_2{
	width:100%;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	font-size:1.6em;
}

table.base_tbl thead th,table.base_tbl_2 thead th{
	background: #8b1c48;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0.6em 1em;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
table.base_tbl th,table.base_tbl_2 tbody th{
	width:15%;
	background: #f3f3f3;
	color: #333333;
	text-align: left;
	font-weight:normal;
	padding: 0.6em 1em;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 641px), print {
	table.base_tbl thead th,table.base_tbl_2 thead th{
	padding: 0.6em 0.5em;
}
  table.base_tbl th,table.base_tbl_2 tbody th{
	  width:auto;
	  text-align: center;
	padding: 0.6em 1em;
}
table.base_tbl td,table.base_tbl_2 td{
	padding: 0.6em 1em;
}
}
table.base_tbl td,table.base_tbl_2 td{
	padding: 0.6em 1em;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
table.base_tbl td.txtcenter,table.base_tbl_2 td.txtcenter{
	text-align:center;
}
table.base_tbl td.txtleft,table.base_tbl_2 td.txtleft{
	text-align:left;
}
table.base_tbl_2{
	width:100%;
	font-size:1.6em;
}

@media screen and (max-width: 641px){
table.base_tbl_2 th,table.base_tbl_2 td{
	text-align:left;
	border:none;
	padding-left:0;
	padding-right:0;
}
table.base_tbl_2 th.txtcenter,table.base_tbl_2 td.txtcenter{
	text-align:left;
}
table.base_tbl_2 th,table.base_tbl_2 td:first-child{
	padding-top:0;
}
table.base_tbl_2{
	border:none;
}
table.base_tbl_2 tr{
	box-sizing: border-box;
	width:100%;
	display:table;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
}
table.base_tbl_2 tr:first-child{
	padding-top:0px;
}
table.base_tbl_2 tbody th{
	box-sizing: border-box;
	display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	background-color:#8b1c48;
	color:#fff;
}
table.base_tbl_2 thead{
	display:none;
}
table.base_tbl_2 td{
	display: block;
}
/*td:beforeのデザイン*/
table.base_tbl_2 td:before {
    background-color: #f3f3f3;
    color: #4f4d47;
    display: block;
	padding:0 0.5em;
	margin-bottom:5px;
}

}

.finish{
	background:#c8c8c8;
	padding:0.3em 1em;
	color:#fff;
}
.accepting{
	background:#8b1c48;
	padding:0.3em 1em;
	color:#fff;
}
.join{
	border:1px solid #8b1c48;
	color: #8b1c48;
	padding:0.3em 1em;
}

/* btn */

.a_btn_waku{
	display: flex;
    justify-content: center;
    align-items: center;
	margin:40px 0 60px;
}
.a_btn_waku form{
	text-align:center;
}
.a_btn_waku input{
	background:none;
	border:none;
	cursor: pointer;
	font-size:150%;
}
.a_btn_newWin,.a_btn_link,.a_btn_pdf,.a_btn_excel,.a_btn_word,.a_btn_waku input{
	text-align:center;
	border:1px solid #8b1c48;
	font-size:1.6em;
	padding:0.8em 3em;
	display:inline-block;
	position:relative;
	cursor: pointer;
}
.btn_w_auto{
	width: auto;
}
ul.column3 li .a_btn_link{
	width:100%;
}
ul.column2 li .a_btn_link,ul.column2 li .a_btn_pdf{
	width:60%;
}
@media screen and (max-width: 641px) , print{
	.a_btn,.a_btn2,.a_btn_pdf,.a_btn4{
	width: auto;
}
.a_btn_waku form{
	max-width:80%;
	text-align:center;
	word-wrap: break-word;
}
.a_btn_waku input{
	word-wrap: break-word;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.a_btn_waku input[type="submit"],.a_btn_waku form{
  width: 100%;
  padding-left:0px ;
padding-right:0px ;
  word-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
}

.a_btn_newWin span,
.a_btn_link span{
	padding-right: 20px;
}

.a_btn_pdf span,
.a_btn_excel span,
.a_btn_word span{
	padding-right: 30px;
	display: block;
}


.a_btn_newWin span{
	background: url(../../common/images/icon_newWindow.png) no-repeat right;

}
.a_btn_link span{
	background: url(../../common/images/icon_link.png) no-repeat right;
}

.a_btn_pdf span{
	background: url(../../common/images/icon_pdf.png) no-repeat right;
}
.a_btn_excel span{
	background: url(../../common/images/icon_exel.png) no-repeat right;
}
.a_btn_word span{
	background: url(../../common/images/icon_word.png) no-repeat right;
}


a.a_btn_newWin:link,
a.a_btn_newWin:visited,
a.a_btn_link:link,
a.a_btn_link:visited,
a.a_btn_pdf:link,
a.a_btn_pdf:visited,
a.a_btn_excel:link,
a.a_btn_excel:visited,
a.a_btn_word:link,
a.a_btn_word:visited{
	color:#8b1c48;
}

.a_btn_newWin:hover,
.a_btn_link:hover,
.a_btn_pdf:hover,
.a_btn_excel:hover,
.a_btn_word:hover,
.btnon{
	text-align:center;
	border:1px solid #8b1c48;
	background:#8b1c48;
	font-size:1.6em;
	padding:0.8em 3em;
	display:inline-block;
	text-decoration:none;
}
.a_btn_waku .a_btn_newWin:hover,
.a_btn_waku .a_btn_link:hover,
.a_btn_waku .a_btn_pdf:hover,
.a_btn_waku .a_btn_excel:hover,
.a_btn_waku .a_btn_word:hover,
.a_btn_waku .btnon:link,
.a_btn_waku .btnon:visited{
	color:#fff;
}
.a_btn_newWin:hover span{
	background: url(../../common/images/icon_newWindow_on.png) no-repeat right;
}
.a_btn_link:hover span,.btnon span{
	background: url(../../common/images/icon_link_on.png) no-repeat right;
}

/* h3 */

.h3_common{
	font-size:2.0em;
	border-left:8px solid #8b1c48;
	padding:0.3em 1em;
	line-height:1.6;
	background:#f3f3f3;
	color:#8b1c48;
	margin-top:40px;
	margin-bottom:20px;
	text-align:left;
}
.h4_common {
	position: relative;
	padding: 0 .5em 0 1.4em;
	font-size:1.8em;
	text-align:left;
	margin-top:40px;
	margin-bottom:10px;
}
.h4_common::after {
	position: absolute;
	top: .5em;
	left: 0em;
	z-index: 2;
	content: '';
	width: 14px;
	height: 14px;
	background-color: #8b1c48;
}
.h3_common + .h4_common {
	margin-top:20px;
}

ul.column2 + .h4_common {
	margin-top:0px;
}

a.pdf{
	float:none;
	border:1px solid #731f30;
	padding:0.3em 1em;
	font-size:0.6em;
	margin:1em 0;
	cursor:pointer;
}
a.pdf:hover{
	background:#731f30;
	color:#fff;
	text-decoration:none;
}
@media screen and (min-width: 641px), print {
	.h3_common{
	margin-top:60px;
}
	a.pdf{
	float:right;
	border:1px solid #731f30;
	padding:0.3em 1em;
	font-size:0.6em;
	margin-top:3px;
	cursor:pointer;
	display:block;
}
a.pdf:hover{
	background:#731f30;
	color:#fff;
	text-decoration:none;
}
}
.teacher{
	display:flex;
	flex-wrap: wrap;
	flex-direction:column;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.teacher .teacher_cont{
	position: relative;
	width:250px;
	margin:0 auto 2em;
	box-shadow:0px 0px 3px 3px #f0f0f0;
	-moz-box-shadow:0px 0px 3px 3px #f0f0f0;
	-webkit-box-shadow:0px 0px 3px 3px #f0f0f0;
}
.teacher .teacher_cont::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #8b1c48 transparent;
	right:0;
	bottom:0;
}
.teacher .teacher_cont img{
	width:100%;
}
.teacher_cont a{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	display:block;
}
.teacher_text{
	padding:1em;
	font-size:1.4em;
	line-height:1.6;
}
.teacher_name{
	font-size:2em;
	font-weight:bold;
	color:#8b1c48;
	margin-right:10px;
}
@media screen and (min-width: 641px), print{
	.teacher{
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.teacher .teacher_cont{
	position: relative;
	width:30%;
	margin-right:3%;
	box-shadow:0px 0px 3px 3px #f0f0f0;
	-moz-box-shadow:0px 0px 3px 3px #f0f0f0;
	-webkit-box-shadow:0px 0px 3px 3px #f0f0f0;
}
.teacher .teacher_cont:nth-child(3n){
	margin-right:0;
}
.teacher_detail_text{
	float:right;
	font-size:1.5em;
	line-height:1.4;
	margin-top:20px;
	width:300px;
}
}
.teacher_detail{
	text-align:center;

}
.teacher_detail_text{
	font-size:1.5em;
	line-height:1.4;
	margin-top:20px;
	margin-left:0px;
	width:100%;
	text-align:left;
}
.teacher_name_en{
	display:block;
	font-size:0.8em;
}
.teacher_detail_text h4{
	position:relative;
	padding-left:25px;
	margin-top:20px;
	color:#8b1c48;
}
.teacher_detail_text h4::before{
	content: url("../../common/images/list_marker.png") ;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0px;
	left:0px;
}

.event_cont{
	position: relative;
	width:100%;
	margin-right:22px;
	display:inline-block;
	vertical-align:top;
}
@media screen and (min-width: 641px), print{
	.teacher_detail_text{
	font-size:1.5em;
	line-height:1.4;
	margin-top:0px;
	margin-left:30px;
	width:510px;
}
.event_cont{
	position: relative;
	width:31%;
	margin-right:3%;
	display:inline-block;
	vertical-align:top;
}
.event_cont:nth-child(3n){
	margin-right:0;
}
}
.event_cont img{
	width:100%;
}
.event_cont h4{
	font-size:1.6em;
	font-weight:normal;
	border-left:3px solid #8b1c48;
	padding:0.3em 1em;
	background:#f3f3f3;
	color:#8b1c48;
	line-height:1;
	position:relative;
	margin-bottom:20px;
}
.event_cont h4::first-letter{
	font-size:3.0em;
}
.event_cont h4 .month{
	font-size:3.0em;
}
.event_en{
	position:absolute;
	right:0;
	bottom:0;
	font-size:2.0em;
	font-weight:normal;
	color:#fed5e5;
	overflow:hidden;
}
.event_cont ul {
	margin-top:5px;
	margin-bottom:40px;
}
.event_cont ul li{
	position:relative;
	padding:15px 45px 15px 25px;
	font-size:1.5em;
	border-bottom:1px solid #eeeeee;
	line-height:1;
}
.event_cont ul li::before{
	content: url(../../common/images/list_marker.png);
    position: absolute;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 0px;
}
.event_cont ul li.note{
	background:url(../../common/images/icon_note.png) no-repeat 95% 50%;
}
.event_cont ul li.chain{
	background:url(../../common/images/icon_chain.png) no-repeat 95% 50%;
}


/*----------------------------------------------------
breadcrumb
----------------------------------------------------*/

#breadcrumb {
  background: #f8f8f8;
}
#breadcrumb ul {
  margin: 0 6.25%;
  padding: 6px 0;
  letter-spacing: -.40em;
  text-align: left;
}
#breadcrumb li {
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 1.2em;
  line-height: 1.3;
  color: #333333;
}
#breadcrumb li:before {
  content: '>';
  padding: 0 3px;
}
#breadcrumb li:first-child:before {
  display: none;
}
#breadcrumb li a {
  color: #333333;
  text-decoration: none;
}
@media screen and (min-width: 641px), print{
  #breadcrumb ul {
    margin: 0 20px;
    padding: 3px 0;
  }
  #breadcrumb li {
    font-size: 1.3em;
  }
  #breadcrumb li a:hover {
    text-decoration: underline;
  }
}

/*----------------------------------------------------
bxslider 表示
----------------------------------------------------*/
.slider li {
  display: none;
}
.bx-viewport .slider li {
  display: block !important;
}
#sLinks .slider li{
	position:relative;
	overflow:hidden;
	height:100px;
}



/*----------------------------------------------------
お問い合わせバナー
----------------------------------------------------*/

.contact_bn{
	max-width:100%;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding:25px 0px 20px 0px;
	font-size:1.6em;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:60px;
}
.contact_bn_left{
}
.contact_bn_right{
	text-align:left;
}
.contact_bn p.add{
	width:322px;
	margin-top:10px;
	margin-bottom:10px;
}
.contact_midashi{
	border:1px solid #333333;
	width:120px;
	padding:0 20px;
	margin-bottom:10px;
}
@media screen and (min-width: 641px), print{
	.contact_bn{
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding:25px 30px 10px 30px;
	font-size:1.6em;
	overflow:hidden;
}
.contact_bn_left{
	float:left;
	margin-right:65px;
}
.contact_bn_right{
	float:left;
	text-align:left;
}
.contact_bn p.add{
	width:350px;
	margin-top:25px;
}
.contact_midashi{
	border:1px solid #333333;
	width:120px;
	padding:0 20px;
	margin-bottom:10px;
}
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.alignright{
	float:right;
}

.alignleft{
	float:left;
}
@media screen and (max-width: 641px){
	.alignright{
	float:none;
	display:block;
}

.alignleft{
	float:none;
	display:block;
}
}

#mainContents .inner960 .clearfix #news .text p{
	margin-bottom:10px;
}

#mainContents .inner960 .clearfix #news .wp-caption + p::before{
	content:"";
	display:block;
	clear: both;
}

#mainContents .inner960 .clearfix #news .text::after{
	content:"";
	display:block;
	clear: both;
}

/*----------------------------------------------------
汎用クラス
----------------------------------------------------*/

#pWrap .mgb0{ margin-bottom: 0; }
#pWrap .mgb5{ margin-bottom: 5px; }
#pWrap .mgb10{ margin-bottom: 10px; }
#pWrap .mgb15{ margin-bottom: 15px; }
#pWrap .mgb20{ margin-bottom: 20px !important; }
#pWrap .mgb25{ margin-bottom: 25px; }
#pWrap .mgb30{ margin-bottom: 30px; }
#pWrap .mgb35{ margin-bottom: 35px; }
#pWrap .mgb40{ margin-bottom: 40px; }
#pWrap .mgb45{ margin-bottom: 45px; }
#pWrap .mgb50{ margin-bottom: 50px; }
#pWrap .mgb55{ margin-bottom: 55px; }
#pWrap .mgb60{ margin-bottom: 60px; }
#pWrap .mgb65{ margin-bottom: 65px; }
#pWrap .mgb70{ margin-bottom: 70px; }
#pWrap .mgb75{ margin-bottom: 75px; }
#pWrap .mgb80{ margin-bottom: 80px; }
#pWrap .mgb85{ margin-bottom: 85px; }
#pWrap .mgb90{ margin-bottom: 90px; }
#pWrap .mgb95{ margin-bottom: 95px; }
#pWrap .mgb100{ margin-bottom: 100px; }

#pWrap .mgl0{ margin-left: 0; }
#pWrap .mgl5{ margin-left: 5px; }
#pWrap .mgl10{ margin-left: 10px; }
#pWrap .mgl15{ margin-left: 15px; }
#pWrap .mgl20{ margin-left: 20px; }
#pWrap .mgl25{ margin-left: 25px; }
#pWrap .mgl30{ margin-left: 30px; }
#pWrap .mgl35{ margin-left: 35px; }
#pWrap .mgl40{ margin-left: 40px; }
#pWrap .mgl45{ margin-left: 45px; }
#pWrap .mgl50{ margin-left: 50px; }
#pWrap .mgl55{ margin-left: 55px; }
#pWrap .mgl60{ margin-left: 60px; }
#pWrap .mgl65{ margin-left: 65px; }
#pWrap .mgl70{ margin-left: 70px; }
#pWrap .mgl75{ margin-left: 75px; }
#pWrap .mgl80{ margin-left: 80px; }
#pWrap .mgl85{ margin-left: 85px; }
#pWrap .mgl90{ margin-left: 90px; }
#pWrap .mgl95{ margin-left: 95px; }
#pWrap .mgl100{ margin-left: 100px; }

#pWrap .mgr0{ margin-right: 0; }
#pWrap .mgr5{ margin-right: 5px; }
#pWrap .mgr10{ margin-right: 10px; }
#pWrap .mgr15{ margin-right: 15px; }
#pWrap .mgr20{ margin-right: 20px; }
#pWrap .mgr25{ margin-right: 25px; }
#pWrap .mgr30{ margin-right: 30px; }
#pWrap .mgr35{ margin-right: 35px; }
#pWrap .mgr40{ margin-right: 40px; }
#pWrap .mgr45{ margin-right: 45px; }
#pWrap .mgr50{ margin-right: 50px; }
#pWrap .mgr55{ margin-right: 55px; }
#pWrap .mgr60{ margin-right: 60px; }
#pWrap .mgr65{ margin-right: 65px; }
#pWrap .mgr70{ margin-right: 70px; }
#pWrap .mgr75{ margin-right: 75px; }
#pWrap .mgr80{ margin-right: 80px; }
#pWrap .mgr85{ margin-right: 85px; }
#pWrap .mgr90{ margin-right: 90px; }
#pWrap .mgr95{ margin-right: 95px; }
#pWrap .mgr100{ margin-right: 100px; }

#pWrap .mgt0{ margin-top: 0px; }

.pdg0{ padding-top: 0px !important; }

@media screen and (max-width: 641px){
	#pWrap .mgt0_sp{ margin-top: 0px; }
}
#pWrap .fs_08{ font-size:0.8em;}
#pWrap .fs_09{ font-size:0.9em;}
#pWrap .fs_10{ font-size:1.0em;}
#pWrap .fs_11{ font-size:1.1em;}
#pWrap .fs_12{ font-size:1.2em;}
#pWrap .fs_13{ font-size:1.3em;}
#pWrap .fs_14{ font-size:1.4em;}
#pWrap .fs_16{ font-size:1.6em;}
#pWrap .fs_20{ font-size:2.0em;}
#pWrap .fs_22{ font-size:2.2em;}
#pWrap .fs_24{ font-size:2.4em;}
#pWrap .fs_26{ font-size:2.6em;}
#pWrap .fs_30{ font-size:3em;}
#pWrap .talign_l{ text-align:left;}
#pWrap .talign_r{ text-align:right;}
#pWrap .talign_c{ text-align:center;}
#pWrap .fw_bold{ font-weight:bold;}

#pWrap .img_wd150{width:150px;}

.fs_22{ font-size:2.2em !important;}

@media screen and (min-width: 641px), print{
#pWrap .img_wd400{width:400px;}
#pWrap .img_wd350{width:350px;}
#pWrap .img_wd300{width:300px;}
#pWrap .img_wd280{width:280px;}
#pWrap .img_wd260{width:260px;}
#pWrap .img_wd220{width:220px;}
#pWrap .img_wd200{width:200px;}
#pWrap .img_wd150{width:150px;}
#pWrap .img_wd130{width:130px;}
#pWrap .img_wd100{width:100px;}
#pWrap .nowraparound{overflow: inherit;}
}
