@charset "UTF-8";
/**
 * メインスタイルシート
 * 呼出箇所：全てのページ
 */

/* import
----------------------------------------------- */
@import "editor.css";

/* Layout
----------------------------------------------- */
html {
  background: #999999;
}
body {
  text-align:center;
}
/*
header {
  height:60px;
  background-color: #FFF;
}
header .header-inner {
  width:980px;
  margin:0 auto;
}
header .logo {
  margin-top:15px;
}
*/

a {
  text-decoration : none
}
a:hover {
  text-decoration : underline;
}

h2.wf-roundedmplus1c { 
  font-weight:bold!important;
  font-size: x-large;
  font-family: "M PLUS Rounded 1c"; 
}

/* Menu Button Effect
----------------------------------------------- */
.button:hover {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 3px;
  box-shadow:0px 0px 5px 5px rgba(255, 255, 255, 0.2);
}
.button:active {
/*  top: 3px;*/
  box-shadow: none;
}
.button a {
  text-decoration: none!important;
}

/* header
----------------------------------------------- */
#header {
  position: relative;
  padding-bottom: 6px;
  background: url(/common/images/layout/header_bg01.png) left bottom repeat-x;
  z-index: 100;
}
#header .wrapper {
  background-color: #fff;
}
#header .sp-view {
  display: none;
  background-color: #38a78f;
}
#header .sp-view a {
  display: block;
  width: 100%;
  height: 100px;
  background: url(/common/images/layout/header_sp_view_img01.png) center 12px no-repeat;
  text-indent: -9999px;
}
#header .inner {
  position: relative;
  width: 980px;
  height: 50px;/*ヘッダー高さ　メインイメージ開始に影響*/
  margin: 0 auto;
  padding-top: 30px;
}
#header .logo {
  position: absolute;
  left: 5px;
  top: 7px;
}
#header .tel {
  position: absolute;
  left: 287px;
  top: 30px;
}
#header .tel p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#header .tel p:first-child {
  margin-right: 8px;
}
#header .sub-nav li,
#header .gnav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#header .sub-nav li a,
#header .gnav li a {
  display: block;
  text-indent: -9999px;
  background-position: left top;
  background-repeat: no-repeat;
}
#header .sub-nav {
  position: absolute;
  left: 611px;
  top: 30px;
}
#header .sub-nav li:first-child {
  margin-right: 4px;
}
#header .sub-nav li.catalog a {
  width: 92px;
  background-image: url(/common/images/layout/header_subnav_img01.png);
}
#header .sub-nav li.contact a {
  width: 114px;
  background-image: url(/common/images/layout/header_subnav_img02.png);
}
#header .sub-nav li a {
  height: 42px;
}
#header .sub-nav li a:hover {
  background-position: left bottom;
}
#header .font-size {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 30px;
  height: 34px;
  padding: 6px 4px 0 10px;
  background: url(/common/images/layout/header_fontsize_bg01.png) no-repeat;
  zoom: 1;
}
#header .font-size dt {
  float: left;
  margin: 8px 2px 0 0;
  font-size: 0;
}
#header .font-size dd {
  float: left;
}
#header .font-size dd ul {
  overflow: hidden;
  zoom: 1;
}
#header .font-size dd li {
  display: block;
  width: 29px;
  height: 30px;
  text-indent: -9999px;
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
}
#header .font-size dd li.fontsize-large {
  background-image: url(/common/images/layout/header_fontsize_img01.png);
}
#header .font-size dd li.fontsize-small {
  background-image: url(/common/images/layout/header_fontsize_img02.png);
}
#header .font-size dd li.current {
  background-position: left bottom;
}
#header .gnav {
  position: absolute;
  right: 0;
  top: 58px;
  border-left: 0px dotted #666;
}
#header .gnav li {
  border-right: 1px dotted #666;
}
#header .gnav li a {
  height: 20px;
}
#header .gnav li a:hover {
  background-position: left bottom;
}
#header .gnav li.current a {
  background-position: left bottom;
}
#header .gnav li.home a {
/*  width: 44px;
  background-image: url(../img/header_gnav_img01.png);*/
}
#header .gnav li.hoiku_navi a {
  width: 100px;
  background-image: url(../img/header_gnav_img02.svg);
}
#header .gnav li.hoiku_guide a {
  width: 114px;
  background-image: url(../img/header_gnav_img03.svg);
}
#header .gnav li.recruit a {
  width: 90px;
  background-image: url(../img/header_gnav_img04.svg);
}
#header .gnav li.event a {
  width: 112px;
  background-image: url(../img/header_gnav_img05.svg);
}
#header .gnav li.news a {
  width: 84px;
  background-image: url(../img/header_gnav_img06.svg);
}
#header .gnav li.greeting a {
  width: 81px;
  background-image: url(../img/header_gnav_img07.png);
}
#header .gnav li.aboutus a {
  width: 121px;
  background-image: url(../img/header_gnav_img08.png);
}

body.fontsize-small #header .font-size .fontsize-small {
  background-position: left bottom;
}
body.fontsize-large #header .font-size .fontsize-large {
  background-position: left bottom;
}

/* footer 2017/04/01
----------------------------------------------- */
footer {
  background-color: #999999;
  width:980px;
  margin: 30px auto;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
footer .global-menu {
  /*フッター　グローバルメニュー
  display:none;
  */
  margin: 5px;
  padding: 5px;
  font-size:smaller;
  font-weight:bold;
  text-align: center;
}
footer .global-menu a {
  color:#fff;
/*  margin: 2px;*/
  padding:2px;
}
footer .global-menu li a {
  display:block;
  float:left;
  color:#eee;
  /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 30);*/
/*  margin-right: 3px;*/
  padding:1px 7px;
  text-decoration: none;
  background: #999999;
  font-weight: bold;
  border-radius: 20px;
  transition: all .3s;
}
footer .global-menu li a:hover{
  color:#eee;
  background: #777777;
  transition: all .3s;
/*
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);*/
}

address {
  margin-top:20px;/*高さ*/
  margin-bottom:20px;
  padding:5px;
  font-size:14px;
  color:#eee;
  background: #999999;
}

#Page {
    text-align: left;
    margin:0 auto;
    background:#ffffff;
    min-width: 1260px;
}
#Wrap {
    width:980px;
    margin:0 auto;
    background:#ffffff;
}
.contents-body {
    float:left;
    width:640px;
    margin:0px 0;/*上下空白*/
}
.contents-body ul {
  margin-bottom:0;
}

#MainImage {
    margin:0 auto;
    display:none;
}
#Copyright {
    font-size:12px;
    color:#999;
    width:980px;
    margin:0 auto;
}
#SideBox h2 {
font-weight: bold;
}

h2.contents-head  {
  margin: 10px 0;
  padding: 5px 0 5px 10px;
  color:#fff!important;
  background-color:#3e78e3;
  text-align: left;
  vertical-align:middle;
  display:block;
/*  width: 100%;
  height: 50px;
  line-height: 50px;*/
  font-size:18px;
  font-weight: bold;
  border-radius: 10px;
}
h2.contents-head a {
  color:#fff!important;
  text-decoration: none;
}
h2.contents-head:before {
  content: "";
  margin: 5px 5px 0 0;
  padding: 3px;
  background: #f3b6d0;
  border-radius: 3px;
}

h3.contents-head {
 color:#3e78e3;
}

.contents-body h2 {
  margin-bottom:20px;
}

.contents-body h3 {
  color:#3e78e3;
 margin:10px;
  border-left: 10px solid #3e78e3;
  padding:5px;
}

.contents-body h4 {
  color:#3e78e3;
  margin:10px;
  border-left: 10px solid #3e78e3;
  padding:5px;
}

.contents-body h5 {
 color:#3e78e3;
  margin:10px;
  border-left: 10px solid #8bb4ee;
  padding:5px;
}

.contents-body p {
  margin-bottom:10px;
}





/* nav
----------------------------------------------- */
nav {
  background-color: #EFEFEF;
}
nav ul.global-menu{
  width:980px;
  margin:0 auto;
}
nav .global-menu li{
  float:left;
}
nav .global-menu li a {
  display:block;
  font-size:14px;
  padding:15px 40px;
  text-decoration: none;
  color:#000;
  font-weight: bold;
}
nav .global-menu li a:hover{
  background-color: #E7E7E7;
}

/* Top Menu Icon
----------------------------------------------- */
.top_menu {
  display:table;
  table-layout: fixed;
  width:640px;
  padding-top:10px;
  margin:0 auto;
}
.top_menu li {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}

/* Side Box
----------------------------------------------- */
#SideBox {
    float:right;
    width:300px;
    margin-top:0px;/*上部空白*/
    padding:10px 15px;
}

