@charset "utf-8";
/*******************************************************************************

  ■スタイル定義

  ・共通
  ・ご挨拶／保育目標
      - 挨拶
      - 基本方針
  ・園内紹介
  ・クラス紹介
  ・特別保育
  ・下手野分園

*******************************************************************************/
/*
 共通
----------------------*/
.box-group
{
	background-color: white;
	border-top: 1px solid #333;
	margin-bottom: 2em;
}
.box
{
	padding: 30px;
}
.box-aside
{
	width: 380px;
	float: left;
}
.box-content
{
	margin-left: 440px;
}

.box-group > .box-half
{
	float: left;
	width: 500px;
}

/* 住所・電話・FAX */
span.phone:before
{
	content: 'TEL';
	margin-right: .5em;
}
span.fax:before
{
	content: 'FAX';
	margin-right: .5em;
}


/* テーブル 03 */
table.tbl03
{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.tbl03 th,
table.tbl03 td
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: .5em;
}

table.tbl03 td
{
	background-color: white;
}
table.tbl03 th
{
	background-color: #FCFDFF;
	font-weight: normal;
	text-align: left;
}
table.tbl03 thead th
{
	text-align: center;
}

table.tbl03.history th
{
	width: 60px !important;
	text-align: center;
}

table.tbl03 td.year
{
	white-space: nowrap !important;
}


/* テーブル 04 */
table.tbl04
{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.tbl04 th,
table.tbl04 td
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 1em;
}

table.tbl04 td
{
	background-color: white;
}
table.tbl04 th
{
	background-color: #FFFAED;
	font-weight: normal;
	text-align: left;
}

/* 入園について */
#contents2 .inner.outline2 table
{
	width: 100%;
}
#contents2 .inner.outline2 table th
{
	text-align: center;
	vertical-align: middle;
	width: 30%;
	border-right: 7px solid #FFE7DF;
	font-size: 125%;
}
#contents2 .inner.outline2 table td
{
	vertical-align: middle;
	padding: 0 3em;
}

/*
 ご挨拶・保育目標
----------------------*/

/* 挨拶 
---------*/
.greeting
{
	padding: 64px;
	background-color: white;

	background-color: #FFE7DF;
	background-color: rgba(255, 255, 191,.35);
	border-radius: 15px;
}
.greeting > p
{
	text-indent: 1em;
}
.greeting > p:first-child
{
	margin-top: 0;
}
.greeting > p:last-child
{
	margin-bottom: 0;
}

/* 基本方針
--------------*/
table.basis
{
	width: 100%;
	background-color: white;
	margin: 5px 0;
}

table.basis td,
table.basis th
{
	vertical-align: middle;
}
table.basis th
{
	text-align: center;
	color: #DAB958;
	border-right: 1px solid #ffdc73;
	width: 240px;
	font-size: 125%;
}
table.basis td
{
	text-align: left;
	padding: 0 48px;
}
table.basis td  li
{
	margin-left: 2em;
}

table.basis td > ol
{
	list-style: decimal;
}
table.basis td > ol > li
{
	color: #00AF57;
	font-size: 110%;
	margin-bottom: .25em;
}
table.basis td > ol > li > strong
{
	color: #333333;
	display: block;
	font-weight: normal;
	font-size: 85%;
}

table.basis td > ul
{
	list-style: disc;
}
table.basis td > ul > li
{
	color: #00AF57;
	font-size: 110%;
	margin-bottom: .25em;
}

/* 特色
---------------------------*/
.feature
{
	width: 85%;
	margin: auto auto 3em;
	padding: 2em 3em;
	background-color: #FFE7DF;
	background-color: rgba(255, 255, 191,.35);
	border-radius: 15px;
}

.feature > ul
{
	margin: 0 0 1em;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(./images/img-bk-feature.png);
	padding-right: 300px;
}
.feature > ul > li
{
	list-style-position: outside;
	margin: .5em 0;
	padding-left: 30px;
	background: url(../theme/images/icn-check.png) no-repeat left top;
	color: rgb(1, 123, 62);
	text-shadow: 1px 1px 0 white;
}
.feature > ul > li:first-line
{
	display: block;
	margin-left: -1em;
}

