@charset "UTF-8";

/* CSS Infomation -------------------------------

Website: あじさい保育園

Name   : home.css
Ver    : 1.0.0
Link   : index.html
Date   : 2011/04/01
Update : 2023/05/19

-----------------------------------------------*/



#Keyvisual {
	width: 795px;
	height: 300px;
	text-align: center;
	margin: 60px auto;
}

#Home {
	float: left;
}

#LatestTopics {
	width: 478px;
	border-bottom: 4px solid #F6F3EF;
	margin-left: 40px;
	margin-bottom: 4px;
	position: relative;
}

#TopicList {
	position: absolute;
	top: 18px;
	right: 120px;
}

#TopicList a {
	display: block;
	width: 134px;
	height: 26px;
	overflow: hidden;
	position: relative;
}

#TopicList img {
	position: absolute;
	top: 0;
	left: 0;
}

#LatestTopics dl {
	font-size: 84.6%;
}

#LatestTopics dt {
	padding: 15px 5px 10px;
}
#LatestTopics dd {
	padding: 15px 5px 10px 110px;
	border-bottom: 1px dotted #D3C5D9;
}

#LatestTopics dt {
	width: 100px;
	float: left;
}

#LatestTopics dd ul {
  padding-left: 18px;
}

#LatestTopics dd li {
  list-style: disc;
}

#TopicList img:hover {
	top: -26px;
}

#SpecialContents {
	width: 478px;
	margin-left: 40px;
}

#SpecialContents li {
	margin-bottom: 10px;
}

#SpecialContents a {
	display: block;
	width: 478px;
	height: 87px;
	position: relative;
	overflow: hidden;
}

#SpecialContents img {
	position: absolute;
	top: 0;
	left: 0;
}

#SpecialContents img:hover {
	top: -87px;
}

#HomeNav {
	margin: 18px 40px 0 0;
	float: right;
}

#HomeNav li {
	width: 243px;
	/* height: 109px; */
	margin-bottom: 10px;
}

#HomeNav a {
	display: block;
	width: 243px;
	height: 109px;
	overflow: hidden;
	position: relative;
}

#HomeNav img {
	position: absolute;
	top: 0;
	left: 0;
}

#HomeNav img:hover {
	top: -109px;
}

#HomeNav li.video iframe {
	width: 243px;
	height: 137px;
}

#reportBlock a {
	text-decoration: none;
}

#report {
	display: block;
	background-color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 8px solid #EEEFEF;
	border-radius: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#report:hover {
	border: 8px solid #DCDDDD;
}

#download {
	margin-left: 40px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 5px solid #F6F3EF;
	min-height: 18px;
}

#download p {
	font-size: 84.6%;
	text-align: center;
}
