@charset "UTF-8";
/* //////////////////////////////////////////////////
[第一保育園　共通css] 
////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////
スマホ
////////////////////////////////////////////////// */
/* メニューの背景色変更*/
.no1menu {
  background-color: #7ecd2e !important;
}

h2{
	background: url("/common/img/no1/dotline.png") repeat-x bottom left;
}

#wrapper {
  background-image: url(/common/img/bg_no2_top.png), url(/common/img/bg.jpg); /* 複数背景（空の上に木と雲）*/
  background-repeat: no-repeat, repeat;
  background-position: center 0%;
  background-size: contain;
}
#box1 {

  border-top: 12px solid #7ecd2e; /*境界線の色変更*/
}
#box2 {
  background-color: #fff;
}
#box3 {
  background-image: ;
  background-position: center top;
  background-color: #ffffbb;
}
	
.footersitemap{
	  background-image: 
url(/common/img/no1_footertanpopo.png);

}
/* //////////////////////////////////////////////////
PC
////////////////////////////////////////////////// */
@media only screen and (min-width: 769px) {

}