@charset "UTF-8";
/* CSS Document */
/* =======================================

	style.css
	1.共通部分css
	2.headerとfooter部分css
	3.contens部分css

========================================== */
/*1.共通部分css*/
html{
    font-size: 15px;
    height: 100%;
}
body {
    font-family:  "メイリオ","Meiryo", "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅","Helvetica Neue", Helvetica, Arial, sans-serif;
    width:100%;
    color: #79553B;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
a {
    color: #79553B;
    text-decoration: none;
}
a:hover {
    color: #58AB94;
    text-decoration: underline;
}
a:visited {
    color: #476263;
}

.clear{
    clear: both;
}
.green{
    color: #40B387;
}
.orange {
    color: #EF9163;
}
.small85 {
    font-size:85%;
}
.small75 {
    font-size:75%;
}
.small80 {
    font-size:80%;
}
.small85 {
    font-size:85%;
}
.large110 {
    font-size:110%;
}
.large115 {
    font-size:115%;
}
.large120 {
    font-size:120%;
}
.font-super {
vertical-align:super;
}
.font-sub {
vertical-align:sub;
}
.font-weight-bold {
font-weight: bold;
}
.domain::before {
   content: '@';
}
.com-top-1em {
margin-top: 1em;
}
.com-top-2em {
margin-top: 2em;
}
.com-top-3em {
margin-top: 3em;
}
.com-bottom-1em {
margin-bottom: 1em;
}
.com-bottom-2em {
margin-bottom: 2em;
}
.com-bottom-3em {
margin-bottom: 3em;
}

.com-padding-1em {
padding: 1em;
}
.com-padding-2em {
padding: 2em;
}
.com-padding-3em {
padding: 3em;
}

.com-center-img {
display: block;
text-align: center;
margin-left:auto;
margin-right:auto;
margin-top: 3%;
margin-bottom: 3%;
}
.com-text-center {
text-align: center;
}
#wrapper {
    width: 100%;
    margin:0px auto;
    position:relative;!important
    min-height: 100%;
    background-image: url(../img/wrapper_bgimg.jpg);
    background-repeat: repeat;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #wrapper {
    background-image: url(../img/wrapper_bgimg@2x.jpg);
    background-size: 219px 174px;
    background-repeat: repeat;
    }
}
#bgimg{
    width:100%;
    margin-right: auto;
    margin-left: auto;
    background-image   : url(../img/body_img1.png),
                       url(../img/body_img2.png),
                       url(../img/body_img3.png),
                       url(../img/body_img4.png),
                       url(../img/body_img1.png),
                       url(../img/body_img2.png),
                       url(../img/body_img4.png),
                       url(../img/body_img3.png);
    background-position: 2% 20%,
                       8% 2%,
                      14% 45%,
                       18% 30%,
                       80% 2%,
                       84% 38%,
                       91% 19%,
                       98% 5%,
                       center center; /* 余剰(無視される) */
    background-repeat  : no-repeat;
    background-attachment: fixed;
    height: 100%;
}
#wrapperInner {
    width: 97%;
    height: 100%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    box-shadow:2px 0px 3px 0px #979797;
}

/****グローバルナビ部分のCSS*****/
.g_nav {
    width: 100%;
    max-width: 960px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 6px 3px -5px #979797;
}
.toggleMenu {
    display:  none;
    width: 100%;
    height:21px;
    /* for IE7 IE8 */
    background:url(../images/nav-black.png);
    /* modern browser */
    background:rgba(0,0,0,0) url(../images/nav-black.svg);
    background-repeat: no-repeat;
    background-position: 15px 6px;
    text-indent: -9999px;
    padding-bottom: 10px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #A5D29D;
}
.nav {
    width: 100%;
    font-size: 1em;
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
    *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
}
.nav li {
    line-height:1.4285em;
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    /****IE7のハック*****/
    background-color: *#83BB92;
    /****IE8のハック*****/
    background-color: #83BB92\9;
    background-color: rgba(131,187,146,0.8);
    position: relative;
    z-index:100;
    border-top: 1px solid #999;
}
.nav li li li a {
    z-index:200;
    background-color: rgba(131,187,146,0.8);
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: dotted;
    border-top-color: #999;
    border-left-color: #999;
}
.nav .cr a {
    color: #58AB94;
}
.nav li a:hover {
    color: #58AB94;
    /****IE7のハック*****/
    background-color: *#CCC;
    /****IE8のハック*****/
    background-color: #CCC\9;
    background-color: rgba(204,204,204,0.8);
    text-decoration: none;
}
@media screen and (max-width: 769px) {
    .active {
        display: block;
    }
    .g_nav {
        width: 96%;
    }
    .nav {
    width: 100%;
    max-width: 769px;
}
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
        text-decoration: none;
    }
    .nav li a {
        border-top: 1px solid #999;
    }
    .nav li a:hover {
        color: #58AB94;
        text-decoration: none;
        /****IE7のハック*****/
        background-color: *#CCC;
        /****IE8のハック*****/
        background-color: #CCC\9;
        background-color: rgba(204,204,204,0.7);
}
}

