@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: #CE5D20;
    text-decoration: underline;
}
a:visited {
    color: #006E5F;
}

.clear{
    clear: both;
}
.green{
    color: #40B387;
}
.orange {
    color: #EF9163;
}
.yellow {
    color: #F8B600;
}
.small85 {
    font-size:85%;
}
.small75 {
    font-size:75%;
}
.large110 {
    font-size:110%;
}
.large115 {
    font-size:115%;
}
.large120 {
    font-size:120%;
}
.font-weight-bold {
font-weight: bold;
}
.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;
}
#wrapper {
    width: 100%;
    margin:0px auto;
    position:relative;!important
    min-height: 100%;
    background-image: url(../img/wrapper_bgimg.gif);
    background-repeat: repeat;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #wrapper {
    background-image: url(../img/wrapper_bgimg@2x.gif);
    background-size: 40px 60px;
    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_img2.png),
                       url(../img/body_img3.png);
    background-position: 6% 8%,
                       1% 2%,
                      14% 25%,
                       94% 8%,
                       86% 2%,
                       99% 25%,
                       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: #FDDB77;
}
.nav {
    width: 100%;
    font-size: 1em;
    max-width: 410px;
    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: *#FDDB77;
    /****IE8のハック*****/
    background-color: #FDDB77\9;
    background-color: rgba(253,219,119,0.8);
    position: relative;
    z-index:100;
    border-top: 1px solid #999;
}
.nav li li li a {
    z-index:200;
    background-color: rgba(253,219,119,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: #CE5D20;
}
.nav li a:hover {
    color: #CE5D20;
    /****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: #EF9163;
        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: 146px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    background-image: url(../img/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #header {
    background-image: url(../img/header_bg@2x.jpg);
    background-size: 864px 146px;
    }
}

#header #headerInner1 p a {
    width: 215px;
    height: 134px;
    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 134px;
    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: #F9D270;
    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: 43em;
/*     width: 39em; */
    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: 23px 52px;
    }
}
footer #footerInner2 p {
    text-align: center;
    font-size: 0.75em;
}
#footerInner2 .footer_samary {
    font-size: 0.4375em;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 10px;
    padding-top: 15px;
}
@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.jpg);
    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.jpg);
      }
    }
    #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;
    }
}
@media screen and (max-width: 600px) {
    footer {
    height: 230px;
/*    height: 209px;*/
    }
    footer #footerInner1 {
    margin-top: 5px;
    }
    footer #footerInner1 #footerNavi ul {
    width: 14em;
    line-height: 1.5em;
    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: 350px;
    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 .bannerAreaH130 {
    margin-bottom: 30px;
    height: 130px;
}
#contens #contens_a .bannerAreaH130 ul #InfantDprogramLink {
    width: 48%;
    max-width: 414px;
    float: left;
    margin-right: 4%;
}
#contens #contens_a .bannerAreaH130 ul #InfantDprogramLink a {
    background:url(../img/banner_2yoDpProgram.gif);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
    text-indent:-9999px;
    height: 130px;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #contens_a .bannerAreaH130 ul #InfantDprogramLink a {
    background-image: url(../img/banner_2yoDpProgram@2x.gif);
    background-size:cover;
    -moz-background-size:cover;
    }
}
#contens #contens_a .bannerAreaH130 ul #InfantDprogramLink a:hover {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}
#contens #contens_a .bannerAreaH130 ul #threeYoDprogramLink {
    width: 48%;
    max-width: 414px;
    float: left;
    margin-right: 0%;
}
#contens #contens_a .bannerAreaH130 ul #threeYoDprogramLink a {
    background:url(../img/banner_3yoDpProgram.gif);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
    text-indent:-9999px;
    height: 130px;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #contens_a .bannerAreaH130 ul #threeYoDprogramLink a {
    background-image: url(../img/banner_3yoDpProgram@2x.gif);
    background-size:cover;
    -moz-background-size:cover;
    }
}
#contens #contens_a .bannerAreaH130 ul #threeYoDprogramLink a:hover {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}
#contens #contens_a .bannerAreaH130 ul #childCareSupportLink {
    width: 48%;
    max-width: 414px;
    float: left;
    margin-right: 4%;
}
#contens #contens_a .bannerAreaH130 ul #childCareSupportLink a {
    background:url(../img/banner_childCare.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
    text-indent:-9999px;
    height: 130px;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #contens_a .bannerAreaH130 ul #childCareSupportLink a {
    background-image: url(../img/banner_childCare@2x.jpg);
    background-size:cover;
    -moz-background-size:cover;
    }
}
#contens #contens_a .bannerAreaH130 ul #childCareSupportLink a:hover {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}
#contens #contens_a .bannerAreaH130 ul #lunchMenuLink {
    width: 48%;
    max-width: 414px;
    float: left;
    margin-right: 0%;
}
#contens #contens_a .bannerAreaH130 ul #lunchMenuLink a {
    background:url(../img/banner_lunchMenu.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
    text-indent:-9999px;
    height: 130px;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #contens_a .bannerAreaH130 ul #lunchMenuLink a {
    background-image: url(../img/banner_lunchMenu@2x.jpg);
    background-size:cover;
    -moz-background-size:cover;
    }
}
#contens #contens_a .bannerAreaH130 ul #lunchMenuLink a:hover {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}
#contens #contens_a .bannerAreaH130_2 {
    margin-bottom: 30px;
    height: 130px;
}
#contens #contens_a .bannerAreaH130_2 ul #recruitLink {
    width: 48%;
    max-width: 414px;
    float: left;
    margin-right: 0%;
}
#contens #contens_a .bannerAreaH130_2 ul #recruitLink a {
    background:url(../img/banner_recruit.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    display: block;
    text-indent:-9999px;
    height: 130px;
}

