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

  ■スタイル定義

  ・年間行事
  ・園の一日

*******************************************************************************/
/*
別エリア
**************/
#contents2
{
	margin: 1em 0;
}

 
/*
 年間行事のコンテンツテーブル
****************************/
.content.events table.season
{
	width: 100%;
	border-collapse: collapse;
}

.content.events table.season th,
.content.events table.season td
{
	vertical-align: middle;
	padding: 28px;
	border-bottom: 2px solid #ccc;
	line-height: 1.2;
}

.content.events table.season th
{
	text-align: left;
	font-weight: normal;
	padding-left:240px;
	background-position: left center;
	background-repeat: no-repeat;
}
.content.events table.season td
{
	width: 534px;
	text-align: center;
	position: relative;
}
.content.events table.season td > img
{
	display: block;
	padding: 24px;
	border-radius: 30px;
}

.content.events table.season td > span
{
	position: absolute;
	width:113px;
	height: 91px;
	text-indent: -99999px;
	outline: none;
	background-position: left top;
	background-repeat: no-repeat;
}


.content.events table.season tr.every-month
{
	font-size: 150%;
}
.content.events table.season tr.every-month > td
{
	padding:1em 0;
}

.content.events table.season tr.every-month b
{
	margin: .75em .25em;
	display: inline-block;
	border-radius: 50%;
	padding: 1.5em;
	background-color: #f6f6f6;
	font-weight: normal;
}

.content.events table.season tr.every-month b.event-1
{
	background-color: #FFDCDC;
}
.content.events table.season tr.every-month b.event-2
{
	background-color: #FDF1BC;
}
.content.events table.season tr.every-month b.event-3
{
	background-color: #DFE7FF;
}

#spring th
{
	background-image: url(./images/img-events-spring.png);
}
#spring td > span
{
	top: 36px;
	right: 121px;
	background-image: url(./images/img-events-fukidashi-01.png);
}
#spring td > img
{
	background-color: #FFE8DF;
}

#summer th
{
	background-image: url(./images/img-events-summer.png);
}
#summer td > span.primary
{
	top: 40px;
	left: 180px;
	background-image: url(./images/img-events-fukidashi-02.png);
}
#summer td > span.secondary
{
	bottom: 42px;
	right: 176px;
	background-image: url(./images/img-events-fukidashi-03.png);
}
#summer td > img
{
	background-color: #EFF3FF;
}

#fall th
{
	background-image: url(./images/img-events-fall.png);
}
#fall td > span
{
	bottom: 36px;
	left: 254px;
	background-image: url(./images/img-events-fukidashi-04.png);
}
#fall td > img
{
	background-color: #F4F4B2;
}

#winter th
{
	background-image: url(./images/img-events-winter.png);
}
#winter td > span
{
	top: 36px;
	left: 236px;
	background-image: url(./images/img-events-fukidashi-05.png);
}
#winter td > img
{
	background-color: #eeeeee;
}


/*
 園の一日
****************************/
.content.daily
{
	margin-bottom: 2em;
}

.content.daily .block-a
{
	float: left;
	width: 700px;
}
.content.daily .block-b
{
	margin-left: 740px;
}

.content.daily .block-c
{
	float: left;
	width: 600px;
}
.content.daily .block-d
{
	margin-left: 640px;
}


.content.daily table.day
{
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 80%;
}
.content.daily table.day > caption
{
	text-align: center;
	color: black;
}
.content.daily small:before
{
	content: '※';
}

.content.daily table.day th,
.content.daily table.day td
{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 1.4em 1em;
	text-align: center;
}

.content.daily table.day thead th
{
	background-color: #ffdfbf;
}
.content.daily table.day thead th.empty
{
	background-color: transparent;
	border: none;
	padding: 0;
	line-height: 1.2;
}
.content.daily table.day tbody th
{
	background-color: #fafafa;
}

.content.daily table.day td
{
	background-color: white;
}


.content.daily .kagaku-asobi
{
	background-color: white;
	padding: 2em;
	border: 9px dotted #FBBABA;
	border-radius: 10px;
}
.content.daily .kagaku-asobi h3
{
	font-size: 130%;
	border-bottom: 1px dotted #ccc;
	padding-top: .7em;
	padding-bottom: .7em;
	margin-bottom: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #8BC34A;
	color: #aaa;
	background: url(../theme/images/img-decoration-01.png) no-repeat center center;
}
.content.daily .kagaku-asobi strong
{
	display: block;
	margin: 1em 0;
	color: orange;
	font-size: 110%;
	text-align: center;
}
.content.daily .kagaku-asobi p.notice
{
	font-size: 100%;
	padding: 1em 0 0;
	margin-top: 3em;
	border-top: 1px dotted #ccc;
	text-align: center;
	color: green;
}