/*固定グローバルナビゲーション部分のcss*/
.fixed {
    position: fixed;
    top: 0px;
    width: 96%;
    z-index: 10000;
    /****IE7のハック*****/
    background-color: *#FFF;
    position: *relative;
    /****IE8のハック*****/
    background-color: #FFF\9;
    background-color: rgba(255,255,255,0.8);
}

/****************************/

/*2.headerとfooter部分css*/
#header {
    width: 100%;
    max-width: 960px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    background-image: url(../img/header_bg.gif);
    background-repeat: no-repeat;
    background-position: top;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #header {
    background-image: url(../img/header_bg@2x.gif);
    background-size: 864px 200px;
    }
}

#header #headerInner1 p a {
    width: 215px;
    height: 200px;
    background-image: url(../img/header_logo.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin-top: 0px;
    margin-left: 48px;
    float: left;
}
#header #headerInner1 p a:hover {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #header #headerInner1 p a {
    background-image: url(../img/header_logo@2x.png);
    background-size: 215px 200px;
    overflow: hidden;
    }
    #header #headerInner1 p a:hover {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
    }
}

#header #headerInner2 {
    width: 18em;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    text-align: right;
}
#header #headerInner2 h1 {
    width: 100%;
    font-size: 0.46em;
    text-align: left;
    font-weight: lighter;
    margin-bottom: 1em;
}
#header #headerInner2 ul li{
    float: left;
    margin-right:0.93em;
    font-size: 0.93em;
}
#header #headerInner2 ul .lastLi {
    margin-right: 0px;
}
footer {
    width: 100%;
    height: 186px;
    background-color: #62BB90;
    margin-right: auto;
    margin-left: auto;
    bottom: 0;
    position: relative;
}
footer #page-top {
    width: 100%;
    height: 30px;
    background-image: url(../img/pageTop_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    margin-right: auto;
    margin-left: auto;
    color: #FFF;
    font-size: 0.86em;
    line-height: 2.326em;
    text-align: center;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    footer #page-top {
    background-image: url(../img/pageTop_bg@2x.gif);
    background-size: 17px 30px;
    }
}
footer #page-top a {
    color: #FFF;
}
footer #page-top a:hover {
    color: #999999;
}
footer #page-top img {
    margin-left: 10px;
    vertical-align: middle;
}
footer #footerInner1 {
    width: 100%;
    max-width: 864px;
    height: 84px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
