@charset "UTF-8";
* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
html{
	height: 100%;
	font-size: 62.5%;
}

body{
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-color: #FFFFFF;
	height: 100%;
	color: #000000;
	font-size: 1.2em;
	margin-top:15px;
}

h1 { font-size: 2.0em; } /* =20px */
h2 { font-size: 1.7em; } /* =17px */
h3 { font-size: 1.6em; } /* =16px */

h1 {
	color: #FFFFFF;
	padding:25px 0px 20px 25px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:10px;
	background: -webkit-repeating-linear-gradient(-45deg, #33CCFF, #33CCFF 5px,#5CD6FF 5px, #5CD6FF 10px);
	background: repeating-linear-gradient(-45deg, #33CCFF, #33CCFF 5px,#5CD6FF 5px, #5CD6FF 10px);
}

h2{
	background-color: #F7DC53;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	border-radius: 6px;
	}
	
h3{
	background-color: #FFF4C0;
	padding: 5px;
	padding-left:10px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-left: 10px solid #F7DC53;
	border-top-color: #F7DC53;
	border-right-color: #F7DC53;
	border-bottom-color: #F7DC53;
	color: #F79A52;
	}

p	{ font-size: 1.4em; } /* =14px */

a	{text-decoration:none;}
a:link { color:#01B2FC; }
a:visited { color: #000080; }
a:hover { color: #0000ff; }

.headTEL{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.0em;
	color:#06B1F9;
	}

li { font-size: 1.4em; } /* =14px */
li li, li p { font-size: 1em; }/* etc */
.font7px{ font-size:0.7em; line-height:none;}
.font9px{ font-size:0.9em; line-height:1.1em}
.font10px{ font-size:1.0em; line-height:1.7em;}
.font12px{ font-size:1.2em; line-height:1.6em;}
.font16px{ font-size:1.6em; line-height:1.7em;}

.underline_yellow{ background: linear-gradient(transparent 60%, #ffff66 60%);}
.underline_purple{ background: linear-gradient(transparent 60%, #ff99ff 60%);}
.underline_green{ background: linear-gradient(transparent 60%, #58B330 60%);}
.underline_blue{ background: linear-gradient(transparent 60%, #21ADE5 60%);}
.underline_pink{ background: linear-gradient(transparent 60%, #EE86A7 60%);}

.clearfix:after{　/* 回り込み解除 */
	content: "";
	clear: both;
	display: block;
}


/*文字前にPDFアイコン*/
.pdf_icon {
	line-height:160%;
	background-image: url(img/pdficon_small.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
}

/*下に20ピクセル空ける*/
.down_20px{
	padding-bottom:20px;
	}
	
/*下に10ピクセル空ける*/
.down_10px{
	padding-bottom:10px;
	}


/*　ページトップ　*/
#back-top {
	position: fixed;
    bottom: 1%;
    right: 0%;
}

#back-top a {
    width: 100px;
    display: block;
}

#back-top {
    display: block;
    margin-bottom: 7px;
}

/*プロフィール写真用*/
.photo_box:after{
	content:"";
	display:block;
	clear:both;
	}	
.photo_box_left{
	float:left;
	width:320px;
	height: auto;
	margin:10px;
	position: relative;
	}
.photo_box_left img{ width:100%; height:auto}

.photo_box_left p{
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 3%;
	width: 97%;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
}	

/*報告一覧用*/
.photo {
	float:left;
	width:330px;
	margin:		0;
	padding:	0;
	position:	relative; /* 相対位置指定 */
	margin:10px;
}
.photo img {
	width:		100%;
	height:auto;

}
.text {
	width:		100%;
	font-size:	150%;
	text-align:	center;
	bottom:		4px;
	margin:		0;
	padding:	0;
	color:		#fff;
	background:	rgba(0,0,0,0.4); /* 帯の透明度 */
	position:	absolute; /* 絶対位置指定 */
}

/*画像並べる*/
#grid {
	width: 100%;
}
#grid li {
	margin: 5px;
	float: left;
	list-style: none;
}

.question:first-letter{/*先頭文字を大きく*/
    font-size: 3em;
	color:#FF0004;
    font-weight:bold;
    line-height: 1;
    float: left;
    margin-right:5px;
	padding-bottom:1em
}
.anser:first-letter{/*先頭文字を大きく*/
    font-size: 3em;
	color:#5DC3EF;
	padding-right:5px;
    line-height: 1;
    float: left;
	margin-left:20px;
    margin-right:5px;
	padding-bottom:1em
}
.q_back{
	background-color:#FFEFEF;
	padding:10px;
	border-radius:10px;
}
.kadomaru_ao{
    background-color: #4CBAFF;
    color: #FFFFFF;
    margin: 0.2em;
    margin-bottom: 1.0em;
    padding: 0.5em 0.5em;
	font-size:0.9em;
	font-weight:normal;
	text-decoration:none;
	border-radius:5px;
	}

/* ########### スマホ用　599px 以下 ########### */
@media  screen and (max-width: 599px) {

#container {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

header{
	display:block;
	float:left;
	width:100%;
	clear:both;
	background-color: #FFFFFF;
}
nav{
	display:block;
	float:left;
	width:100%;
	clear:both;
	background-color: #5DA6FF;
	}

menu{
	display:block;
	float:left;
	width:100%;
	clear:both;
	background-color: #000000;
}

aside{
	display:block;
	float:left;
	width:100%;
	clear:both;
	background-color: #FFFFFF;
}
.haba98{
	width:98%;
	height:auto;
	overflow: auto;
}

main{
	display:block;
	float:left;
	width:100%;
	clear:both;	
}
.menu	{
	margin-bottom: 0px}

.menu ul	{
	margin: 0;
	padding: 0;
	list-style: none;
	border-style: none;
}

.menu li a	{
	display: block;
	padding: 5px;
	color: #000000;
	font-size: 1.3em;
	text-decoration: none}

.menu li a:hover	{
	background-color: #9EC7D4}

/*メニュー３列にする*/
.global-nav {
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #aaa ;
  font-size: 0.5em;
  list-style-type: none;
}

/*clearfix*/
.global-nav:after {
  content: "";
  clear: both;
  display: block;
}
.global-nav li {
  float: left;
  width: 33.333%;
  text-align: center;
  border-bottom: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*奇数のli要素に適応*/

.global-nav a {
  display: block;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}
.global-nav a:hover {
  color: #000;
  background: #e6e6e6;
}
/*メニュー３列にする終わり*/

/* ヘッダ */
.head:after {
	content:"";
	display:block;
	clear:both}
	
.head_left{
	float: left;
	width: 100%;
	height: 71px;
	text-align: center;
	margin-bottom:15px;
}

.head_left img{
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}

.head_left txt{
	display: inline-block;
	vertical-align: middle;
}

.head_right {
	float:right;
	width:100%;
	height:55px;
	text-align: center;
	padding-top:5px;
	}
.head_right p{
	 text-align: center;
	 }
	
.txtright{
	display: table-cell;
	vertical-align: middle;
	}

/*画像幅変動する*/
.habazenbu{
	width:100%;
	height:auto;
	overflow: auto;
	}
	
.topimage img{
	width:100%;
	height:auto;
	border:none	}
	
.boxA{
	padding-top:10px;
	padding-bottom:10px;
	}
	
.bread{
	margin-bottom:5px;
	background-color:#F4F4F4;
	}

.bread ol{
	margin:0;
	padding:0;
	list-style:none}

.bread li{
	display:inline-block;
	padding:5px;
	color:#000000;
	font-size:1em;
	text-decoration:none}

.bread li a:hover{
	background-color:#AED8FF}

.bread ol:after{
	content: "";
	display:block;
	clear:both; }

.bread li {
	float:left;
	width:auto }

.bread li:after{
	content:'＞';
	margin-left:10px;
	margin-right:10px;
	color:#888888;}
	
/* バナーたち */
.bana ul	{
	margin: 0;
	padding: 0;
	list-style:none}

.bana li a	{
	display: inline;
	padding: 0px;
	color: #000000;
	font-size: 1.4;
	text-decoration: none}

.bana li a img{
	border:none
	}

.bana li a:hover	{background-color: #FFFFFF}

.bana img{
	width:100%;
	height:auto;
	border:none	}


/* 記事 */

.boxA{
	padding-top:10px;
	padding-bottom:20px
	}

.mainBOX{
	width: 100%;
	float: center;
	padding:0;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 10px;
	}
	
	
/* 画像とテキスト左右に振り分け(カリキュラムで使用) */
p .hidari {
	width:50%;
	height:auto;
	display : table-cell; 
}
p .migi {
	width:50%;
	height:auto;
	display : table-cell; 
}

table{
width:100%;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

/* Ｑ＆Ａ　*/

.qa_boxQ{
	float: left;
	width: 85%;
	height: auto;
	font-size:1.6em;
	color:#FF3300;
	text-align:left;
	padding:10px 0px 5px 60px;
	background-image:url(img/icon_q.png);
	background-repeat:no-repeat;
	background-position:left;
}

.qa_boxA{
	float: left;
	width: 80%;
	height: auto;
	font-size:1.4em;
	color:#FFFFFF;
	text-align: left;
	padding:10px 10px 10px 60px;
	margin-bottom:40px;
	background-image:url(img/icon_a.png);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#1171D7;
}


/*画像幅変動する*/
.soraimage_yokohaba{
	width:100%;
	height:auto;
	overflow: auto;
	}

/*フッター周り*/
footer{
	background-color: #0071C3;
	margin: 0 auto;
	width:100%;
	clear:both;
	padding-top:20px;
	text-align:center;
	color:#FFFFFF;
}

.copyright {
	margin: 0;
	color: #FFFFFF;
	font-size: 12px}


}

/* ################################# 1040px 以上 ################################# */
@media screen and (min-width: 600px) {
body{
	background-image: url(img/bg.jpg);
	background-repeat:repeat-x;
}

#container {
	background-color: #FFFFFF;
	width: 800px;
	margin:0 auto;
	padding:10px 10px 50px 10px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

header {
	background-color: #FFFFFF;
	width:800px;
	margin:0 auto;
	padding:10px;
	}

main {
	background-color: #FFFFFF;
	width: 100%;
	float: left;
	margin-top:50px;
}
aside {
	background-color: #FFFFFF;
	width: 300px;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.haba98{
	width:98%;
	height:auto;
	overflow: auto;
}



/* ヘッダ */

.head:after {
	content:"";
	display:block;
	clear:both;
	}
	
.head_left{
	float: left;
	width: auto}

.head_right {
	float:right;
	width:auto;
	}

/* ナビゲーション */
.menu ul{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover{background-color: #eeeeee}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li{float: left;
	width: auto}

.bread{
	margin-bottom:5px;
	background-color:#F4F4F4;
	}

.bread ol{
	margin:0;
	padding:0;
	list-style:none}

.bread li{
	display:inline-block;
	padding:5px;
	color:#000000;
	font-size:1em;
	text-decoration:none}

.bread li a:hover{
	background-color:#AED8FF}

.bread ol:after{
	content: "";
	display:block;
	clear:both; }

.bread li {
	float:left;
	width:auto }

.bread li:after{
	content:'＞';
	margin-left:10px;
	margin-right:10px;
	color:#888888;}

.topimage	{
	max-width:100%;
	height:auto;
	border:none;
	text-align:center;
	}



/* 記事 */

.boxA{
	padding-top:10px;
	padding-bottom:20px
	}

.mainBOX{
	width: 700px;
	float: center;
	padding:0;
	margin:0 auto;

	}
	
.mainBOX h2{
	background-color: #F7DC53;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	border-radius: 6px;
	}
	
.mainBOX h3{
	background-color: #FFF4C0;
	padding: 5px;
	padding-left:10px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-left: 10px solid #F7DC53;
	border-top-color: #F7DC53;
	border-right-color: #F7DC53;
	border-bottom-color: #F7DC53;
	color: #F79A52;
	}

/* fkd追加 */
p.flex{
	display: flex;
	overflow: hidden;
}
p.flex img{
	width: 50%;
	display: block;
}
p.flex img+img{
	margin-left: 15px;
}

	
/* 画像とテキスト左右に振り分け(カリキュラムで使用) */

p .hidari {
  float: left;
  margin-left: 0em;
  margin-right:1em;
  margin-bottom: 1em;
}
p .migi {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

/* Ｑ＆Ａ　*/

.qa_boxQ{
	float: left;
	width: 93%;
	height: auto;
	font-size:1.6em;
	color:#FF3300;
	text-align: left;
	padding:10px 0px 5px 60px;
	background-image:url(img/icon_q.png);
	background-repeat:no-repeat;
	background-position:left;
}

.qa_boxA{
	float: left;
	width: 90%;
	height: auto;
	font-size:1.4em;
	color:#FFFFFF;
	text-align: left;
	padding:10px 10px 10px 60px;
	margin-bottom:40px;
	background-image:url(img/icon_a.png);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#1171D7;
}


/*　子育て支援センター　*/
.otoiawase{
	width:70%;
	margin:0 auto;
    border:5px solid #0088DD;  
    padding:15px 15px 15px 20px;
	margin-bottom:20px
}  
.otoiawase_b{
    display: block;
    padding-top:0em; 
    font-size:2.0em;
	line-height:1.2em;
    color:#4CBAFF; 
}  


table.sorakatudou { /*TABLEをレスポンシブに*/ 
	display: block;
	border: none;
	}
table.sorakatudou tr {
	display: inline;
	}
table.sorakatudou td {
	display: inline-block;
	}

/*画像幅変動する*/
.soraimage_yokohaba{
	width:100%;
	height:auto;
	overflow: auto;
	}
	

/* サイドメニュー */
.sidemenu	{
	margin-bottom: 30px}

.sidemenu ul	{
	margin: 0;
	padding: 0;
	list-style: none}

.sidemenu li a	{
	display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.sidemenu li a:hover	{
	background-color: #eeeeee}

.sidemenu h1{
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	color: #666666;
	font-size: 18px}
	
/*右側ブログその他*/

.rightBOX1{
	width:100%
	}
	
.rightBOX2{
	width: 100%;
	padding-top: 10px;
	text-align: center;
	}

/* バナーたち */
.bana ul	{
	margin: 0;
	padding: 0;
	list-style:none}

.bana li a	{
	display: inline;
	padding: 0px;
	color: #000000;
	font-size: 1.4;
	text-decoration: none}

.bana li a img{
	border:none
	}

.bana li a:hover{
	background-color: #FFFFFF}

/* フッター */
footer {
	background-color: #0071C3;
	clear: both;
	width: 100%;
	padding-top:30px;
	padding-bottom:10px;
	margin: 0 auto;
	text-align:center;
	color:#FFFFFF;
}

.flex{
	display: flex;
	justify-content: center;
}
	


/* コピーライト */
.copyright {
	margin: 0;
	color: #FFFFFF;
	font-size: 14px}

}


/* ################################# 1040px 以上 ################################# */
@media print {
body{
	background-image: url(img/bg.jpg);
	background-repeat:repeat-x;
}

#container {
	background-color: #FFFFFF;
	padding: 10px 10px 0 10px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom:0px;
	position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

header {
	background-color: #FFFFFF;
	padding:10px;
}
nav {

	background-color: #5DA6FF;

}

menu {
	background-color: #FFFFFF;
}

main {
	background-color: #FFFFFF;
	width: 570px;
	float: right;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-left: 10px;
}
aside {
	background-color: #FFFFFF;
	width: 300px;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}



/* ヘッダ */
.head:after {
	content:"";
	display:block;
	clear:both}
	
.head_left{
	float: left;
	width: 49%;
	height: 71px;
	text-align: left;
}

.head_left img{
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}

.head_left txt{
	display: inline-block;
	vertical-align: middle;
}

.head_right {
	float:right;
	width:50%;
	height:100%;
	text-align:right;
	padding-top:10px;
	}
.head_right p{
	 text-align:right;
	 }
	
.txtright{
	display: table-cell;
	vertical-align: middle;
	}

/* ナビゲーション */
.menu ul	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

.menu li a	{
	display: block;
	padding: 15px;
	color:#000000;
	font-size: 14px;
	text-decoration: none;
	}

.menu li a:hover	{
	background-color: #9EC7D4}

.menu ul:after	{
	content: "";
	display: block;
	clear: both}

.menu li{
	float: left;
	width: auto
	}

.bread{
	margin-bottom:5px;
	background-color:#F4F4F4;
	}

.bread ol{
	margin:0;
	padding:0;
	list-style:none}

.bread li{
	display:inline-block;
	padding:5px;
	color:#000000;
	font-size:1em;
	text-decoration:none}

.bread li a:hover{
	background-color:#AED8FF}

.bread ol:after{
	content: "";
	display:block;
	clear:both; }

.bread li {
	float:left;
	width:auto }

.bread li:after{
	content:'＞';
	margin-left:10px;
	margin-right:10px;
	color:#888888;}

.topimage	{
	max-width:100%;
	height:auto;
	border:none;
	text-align:center;
	}

/*ログインフォーム*/
.login {
    padding: 5px;
    border: 1px solid #FE6E0D;
	border-radius: 6px;
	text-align:center;
	margin-bottom:10px;
}

.form-title{
    text-align: center;
	background:#FE6E0D;
	color:#FFFFFF;
	border-radius: 6px;
    }

.form_text{
	display: inline;
	margin-top:5px;
	text-align:center !Important;
	width:95px !Important;
	font-size:0.8em !Important;
}


/* 記事 */

.boxA{
	padding-top:10px;
	padding-bottom:20px
	}

.mainBOX{
	width: 700px;
	float: center;
	padding:0;
	margin-top: 0px;
	margin-left:100px;
	margin-right:100px;
	margin-bottom: 10px;
	}
	
.mainBOX h2{
	background-color: #F7DC53;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	border-radius: 6px;
	}
	
.mainBOX h3{
	background-color: #FFF4C0;
	padding: 5px;
	padding-left:10px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-left: 10px solid #F7DC53;
	border-top-color: #F7DC53;
	border-right-color: #F7DC53;
	border-bottom-color: #F7DC53;
	color: #F79A52;
	}
	
/* 画像とテキスト左右に振り分け(カリキュラムで使用) */

p .hidari {
  float: left;
  margin-left: 0em;
  margin-right:1em;
  margin-bottom: 1em;
}
p .migi {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

/*　カリキュラムのタブ　*/
.tab-content input[type="radio"] {
  display: none;
}

.tab-content label {
  display: inline-block;
  width:30%;
  padding: 10px 10px;
  font-weight: bold;
  font-size:1.2em;
  color: #009900;
  background-color: #e1fae1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
}
.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
  color: #FFF;
  background-color: #009900;
}

.tab-content .tab-box {
  width: 700px;
  padding: 10px;
  border: 2px solid #009900;
  border-radius: 0 5px 5px 5px;
  box-sizing: border-box;
}

.tab-content > .tab-box > div {
  display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
}

/*　カリキュラムの２行２列並び　*/
.boxA-1:after	{
	content: "";
	display: block;
	clear: both}

.boxA-1 .gaiyou	{
	float: left;
	width: 50%;
	margin-top:10px;
	}

.boxA-1 .gaiyou:nth-child(odd){
	padding-right: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both}

.boxA-1 .gaiyou:nth-child(even){
	padding-left: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
	}
	
.gaiyou h4{
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 15px;
	font-size: 1.8em;
	}
.gaiyou img	{max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 10px;
	vertical-align: bottom}

/*　入園案内　*/
h1 {
	position: relative;
	padding: .3em;
	background-color: #f0f0f0;
}
h1 span {
	display: block;
	padding: .45em 1em;
	border: 1px dashed #ccc;
	border-radius: 6px;	
}

h1::before,
h1::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
h1::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #ccc;
}
h1::after {
	top: -15px;
	right: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-bottom-color: #ccc;
}

/*年間行事*/

.nenkan_box:after{
	content:"";
	display:block;
	clear:both;
	}

.nenkan_box_left{
	float: left;
	width: 35%;
	height: auto;
	text-align: left;
	padding-left:0px;
}

.nenkan_box_right{
	float: right;
	width: 65%;
	height: auto;
	text-align: right;
}


/* 一日の流れ　*/
.oneday{
	padding: .5em .75em;
	margin:5px;
	background-color: #4DBAFF;
	border-radius: 6px;
	color:#FFFFFF;
}

.img_box:after{
	content:"";
	display:block;
	clear:both;
	}

.img_box_left{
	float: left;
	width: 30%;
	height: auto;
	text-align: left;
	padding-left:20px;
}

.img_box_right{
	float: right;
	width: 65%;
	height: auto;
	text-align: right;
}

/* 施設紹介　*/

.sisetu_box:after	{content: "";
	display: block;
	clear: both}

.sisetu_left{
	float: left;
	width: 40%;
	padding-left:0px;
	padding: 0.3em 0.5em;
	margin:5px;
}

.sisetu_right{
	float: right;
	width: 50%;
	padding-top:5px;
}

.sisetu_title{
	display: block;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.6em;
	padding: .5em .75em;
	margin:5px;
	background-color:#4CBAFF;
	border-radius: 6px;
}

/* Ｑ＆Ａ　*/

.qa_boxQ{
	float: left;
	width: 93%;
	height: auto;
	font-size:1.6em;
	color:#FF3300;
	text-align: left;
	padding:10px 0px 5px 60px;
	background-image:url(img/icon_q.png);
	background-repeat:no-repeat;
	background-position:left;
}

.qa_boxA{
	float: left;
	width: 90%;
	height: auto;
	font-size:1.4em;
	color:#FFFFFF;
	text-align: left;
	padding:10px 10px 10px 60px;
	margin-bottom:40px;
	background-image:url(img/icon_a.png);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#1171D7;
}

/*　時間外のお預かり　*/
.start {
    position: relative;
    padding-left: 45px;
    color: #2F8DFF;
    font-size: 23px;
    line-height; 30px;
}

.start:before {
    position:  absolute;
    top: 12px;
    left: 12px;
    width: 14px;
    height: 14px;
    border: 4px solid #B2E0FF;
    content: "";
}

.start:after {
    position:  absolute;
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    border: 4px solid #0099FF;
    content: "";
}

/*　子育て支援センター　*/
.otoiawase{
	width:70%;
	margin:0 auto;
    border:5px solid #0088DD;  
    padding:15px 15px 15px 20px;
	margin-bottom:20px
}  
.otoiawase_b{
    display: block;
    padding-top:0em; 
    font-size:2.0em;
	line-height:1.2em;
    color:#4CBAFF; 
}  

/* そら組 */
.soraBOXhidari{
	width:49%;
	height:auto;
	float:left;
	padding:0px;
	margin:0px 0px 10px 0px;
	}
.soraBOXmigi{
	width:49%;
	height:auto;
	float:right;
	padding:0px;
	margin:0px 0px 10px 0px;
	}
.soraBOXtitle{
	background-color:#BAE4FF;
	}
.sora_title{
	width:500px;
	margin: 0 auto;
	}
.sora_bg{
	background-color:#4CBAFF;
	margin-bottom:5px;
	padding:10px;
	color:#FFFFFF;
	}
table.sorakatudou { /*TABLEをレスポンシブに*/ 
	display: block;
	border: none;
	}
table.sorakatudou tr {
	display: inline;
	}
table.sorakatudou td {
	display: inline-block;
	}

/*画像幅変動する*/
.soraimage_yokohaba{
	width:100%;
	height:auto;
	overflow: auto;
	}
	

/* サイドメニュー */
.sidemenu	{
	margin-bottom: 30px}

.sidemenu ul	{
	margin: 0;
	padding: 0;
	list-style: none}

.sidemenu li a	{
	display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.sidemenu li a:hover	{
	background-color: #eeeeee}

.sidemenu h1{
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	color: #666666;
	font-size: 18px}
	
/*右側ブログその他*/

.rightBOX1{
	width:100%
	}
	
.rightBOX2{
	width: 100%;
	padding-top: 10px;
	text-align: center;
	}

/* バナーたち */
.bana ul	{
	margin: 0;
	padding: 0;
	list-style:none}

.bana li a	{
	display: inline;
	padding: 0px;
	color: #000000;
	font-size: 1.4;
	text-decoration: none}

.bana li a img{
	border:none
	}

.bana li a:hover{
	background-color: #FFFFFF}

/* フッター */
footer {
	background-color: #0071C3;
	clear: both;
	width: 100%;
	padding-top:50px;
	padding-bottom:10px;
	margin: 0 auto;
	text-align:center;
}

.flex{
	display: flex;
	justify-content: center;
}
	
.wkfooter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.wkfooter li a	{
	display: block;
	padding: 15px;
	margin-bottom:10px;
	color:#FFFFFF;
	font-size: 14px;
	text-decoration: none;
	border-radius:5px;
	
	}

.wkfooter li a:hover	{
	background-color: #FFFFFF;
	color:#000000;
	}

.wkfooter ul:after	{
	content: "";
	display: block;
	clear: both
	}

.wkfooter li{
	float: left;
	width: auto
	}

/* コピーライト */
.copyright {
	margin: 0;
	color: #FFFFFF;
	font-size: 14px}

}