/*Toppage Title News Blog
------------------------------------------------*/ 
.blog-title {
  margin: 0;
  color: #333333;
  width:635px;
}
.blog-title a {
  margin: 0;
  padding: 12px 0;
  font-size: 18px;
  width:100%;
  display: block;
  color: #FFF!important;
  text-decoration: none;
  background: #3e78e3;
  font-weight: bold;
  line-height: 15px;
  border:1px solid #3e78e3;
  border-radius: 10px;
  text-indent:0.5em!important;
  padding-left:-1em!important;
}

.blog-link {
  margin: 0;
  padding-top: .2em;
}

/* News List
----------------------------------------------- */
#NewsList {
/*  width:636px;*/
  float:left;
/*  margin-right:0px;*/
  margin:5px;
}
#NewsList li {
  border-bottom:2px dotted #CCC;
  margin-bottom: 10px;
  list-style:none;
}

/* Event List
----------------------------------------------- */
#EventList {
  width:300px;
  float:left;
}
#EventList li {
  border-bottom:1px solid #CCC;
  margin-bottom: 20px;
  list-style:none;
}

/* Baser Feed
----------------------------------------------- */
#BaserFeed {
  width:280px;
  float:left;
}
#BaserFeed li {
  border-bottom:1px solid #CCC;
  margin-bottom: 20px;
  list-style:none;
}

/* Crumbs
----------------------------------------------- */
#Crumbs {
  width:980px;
  margin:0 auto;
  padding-top:5px;/*上部空白*/
  font-size:14px;
  color:#CCC;
}
#Crumbs strong{
  font-weight: bold;
}

/* Contents Navi
----------------------------------------------- */
#ContentsNavi {
  margin:60px 0;
  text-align: center;
}

/* eye catch
----------------------------------------------- */
.img-eye-catch {
  float:left;
  margin:0 10px 10px 10px;
  border-radius:5px;
}

.img-eye-catch img {
  float:left;
  margin:0 10px 10px 0px;
  border-radius: 5px;
}

/* bx slider
----------------------------------------------- */
.bx-wrapper {
  margin:0 auto;
}
.bx-controls {
  display:none;
}

/* blog description
----------------------------------------------- */
.blog-description {
  margin-bottom: 40px;
}

/* post
----------------------------------------------- */
.post {
  margin-bottom: 20px;
  padding-bottom:10px;
  border-bottom:2px dotted #ccc;
}
.post .meta {
  text-align: right;
  color:#666;
}
#post-detail {
  margin: 0 0 0 20px;
}

/* calendar
----------------------------------------------- */
.widget-blog-calendar table {

}
.widget-blog-calendar th {
  border-bottom:1px solid #e2e2e2;
}
.widget-blog-calendar th,
.widget-blog-calendar td {
  padding:2px 9px;
  font-size:14px;
  text-align: center;
}
.widget-blog-calendar .sunday {
  color:#ff6633;
}
.widget-blog-calendar .saturday {
  color:#3366FF;
}
.widget-blog-calendar .today {
  background-color:#e2e2e2;
  border-radius: 10px;
}

/* Comment
----------------------------------------------- */
#BlogCommentList .comment{
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #CCC;
}
#BlogCommentList {
  margin-bottom:60px;
}
#BlogCommentList .comment-name {
  font-weight: bold;
}

/* ContentsNavi
----------------------------------------------- */
#ContentsNavi {
  text-align: center;
  margin-bottom:60px;
}

/* widget
----------------------------------------------- */
.widget {
  margin-bottom: 16px;
}
.widget-area h2 {
  font-weight: bold;
  font-size:20px;
}

/* search result
----------------------------------------------- */
.search-result {
  background: #efefef;
  padding:10px 20px;
  text-align: right;
  margin-bottom: 20px;
}

/* list num
----------------------------------------------- */
.list-num {
  text-align: right;
  margin-bottom: 20px;
}

/* site search
----------------------------------------------- */
.widget-site-search input,
.widget-site-search select{
  font-size:14px;
}
.widget-site-search select {
  width:100%;
}
.widget-site-search input[name=q] {
  width:170px;
}

/* widget side menu
----------------------------------------------- */
.widget-side-menu {
  display:table;
/*  table-layout: fixed;*/
  width:300px;
/*  padding-top:10px;*/
/*  margin:0;*/
}
.widget-side-menu li {
  display:table-cell;
  padding:0 10px 0 0;
  vertical-align:middle;
  text-align:center;
}