footer #footerInner1 p a {
    background:url(../img/footerlogo.png);
    background-position:center top;
    background-repeat:no-repeat;
    display: block;
    text-indent:-9999px;
    height: 54px;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    footer #footerInner1 p a {
    background-image: url(../img/footerlogo.svg);
    }
}
footer #footerInner1 p a:hover {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}
footer #footerInner1 #footerNavi {
    width: 100%;
    height: 30px;
}
footer #footerInner1 #footerNavi ul {
    width: 18em;
    line-height: 2em;
    margin-right: auto;
    margin-left: auto;
}
footer #footerInner1 #footerNavi ul li {
    font-size: 0.93em;
    float: left;
    margin-right:0.93em;
}
footer #footerInner1 #footerNavi ul .lastLi {
    margin-right: 0px;
}
footer #footerInner2 {
    clear: both;
    width: 100%;
    height: 52px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    background-image: url(../img/footerbg.png);
    background-repeat: repeat-x;
    background-position: top;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    footer #footerInner2 {
    background-image: url(../img/footerbg@2x.png);
    background-size: 49px 52px;
    }
}
footer #footerInner2 p {
    text-align: center;
    font-size: 0.75em;
    color: #FFF;
}
#footerInner2 .footer_samary {
    font-size: 0.4375em;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 11px;
    padding-top: 20px;
}
@media screen and (max-width: 769px) {
    #header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    background-size:cover;
    background-image: url(../img/header_bg.gif);
    background-repeat: no-repeat;
    background-position: top;
    }
    /* Retinaディスプレイ対応用記述 */
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5){
      #header {
      width: 100%;
      background-image: url(../img/header_bg@2x.gif);
      }
    }
    #header #headerInner2 {
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-left:0px;
    float: left;
    margin-top: 15px;
    margin-bottom: 5px;
    }
    #header #headerInner2 h1 {
    width: 90%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
    #header #headerInner2 ul {
    width: 18em;
    line-height: 1em;
    margin-right: auto;
    margin-left: auto;
    }
}
/****************************/


/*3.contens部分css*/
/*3_1.Topページcontens部分css*/
#contens {
    padding-bottom: 186px;
}
#contens #mainVarea {
    width: 90%;
    max-width: 864px;
    height: 337px;
    margin-top: 1px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    background:url(../img/topMainV.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #mainVarea {
    width: 90%;
    background-image: url(../img/topMainV@2x.jpg);
    -moz-background-size:cover;
    background-size: cover;
    }
}
#contens #contens_a {
    width: 90%;
    max-width: 864px;
    margin-right: auto;
    margin-left: auto;
}
#contens #contens_a p{
    line-height: 1.5em;
}
#contens #contens_a .bannerAreaH230 {
    margin-bottom: 25px;
    height: 230px;
}
#contens #contens_a .bannerAreaH230 ul #fujimiLink {
    width: 32%;
    max-width: 280px;
    float: left;
    margin-right: 2%;
}
#contens #contens_a .bannerAreaH230 ul #fujimiLink a {
    background:url(../img/banner_fujimi.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
    text-indent:-9999px;
    height: 233px;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #contens_a .bannerAreaH230 ul #fujimiLink a {
    background-image: url(../img/banner_fujimi@2x.jpg);
    background-size:cover;
    -moz-background-size:cover;
    }
}
#contens #contens_a .bannerAreaH230 ul #fujimiLink a:hover {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}
#contens #contens_a .bannerAreaH230 ul #fukamidaiLink {
    width: 32%;
    max-width: 280px;
    float: left;
    margin-right: 2%;
}
#contens #contens_a .bannerAreaH230 ul #fukamidaiLink a {
    background:url(../img/banner_fukami.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
    text-indent:-9999px;
    height: 233px;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #contens_a .bannerAreaH230 ul #fukamidaiLink a {
    background-image: url(../img/banner_fukami@2x.jpg);
    background-size:cover;
    -moz-background-size:cover;
    }
}
#contens #contens_a .bannerAreaH230 ul #fukamidaiLink a:hover {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}

