@charset "UTF-8";

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

Website: あじさい保育園
Design office: contrast - http://www.cs321.jp/

Name   : topics.css
Ver    : 1.0.0
Link   : topics.html
Date   : 2011/04/01
Update : 2016/12/28

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



#Headline h2 {
	padding-left: 43px;
	background: url(../img/icon-ajisai-bk.png) no-repeat 0 3px;
}

#Topics {
	margin-bottom: 100px;
}

#Topics h3 {
	margin-bottom: 0;
}

#Topics dl {
	font-size: 84.6%;
	color: #333;
	border-bottom: 4px solid #F3EDF4;
}

#Topics dt {
	margin-top: 20px;
}

#Topics dd {
	padding-bottom: 10px;
	border-bottom: 1px dotted #D3C5D9;
}

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

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

#Topics ul.history {
	border-bottom: 4px solid #F6F3EF;
  padding: 10px 0 10px 0;
  text-align: center;
}

#Topics ul.history li {
  display: inline-block;
}