/* button
----------------------------------------------- */
.submit .button{
  color:#333;
  border:1px solid #CCC;
  cursor:pointer;
  text-shadow:rgba(255,255,255,0.4) 1px 1px 0;
  border-radius:2px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
  background:#F3F3F3;
  background:-moz-linear-gradient(top,#FFF,#F3F3F3);
  background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(100%,#F3F3F3));
  background:-o-linear-gradient(top,#FFF,#F3F3F3);
  margin:10px;
  padding:5px 40px;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  line-height: 24px;
}
.submit .button:hover{
  border:1px solid #CCC;
  text-decoration:none;
  background:#f4f4f4;
  background:-moz-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
  background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(100%,#dfdfdf));
  background:-o-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
}
.submit .button:active{
  border:1px solid #CCC;text-decoration:none;
  background:#cdcdcd;
  background:-moz-linear-gradient(top,#cdcdcd,#eee 100%);
  background:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),color-stop(100%,#eee));
  background:-o-linear-gradient(top,#cdcdcd,#eee 100%);
}

/* button small
----------------------------------------------- */
.button-small{
    text-decoration: none!important;
    display:inline-block;
    padding:4px 10px 4px;
    margin-bottom:0;
    font-size:13px;
    line-height:18px;
    color:#333!important;
    text-align:center;
    text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align:middle;
    cursor:pointer;
    background-color:#f5f5f5;
    background-image:-ms-linear-gradient(top, #fff, #e6e6e6);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image:-webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image:-o-linear-gradient(top, #fff, #e6e6e6);
    background-image:linear-gradient(top, #fff, #e6e6e6);
    background-image:-moz-linear-gradient(top, #fff, #e6e6e6);
    background-repeat:repeat-x;
    border:1px solid #ccc;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color:#e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color:#b3b3b3;
    border-radius:4px;
    filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter:progid:dximagetransform.microsoft.gradient(enabled=false);
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-color:#ccc;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.button-small:hover{
    background-color:#e6e6e6;
    color:#333;
    text-decoration:none;
    background-color:#e6e6e6;
    background-position:0 -15px;
    -webkit-transition:background-position .1s linear;
    -moz-transition:background-position .1s linear;
    -ms-transition:background-position .1s linear;
    -o-transition:background-position .1s linear;
    transition:background-position .1s linear;
}

/* pagination
----------------------------------------------- */
.pagination {
  margin-bottom:40px;
}
.pagination {
    padding-right: 10px;
    text-align: right;
    line-height: 18px;
}
.pagination .page-result{
    margin: 5px 5px 0;
    float:right;
}
.pagination .page-numbers {
    float:left;
}
.pagination span span a {
  border: 1px solid #3e78e3;
  margin: 0 2px 4px;
  text-decoration: none;
  display:block;
  float:left;
  border-radius: 5px;
}
.pagination span span a:hover {
    background-color: #3e78e3;
    color: #FFFFFF;
}
.pagination .current {
  color:#ffffff;
  background-color: #3e78e3;
  font-weight:bold;
  border:1px solid #3e78e3;
  margin: 0 2px 4px;
  display:block;
  float:left;
  border-radius: 5px;
}
.pagination .next, .pagination .prev {
    margin: 0 2px 4px;
    text-decoration: none;
    border: 1px solid #3e78e3;
    float:left;
}
.pagination .next a, .pagination .prev a {
  text-decoration: none;
  border-radius: 5px;
}
.pagination .next a:hover, .pagination .prev a:hover {
    background-color: #3e78e3;
    color:#fff;
}
.pagination .next:hover, .pagination .prev:hover {
    background-color: #3e78e3;
}
.pagination span span a,
.pagination .disabled,
.pagination .current{
    padding: 3px 9px;
}
.pagination .next, .pagination .prev{
  padding: 3px 9px;
  border-radius: 5px;
}
.pagination .disabled,
.pagination .disabled:hover{
  background-color: #FFF;
  border: 1px solid #cccccc;
  margin: 0 2px;
  display:block;
  float:left;
  color:#cccccc;
  border-radius: 5px;
}

/* clear
----------------------------------------------- */
.clear {
    clear:both;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

/* submit
----------------------------------------------- */
.submit {
  text-align:center;
  margin-top:20px;
  margin-bottom:20px;
}


/* baserCMS parts
----------------------------------------------- */
.edit-link {
  margin-bottom:10px;
  text-align:right;
  font-size: 12px;
}
.edit-link a {
  border:1px solid #1C98D4;
  color:#1C98D4;
  padding:5px 10px;
  text-decoration:none;
}
.edit-link a:hover{
    color:#1C98D4;
    text-decoration:underline;
}
.upload-file input[type=file] {
    margin-bottom: 5px;
}
.upload-file a {
    padding:5px;
    background-color: #F1F1F1;
    display: inline-block;
}

/* CakePHP parts
----------------------------------------------- */
table.cake-sql-log {
    width:90%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    color:#333;
    background-color: #fff;
    clear:both;
    padding: 0;
    margin: 0 0 1em 0;
    white-space: normal;
    border-collapse:separate;
    margin:20px auto;
}
table.cake-sql-log caption {
    font-weight:bold;
    text-align:center;
}
table.cake-sql-log th {
    background-color: #e2e2e2;
    padding:4px 8px;
    font-weight:bold;
    text-align:center;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #FFFFFF;
    font-size:0.8em;
}
table.cake-sql-log tr td {
    background-color: #F7F7F7;
    padding:6px 8px;
    vertical-align:top;
    text-align: left;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    font-size:0.8em;
}
#flashMessage, #ResultMessage {
padding:10px 20px;
margin:15px auto!important;
color:#FF0033;
font-weight:bold;
border:5px solid #FF0033;
}
.required {
color:#FF0033!important;
font-size:16px;
}
.form-error {
background-color:#FCF5EB;
}
.error-message {
color:#FF0033;
font-weight: bold;
font-size: small;
}

/* 私立園:Hoikunavi 区立園:Hoikusyo
----------------------------------------------- */
.hoikunaviDetail,
.hoikusyoDetail {
  width:98%;
  margin:0 auto;
  padding:3px;
  border:3px solid #CCC;
  border-radius: 5px;
}
.hoikunaviDetail ol ,
.hoikunaviDetail ul {
  margin-right:20px;
}
.hoikunaviDetail ol li ,
.hoikunaviDetail ul li {
  margin-left:20px;/**/
  margin-bottom:8px;
  text-indent:-1em;
  padding-left:1em;
  color:#1f82ff;
}
.hoikunaviDetail ol li span ,
.hoikunaviDetail ul li span {
  color:#000000;
}
.hoikunaviDetail p {
  margin:0 20px 0 20px;/**/
}
/*保育園の特徴（案内文）
-------------------------------*/
.hoikunaviFeature ul li {
  position: relative;
  list-style: none;
  text-indent:0em;
  padding-left:1em;
}
.hoikunaviFeature  ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .3em;
  left: 0em;
  width: 12px;
  height: 12px;
  background-color: #1f82ff;
  border-radius: 100%;
}
.hoikunaviName,
.hoikusyoName {
  color: #3498db;
  font-size: 24px;
  font-weight: bold;
  text-align:center;
  border-bottom:3px dotted #ccc;
  white-space: nowrap;
}
.hoikunaviImg img,
.hoikusyoImg img {
  margin:10px auto 5px;
/*  float:left;*/
  border-radius: 5px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.hoikunaviViewImg,
.hoikusyoViewImg {
  width:640px;
  text-align: center;
  margin: 10px auto; /*上下 左右*/
}
.hoikunaviViewImg img,
.hoikusyoViewImg img{
  display: inline-block;
/*
  margin:3px;
  border-radius: 5px;
*/
  margin: 0 auto;
  padding: 4px;
  background: #fff;
  border: 1px solid #bfbfbf;
  height:210px;
}
.hoikunaviDetail table ,
.hoikusyoDetail table{
  width:100%;
  margin: 0 auto;
}
.hoikunaviDetail table th,
.hoikunaviDetail table td,
.hoikusyoDetail table th,
.hoikusyoDetail table td {
  padding:1px;
  text-align:center;
  font-weight: normal;
}

/*認可定員
------------------------------------*/
table#capacity {
  width:440px;
/*  margin: 0 auto;*/
/*  border-collapse: separate;*/
  border-spacing: 0px 15px;
  font-size: 14px;
  margin:5px 0 5px 0 ;
}
table#capacity th,
table#capacity td {
  padding: 3px 0px;
}
table#capacity th {
  background: #7a99cf;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff!important;
  border-radius: none;
}
table#capacity th:first-child {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff!important;
  border-radius: 5px 0 0 0;
}
table#capacity th:last-child {
  border-right: none;
  border-bottom: 2px solid #fff!important;
  border-radius: 0 5px 0 0;
}
table#capacity td {
/*  width: 360px;*/
  padding-left: 20px;
  padding:5px;
  background: #fdede4;
  text-align:center;
  border-right: 2px solid #fff;
  border-bottom:none!important;
}
table#capacity td:first-child {
  border-right: 2px solid #fff;
  border-radius: 0 0 0 5px;
  border-bottom:none!important;
}
table#capacity td:last-child {
  border-right: none;
  border-radius: 0 0 5px 0;
  border-bottom:none!important;
}

/* 保育園詳細情報
------------------------------------*/
table.hoikunaviProfile,
table.hoikusyoProfile {
  width: 100%;
/*  margin: 0 auto;*/
  border-collapse: separate;
  border-spacing: 0px 5px;
  font-size: 14px;
}
table.hoikunaviProfile th,
table.hoikunaviProfile td,
table.hoikusyoProfile th,
table.hoikusyoProfile td {
  padding: 3px;
}
table.hoikunaviProfile th,
table.hoikusyoProfile th {
  background: #3e78e3;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
}
table.hoikunaviProfile td,
table.hoikusyoProfile td {
  background: #fffff0;
/*  width: 360px;*/
  padding-left: 10px;
  text-align: left;
  border-radius: 0 5px 5px 0;
}

/* 保育園詳細情報 div
------------------------------------*/
.hoikunaviProfile_table,
.hoikusyoProfile_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 5px;
  font-size: 14px;
  display: table;
}
.hoikunaviProfile_tr,
.hoikusyoiProfile_tr,
  display: table-row;
  margin-top: 10px;
  float:left;
}
.hoikunaviProfile_th,
.hoikunaviProfile_td,
.hoikusyoProfile_th,
.hoikusyoProfile_td {
  display: table-cell;
  padding: 5px;
}
.hoikunaviProfile_th,
.hoikusyoProfile_th {
  background: #3e78e3;
  padding: 10px 0.5em;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  color: #fff;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  border-top: 1px solid #333;
  font-weight: bold;
  padding: 0 0.5em;
  float:left;
}
.hoikunaviProfile_td,
.hoikusyoProfile_td {
  margin-top: 10px;
  margin-left:105px;
  background: #fff;
  background: #fff8dc;
  padding-left: 10px;
  text-align: left;
  border-radius: 0 5px 5px 0;

}


.hoikunaviList li,
.hoikusyoList li {
  display:block;
  width:0 auto;
  margin:3px;
/*  padding-top: 20px;*/

    padding-bottom: 10px;


/*  padding:3px;*/
  border:3px solid #CCC;
  border-radius: 5px;
  /*影
  box-shadow:0px 2px 3px rgba(0, 0, 0, 0.2) , inset 0 0 1px rgba(0, 0, 0, 0.1) ;*/
}
/*
.hoikunaviList li a, 
.hoikusyoList li a { 
  text-decoration: none;
}  
.hoikunaviList li a:hover, 
.hoikusyoList li a:hover { 
  text-decoration: underline;
}  
*/
.hoikunaviList img,
.hoikusyoList img{
  width:120px;/*image size*/
/*  margin:10px 10px 10px 10px;*/
/*  width:90px;*/
}
.hoikunaviList p,
.hoikusyoList p {
  overflow: auto;	/* for modern browser */
  zoom: 1;	/* for ie6 */
  line-height: 1.5;
}

/*Skil
----------------------------------------------- */
.hoikunavi_skil li,
.hoikusyo_skil li {
/*  color: #666;
  padding:3px;
  margin:3px;
  font-size:smaller;
  border-radius: 5px;
  background: #ffccff;*/
}
#hoikunaviId li,
#hoikusyoId li {
  float: left;
  padding-right:0.5em; 
  margin:0;
  list-style: none;
}

/* nameTag */
#nameTag {
  padding-left: 5px;
  padding-bottom: 5px;
}
#nameTag ul {
  padding-left: 2px;
  padding-bottom: 2px;
  list-style:none;
  width:100%;
  margin-bottom:20px;
}
#nameTag li {
  float: left;
  margin-right: 1px;
  list-style:none;
  width:8.5%;
  text-align:center;
}
@media(max-width:767px) {
#nameTag li {
  margin-bottom: 2px;
  list-style:none;
  }
}
#nameTag li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  background: #3e78e3;
  padding: 0px 5px;
  line-height: 25px;