#contens #contens_a .bannerAreaH230 ul #sasukeLink {
    width: 32%;
    max-width: 280px;
    float: left;
    margin-right: 0%;
}
#contens #contens_a .bannerAreaH230 ul #sasukeLink a {
    background:url(../img/banner_sasuke.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
    text-indent:-9999px;
    height: 233px;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #contens_a .bannerAreaH230 ul #sasukeLink a {
    background-image: url(../img/banner_sasuke@2x.jpg);
    background-size:cover;
    -moz-background-size:cover;
    }
}
#contens #contens_a .bannerAreaH230 ul #sasukeLink a:hover {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}
#contens #contens_a #news {
    background-color: #fdf1d6;
    width: 100%;
    border-radius: 10px;
    box-shadow:rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    background-image: url(../img/newsBgimg.jpg);
    background-repeat: no-repeat;
    background-position: 95% 95%;
    margin-bottom: 30px;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #contens_a #news {
    background-image: url(../img/newsBgimg@2x.jpg);
    background-size: 252px 102px;
    }
}
#contens #contens_a #news .LatestInformation {
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 10px;
    font-size: 1.13em;
    line-height: 1.5em;
    padding-top: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #79553B;
    font-weight: normal;
    color: #00AC93;
}
#contens #contens_a #news ul {
    margin-left: 15px;
    line-height:1.5em;
    padding-bottom: 5px;
}
#contens #contens_a #news ul li {
    margin-bottom: 10px;
}
#contens #contens_a #Topic_Top {
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    border: 1px solid #5BB995;
}
#contens #contens_a #Topic_Top h3 {
    color: #FFF;
    background-color: #5BB995;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    height: 1.5em;
    font-size: 1.13em;
    font-weight: normal;
}
#contens #contens_a #Topic_Top .TopicInnerP {
    text-align: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    line-height: 1.5em;
}
#contens #contens_a #Topic_Top dl {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
#contens #contens_a #Topic_Top dl dt {
    width: 30%;
    margin-right: 3%;
    border: 1px solid #5BB995;
    float: left;
    font-size: 1.13em;
    line-height: 4.5em;
    color: #5BB995;
    text-align: center;
    font-weight: normal;
}
#contens #contens_a #Topic_Top dl dd {
    line-height: 1.5em;
}

#contens #contens_a #Topic_Top2 {
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    border: 1px solid #5BB995;
    margin-top: 30px;
}
#contens #contens_a #Topic_Top2 h3 {
    color: #FFF;
    background-color: #5BB995;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    height: 1.5em;
    font-size: 1.13em;
    font-weight: normal;
}
#contens #contens_a #Topic_Top2 .TopicInnerP {
    float: left;
    text-align: left;
    margin-right: auto;
    margin-left: 1em;
    margin-bottom: 10px;
    line-height: 1.5em;
}

@media screen and (max-width: 769px) {
    #contens {
    padding-bottom: 20px;
    }
    #contens #mainVarea {
    margin-top: 0px;
    }
    #contens #contens_a .bannerAreaH230 {
    margin-bottom: 30px;
    height: auto;
    }
    #contens #contens_a .bannerAreaH230 ul #fukamidaiLink {
    width: 100%;
    max-width: 769px;
    margin-right: 0px;
    margin-bottom: 10px;
    float: none;
    }
    #contens #contens_a .bannerAreaH230 ul #fukamidaiLink a {
    background-size:contain;
    -moz-background-size:contain;
    }
    #contens #contens_a .bannerAreaH230 ul #fujimiLink {
    width: 100%;
    max-width: 769px;
    margin-right: 0px;
    margin-bottom: 10px;
    float: none;
    }
    #contens #contens_a .bannerAreaH230 ul #fujimiLink a {
    background-size:contain;
    -moz-background-size:contain;
    }
    #contens #contens_a .bannerAreaH230 ul #sasukeLink {
    width: 100%;
    max-width: 769px;
    margin-right: 0px;
    margin-bottom: 10px;
    float: none;
    }
    #contens #contens_a .bannerAreaH230 ul #sasukeLink a {
    background-size:contain;
    -moz-background-size:contain;
    }
    #contens #contens_a .bannerAreaH130 {
    margin-bottom: 20px;
    height: 280px;
    }
    #contens #contens_a .bannerAreaH130 ul #InfantDprogramLink {
    width: 100%;
    max-width: 769px;
    margin-right: 0px;
    margin-bottom: 20px;
    float: none;
    }
    #contens #contens_a .bannerAreaH130 ul #threeYoDprogramLink {
    width: 100%;
    max-width: 769px;
    margin-right: 0px;
    float: none;
    }
    #contens #contens_a #Topic_Top dl {
    margin-bottom: 10px;
    }
    #contens #contens_a #Topic_Top dl dt {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    line-height: 2em;
    float: none;
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: normal;
    }
}
.contens_b {
    width: 53.5%;
    float: left;
    margin-bottom: 1.5em;
    margin-right: 3%;
}
@media screen and (max-width: 600px) {
    #contens #contens_a #news {
    background-color: #fdf1d6;
    width: 100%;
    font-size:1em;
    border-radius: 10px;
    box-shadow:rgba(173, 173, 173, 0.71) 3px 2px 4px 2px;
    background-image: url(../img/newsBgimg_sp.jpg);
    background-repeat: no-repeat;
    background-position: 95% 95%;
    }
    /* Retinaディスプレイ対応用記述 */
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5){
      #contens #contens_a #news {
      background-image: url(../img/newsBgimg_sp@2x.jpg);
      background-size: 126px 102px;
      }
    }
    #contens #contens_a .bannerAreaH230 ul #fukamidaiLink a {
    background-size:cover;
    -moz-background-size:cover;
    }
    #contens #contens_a .bannerAreaH230 ul #fujimiLink a {
    background-size:cover;
    -moz-background-size:cover;
    }
    #contens #contens_a .bannerAreaH230 ul #sasukeLink a {
    background-size:cover;
    -moz-background-size:cover;
    }
    .contens_b {
    width: 100%;
    float: none;
    margin-right: 0%;
    }
}

