/* Basic */

#place, #doing, #calendar, #about,
#childcarePlace, #childcareUser, #childcareAbout {
	float: left;
	margin-bottom: 60px;
}

#place h3, #doing h3, #calendar h3, #about h3,
#childcarePlace h3, #childcareUser h3, #childcareAbout h3 {
	margin-bottom: 36px;
	width: 710px;
	height: 90px;
	text-indent: -9999px;
}

#place h3 { background: url(../images/h3place.png) no-repeat; }
#doing h3 { background: url(../images/h3doing.png) no-repeat; }
#calendar h3 { background: url(../images/h3calendar.png) no-repeat; }
#about h3 { background: url(../images/h3about.png) no-repeat; }

#childcarePlace h3 { background: url(../images/h3childCarePlace.png) no-repeat; }
#childcareUser h3 { background: url(../images/h3childCareUser.png) no-repeat; }
#childcareAbout h3 { background: url(../images/h3childCareAbout.png) no-repeat; }


#about table , #clildcareAbout table {
	margin-bottom: 24px;
	width: 100%;
}

#about th, #about td,
#childcareAbout th, #childcareAbout td {
	padding: 8px 16px;
	text-align: left;
	border-bottom: 1px solid #fa8aa6;
}



.comment {
	padding: 15px 0;
	text-align: center;
	border-radius: 10px;
	background: #f9e4ea;
	color: #f62257;
}

.commentBtn a {
	margin: 20px;
	padding: 6px 20px;
	border-radius: 10px;
	border: 2px solid #f62257;
	background: #f62257;
	color: #fff;
	font-weight: bold;
}

.commentBtn a:hover {
	padding: 6px 20px;
	border-radius: 10px;
	border: 2px solid #f62257;
	background: #fff;
	color: #f62257;
	font-weight: bold;
}




/* #calendar */
#calendar {
	float: left;
	margin-bottom: 50px;
}

#calendarLatest dl {
	float: left;
	width: 100%;
}

#calendarLatest dt {
	float :left;
	margin-bottom: 20px;
	padding-left: 20px;
	width: 35%;
	height: 35px;
	font-weight: bold;
	color: #fa8aa6;
}

#calendarLatest dt span {
	font-size: 1.500em;
}

#calendarLatest dd {
	float :left;
	margin-bottom: 20px;
	padding-left: 20px;
	width: 65%;
	height: 35px;
}

#calendarLatest a {
	padding: 6px 20px 4px 20px;;
	border-radius: 10px;
	border: 2px solid #fa8aa6;
	background: #fa8aa6;
	color: #fff;
	font-weight: bold;
}

#calendarLatest a:hover {
	padding: 6px 20px 4px 20px;;
	border-radius: 10px;
	border: 2px solid #fa8aa6;
	background: #fff;
	color: #fa8aa6;
	font-weight: bold;
}

#calendarBackNumber iframe {
	width: 100%;
	height: 170px;
	border: 1px solid #ccc;
}