@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	CONTENT
========================================================================== */
#notes ul li{
  text-indent:-0.65em;
  margin-left:1.5em;
  margin-bottom:10px;
}
#notes ul li:last-child{
  margin-bottom:0px;
}

#pedigree .float-l{
  width:25%;
}
#pedigree .float-r{
  width:70%;
}

#notes{
  padding:30px 0 20px 0;
  background:url(../images/cmn-images/bg.jpg) 0 0;
  background-size:100% auto;
  overflow:hidden;
}
#pedigree{
  padding:30px 0 20px 0;
  color:#fff;
  background:url(../images/cmn-images/bg2.jpg) 0 0;
  background-size:100% auto;
  overflow:hidden;
  margin-bottom:0;
}
#vaccine{
  padding:30px 0 20px 0;
  background:url(../images/cmn-images/bg.jpg) 0 0;
  background-size:100% auto;
  overflow:hidden;
}
/* ------------------------------------------------------------
	 TABLET   for - 999px
   ------------------------------------------------------------ */

@media screen and (max-width:999px) {


}

/* ------------------------------------------------------------
	 SP　599pxまで
   ------------------------------------------------------------ */
@media screen and (max-width: 599px) {


}