/*  border:1.5px solid #3e78e3;*/
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -2px 3px rgba(0,0,0,0.2);
}
#nameTag .current a {
  background: #fff;
  color:#3e78e3;
  font-size:125%;
  font-weight:bold;
  line-height: 25px;
  text-shadow: 0 3px 1px rgba(0,0,0,0.1);
}
#nameTag .unlinked ,
#nameTag .unlinked a {
  background: #eee;
  color: #aaa;
  line-height: 25px;
  text-decoration: none;
/*  border:1.5px solid #eee;*/
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -2px 1px rgba(0,0,0,0.2);
}
/*-------------*/
#nameTagBottom {
  padding-top: 0;
}
#nameTagBottom ul {
  padding-left: 2px;
  padding-bottom: 2px;
  list-style:none;
  width:100%;
}
#nameTagBottom li {
  float: left;
  margin-right: 1px;
  list-style:none;
  width:8.5%;
  text-align:center;
}
@media(max-width:767px) {
#nameTagBottom li {
  margin-bottom: 2px;
  list-style:none;
  }
}
#nameTagBottom li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  background: #3e78e3;
  padding: 0 5px;
  line-height: 25px;
/*  border:1.5px solid #3e78e3;*/
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}
#nameTagBottom .current a {
  background: #fff;
  color:#3e78e3;
  font-size:125%;
  font-weight:bold;
  line-height: 25px;
  text-shadow: 0 3px 1px rgba(0,0,0,0.1);
}
#nameTagBottom .unlinked ,
#nameTagBottom .unlinked a {
  background: #eee;
  color: #aaa;
  line-height: 25px;
  text-decoration: none;
/*  border:1.5px solid #eee;*/
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}
#nameTag li a:hover,
#nameTagBottom li a:hover {
  font-size:125%;
  font-weight:bold;
  text-shadow: 0 2px 1px rgba(0,0,0,0.1);
}

/* areaTag */
#areaTag {
  padding-left: 5px;
  padding-bottom: 5px;
}
#areaTag ul {
  padding-left: 2px;
  padding-bottom: 2px;
  list-style:none;
  width:100%;
  margin-bottom:20px;
}
#areaTag li {
  float: left;
  margin-right: 1px;
  list-style:none;
  width:16.5%;
  text-align:center;
}
@media(max-width:767px) {
#areaTag li {
  margin-bottom: 2px;
  list-style:none;
  }
}
#areaTag li a {
  display: block;
  color: #666;
  text-decoration: none;
  padding: 0 10px;
  line-height: 25px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -2px 1px rgba(0,0,0,0.1);
}
#areaTag .current a {
  font-size:110%;
  font-weight:bold;
  line-height: 25px;
  background: #fff;
  color:#3e78e3;
  text-shadow: 0 3px 1px rgba(0,0,0,0.1);
}
/*-------------*/
#areaTagBottom {
  padding-top: 0;
}
#areaTagBottom ul {
  padding-left: 2px;
  padding-bottom: 2px;
  list-style:none;
  width:100%;
}
#areaTagBottom li {
  float: left;
  margin-right: 1px;
  list-style:none;
  width:16.5%;
  text-align:center;
}
@media(max-width:767px) {
#areaTagBottom li {
  margin-bottom: 2px;
  list-style:none;
  }
}
#areaTagBottom li a {
  display: block;
  color: #666;
  text-decoration: none;
  padding: 5px 5px;
  line-height: 25px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}
#areaTagBottom .current a {
  font-size:110%;
  font-weight:bold;
  line-height: 25px;
  color:#3e78e3;
  text-shadow: 0 3px 1px rgba(0,0,0,0.1);
}
#areaTag li a:hover,
#areaTagBottom li a:hover {
  font-size:110%;
  font-weight:bold;
  color:#3e78e3;
  text-shadow: 0 2px 1px rgba(0,0,0,0.1);
}
#areaTag .itabashi a ,
#areaTagBottom .itabashi a {
  background-color:#9fd7ff;
}
#areaTag .tokiwadai a ,
#areaTagBottom .tokiwadai a {
  background-color:#fffc9f;
}
#areaTag .akatsuka a ,
#areaTagBottom .akatsuka a {
  background-color:#ffae5d;
}
#areaTag .shimura a ,
#areaTagBottom .shimura a {
  background-color:#eabfff;
}
#areaTag .takashimadaira a ,
#areaTagBottom .takashimadaira a {
  background-color:#c9ffbf;
}
#areaTag .all a ,
#areaTagBottom .all a {
  background-color:#e0e0e0;
}

.hoikunaviDetail h3 {
  position: relative;
/*  color: #111;*/
  color: #3498db;
  font-size: 1.143em;
  font-weight: bold;
  margin: 0 0 1.5em;
  padding: 0.5em 0.5em 0.5em 1.7em;
  border-bottom: 3px solid #3498db;
}
.hoikunaviDetail h3:before{
  content: "";
  position: absolute;
  background: #87ceeb;
  top: 0;
  left: 0.4em;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.hoikunaviDetail h3:after{
  content: "";
  position: absolute;
  background:#6495ed;
  top: 1.0em;
  left: 3px;
  height: 8px;
  width: 8px;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
}

/* acceptable
----------------------------------------------- */
#ContentsBody .acceptableBtn {
  margin:0 ;
}
#ContentsBody .acceptableBtn li {
  width:95%;
  margin: 10px;
  padding:0;
  list-style:none;
  text-align:center;
}
#ContentsBody .acceptableBtn li a {
  display: block;
  color: #3e78e3;
  margin: 0;
  padding:10px;
  text-decoration: none;
  background: #fff;
  font-weight: bold;
  line-height: 20px;
  border:1px solid #3e78e3;
  border-radius: 10px;
  transition: all .3s;
}
#ContentsBody .acceptableBtn li a :hover {
  color: #ffffff;
  background: #3e78e3;
  transition: all .3s;
}


ul.acceptable_title,
ul.acceptable_data {
  display:table;
  table-layout: fixed;
  width:100%;
  padding:3px;
}
ul.acceptable_title {
  font-size:16px;
  color:#0066ff;
  font-weight:bold;
  background:#f3b6d0;
  border-radius: 5px 5px 0 0 /5px 5px 0 0;
}
ul.acceptable_title a {
  display:block;  
}
ul.acceptable_data {
  font-size:18px;
  background:#e6e6fa;
  border-radius: 0 0 5px 5px /0 0 5px 5px;
}
ul.acceptable_title li,
ul.acceptable_data li {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
ul.acceptable_title .t1 {
  border-left: 1px #fff solid;
}
ul.acceptable_title .extra {
  line-height: 1.2em;
  padding: 2px 0 1px 1px;
  font-size: smaller;
}

p.acceptable_text {
  font-size: 95%;
  letter-spacing: -0.01rem;
}

ul.acceptable_data .d1 {
  color:#333;
  border-left: 1px #aaa solid;
}
.widget .acceptable_t {
  width:100%;
  background:#3e78e3;
  text-indent:0;
  color:#fff!important;
  font-size:18px;
  font-weight:bold;
  height:auto;
  margin-top:0px; /*上部空白*/
  padding:5px;
  border:none;
  line-height:normal;
  text-align:center;
  border-radius: 10px;
}
.widget .acceptable_t a {
  color:#fff!important;
  text-decoration: none;
  display:block;  
}
/* --- 表全体 --- */
#acceptable .table {
  width: 100%;
  *border-collapse: collapse;
  border-spacing: 0;
}
#acceptable th {
  font-size:12px;
  color: #fff;
  padding: 5px 1px;
  background: #3e78e3;
  font-weight: bold;
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
  line-height: 120%;
  text-align: center;
}
#acceptable th:first-child {
  border-left:1px solid #3e78e3;
}
#acceptable th:last-child {
  border-right:1px solid #3e78e3;
}
#acceptable tr td {
  font-size:12px;
  padding: 5px 1px;
  border-left: 1px solid #84b2e0;
  text-align: center;
  font-weight: bold;
}
#acceptable a {
  display:block;
  font-weight: bold;
  font-size: larger;
}
#acceptable tr td:last-child {
  border-right: 1px solid #84b2e0;
}
#acceptable tr:nth-child(2n+1) {
  background: #f1f6fc;
}
#acceptable tr:last-child {
  border-bottom: 2px solid #84b2e0;
}
#acceptable tr:last-child td {
}
#acceptable tr:last-child td:first-child {
}
#acceptable tr:last-child td:last-child {
}
#acceptable tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}
#acceptable .total {
  background: #ccc;
  border-bottom: 2px solid #84b2e0;
}