.feature > ul + p
{
	text-align: center;
	color: black;
	text-decoration: underline;
	margin: 2em 0 0;
}

/* 園内紹介
---------------------------*/
.content.outline table.tbl03
{
	margin-bottom: 2em;
}
.content.outline table.tbl04
{
	margin-top: 2em;
}

.content.outline table th
{
	width: 120px;
}

.content.outline .box-aside h3
{
	font-size: 150%;
	margin: .5em 0;
	color: black;
}

.content.outline ul.images,
.content.branch ul.images
{
	padding: 0 30px 30px;
	clear: both;
}
.content.outline ul.images > li,
.content.branch ul.images > li
{
	float: left;
	display: inline-block;
	margin: 0 1% 1%;
	width: 23%;
}
.content.outline ul.images > li:first-child,
.content.branch ul.images > li:first-child
{
	margin-left: 0;
}
.content.outline ul.images > li:last-child,
.content.branch ul.images > li:last-child
{
	margin-right: 0;
}
.content.outline ul.images > li > img,
.content.branch ul.images > li > img
{
	display: block;
	border-radius: 5px;
}
.content.outline ul.images > li > img + span
{
	text-align: center;
	display: block;
	font-size: 80%;
	padding: .3em 0;
	color: #666;
	font-weight: bold;
}
.content.outline ul.images > li > img + span:before
{
	content: '≪';
	font-weight: normal;
}
.content.outline ul.images > li > img + span:after
{
	content: '≫';
	font-weight: normal;
}