/*3_2.第二階層ページ共通css*/
#contens #contens_a .SecondH_h2 {
    width: 97%;
    font-size: 1.2em;
    line-height: 2em;
    padding-left: 3%;
    margin-bottom: 20px;
    clear: both;
    /* for IE7 IE8 */
    background:url(../img/SecondH2bgimg.gif);
    background-position:center top;
    background-repeat:repeat-x;
    /* modern browser */
    background:rgba(173,224,203,1) url(../img/SecondH2bgimg.svg);
    border-radius: 8px;
    box-shadow:rgba(173, 173, 173, 0.71) 3px 2px 4px 1px;
}
#contens #contens_a .SecondH_heading {
	color: #FFF;
	background-color: #EF9163;
	border-radius: 5px;
	width: 10em;
	text-align: center;
	line-height: 2em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-weight: normal;
}
#contens #contens_a .SecondH_heading_p {
    margin-right: 2%;
}
#contens #contens_a .SecondH_p {
    float: left;
    width: 55%;
    /****IE8のハック(IE7に効いている)**/
    width: 474px\9;
    margin-right: 2%;
    /****IE8のハック(IE7に効いている)**/
    margin-right: 17px\9;
    margin-bottom: 30px;
}
#contens #contens_a .SecondHimg {
    width: 43%;
    /****IE8のハック(IE7に効いている)**/
    width: 371px\9;
    width: *371px;
    margin-bottom: 30px;
}
#contens #contens_a .SecondHimg2 {
    width: 70%;
    margin-bottom: 30px;
    margin-right: 15%;
    margin-left: 15%;
}
#contens #contens_a .SecondHimg3 {
    width: 43%;
    margin-bottom: 30px;
}
#contens #contens_a .SecondHimg4 {
    width: 30%;
    margin-right: 35%;
    margin-left: 35%;
    margin-bottom: 30px;
}
#contens #contens_a .SecondHimg5 {
    width: 90%;
    margin-bottom: 30px;
    margin-right: 5%;
    margin-left: 5%;
}
#contens #contens_a .SecondHimg6 {
    width: 100%;
    margin-top: 30px;   
    margin-bottom: 30px;
    margin-right: 0%;
    margin-left: 0%;
}

#contens #contens_a #Topic_a {
    background-color: #F7F6DE;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    margin-bottom: 50px;
    border: 1px solid #5BB995;
    clear: both;
}
#contens #contens_a #Topic_a h3 {
    color: #FFF;
    background-color: #5BB995;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    height: 1.5em;
    font-size: 1.13em;
    font-weight: normal;
}
#contens #contens_a #Topic_a .TopicInnerP {
    text-align: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    line-height: 1.5em;
}
#contens #contens_a #Topic_a .TopicInnerP2 {
    text-align: left;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    line-height: 1.5em;
}
#contens #contens_a #Topic_a ol {
    line-height: 1.5em;
    width: 95%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
#contens #contens_a #Topic_a ol li {
    margin-bottom: 5px;
    list-style-type: decimal;
    margin-left: 2em;
}
#contens #contens_a #Topic_a dl {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    line-height: 1.7em;
}
#contens #contens_a #Topic_a dl dt {
    color: #FFF;
    background-color: #346263;
    border-radius: 5px;
    width: 8em;
    text-align: center;
}
#contens #contens_a #Topic_a dl dd {
    margin-bottom: 10px;
}
#contens #contens_a #Topic_a ul {
    line-height: 1.5em;
    width: 95%;
    margin-top: 20px;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
