@charset "UTF-8";
/* //////////////////////////////////////////////////
[第二保育園　中ページcss] 
////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////
スマホ
////////////////////////////////////////////////// */
.container h3{
	margin-top: 40px;
}
/* [新着情報]  */
.newtopics {
  margin: 0%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 30px 20px 30px;
  text-align: left;
  background-image: url();
}
.newtopics h3 {
  font-family: "M PLUS Rounded 1c";
  border-bottom: 5px solid #A97c00;
  font-weight: bold;
  font-size: 19px;
  padding-top: 0px;
  letter-spacing: 1px;
  padding-bottom: 6px;
  background-image: url("common/img/news_tanpopo.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 60px 45px;
	border-top: 0px;
	text-align: left;
}
ul.newsList {
  border-bottom: 1px dotted #999;
  padding:0px 0 5px 0;
	margin: 0 0 15px 0;
}
ul.newsList li {
  display: block;
  margin: 0px 0px 4px 0px;
}
ul.newsList li:first-child {/* 日付のみ太字  */
    font-weight: bold;
		color: #969696;
}
/* //////////////////////////////////////////////////
PC
////////////////////////////////////////////////// */
@media only screen and (min-width: 769px) {
	


}