/* Hoiku Guide Table
----------------------------------------------- */
table.hoiku_guide2020 ,
table.hoiku_guide2021 {
border:1px solid #cccccc;
    width: 100%;
    margin-bottom: 30px;
}


.zebra td {
background: #faebd7;
}
.zebra tr:nth-child(odd) td {
background: #fffaf0;
}



table.hoiku_guide_13 {
border:1px solid #cccccc;
}

table.hoiku_guide_14 {
border:1px solid #cccccc;
}
table.hoiku_guide_15 {
border:1px solid #cccccc;
}
table.hoiku_guide_15a {
border:3px solid #fffaf0;
}


table.hoiku_guide_17{
  margin:0 auto;
  border-spacing: 1px;
  border:1px #696969 solid;
  background-color:#fffaf0;
  border-collapse: collapse;
  width:100%;
}
table.hoiku_guide_17 th{
  padding: 2px;
  border-left:1px #696969 solid;
  border-bottom:1px #696969 solid;
  background-color: #eee;
  white-space: nowrap;
  text-align:center;
}
table.hoiku_guide_17 td{
  padding: 1px;
  border-left:1px #696969 solid;
  border-bottom:1px #696969 solid;
  background-color:#fffaf0;
  font-size:125%;
  text-align:center;
}
table.hoiku_guide_17 th.extra,
table.hoiku_guide_17 td.extra {
  border-top:1px #696969 solid;
  border-botoom:1px #696969 solid;
  border-left:1px #696969 solid;
}
table.hoiku_guide_17 th.name{
  border-top:1px #696969 solid;
  border-botoom:1px #696969 solid;
  border-left:0px #696969 solid;
  text-align:center;
}
table.hoiku_guide_17 td.name {
  border-top:1px #696969 solid;
  border-botoom:1px #696969 solid;
  border-left:0px #696969 solid;
  text-align:left;
}
table.hoiku_guide_17 tr:nth-child(even) td {
  background-color:#FFF1D3;
}
table.hoiku_guide_18 {
border:1px solid #cccccc;
}

table.hoiku_guide_19 {
  margin:0 auto;
  border-spacing: 2px;
  border:1px #cccccc solid;
  background-color:#fffaf0;
  border-collapse: collapse;
  width:100%;
}
table.hoiku_guide_19 th {
  padding:5px;
  border:1px #cccccc solid;
  background-color: #eee;
/*  font-weight: normal;*/
  text-align:center;
}
table.hoiku_guide_19 td{
  padding: 5px;
  margin:2px;
  border:1px #cccccc solid;
  font-size:125%;
  text-align:center;
}
table.hoiku_guide_19 td.name{
  text-align:left;
  padding:2px;
  margin:2px;
/*  text-indent:-1em;
  padding-left:1em;*/
}
table.hoiku_guide_19 td.address{
  text-align:left;
  padding:2px;
  margin:2px;
/*  text-indent:-1em;
  padding-left:1em;*/
}

table.hoiku_guide_19 td.area01{
  background-color: #9fd7ff;
}
table.hoiku_guide_19 td.area02{
  background-color: #fffc9f;
}
table.hoiku_guide_19 td.area03{
  background-color: #ffae5d;
}
table.hoiku_guide_19 td.area04{
  background-color: #eabfff;
}
table.hoiku_guide_19 td.area05{
  background-color: #c9ffbf;
}
table.hoiku_guide_19 tr:nth-child(odd) td {
  background-color:#FFF1D3;
}

table.hoiku_guide_20 {
  margin:0 auto;
  border-spacing: 2px;
  border:1px #cccccc solid;
  background-color:#fffaf0;
  border-collapse: collapse;
  width:100%;
}
table.hoiku_guide_20 th {
  padding:2px;
  border:1px #cccccc solid;
  background-color: #eee;
  font-weight: normal;
  text-align:center;
}
table.hoiku_guide_20 td{
  padding: 2px;
  margin:2px;
  border:1px #cccccc solid;
  font-size:125%;
  text-align:center;
}
table.hoiku_guide_20 td.name{
  text-align:left;
  padding:2px;
  margin:2px;
  text-indent:-1em;
  padding-left:1em;
}
table.hoiku_guide_20 td.area01{
  background-color: #9fd7ff;
}
table.hoiku_guide_20 td.area02{
  background-color: #fffc9f;
}
table.hoiku_guide_20 td.area03{
  background-color: #ffae5d;
}
table.hoiku_guide_20 td.area04{
  background-color: #eabfff;
}
table.hoiku_guide_20 td.area05{
  background-color: #c9ffbf;
}
table.hoiku_guide_20 tr:nth-child(odd) td {
  background-color:#FFF1D3;
}

table.hoiku_guide_21 {
border:1px solid #cccccc;
}

/* hoikuguide_link_btn */
.hoikuguide_link_btn a {
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 80%;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.hoikuguide_link_btn a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.hoikuguide_link_btn a:hover {
    background: #4a7ce3;
    color: #FFF!important;
    text-decoration:none;
}




ul.jobList{
  margin-left: 0;
  list-style: none;
  margin-top: 5px;
}
ul.jobList li{
  display: block;
  margin: 5px;
  padding:5px;
  border:3px solid #CCC;
  border-radius: 5px;
}
ul.jobList li a {
  display: block;
  font-weight:bold;
  margin:10px 5px;
  border-left: 10px solid #3e78e3;
  padding:5px;
}
#ContentsBody .jobList li a {
  display:block;
  padding:5px;
}
span.jobList-title{
  font-size: 16px;
  font-weight: bold;
}
.recruit_tag {
  color: #FFF;
  padding:5px;
  margin:0 3px;
  font-size:smaller;
  border-radius: 5px;
}
.tag_id_1 {
  background: #fe6772;
}
.tag_id_2 {
  background: #ff9804;
}
.tag_id_3 {
  background: #886da0;
}
.tag_id_4 {
  background: #66ac22;
}
.tag_id_5 {
  background: #71848f;
}
.tag_id_6 {
  background: #315de1;
}
.tag_id_7 {
  background: #996666;
}
#ContentsBody .JobDetail {
  margin: 5px;
  padding:2px;
  border:3px solid #CCC;
  border-radius: 5px;
}
#ContentsBody .jobEntry {
  margin:5px;
  padding:5px;
  text-align:center;
  background:#3e78e3;
  color:#fff;
  border-radius: 25px;
}
#ContentsBody .jobEntry a,
#ContentsBody .jobEntry a:link,
#ContentsBody .jobEntry a:visited {
  display: block;
  color:#fff;
  font-size:18px;
  height:auto;
}
/* 採用情報詳細
------------------------------------*/
table.recruitDetail {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 5px;
  font-size: 14px;
}
table.recruitDetail th,
table.recruitDetail td {
  padding: 3px;
}
table.recruitDetail th,
table.recruitDetail th {
  background: #3e78e3;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
}
table.recruitDetail td {
  background: #fffff0;
  padding-left: 10px;
  text-align: left;
  border-radius: 0 5px 5px 0;
}

/* Hoiku Navi
----------------------------------------------- */
#hoiku_navi {
  padding: 0;
  margin: 0 0 0 0;
  position: relative;
  overflow: hidden;
}
#hoiku_navi ul {
  list-style: none;
  width:100%;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}
#hoiku_navi li {
  list-style: none;
  width: 100%;
  margin: 0 6px 5px 0;
  padding: 0;
}
#hoiku_navi a {
  background-color:#3e78e3;
  text-align: center;
  vertical-align:middle;
  display:block;
  margin: 0 6px 5px 0;
  padding: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;  
  font-size:20px;
  font-weight: bold;
  border-radius: 10px;
}  
#hoiku_navi .unlinked {
  background-color: #ddd;
  text-align: center;
  vertical-align:middle;
  display:block;
  margin: 0 6px 5px 0;
  padding: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;  
  font-size:20px;
  font-weight: bold;
  border-radius: 10px;
} 

.navi_map {
  position: relative;
  padding-bottom: 100%; 
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.navi_map iframe,
.navi_map object,
.navi_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Recruit
----------------------------------------------- */
#recruit_area {
  padding: 0;
  margin: 0 0 0 0;
  position: relative;
  overflow: hidden;
}
#recruit_area ul {
  list-style: none;
  width:100%;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}