#contens #contens_a #Topic_a ul li {
    margin-bottom: 5px;
    margin-left: 2em;
    list-style-type: disc;
}
#contens #contens_a table {
    float: left;
    width: 54%;
    /****IE8のハック(IE7に効いている)**/
    width: 466px\9;
    margin-right: 3%;
    /****IE8のハック(IE7に効いている)**/
    margin-right: 25px\9;
    margin-bottom: 50px;
    line-height: 1.5em;
    background-color: #FDF1D6;
}
#contens #contens_a table tr {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}
#contens #contens_a table tr th {
    width: 7em;
    text-align: center;
    color: #FFF;
    background-color: #9A806A;
    font-weight: normal;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #FFF;
    vertical-align: middle;
}
#contens #contens_a table tr td {
    text-align: left;
    vertical-align: middle;
    padding: 1em;
}
#contens #contens_a .W100table {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 50px;
    line-height: 1.5em;
    background-color: #FDF1D6;
}
#contens #contens_a .W100table tr th {
    width: 10em;
    text-align: center;
    color: #FFF;
    background-color: #9A806A;
    font-weight: normal;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #FFF;
    vertical-align: middle;
    padding: 1em;
}
/*吹き出し付き見出しcss*/
.bubble {
    display:inline-block;
    position: relative;
    border-radius:5px;
    margin-bottom: 30px;
    width: 35%;
}
.bubble:before {
    position: absolute;
    content: " ";
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /****IE7のハック*****/
    display: *none;
    /****IE8のハック*****/
    display: none\9;
}
.bubble2 {
    display:inline-block;
    position: relative;
    border-radius:5px;
    margin-bottom: 30px;
    width: 35%;
}
.bubble2:before {
    position: absolute;
    content: " ";
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /****IE7のハック*****/
    display: *none;
    /****IE8のハック*****/
    display: none\9;
}
@media screen and (max-width: 769px) {
  .bubble2 {
    display:inline-block;
    position: relative;
    border-radius:5px;
    margin-bottom: 30px;
    width: 100%;
  }
  .bubble2:before {
    position: absolute;
    content: " ";
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /****IE7のハック*****/
    display: *none;
    /****IE8のハック*****/
    display: none\9;
  }
}
.bubble-inner {
    padding:1em;
    background:#62BB90;
    border-radius:5px;
 /* transform z-index hack */
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    color: #FFF;
    font-size: 1.13em;
    font-weight: normal;
    text-align: center;
}
.shadow, .shadow:before {
    box-shadow: rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    background:#fff;
}
/* 下中央（ぼかしなし） */
.bubble-bottom:before {
    bottom: -7px;
    left: 50%;
    margin-left: -10px;
}
/* 水平垂直距離0（ぼかし） */
.shadow2, .shadow2:before {
    box-shadow: rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    background:#62BB90;
}
#contens #contens_a #homeButton a {
    clear: both;
    margin-top: 60px;
    background-color: #CCC;
    width: 100%;
    /* for IE7 IE8 */
    background:url(../img/homeButton.gif);
    /* modern browser */
    background:rgba(0,0,0,0) url(../img/homeButton.svg);
    background-position:left top;
    background-repeat:no-repeat;
    display: block;
    text-indent:-9999px;
    height: 41px;
}
#contens #contens_a #homeButton a:hover {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}
.tAlignRight {
    text-align: right;
    display: block;
}
@media screen and (max-width: 769px) {
    .bubble {
    width: 55%;
    }
    #contens #contens_a #homeButton a {
    margin-top: 20px;
    }
}
@media screen and (max-width: 600px) {
    #contens #contens_a .SecondH_p {
    line-height: 1.5em;
    float: none;
    width: 100%;
    margin-right: 0%;
    }
    #contens #contens_a .SecondHimg {
    width: 100%;
    }
    #contens #contens_a .SecondHimg2 {
    display: none;
    }
    #contens #contens_a .SecondHimg3 {
    display: none;
    }
    #contens #contens_a .SecondHimg5 {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
    margin-left: 0%;
    }
    #contens #contens_a table {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
    }
    #contens #contens_a #Topic_a {
    margin-bottom: 30px;
    }
}
/*3_3.aboutOurページcss*/
#contens #aboutOurmainVarea {
    width: 90%;
    max-width: 864px;
    height: 248px;
    margin-top: 1px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    background:url(../../aboutOur/img/aboutOurMainV.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #aboutOurmainVarea {
    width: 90%;
    background-image: url(../../aboutOur/img/aboutOurMainV@2x.jpg);
    -moz-background-size:cover;
    background-size: cover;
    }
}
#contens #contens_a .contactUs {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    line-height: 1.5em;
    background-color: #FDF1D6;
}
#contens #contens_a .contactUs dt {
    float: left;
    width: 10em;
    margin-right: 2%;
    text-align: center;
    color: #FFF;
    background-color: #9A806A;
    font-weight: normal;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #FFF;
    vertical-align: middle;
    padding: 1em;
}
#contens #contens_a .contactUs dd {
    float: left;
    text-align: left;
    padding: 1em;
    line-height: 3em;
    vertical-align: middle;
}
#contens #contens_a .contactUs .middle {
    float: left;
    text-align: left;
    padding: 0em;
    line-height: 5em;
    vertical-align: middle;
}
#contens #contens_a .contactUs .bottom {
    float: left;
    text-align: left;
    padding: 0em;
    line-height: 5em;
    vertical-align: middle;
}
.telNumber {
    font-size: 2em;
    float: left;
    font-family: 'Open Sans', sans-serif;
}
.telNumber2 {
    font-size: 2em;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
#contens #contens_a .h3wrapper{
    width: 100%;
    clear: both;
}
#contens #contens_a .mapArea_a {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 50px;
    float: left;
}
#contens #contens_a .mapArea_a p {
    text-align: center;
    margin-top: 10px;
    font-size: 0.8em;
}
#contens #contens_a .mapArea_b {
    width: 47%;
    margin-right: 0%;
    float: left;	
}
#contens #contens_a .mapArea_b p {
    text-align: center;
    margin-top: 10px;
    font-size: 0.8em;
}
.map_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.map_container iframe, 
.map_container object, 
.map_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 800px) {
    #contens #contens_a .contactUs {
    float: none;
    }
    #contens #contens_a .contactUs dt {
    float: none;
    width: 100%;
    margin-right: 0%;
    line-height: 0.8em;
    border-right-width: 0px;
    padding-top: 1em;
    padding-right: 0em;
    padding-bottom: 1em;
    padding-left: 0em;
    }
    #contens #contens_a .contactUs dd {
    float: none;
    text-align: center;
    padding: 0.3em;
    line-height: 1.8em;
    }
    #contens #contens_a .contactUs .middle {
    float: none;
    text-align: center;
    padding: 0.3em;
    line-height: 0.3em;
    vertical-align: middle;
    }
    #contens #contens_a .contactUs .bottom {
    float: none;
    text-align: center;
    padding: 0.3em;
    line-height: 0.9em;
    vertical-align: middle;
    }
    .telNumber {
    float: none;
    }
    #contens #contens_a .mapArea_a {
    width: 100%;
    margin-right: 0%;
    float: none;
    }
    #contens #contens_a .mapArea_a p {
    text-align: left;
    font-size: 0.9em;
    }
    #contens #contens_a .mapArea_b {
    width: 100%;
    margin-right: 0%;
    float: none;
    }
    #contens #contens_a .mapArea_b p {
    text-align: left;
    font-size: 0.9em;
    }
}
iframe {
	frameborder: 0;
	scrolling: no;
	marginheight: 0;
	marginwidth: 0;
	border-style: none;	
}
/*3_4.dailyProgramページcss*/
#contens #dailyProgramMainVarea {
    width: 90%;
    max-width: 864px;
    height: 248px;
    margin-top: 1px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    background:url(../../dailyProgram/img/dailyProgramMainV.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #dailyProgramMainVarea {
    width: 90%;
    background-image: url(../../dailyProgram/img/dailyProgramMainV@2x.jpg);
    -moz-background-size:cover;
    background-size: cover;
    }
}
#contens #contens_a .Dprogramimg {
    width: 100%;
}
#contens #contens_a .Dprogramimg2 {
    width: 100%;
    margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
    #contens #contens_a .Dprogramimg2 {
    margin-bottom: 30px;
    }
}
/*3_5.managementInfoページcss*/
#contens #mInfoMainVarea {
    width: 90%;
    max-width: 864px;
    height: 248px;
    margin-top: 1px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    background:url(../../managementInfo/img/mInfoMainV.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #mInfoMainVarea {
    width: 90%;
    background-image: url(../../managementInfo/img/mInfoMainV@2x.jpg);
    -moz-background-size:cover;
    background-size: cover;
    }
}
.pdfDocument {
    margin-bottom: 40px;
    line-height: 1.5em;
}
.pdfDocument img{
    margin-right: 5px;
}

