@charset "utf-8";


div.daycare h3 {
	border-bottom: 2px dotted #e18686;
	color: #e18686;
	}

div.daycare h4 {
	color: #ef9d0d;/*#F97575;*/
	}

div.daycare h5 {
	color: #c00;
	font-weight: bold;
	}

div.lead ul li strong {
	color: #F97575;
	font-weight: bold;
	}

div.daycare div.information,
div.daycare div.schedule {
	margin-bottom: 100px;
	}

div.daycare div.institution {
	margin-bottom: 30px;
	}

div.daycare div div.section {
	margin-bottom: 2em;
	}

/* @group div.information */

div.information {
	
	}

div.information ul li strong {
	font-weight: bold;
	}

div.information ul.additional li {
	margin-left: 2em;
	list-style: disc;
	}

table.price {
	margin-bottom: 10px;
	border: 1px solid #efbebe;
	width: 100%;
	}


table.price caption {
	padding-bottom: 3px;
	font-weight: bold;
	text-align: left;
	}

table.price caption span {
	font-weight: normal;
	font-size: 85%;
	}

table.price th {
	padding: 5px;
	border: 1px solid #efbebe;
	width: 20%;
	vertical-align: middle;
	color: #c05a5a;
	background-color: #f9dede;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	}

table.price td {
	padding: 5px;
	border: 1px solid #efbebe;
	width: 20%;
	vertical-align: middle;
	text-align: center;
	}

table.price td strong {
	color: #c00;
	font-weight: bold;
	}

table.price thead td,
table.price tbody th {
	background-color: #FFF4F4;
	}


/* @end */

/* @group div.schedule */

div.schedule {
	
	}

div.schedule ol {
	
	}

div.schedule ol li {
	margin-left: 2em;
	list-style: decimal;
	font-size: 85%;
	}

div.schedule ol li strong {
	font-weight: bold;
	font-style: italic;
	}

table.schedule {
	width: 800px;
	}

table.schedule th {
	padding: 5px 0;
	border: 1px solid #efbebe;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	}

table.schedule td {
	padding: 5px 0;
	border: 1px solid #efbebe;
	text-align: left;
	}

table.schedule td strong {
	font-weight: bold;
	}

table.schedule td sup {
	padding: 0 3px;
	color: #c00;
	font-weight: bold;
	}

table.schedule td p {
	font-size: 85%;
	}

table.schedule thead th {
	border: 1px solid #efbebe;
	color: #c05a5a;
	background-color: #f9dede;
	}
	
table.schedule tbody th {
	width: 100px;
	}
	
table.schedule tbody td {
	padding-left: 1em;
	}
	
table.schedule tbody.day th {
	width: 200px;
	}
	
table.schedule tr.odd th,
table.schedule tr.odd td {
	background-color: #fff4f4;
	}
/* @end */

/* @group div.macine */

table.macine {
	margin-bottom: 10px;
	border: 1px solid #efbebe;
	width: 100%;
	}

/* @end */

/* @group div.institution */

div.institution {
	}

div.institution ol {
	zoom: 1;
	}

div.institution ol:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

div.institution ol li {
	margin: 0 6px 15px 6px;
	float: left;
	width: 250px;
	font-size: 85%;
	}

div.institution ol li strong {
	font-weight: bold;
	}

/* @end */


/* @group table.address */

table.address {
	margin-bottom: 10px;
	width: 100%;
	}

table.address th {
	padding: 5px;
	border: 1px solid #efbebe;
	width: 15%;
	color: #c05a5a;
	background-color: #f9dede;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	}

table.address td {
	padding: 5px;
	border: 1px solid #efbebe;
	background-color: #fff4f4;
	width: 85%;
	text-align: left;
	}

table.address td strong {
	font-weight: bold;
	}

/* @end */