/*
 クラス紹介
----------------------*/
.content.classes .box-group
{
	padding: 0 2em 1em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

table.class-guide
{
	margin: 2em 0;
	border-collapse: collapse;
}

table.class-guide th,
table.class-guide td
{
}
table.class-guide th
{
	font-weight: normal;
	text-align: left;
	color: black;
	font-size: 120%;
	white-space: nowrap;
	padding: 1em 1em 1em 0;
}
table.class-guide td
{
	font-size: 80%;
}

/*年齢別クラス*/
table.class-guide th.class-age
{

}
table.class-guide th.class-age > span
{
	display: inline-block;
	width: 133px;
	height: 38px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 20px;
	padding: 8px 0 0 12px;
}
th.class-age > span.zero-class
{
	background-image:url(./images/bg-class-zero.png);
}
th.class-age > span.first-class
{
	background-image:url(./images/bg-class-first.png);
}
th.class-age > span.second-class
{
	background-image:url(./images/bg-class-second.png);
}
th.class-age > span.third-class
{
	background-image:url(./images/bg-class-third.png);
}
th.class-age > span.fourth-class
{
	background-image:url(./images/bg-class-fourth.png);
}
th.class-age > span.fifth-class
{
	background-image:url(./images/bg-class-fifth.png);
}

/*クラス名*/
table.class-guide th.class-name
{

}
table.class-guide th.class-name > span
{
	border-right-width: 6px;
	border-right-style: solid;
	display: block;
	/* width: 160px; */
	width: 150px;
	padding: .5em 0;
}

.content span.class-hiyoko
{
	border-right-color: #ffeebf;
}
.content span.class-hana-a
{
	border-right-color:#efffbf;
}
.content span.class-hana-b
{
	border-right-color:#ffdfbf;
}

.content span.class-yuki
{
	border-right-color:#ffff99;
}
.content span.class-tsuki
{
	border-right-color:#eeeeee;
}
.content span.class-hoshi
{
	border-right-color:#bfdfff;
}
/*クラス名ここまで */

.content.classes table.class-guide
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.content.classes table.class-guide tr
{
	border-bottom: 1px solid #ccc;
}
.content.classes table.class-guide tr.no-border,
.content.classes table.class-guide tr:last-child
{
	border-bottom: none;
}

/*
 特別保育
----------------------*/
.content.special ul
{
	background-color: white;
	padding: 1em;
	margin-bottom: 4em;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.content.special ul > li
{
	padding: 1em 1em 2em 380px;
	border-bottom: 1px solid #ccc;
	background-position: left center;
	background-repeat: no-repeat;
}
.content.special ul > li:last-child
{
	border-bottom: none;
}

li#encho
{
	background-image:  url(./images/bg-encho-hoiku.png);
}
li#hiroba
{
	background-image:  url(./images/bg-kosodate-hiroba.png);
}

li#hiroba h3
{
	font-size: 140%;
	color: #C78B1D;
	margin: 1em 0;
	border-left: 7px solid orange;
	padding-left: 10px;
	line-height: 1;
}

.content.special li#hiroba > table.tbl03
{
	margin: 1em 0 3em;
}
.content.special li#hiroba > table.tbl03 + p.notice
{
	margin-top: -3em;
	margin-bottom: 3em;
}


caption.common
{
	line-height: 1.3;
	font-size: 80%;
	text-align: left;
}
caption.common > span
{
	margin-right: .75em;
	margin-bottom: .5em;
	display: inline-block;
	padding: .2em 1.2em;
	border-radius: 5px;
	background-color: #D4D4D4;
	text-shadow: 1px 1px 0 #fcfcfc;
}
p.important
{
	font-size: 150%;
}
p.important span.contact
{
	color: #333;
	font-weight: bold;
}
p.important span.phone
{
	margin-left: 1em;
}


/*
 下手野分園
----------------------*/
.content.branch .box-content h3
{
	font-size: 150%;
	color: black;
}
.content.branch .box-content table.tbl04
{
	width: 70%;
	margin: 1em 0 2em;
}

.content.branch .box-content table.tbl04 th
{
	width: 120px;
}

.content.branch table.class-guide > caption
{
	font-size: 140%;
	text-align: left;
	position: relative;
	padding: .4em;
	border-bottom: 1px dotted #888;
}
.content.branch table.class-guide > caption > small
{
	font-size: 70%;
	position: absolute;
	right: 3em;
	top: 1em;
}

.content.branch table.class-guide th,
.content.branch table.class-guide td
{
	border-bottom: 1px dotted #888;
}

.content.branch table.class-guide th
{
	padding: 1em 1em 1em 0;
}


/*
入園案内
----------------------*/
.content.admission .box-group
{
	margin: 1em 0 3em;
	border-top: none;
	border-radius: 10px;
	border: 9px dotted #FBBABA;
	background-color: rgba(255,255,255,.75);
}
.content.admission .box-group h3
{
	color: #FF473A;
	font-size: 130%;
	padding-bottom: 3px;
	border-bottom: 1px dotted #fbbaba;
}
.content.admission .box-group h3 > span:before
{
	content: '★';
	margin-right: .25em;
}

/*
情報公開および苦情申立窓口
***************************/
.content.statement .box-group
{
	margin: 1em 0 3em;
	border-top: none;
	border-radius: 10px;
	border: 4px dotted #999;
	background-color: rgba(241,241,241,.65);
}
.content.statement .box-group h3
{
	color: #555;
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dotted #666;
	text-shadow: 1px 1px 0 white;
}
.content.statement .box-group
{
	padding-top: 1em;
	padding-bottom: 1em;
}

.content.statement .box-group h3 > span:before
{
	content: '●';
	margin-right: .25em;
}

.content.statement .box-half:last-child
{
	border-left: 1px dotted #666;
}

.content.statement .box-half ol
{
	list-style-position: outside;
}
.content.statement .box-half li
{
	margin-left: 1.5em;
}

.content.statement .box-half > ol
{
	list-style-type: decimal;
	font-size: 80%;
}

.content.statement .box-half > ol > li
{
	margin-bottom: 1em;
}
.content.statement .box-half > ol > li > em
{
	font-style: normal;
	display: block;
	border-bottom: 1px dotted #999;
	margin-bottom: .5em;
	font-weight: bold;
}

.content.statement .box-half > ol > li > ol
{
	list-style-type: lower-roman;
}
.content.statement .box-half > ol > li > ol > li
{
	margin-left: 1em;
}