#contens #contens_a #adobeReaderIcon {
    height: 39px;
    width: 158px;
    margin-bottom: 40px;
}
#contens #contens_a #adobeReaderIcon a img {
    margin-top: 10px;
}
/*3_6.recruitページcss*/
#contens #recruitMainVarea {
    width: 90%;
    max-width: 864px;
    height: 248px;
    margin-top: 1px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    background:url(../../recruit/img/RecruitMainV.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #recruitMainVarea {
    width: 90%;
    background-image: url(../../recruit/img/RecruitMainV@2x.jpg);
    -moz-background-size:cover;
    background-size: cover;
    }
}
#contens #contens_a #Topic_recruit {
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    border: 1px solid #5BB995;
    margin-bottom: 30px;
}
#contens #contens_a #Topic_recruit h4 {
    color: #FFF;
    background-color: #5BB995;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    height: 1.5em;
    font-size: 1.13em;
    font-weight: normal;
}
#contens #contens_a #Topic_recruit h5 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    height: 1.5em;
    font-size: 1.13em;
    border-bottom: solid 1px;
}
#contens #contens_a #Topic_recruit .TopicInner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    line-height: 1.5em;
}
#contens #contens_a #Topic_recruit .TopicInner p {
    width: 100%;
    text-align: center;

  }