#recruit_area li {
  list-style: none;
  float: left;
  width: 18%;
  margin: 0 6px 5px 0;
  padding: 0;
}
#recruit_area a {
  text-align: center;
  vertical-align:middle;
  display:block;
  margin: 0 6px 5px 0;
  padding: 10px 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 2px 1px rgba(0,0,0,0.2);
  border-radius: 10px;
  transition: all .2s;
}
#recruit_area a:hover {
  text-shadow: 0 10px 3px rgba(0,0,0,0.1);
  transition: all .3s;
}
#recruit_area a:hover {
  font-size:20px;
  font-size:larger;
}

#recruit_area a {
  background-color:#3e78e3;
}
#recruit_area .itabashi a {
  background-color:#9fd7ff;
}
#recruit_area .tokiwadai a {
  background-color:#fffc9f;
}
#recruit_area .akatsuka a {
  background-color:#ffae5d;
}
#recruit_area .shimura  a {
  background-color:#eabfff;
}
#recruit_area .takashimadaira  a {
  background-color:#c9ffbf;
}

/* Navi Name   Navi Area
-----------------------------------------------------*/
#navi_name ,
#navi_area {
  padding: 0;
  margin: 0 0 0 0;
  position: relative;
  overflow: hidden;
}
#navi_name ul ,
#navi_area ul  {
  list-style: none;
  width:100%;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}
#navi_name li ,
#navi_area li {
  list-style: none;
  float: left;
  width: 18%;
  margin: 0 6px 5px 0;
  padding: 0;
}
#navi_name .unlinked ,
#navi_name a ,
#navi_area a {
  text-align: center;
  vertical-align:middle;
  display:block;
  margin: 0 6px 5px 0;
  padding: 10px 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 2px 1px rgba(0,0,0,0.2);
  border-radius: 10px;
  transition: all .2s;
}
#navi_name .unlinked {
  color:#aaa;
}

#navi_name a:hover ,
#navi_area a:hover {
  text-shadow: 0 10px 3px rgba(0,0,0,0.1);
  transition: all .3s;
}
#navi_name a:hover {
  font-size:26px;
}
#navi_area a:hover {
  font-size:20px;
  font-size:larger;
}
/*---------------------------------------*/
#navi_name a {
  font-size:22px;
  color: #fff;
}
#navi_area a {
  font-size:16px;
  color: #3e78e3;
}
#navi_name a ,
#navi_area a {
  background-color:#3e78e3;
}
#navi_area .itabashi a {
  background-color:#9fd7ff;
}
#navi_area .tokiwadai a {
  background-color:#fffc9f;
}
#navi_area .akatsuka a {
  background-color:#ffae5d;
}
#navi_area .shimura  a {
  background-color:#eabfff;
}
#navi_area .takashimadaira  a {
  background-color:#c9ffbf;
}
#navi_area .unlinked ,
#navi_area .unlinked a {
  background-color: #ddd;
}
#navi_name .unlinked ,
#navi_name .unlinked a {
  background-color: #ddd;
}

.ac-container{
  width: 100%;
  margin: 10px auto 30px auto;
}
.ac-container label{
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  padding: 5px 20px;
  margin: 5px;
  position: relative;
  z-index: 20;
  display: block;
  height: 30px;
  cursor: pointer;
  color: #fff;
  line-height: 33px;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  background: #3e78e3;
  border-radius: 5px;
}
.ac-container label:hover{
  color: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
  color: #fff;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(../../img/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after{
  background-image: url(../../img/arrow_up.png);
}
.ac-container input{
  display: none;
}
.ac-container article{
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  transition:
    height 0.3s ease-in-out,
    box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
    transition:
      height 0.5s ease-in-out,
      box-shadow 0.1s linear;
      box-shadow: 0px 0px 0px 0px rgba(155,155,155,0.3);
}
.ac-container article p{
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  padding: 10px;
}
.ac-container input:checked ~ article.ac-small{
  width:100%;
  height: 100%;
  text-align:center;
}
.ac-container input:checked ~ article.ac-medium{
  width:100%;
  height: 100%;
  text-align:center;
}
.ac-container input:checked ~ article.ac-large{
  width:100%;
  height: 100%;
  text-align:center;
}

/* Vision
----------------------------------------------- */
.visionBtn {
  /*background-color: #4a6b39;*/
  background-color: #009966;
  /*font-size:14px;*/
  margin:0 auto;
  color:#ffffce;
  text-align: center;
  line-height:20px;
  margin:5px;
  padding-top:10px;
  padding-bottom:10px;
  border-radius: 5px;
}
.vision {
  text-shadow:1px 1px 2px #ccc;
}
.vision p {
  text-indent: 1em;
}

#title{
  margin: 0 0 10px 0; 
  background-color: #009966;
  font-size: 100%; 
  color: #ffffce;
  border-radius: 5px;
  padding-left: 10px;
  padding: 10px;
  text-shadow:1px 1px 2px #333;
  box-shadow:3px 4px 6px rgba(0, 0, 0, 0.3) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
}
.vision h2 {
  margin: 0 0 10px 0;
  font-size: 100%;
  color: #333333;
  text-align:center;
  padding: 5px 10px;
}
.vision h3 {
  margin: 0 0 10px 0; 
  font-size: 120%; 
  color: #333333; 
  text-align:center;
  padding: 5px 0; 
  border-left: 0px solid #fff;
}
.vision h4 {
  margin: 0 0 10px 0; 
  font-size: 100%; 
  color: #333333; 
  padding: 5px 0; 
  text-indent:-1em;
  padding-left:1em;
  border-left: 0px solid #fff;

}
.vision ul li {
  text-indent:-1em;
  padding-left:1em;
}

/* Hoiku Guide
----------------------------------------------- */
.hoikuguideBtn {
  width:100%;
}
#ContentsBody .hoikuguideBtn li {
  width:50%;
  float:left;
  margin-bottom:5px;
  list-style:none;
}
#HoikuGuide2017 .hoikuguideBtn li,
#HoikuGuide2018 .hoikuguideBtn li,
#HoikuGuide2019 .hoikuguideBtn li ,
#HoikuGuide2020 .hoikuguideBtn li ,
#HoikuGuide2021 .hoikuguideBtn li {
  width:100%;
  float:none;
  margin-bottom:5px;
  list-style:none;
}

#ContentsBody .hoikuguideBtn li a {
  width:95%;
  padding:10px 0;
  display: block;
  color: #3e78e3;
  background: #ffffff;
  text-decoration: none;
  font-weight: bold;
  line-height: 15px;
  border:1px solid #3e78e3;
  border-radius: 5px;
  text-indent:0.5em!important;
  padding-left:-1em!important;
  transition: all .3s;
}
#ContentsBody .hoikuguideBtn li a:hover {
  color: #ffffff;
  background: #3e78e3;
  transition: all .3s;
}

*/HoikuGuide_17*/
#ContentsBody .hoikuguide_17Btn,
#ContentsBody .hoikuguide_18Btn ,
#ContentsBody .hoikuguide_20Btn {
  margin:0 ;
}
#ContentsBody .hoikuguide_17Btn li ,
#ContentsBody .hoikuguide_18Btn li ,
#ContentsBody .hoikuguide_20Btn li {
  width:95%;
  margin: 10px;
  padding:0;
  list-style:none;
  text-align:center;
}
#ContentsBody .hoikuguide_17Btn li a ,
#ContentsBody .hoikuguide_18Btn li a ,
#ContentsBody .hoikuguide_20Btn li a {
  display: block;
  color: #3e78e3;
  margin: 0;
  padding:30px;
  text-decoration: none;
  background: #fff;
  font-weight: bold;
  line-height: 20px;
  border:1px solid #3e78e3;
  border-radius: 10px;
  transition: all .3s;
}
#ContentsBody .hoikuguide_17Btn li a:hover ,
#ContentsBody .hoikuguide_18Btn li a:hover ,
#ContentsBody .hoikuguide_20Btn li a:hover {
  color: #ffffff;
  background: #3e78e3;
  transition: all .3s;
}

#HoikuGuide .hoikuguidebook ul li,
#HoikuGuide2017 .hoikuguidebook ul li,
#HoikuGuide2018 .hoikuguidebook ul li,
#HoikuGuide2019 .hoikuguidebook ul li,
#HoikuGuide2020 .hoikuguidebook ul li ,
#HoikuGuide2021 .hoikuguidebook ul li {
  list-style:none;
}
#HoikuGuide .hoikuguidebook ol li ,
#HoikuGuide2017 .hoikuguidebook ol li ,
#HoikuGuide2018 .hoikuguidebook ol li ,
#HoikuGuide2019 .hoikuguidebook ol li ,
#HoikuGuide .hoikuguidebook ul li ,
#HoikuGuide2017 .hoikuguidebook ul li,
#HoikuGuide2018 .hoikuguidebook ul li,
#HoikuGuide2019 .hoikuguidebook ul li {
  margin-bottom:5px;
  text-indent:-1em;
  padding-left:1em;
}

