#contents h2 {
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contents h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
#contents h4 {
	font-size: 14px;
	line-height: 1.5em;
	clear: none;
}
#contents p {

}


/*横幅ワイドページ用*/
#contentsWide h2 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contentsWide h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
#contentsWide h4 {
	font-size: 14px;
	line-height: 1.5em;
	clear: none;
}
/*横幅ワイドページ用　終了*/

.midashi_01 {
	color: #FFF;
	background-color: #0C6;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.midashi_orange_size22 {
	color: #FF8000;
	font-size: 22px;
}

.midashi_orange_size18 {
	color: #FF8000;
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFA64D;
}
.midashi_purple_size16 {
	color: #d900a6;
	font-size: 16px;
}
.midashi_blue_size16 {
	color: #0170D9;
	font-size: 18px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0170D9;
	border-right-color: #0170D9;
	border-bottom-color: #0170D9;
	border-left-color: #0170D9;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.midashi_green_size16 {
	color: #7E9B24;
	font-size: 18px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #7E9B24;
	border-right-color: #7E9B24;
	border-bottom-color: #7E9B24;
	border-left-color: #7E9B24;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*一日の様子ページのスタイル*/
.schedule {
	padding: 50px;
	background: #fef3ec;
	border-radius: 10px;
}
.schedule:after {
  display: block;
  clear: both;
  content: "";
}
.schedule h2 {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 30px!important;
	color: #ffa64d;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px!important;
}

.schedule ul {
	font-family: 'Kosugi Maru', sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	font-size: 20px;
	line-height: 1.8;
}


.box_weekday {
	width: 42%;
	height: 500px;
	float: left;
	background: #edf3c2;
	padding: 20px;
	border-radius: 10px;
}
.box_weekday h3 {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px!important;
	color: #fff!important;
	background: #bdd760;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 20px;
}
.box_holiday {
	width: 42%;
	height: 500px;
	float: right;
	background: #fbdec6;
	padding: 20px;
	border-radius: 10px;
}

.box_holiday h3 {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px!important;
	color: #fff!important;
	background: #f6b375;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 20px;
}
/*一日の様子ページのスタイル　ここまで*/


/* イベント */
.event {
	padding: 50px;
	background: #fef3ec;
	border-radius: 10px;
}
.event p {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px;
}
.event_box {
	display: flex;
	width: 880px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0 0 30px 0;
	border-bottom: solid 3px #fff;
}
.event_box img {
	width: 220px;
	margin: 0 10px;
	height: auto;
	border: 5px #fff solid;
	box-shadow: 5px 5px 5px rgba(153,153,153,0.4);
}
.month {
	flex-basis: 100px;
	background: #f6b375;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
.month p {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 30px;
}
.event_name {
	flex-basis: 280px;
	display: flex;
	align-items: center;
}
.event_name ul {
	padding: 0 0 0 30px;
}
.event_name li {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 18px;
	white-space: nowrap;
}
/* イベント　ここまで */


/* 子育て支援事業 */
.kosodate_box {
	width: 980px;
	margin-bottom: 20px;
}
.kosodate_box:after {
  display: block;
  clear: both;
  content: "";
}
.kosodate_title {
	width: 220px;
	float: left;
	color: #FF8000;
}
.kosodate_text {
	width: 730px;
	float: right;
}

.kosodate_ul, .kosodate_ol {
	padding-left: 20px;
	margin-bottom: 30px;
}

/* 子育て支援事業　ここまで */

/* 採用 */
.report_box {
	width: 980px;
	margin-bottom: 50px;
}
.report_box:after {
  display: block;
  clear: both;
  content: "";
}
.report_left {
	width: 460px;
	float: left;
}
.report_right {
	width: 460px;
	float: right;
}


/* 採用　ここまで */

.image_right {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.space_u10 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.space_u20 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.space_u30 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

/*リンク半透明*/
a.opacity{
   background-color:#FFF;
   display:inline-block;
}

a.opacity:hover img,
a.opacity:active img{
    -moz-opacity:0.7;
   opacity:0.7;
   filter:alpha(opacity=70);
}
/*リンク半透明　ここまで*/

hr {
	padding: 0px;
	height: 0px;
	width: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
.item_box {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

#contents form {
	margin: 0px;
	padding: 0px;
}
.font_red_12 {
	font-size: 12px;
	color: #FF0000;
}
.font_20 {
	font-size: 20px;
}
.font_12 {
	font-size: 12px;
}

.font_red {
	color: #FF0000;
}
.font_orange {
	color: #FF9900;
	font-weight: bold;
}
.font_blue {
	color: #0170D9;
	font-weight: bold;
}


.contents_ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: disc;
}

.contents_ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.clear {
	clear: both;
}
#price_box table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#price_box th {
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#price_box td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.menu_box {
	padding: 0px;
	height: auto;
	width: 580px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.menu_box_left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 280px;
}
.menu_box_right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 280px;
}
.a_table {
	margin-bottom: 30px;
}
.a_th {
	background-color: #B634BB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #FFFFFF;
}
.a_td01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.a_td02 {
	background-color: #FCF3FC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.b_table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
}
.b_td01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #E6F2FF;
}
.b_td02 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



.karibox {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

/* 段組み枠　下線あり */
.dangumiWaku {
	padding: 0px;
	clear: both;
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.dangumiWaku:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.dangumiWaku { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .dangumiWaku { height: 1%; }  
.dangumiWaku { display: block; }  
/* End hide from IE-mac */ 

/* 段組み枠　下線なし */
.dangumiWaku02 {
	padding: 0px;
	clear: both;
	height: auto;
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.dangumiWaku02:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.dangumiWaku02 { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .dangumiWaku02 { height: 1%; }  
.dangumiWaku02 { display: block; }  
/* End hide from IE-mac */ 

/* 段組み枠　下線なし 終了*/

/* 段組み左に画像、右テキスト用 */ 
.boxL400 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 400px;
}
.boxR560 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 560px;
}

/* 段組み左にテキスト、右に画像用 */ 
.boxL560 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 560px;
}
.boxR400 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
}
/* 段組み　左右均等割り */ 
.boxL370 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 370px;
}
.boxR370 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 370px;
}

/* 段組み　左右均等割り */ 
.boxL480 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 480px;
}
.boxR480 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 480px;
}


#box_topics {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #007BC1;
	border-right-color: #007BC1;
	border-bottom-color: #007BC1;
	border-left-color: #007BC1;
}





.syousai_table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.syousai_td01 {
	background-color: #F1EDDE;
	width: 130px;
	padding: 5px;
	border: 2px solid #FFF;
}
.syousai_td02 {
	width: auto;
	padding: 5px;
	border: 2px solid #FFF;
}
.syousaiB_table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D9CEA4;
	border-right-color: #D9CEA4;
	border-bottom-color: #D9CEA4;
	border-left-color: #D9CEA4;
}
.syousaiB_td01 {
	background-color: #F1EDDE;
	width: 130px;
	padding: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #D9CEA4;
	border-right-color: #D9CEA4;
	border-bottom-color: #D9CEA4;
	border-left-color: #D9CEA4;
}
.syousaiB_td02 {
	width: auto;
	padding: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #D9CEA4;
	border-right-color: #D9CEA4;
	border-bottom-color: #D9CEA4;
	border-left-color: #D9CEA4;
}

/* 折り畳み */
.accordion_head {cursor:pointer;}
/* 折り畳み ここまで*/
#top_contents ul {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
}
#top_contents p {
	background-color: #FFFFFF;
}