/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #contens #contens_a .bannerAreaH130 ul #recruitLink a {
    background-image: url(../img/banner_recruit@2x.jpg);
    background-size:cover;
    -moz-background-size:cover;
    }
}
#contens #contens_a .bannerAreaH130 ul #recruitLink a:hover {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}
#contens #contens_a #news {
    background-color: #F2F6E3;
    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: 400px 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: #EF9163;
}
#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 #EF9163;
}
#contens #contens_a #Topic_Top h3 {
    color: #FFF;
    background-color: #EF9163;
    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 #EF9163;
    float: left;
    font-size: 1.13em;
    line-height: 4.5em;
    color: #EF9163;
    text-align: center;
    font-weight: normal;
}
#contens #contens_a #Topic_Top dl dd {
    line-height: 1.5em;
}

@media screen and (max-width: 769px) {
    #contens {
    padding-bottom: 20px;
    }
    #contens #mainVarea {
    margin-top: 0px;
    }
    #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 .bannerAreaH130 ul #childCareSupportLink {
    width: 100%;
    max-width: 769px;
    margin-right: 0px;
    margin-bottom: 20px;
    float: none;
    }
    #contens #contens_a .bannerAreaH130 ul #lunchMenuLink {
    width: 100%;
    max-width: 769px;
    margin-right: 0px;
    float: none;
    }
    #contens #contens_a .bannerAreaH130_2 ul #recruitLink {
    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;
    }
}
@media screen and (max-width: 600px) {
    #contens #contens_a #news {
    background-color: #F2F6E3;
    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: 252px 65px;
      }
    }
}
.cognate {
    width: 100%;
    line-height: 2em;
    margin-right:auto;
    margin-left: auto;
    margin-bottom: 15em;
}
.cognate li {
    font-size: 0.93em;
    float: left;
    margin-right:2em;
}
.lastLi {
    margin-right: 0px;
}