#contens #contens_a #Topic_recruit .TopicInner2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    line-height: 1.5em;
}
#contens #contens_a #Topic_recruit .TopicInner2 p {
    width: 100%;
    text-align: left;

  }

@media screen and (max-width: 769px) {
  #contens #contens_a #Topic_recruit .TopicInner p {
    width: 15em;
    text-align: left; 
  }
}
#contens #contens_a #Topic_recruit dl {
    margin-bottom: 10px;
}
#contens #contens_a #Topic_recruit dt {
    font-weight: bold;
}
#contens #contens_a #Topic_recruit dd {
    margin-bottom: 10px;
}
/*リクルートページの動画用*/
#recruite-moviesarea {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: auto;
}
@media screen and (max-width: 834px) {
    #recruite-moviesarea {
    width: 100%;
    }
}
video {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

/*3_7.sitemapページcss*/
#contens #sitemapMainVarea {
    width: 90%;
    max-width: 864px;
    height: 248px;
    margin-top: 1px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    background:url(../../sitemap/img/siteMapMainV.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #sitemapMainVarea {
    width: 90%;
    background-image: url(../../sitemap/img/siteMapMainV@2x.jpg);
    -moz-background-size:cover;
    background-size: cover;
    }
}
#contens #contens_a #Topic_b {
    background-color: #F7F6DE;
    width: 53.5%;
    /****IE8のハック(IE7に効いている)**/
    width: 462px\9;
    margin-right: 3%;
    /****IE8のハック(IE7に効いている)**/
    margin-right: 25px\9;
    border-radius: 10px;
    box-shadow: rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    margin-bottom: 50px;
    border: 1px solid #5BB995;
    float: left;
}
#contens #contens_a #Topic_b ul {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#contens #contens_a #Topic_b ul li {
    line-height: 2em;
}
#contens #contens_a #Topic_b p {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.getAdobeReader {
    margin-top: 5px;
    margin-bottom: 20px;
}
.pdfDocument2 {
    margin-left: 2em;
    line-height: 1em;
}
.pdfDocument2 img{
    margin-right: 5px;
    margin-top: 5px
}
@media screen and (max-width: 600px) {
    #contens #contens_a #Topic_b {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
    }
}