#HoikuGuide2020 .hoikuguidebook ol li ,
#HoikuGuide2020 .hoikuguidebook ul li ,
#HoikuGuide2021 .hoikuguidebook ol li ,
#HoikuGuide2021 .hoikuguidebook ul li {
  margin-bottom:5px;
  padding-top: 2px;
  text-indent:0;
  padding-left:8px;
}

#HoikuGuide2020 .hoikuguidebook ol li i,
#HoikuGuide2020 .hoikuguidebook ul li i ,
#HoikuGuide2021 .hoikuguidebook ol li i,
#HoikuGuide2021 .hoikuguidebook ul li i {
  color:#3e78e3;
/*  font-weight:normal;*/
}


.HoikuGuide-title-box {
 display:inline-block;
 margin: 1em auto;
 padding: 0.5rem;
 background-color: #fff;
 border: 1px solid #ccc;
 font-weight:bold;
 border-radius:5px;
}

.contents-body td, .cke_editable td {
    border-bottom: 0px solid #CCC!important;
}

hoikuguidebook dl ,
hoikuguidebook dt ,
hoikuguidebook dd {
 margin: 0;
 padding: 0;
}
.hoikuguidebook dl {
/*background-color: #f5f5f5;*/
border: 0px solid #f5f5f5;
border-top: none;
width: 100%;
}
.hoikuguidebook dt {
color: #000;
/*width: 7em;*/
padding: 2px;
border-top: 0px solid #f5f5f5;
float: left;
}
.hoikuguidebook dd {
background-color: #FFF;
margin: 0 0 0 4em;
padding: 2px;
border-top: 0px solid #f5f5f5;
border-left: 0px solid #f5f5f5;
}

.contents-body .box ul {
  border:3px solid #CCC;
  border-radius: 10px;
}
.contents-body .box li {
  list-style:  none;
  background:none;
  line-height:20px;
  border-bottom:3px dotted #ccc;
  margin-bottom:0;
}
.contents-body .box li a {
  display: block;
  padding:5px 15% 5px 10px;
  background: url(../../img/smartphone/icon_arrow.png) no-repeat 93% center;
}
.contents-body .box li:last-child {
  border-bottom: none;
}
.contents-body .box li a:link,
.contents-body .box li a:visited {
  color:#333;
  text-decoration: none;
}

/*Links
----------------------------------------------- */
#links {
  padding: 0;
  margin: 0 0 0 0;
  position: relative;
  overflow: hidden;
}
#links ul {
  list-style: none;
  width:100%;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}
#links li {
  list-style: none;
  float: left;
  width: 48%;
  margin: 0 6px 3px 0;
  padding: 0;
}
#links a {
  font-size:16px;
  color: #ffffff;
  background-color:#a4a8d4;
  text-align: center;
  vertical-align:middle;
  display:block;
  margin: 0 6px 3px 0;
  padding: 5px 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 2px 1px rgba(0,0,0,0.2);
  border-radius: 10px;
  transition: all .2s;
}
#links a:hover {
  color: #0059E2;
  transition: all .3s;
/*
  text-shadow: 0 10px 3px rgba(0,0,0,0.1);
  font-size:20px;
  font-size:larger;
*/
}