/*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;
    background-color: #FDDB77;
}
#contens #contens_a .SecondH_h3 {
    color: #FFF;
    background-color: #F8B600;
    border-radius: 5px;
    width: 8em;
    text-align: center;
    line-height: 2em;
    margin-bottom: 5px;
    font-weight: normal;
}
#contens #contens_a .SecondH_h314em {
    color: #FFF;
    background-color: #F8B600;
    border-radius: 5px;
    width: 15em;
    text-align: center;
    line-height: 2em;
    margin-bottom: 5px;
    font-weight: normal;
}
#contens #contens_a .SecondH_p {
    float: left;
    width: 55%;
    /****IE8のハック(IE7に効いている)**/
    width: 460px\9;
    margin-right: 2%;
    /****IE8のハック(IE7に効いている)**/
    margin-right: 16px\9;
    margin-bottom: 30px;
}
#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%;
    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;
    margin-top: 30px;
}
#contens #contens_a .SecondHimg4 {
    float: left;
    width: 48%;
    /****IE8のハック(IE7に効いている)**/
    width: 414px\9;
    margin-right: 4%;
    /****IE8のハック(IE7に効いている)**/
    margin-right: 34px\9;
    margin-bottom: 30px;
}
#contens #contens_a .SecondHimg5 {
    width: 48%;
    /****IE8のハック(IE7に効いている)**/
    width: 414px\9;
    margin-bottom: 30px;
}
#contens #contens_a .SecondH_p2 {
    margin-bottom: 40px;
    line-height: 1.5em;
}
#contens #contens_a #Topic_a {
    background-color: #FFF5C4;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    margin-bottom: 50px;
    border: 1px solid #F8B600;
    clear: both;
}
#contens #contens_a #Topic_a h3 {
    color: #FFF;
    background-color: #F8B600;
    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 dl {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	line-height: 2em;
	margin-bottom: 50px;
}
#contens #contens_a dl dt {
    color: #FFF;
    background-color: #F8B600;
    border-radius: 5px;
    width: 10em;
    text-align: center;
}
#contens #contens_a dl dd {
    margin-bottom: 10px;
}
#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;
}
.bubble-inner {
    padding:1em;
    background:#F8B600;
    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:#F8B600;
}
#contens #contens_a #homeButton a {
    clear: both;
    margin-top: 60px;
    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 .SecondHimg4 {
    float: none;
    width: 100%;
    }
    #contens #contens_a .SecondHimg5 {
    width: 100%;
    }
    #contens #contens_a table {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
    }
    #contens #contens_a #Topic_a {
    margin-bottom: 30px;
    }
    #contens #contens_a dl {
    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;
    border-radius: 0px;
}
#contens #contens_a .contactUs dd {
    float: left;
    text-align: left;
    padding: 1em;
    line-height: 3em;
    vertical-align: middle;
    margin-bottom: 0px;
}
#contens #contens_a .contactUs .bottom {
    float: left;
    text-align: left;
    padding: 0em;
    line-height: 5em;
    vertical-align: middle;
    margin-bottom: 0px;
}
.telNumber {
    font-size: 2em;
    float: left;
    font-family: 'Open Sans', sans-serif;
}
#contens #contens_a .h3wrapper{
    width: 100%;
    clear: both;
}
#contens #contens_a .mapArea_a {
    width: 100%;
    margin-bottom: 50px;
}
#contens #contens_a .mapArea_a p {
    text-align: center;
    margin-top: 10px;
    font-size: 0.8em;
}
#contens #contens_a .mapArea_a .map_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#contens #contens_a .mapArea_a .map_container iframe, 
#contens #contens_a .mapArea_a .map_container object, 
#contens #contens_a .mapArea_a .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 .bottom {
    float: none;
    text-align: center;
    padding: 0.3em;
    line-height: 0.9em;
    vertical-align: middle;
    }
    .telNumber {
    float: none;
    }
    #contens #contens_a .mapArea_a p {
    text-align: left;
    font-size: 0.9em;
    }
}
@media screen and (max-width: 600px) {
    #contens #aboutOurmainVarea {
    margin-bottom: 10px;
    }
}
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;
}
#contens #contens_a .eventImg_a {
	width: 56%;
	margin-bottom: 121px;
	float: left;
}
#contens #contens_a .eventImg_b {
	width: 44%;
	margin-bottom: 50px;
	float: left;
}
@media screen and (max-width: 600px) {
    #contens #dailyProgramMainVarea {
    margin-bottom: 10px;
    }
    #contens #contens_a .Dprogramimg2 {
    margin-bottom: 30px;
    }
    #contens #contens_a .eventImg_a {
    width: 100%;
    margin-bottom: 10px;
    float: none;
    }
    #contens #contens_a .eventImg_b {
    width: 100%;
    margin-bottom: 30px;
    float: none;
    }
}
/*3_5.featuresページcss*/
#contens #featuresMainVarea {
    width: 90%;
    max-width: 864px;
    height: 248px;
    margin-top: 1px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    background:url(../../features/img/featuresMainV.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 #featuresMainVarea {
    width: 90%;
    background-image: url(../../features/img/featuresMainV@2x.jpg);
    -moz-background-size:cover;
    background-size: cover;
    }
}
.pdfDocument {
    margin-bottom: 40px;
    line-height: 1.5em;
}
.pdfDocument img{
    margin-right: 5px;
}
.pdfDocument2 {
    margin-bottom: 10px;
    line-height: 1em;
}
.pdfDocument2 img{
    margin-right: 5px;
    margin-top: 5px
}
#contens #contens_a .bannerArea a .lunchMenulinkimg {
    width: 100%;
    margin-bottom: 10px;
    background:none!important;
}
#contens #contens_a .bannerArea a .lunchMenulinkimg:hover {
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
#contens #contens_a #adobeReaderIcon {
	height: 39px;
	width: 158px;
    margin-bottom: 40px;
}
#contens #contens_a #adobeReaderIcon a img {
    margin-top: 10px;
}
@media screen and (max-width: 600px) {
    #contens #featuresMainVarea {
    margin-bottom: 10px;
    }
}

/*3_6.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: #FFF5C4;
    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 #F8B600;
    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;
}
@media screen and (max-width: 600px) {
    #contens #sitemapMainVarea {
    margin-bottom: 10px;
    }
    #contens #contens_a #Topic_b {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
    }
}