h1 {
	text-align: left;
	float: left;
}
h2 {
	background-image: url(../images/taka_headline_01.png), url(../images/taka_headline_03.png), url(../images/taka_headline_02.png);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: left top, right top, center top;
	width: 100%;
	height: 40px;
	border: solid 3px #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	line-height: 40px;
	margin-bottom: 10px;
}
div+h2 {
	margin-top: 30px;
}
p+h2 {
	margin-top: 30px;
}
h2+table {
	margin-bottom: 30px;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	border-bottom: 2px dotted #91C772;
	margin-bottom: 10px;
	color: #91C772;
}
/*
コンテンツ
*/
#t_contents {
	float: left;
	width: 100%;
	max-width: 640px;
}
#t_contents a {
	font-weight: bold;
	color: #91C772;
	text-decoration: none;
}
.nextpage ul {
	text-align: center;
}
.nextpage ul li {
	padding: 0.5em;
	list-style: none;
	border: 1px solid #eee;
	display: inline;
	background-color: #FFF;
	margin: 0.3em;
}
.white_frame {
	background-color: #FFF;
	width: 100%;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	height: auto;
	margin: 0px 0px 0px -10px;
	clear: both;
	line-height: 1em;
	text-align: center;
}
.white_frame img {
	width: 100%;
	height: auto;
}
#t_contents .right_ill {
	background-color: #FFF;
	width: 180px;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0px;
	height: auto;
	margin: 0px 0px 0px 10px;
	clear: both;
	float: right;
	line-height: 0em;
	border: 5px solid #FFF;
}
.right_ill ul li {
	margin: 5px;
	list-style: none;
}
#t_contents .right_ill img {
	width: 100%;
	height: auto;
}
section {
	margin-bottom: 30px;
	clear: both;
}
address {
	background-color: #e9f3e2;
	padding: 10px;
	width: 60%;
	font-style: normal;
	text-align: center;
	margin: 30px auto;
}
address span {
	font-size: 1.2em;
	font-weight: bold;
}
#top_add {
	width: 300px;
	float: right;
	overflow: hidden;
	height: auto;
	text-align: right;
}
/*
ナビ関係
*/
#t_navi_box {
	clear: both;
	width: 250px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.8);
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-right: 40px;
}
#t_navi li {
	list-style: none;
	margin-top: 10px;
	border: 2px solid #988574;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	cursor: pointer;
}
#t_navi li span {
	display: block;
	height: 25px;
	width: 100%;
	padding: 10px;
	color: #988574;
	font-weight: bold;
	font-size: 1em;
}
#t_navi li a {
	padding: 10px;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 100%;
	color: #988574;
	font-weight: bold;
	font-size: 1em;
	background-image: url(../images/arrow_go.png);
	background-repeat: no-repeat;
	background-position: 90% top;
}
#t_navi li a:hover {
	color: #ff7aab;
	background-image: url(../images/arrow_go.png);
	background-repeat: no-repeat;
	background-position: 90% bottom;
}
#t_navi li ul li {
	border-style: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#t_navi li ul li:first-child {
	border-top: 2px dotted #988574;
}
#t_navi li ul li:last-child {
	border-bottom: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#t_navi li .submenu li {
	list-style: none;
	border-bottom: 2px dotted #988574;
	margin: 0px;
	font-size: 0.8em;
	text-indent: 2em;
}
#t_navi li .none-submenu {
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
#t_navi li .active-submenu {
	background-image: url(../images/arrow_up.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
#navi_banner ul {
	margin-top: 20px;
}
#navi_banner ul li {
	list-style: none;
	margin-top: 5px;
}
/*
園の概要
*/
.gaiyou table {
	border-top: 2px solid #91C772;
	border-bottom: 2px solid #91C772;
	width: 90%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.gaiyou tr th {
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;
	padding: 3px 30px;
	text-align: left;
	vertical-align: top;
}
.gaiyou tr td {
	line-height: 1.75em;
	letter-spacing: 0.1em;
	vertical-align: top;
}
.gaiyou table table {
	float: left;
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.gaiyou .line {
	border-bottom: 1px dotted #91C772;
	padding: 3px 3px 3px 30px;
}
.gaiyou tr .line2 {
	padding: 5px;
}
.gaiyou .class_ninzu {
	width: 60%;
}
.about_photo ul li {
	float: left;
	margin: 10px;
	list-style: none;
	border: 5px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	background-color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
}
.about_photo {
	width: 100%;
	overflow: hidden;
}
.ensong {
	width: 100%;
	height: auto;
}
.ensong p {
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.ensong dl {
	width: 200px;
	margin-bottom: 20px;
	text-align: right;
	margin-left: auto;
}
.ensong dl dt {
	width: 3em;
	float: left;
	display: inline-block;
}
.ensong dl dd {
	margin-left: 5em;
	text-align: left;
}
.ensong ol {
	width: 90%;
	padding-left: 50px;
}
.ensong ol li {
	margin-bottom: 20px;
}
.ensong .ensong_ill {
	width: auto;
	float: right;
}
/*
園の一日
*/
.daily table {
	border-top: 2px solid #91C772;
	border-bottom: 2px solid #91C772;
	width: 90%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.daily tr th {
	border-bottom: 1px dotted #91C772;
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;
	padding: 3px 30px;
	text-align: left;
	vertical-align: top;
}
.daily tr td {
	line-height: 1.75em;
	letter-spacing: 0.1em;
	vertical-align: top;
}
.daily .age0 {
	background-color: rgba(247,199,198,0.2);
	border-bottom: 1px dotted #91C772;
	padding: 3px;
	text-align: center;
}
.daily .age12 {
	background-color: rgba(255,239,193,0.2);
	;
	border-bottom: 1px dotted #91C772;
	padding: 3px;
	text-align: center;
}
.daily .age345 {
	background-color: rgba(215,231,175,0.2);
	border-bottom: 1px dotted #91C772;
	padding: 3px;
	text-align: center;
}
.daily_photo ul li {
	float: left;
	margin: 10px;
	list-style: none;
	border: 5px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	background-color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
}
.daily_photo {
	width: 100%;
	overflow: hidden;
}
/*
年間行事
*/
#yearplan {
}
.year_frame ul {
	overflow: hidden;
}
.year_frame li {
	display: block;
	width: 180px;
	min-height: 150px;
	float: left;
	margin: 5px;
	list-style: none;
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.year_frame li span {
	text-align: center;
}
.year_photo ul li {
	float: left;
	margin: 10px;
	list-style: none;
	border: 5px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	background-color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
}
.year_photo {
	width: 100%;
	overflow: hidden;
	clear: both;
}
.everymonth {
	display: block;
	width: 95%;
	margin: 5px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	height: auto;
}
/*
給食
*/
.lunch_list {
	margin-left: 30px;
	font-size: 0.9em;
	margin-bottom: 10px;
	list-style: url(../images/lunch_icon.png) none;
}
.lunch_frame {
	background-color: #FFF;
	width: 100%;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	height: auto;
	margin: 0px 0px 20px -10px;
	clear: both;
	overflow: hidden;
}
.lunch_frame li {
	padding: 10px;
	float: left;
	list-style: none;
}
.lunch_frame li img {
	width: 300px;
	height: auto;
}
/*
子育て支援
*/
#support .photobox {
	background-color: #FFF;
	width: 180px;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0px;
	height: auto;
	margin: 0px 0px 0px 10px;
	clear: both;
	float: right;
	line-height: 0em;
	border: 5px solid #FFF;
}
.support_list {
}
.support_list dt {
	font-weight: bold;
	border-bottom: 1px dotted #988574;
	font-size: 0.9em;
}
.support_list dd {
	margin-left: 30px;
	margin-bottom: 20px;
}
.support_photo ul li {
	float: left;
	list-style: none;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.support_photo ul li:last-child {
	margin-bottom: 0px;
}
.support_photo {
	width: 100%;
	overflow: hidden;
}
/*
園舎案内
*/
.guide_photo ul li {
	float: left;
	margin: 10px;
	list-style: none;
	border: 5px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	background-color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
}
#guide .white_frame img {
	height: auto;
	width: 85%;
}
.guide_photo {
	width: 100%;
	overflow: hidden;
}
/*
ダウンロードコーナー
*/

.download_list dl dt {
	background-image: url(../images/pdf_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style: none;
	height: 32px;
	padding-left: 50px;
}
.download_list dl dd {
	font-size: 0.9em;
	margin-bottom: 20px;
	margin-left: 50px;
}
.kujou_tantou {
	border-top: 2px solid #91C772;
	border-bottom: 2px solid #91C772;
	width: 90%;
	border-collapse: collapse;
	margin: 20px auto 0px;
}
.kujou_tantou tr td {
	padding: 5px;
	border-bottom: 1px dotted #91C772;
}
.kujou_tantou tr th {
	font-size: 0.9em;
	border-bottom: 1px solid #91C772;
}
.kujou_list {
	margin-left: 30px;
	margin-top: 10px;
}
.kujou_list li {
	list-style: square;
	margin-bottom: 10px;
}
.kujou_info .kujou_ill {
	width: auto;
	float: right;
}
/*
ブログ
*/

.blogkiji {
	background-color: #FFF;
	width: 100%;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	height: auto;
	margin: 0px 0px 20px -10px;
	clear: both;
	overflow: hidden;
}
.blogkiji .blogdate {
	text-align: right;
	border-bottom: 1px solid #eee;
}
.blogkiji ul li {
	float: left;
	padding: 10px;
	width: 180px;
	height: auto;
	border: 1px solid #eee;
	list-style: none;
	margin: 5px;
	line-height: 1em;
}
/*
---------------------------------------------------20220426追加
*/
.pageNum {
  width: 100%;
}
.pageNum ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pageNum ul li {
  list-style: none;
}
.pageNum ul li a {
  padding: 0.25em 0.5em;
  margin: 0 0.5em;
  border: 1px solid #91C772;
  border-radius: 2px;
}
.pageNum ul li a.active {
  background-color: #91C772;
  color: #fff !important;
}
.pageNum ul li a:hover {
  background-color: #ff0;
  color: #91C772 !important;
}
/*
---------------------------------------------------20220426ここまで
*/
@media screen and (max-width:480px) {
#t_navi_box {
	clear: both;
	width: 95%;
	height: auto;
	float: left;
	margin-right: 50px;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.8);
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#navi_banner ul li img {
	width: 100%;
	height: auto;
}
.year_frame li {
	display: block;
	width: 95%;
	min-height: 100px;
	float: left;
	margin: 5px;
	list-style: none;
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	height: auto;
}
}