/* 財務諸表
----------------------------------------*/
table.financial {
  width: 640px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1px 0;
  font-size: 15px;
  color:#3e78e3;
  font-weight:bold;
}
table.financial th,
table.financial td {
  padding: 10px;
}
table.financial th {
  box-shadow: 0px -2px 1px rgba(0,0,0,0.1) ;
/*  box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset;*/
  border-radius: 10px 10px 0px 0px;
  background: #88b7d5;
  vertical-align: middle;
  text-align: center;
  width: 20%;
  height: 10px;
  position: relative;
  color: #666;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 90%;
}
table.financial th.itabashi {
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  border-bottom: 1px solid #ccc;
  background-color: #9fd7ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9fd7ff), to(#9fd7ff));
  background-image: -webkit-linear-gradient(top, #9fd7ff, #9fd7ff);
  background-image:    -moz-linear-gradient(top, #9fd7ff, #9fd7ff);
  background-image:     -ms-linear-gradient(top, #9fd7ff, #9fd7ff);
  background-image:      -o-linear-gradient(top, #9fd7ff, #9fd7ff); 
  background-image:         linear-gradient(top, #9fd7ff, #9fd7ff);
}
table.financial th.tokiwadai {
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  border-bottom: 1px solid #ccc;
  background-color: #fffc9f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffc9f), to(#fffc9f));
  background-image: -webkit-linear-gradient(top, #fffc9f, #fffc9f);
  background-image:    -moz-linear-gradient(top, #fffc9f, #fffc9f);
  background-image:     -ms-linear-gradient(top, #fffc9f, #fffc9f);
  background-image:      -o-linear-gradient(top, #fffc9f, #fffc9f); 
  background-image:         linear-gradient(top, #fffc9f, #fffc9f);
}
table.financial th.akatsuka {
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  border-bottom: 1px solid #ccc;
  background-color: #ffae5d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffae5d), to(#ffae5d));
  background-image: -webkit-linear-gradient(top, #ffae5d, #ffae5d);
  background-image:    -moz-linear-gradient(top, #ffae5d, #ffae5d);
  background-image:     -ms-linear-gradient(top, #ffae5d, #ffae5d);
  background-image:      -o-linear-gradient(top, #ffae5d, #ffae5d); 
  background-image:         linear-gradient(top, #ffae5d, #ffae5d);
}
table.financial th.shimura {
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  border-bottom: 1px solid #ccc;
  background-color: #eabfff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eabfff), to(#c9ffbf));
  background-image: -webkit-linear-gradient(top, #eabfff, #eabfff);
  background-image:    -moz-linear-gradient(top, #eabfff, #eabfff);
  background-image:     -ms-linear-gradient(top, #eabfff, #eabfff);
  background-image:      -o-linear-gradient(top, #eabfff, #eabfff); 
  background-image:         linear-gradient(top, #eabfff, #eabfff);
}
table.financial th.takashimadaira {
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  border-bottom: 1px solid #ccc;
  background-color: #c9ffbf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9ffbf), to(#eabfff));
  background-image: -webkit-linear-gradient(top, #c9ffbf, #c9ffbf);
  background-image:    -moz-linear-gradient(top, #c9ffbf, #c9ffbf);
  background-image:     -ms-linear-gradient(top, #c9ffbf, #c9ffbf);
  background-image:      -o-linear-gradient(top, #c9ffbf, #c9ffbf); 
  background-image:         linear-gradient(top, #c9ffbf, #c9ffbf);
}
table.financial th.itabashi:after {
  border-top: #569b20 15px solid;
}
table.financial th.tokiwadai:after {
  border-top: #b6113d 15px solid;
}
table.financial th.akatsuka:after {
  border-top: #0f387d 15px solid;
}
table.financial th.shimura:after {
  border-top: #569b20 15px solid;
}
table.financial th.takashimadaira:after {
  border-top: #b6113d 15px solid;
}
table.financial td {
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  text-align: center;
  padding-top: 10px;
  border: none;
  height: 10px;
  font-size: 90%;
  cursor:pointer;
}
table.financial tr:nth-child(2n+1) td.itabashi {
  background: #f5f5f5;
}
table.financial tr:nth-child(2n+0) td.itabashi {
  background: #ffffff;
} 
table.financial tr:nth-child(2n+1) td.tokiwadai {
  background: #f5f5f5;
}
table.financial tr:nth-child(2n+0) td.tokiwadai {
  background: #ffffff;
}
table.financial tr:nth-child(2n+1) td.akatsuka {
  background: #f5f5f5;
}
table.financial tr:nth-child(2n+0) td.akatsuka {
  background: #ffffff;
}
table.financial tr:nth-child(2n+1) td.shimura {
  background: #f5f5f5;
}
table.financial tr:nth-child(2n+0) td.shimura {
  background: #ffffff;
}
table.financial tr:nth-child(2n+1) td.takashimadaira {
  background: #f5f5f5;
}
table.financial tr:nth-child(2n+0) td.takashimadaira {
  background: #ffffff;
}

table.financial tr:last-child td {
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}

/* 登園許可証
----------------------------------------*/
table.attendance {
  width: 640px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1px 0;
  font-size: 15px;
}
table.attendance th,
table.attendance td {
  padding: 10px;
}
table.attendance th {
  box-shadow: 0px -2px 1px rgba(0,0,0,0.1) ;
/*  box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset;*/
  border-radius: 10px 10px 0px 0px;
  background: #88b7d5;
  vertical-align: middle;
  text-align: center;
  width: 20%;
  height: 10px;
  position: relative;
  color: #666;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 90%;
}
table.attendance th.itabashi {
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  border-bottom: 1px solid #ccc;
  background-color: #9fd7ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9fd7ff), to(#9fd7ff));
  background-image: -webkit-linear-gradient(top, #9fd7ff, #9fd7ff);
  background-image:    -moz-linear-gradient(top, #9fd7ff, #9fd7ff);
  background-image:     -ms-linear-gradient(top, #9fd7ff, #9fd7ff);
  background-image:      -o-linear-gradient(top, #9fd7ff, #9fd7ff); 
  background-image:         linear-gradient(top, #9fd7ff, #9fd7ff);
}
table.attendance th.tokiwadai {
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  border-bottom: 1px solid #ccc;
  background-color: #fffc9f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffc9f), to(#fffc9f));
  background-image: -webkit-linear-gradient(top, #fffc9f, #fffc9f);
  background-image:    -moz-linear-gradient(top, #fffc9f, #fffc9f);
  background-image:     -ms-linear-gradient(top, #fffc9f, #fffc9f);
  background-image:      -o-linear-gradient(top, #fffc9f, #fffc9f); 
  background-image:         linear-gradient(top, #fffc9f, #fffc9f);
}
table.attendance th.akatsuka {
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  border-bottom: 1px solid #ccc;
  background-color: #ffae5d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffae5d), to(#ffae5d));
  background-image: -webkit-linear-gradient(top, #ffae5d, #ffae5d);
  background-image:    -moz-linear-gradient(top, #ffae5d, #ffae5d);
  background-image:     -ms-linear-gradient(top, #ffae5d, #ffae5d);
  background-image:      -o-linear-gradient(top, #ffae5d, #ffae5d); 
  background-image:         linear-gradient(top, #ffae5d, #ffae5d);
}
table.attendance th.shimura {
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  border-bottom: 1px solid #ccc;
  background-color: #eabfff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eabfff), to(#c9ffbf));
  background-image: -webkit-linear-gradient(top, #eabfff, #eabfff);
  background-image:    -moz-linear-gradient(top, #eabfff, #eabfff);
  background-image:     -ms-linear-gradient(top, #eabfff, #eabfff);
  background-image:      -o-linear-gradient(top, #eabfff, #eabfff); 
  background-image:         linear-gradient(top, #eabfff, #eabfff);
}
table.attendance th.takashimadaira {
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  border-bottom: 1px solid #ccc;
  background-color: #c9ffbf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9ffbf), to(#c9ffbf));
  background-image: -webkit-linear-gradient(top, #c9ffbf, #c9ffbf);
  background-image:    -moz-linear-gradient(top, #c9ffbf, #c9ffbf);
  background-image:     -ms-linear-gradient(top, #c9ffbf, #c9ffbf);
  background-image:      -o-linear-gradient(top, #c9ffbf, #c9ffbf); 
  background-image:         linear-gradient(top, #c9ffbf, #c9ffbf);
}
table.attendance th.itabashi:after {
  border-top: #569b20 15px solid;
}
table.attendance th.tokiwadai:after {
  border-top: #b6113d 15px solid;
}
table.attendance th.akatsuka:after {
  border-top: #0f387d 15px solid;
}
table.attendance th.shimura:after {
  border-top: #569b20 15px solid;
}
table.attendance th.takashimadaira:after {
  border-top: #b6113d 15px solid;
}
table.attendance td {
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  text-align: center;
  padding-top: 10px;
  border: none;
  height: 10px;
  font-size: 90%;
}
table.attendance tr:nth-child(2n+1) td.itabashi {
  background: #f5f5f5;
}
table.attendance tr:nth-child(2n+0) td.itabashi {
  background: #ffffff;
} 
table.attendance tr:nth-child(2n+1) td.tokiwadai {
  background: #f5f5f5;
}
table.attendance tr:nth-child(2n+0) td.tokiwadai {
  background: #ffffff;
}
table.attendance tr:nth-child(2n+1) td.akatsuka {
  background: #f5f5f5;
}
table.attendance tr:nth-child(2n+0) td.akatsuka {
  background: #ffffff;
}
table.attendance tr:nth-child(2n+1) td.shimura {
  background: #f5f5f5;
}
table.attendance tr:nth-child(2n+0) td.shimura {
  background: #ffffff;
}
table.attendance tr:nth-child(2n+1) td.takashimadaira {
  background: #f5f5f5;
}
table.attendance tr:nth-child(2n+0) td.takashimadaira {
  background: #ffffff;
}
table.attendance tr:last-child td {
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}

/* ウィジェット　タイトル
------------------------------------*/
.widget .financial_t,
.widget .attendance_t,
.widget .report_t,
.widget .contact_t,
.widget .links_t,
.widget .support_t ,
.widget .vision_t {
  width:100%;
  background:#3e78e3;
  text-indent:0;
  color:#fff!important;
  font-size:16px;
  font-weight:bold;
  height:auto;
  margin:0; 
  padding:10px;
  border:none;
  line-height:normal;
  text-align:center;
  border-radius: 10px;
}
.widget .support_t {
  background:#999999;
}



/* アイコン対応
.widget .contact_t {
  padding-top: 0px;
}
---------------------------------------------------------*/
.widget .vision_t {
  background:#009966;
}

.widget .financial_t a,
.widget .attendance_t a,
.widget .report_t a,
.widget .contact_t a,
.widget .links_t a,
.widget .support_t a ,
.widget .vision_t a {
  color:#fff!important;
  text-decoration: none;
  display:block;
}

/*アイコン対応
.widget .contact_t a {
  display:block;
  padding:0 0 15px 0;
  color:#FFF!important;
  text-align:center;
  text-decoration: none;
  padding-top: 0px;
}
.contact_t a:before {
/*  content:"★";*/
/*  content: url(../img/widget_icon_contact.png);*/
  background:url(../img/widget_icon.png) 0 0 no-repeat;
  -webkit-background-size:50px 50px;
  content:"";
  display:inline-block;
  width:50px;
  height:50px;
  padding-left:4px;
  position:relative;
  top:18px;
border-top-width: 0px;
}
---------------------------------------------------------*/

/* Mail
---------------------------------------------------------*/
table.row-table-01 {
  width: 100%;
  border-collapse: separate!important;
  border-spacing: 10px!important;
  font-size: 14px;
}
table.row-table-01 {
    border-collapse: separate;
    border-spacing: 5px;
}
table.row-table-01 th,
table.row-table-01 td, {
  padding: 3px;
}
table.row-table-01 th {
  background: #3e78e3;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  border-radius: 10px 0 0 10px;
  border-bottom:none!important;
  margin:10px 0;
}
table.row-table-01 td {
  background: #fffff0;
  padding-left: 10px;
  text-align: left;
  border-radius: 0 10px 10px 0;
  margin:10px 0;
}

/* PageTop
---------------------------------------------------------*/
.pagetop {
  width: 100%;
  background: #999999;
  border-bottom: #acacac 2px dotted;
  border-radius: 10px 10px 0 0;
}

.pagetop a {
  color:#eeeeee;
  padding: 14px 0;
  width: 100%;
  display: block;
/*  font-weight: bold;*/
  line-height: 120%;
/*  font-size: 14px;*/
  font-size: 0.875rem;
  text-decoration: none;
}
/* hr
------------------------------------------------------*/
hr {
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #fff;
margin:30px 0;
}


/* レスポンシブ　改行
------------------------------------------------------*/
.sp_br{
  display: none;
}




/* 保育園フェスタ
------------------------------------------------------*/
.button-festa a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 70%;
/*  width: 300px;*/
  color: #fff!important;
/* font-size: 18px;*/
  font-weight: 700;
  background-color: #3e78e3;
  border-radius: 10px;
}

.button-festa a:hover {
  text-decoration: none;
  background-color: #8bb4ee;
}

h4.festa_title  {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  margin-top:20px;
  margin-bottom:20px;
  margin-left:0;
}

.text-center ,.text-center a{
  justify-content: center;
}


/* 採用情報 ノーマルリンク */
#ContentsBody .jobList li a.normal-link {
    display: contents;
    border-left: none;
    font-weight: normal;
}

/* 保育園フェスタ リンクバナー*/
.widget .festa_t {
  width:100%;
/*  background:#fff59d;*/
background-color: #F9F2B3;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;

  text-indent:0;
  color:#f06292!important;
  font-size:20px;
  font-weight:bold;
  height:auto;
  margin-top:0px; /*上部空白*/
  padding:5px;
  border:none;
  line-height:normal;
  text-align:center;
  border-radius: 10px;
}
.widget .festa_t a {
  color:#f06292!important;
  text-decoration: none;
  display:block;
}


