@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	CONTENT
========================================================================== */
#main{
  margin:0 auto 20px auto;
}

#news dt{
  margin-bottom:5px;
}
#news dd{
  border-bottom:1px dotted #000;
  padding-bottom:10px;
  margin-bottom:10px;
}
#news dd:last-child{
  border-bottom:none;
}

#puppy .box{
  border:1px solid #8c6252;
  background-color:#fff;
  border-radius:5px;
  padding:20px;
  margin-bottom:15px;
}
#puppy .box p{
  margin-bottom:0;
}


/* ------------------------------------------------------------
	 TABLET   for - 999px
   ------------------------------------------------------------ */

@media screen and (max-width:999px) {
#puppy .box{
  float:left;
  width:31.3%;
  margin:0 1% 15px 1%;
  box-sizing:border-box;
}
#puppy .cmn-btn{
  clear:both;
}

}

/* ------------------------------------------------------------
	 SP　599pxまで
   ------------------------------------------------------------ */
@media screen and (max-width: 599px) {
#puppy .box{
  float:none;
  width:100%;
  margin:0 auto 15px auto;
}

}


