@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	CONTENT
========================================================================== */
#breed table th{
  width:20%;
}
#breed table th img{
  width:100%;
  height:auto;
}
#breed table th,#breed table td{
  border-bottom:1px dotted #000;
  padding:10px 5px;
  box-sizing:border-box;
  text-align:left;
  vertical-align:top;
}
#breed table td span{
  font-size:1.1rem;
}
/* ------------------------------------------------------------
	 TABLET   for - 999px
   ------------------------------------------------------------ */

@media screen and (max-width:999px) {


}

/* ------------------------------------------------------------
	 SP　599pxまで
   ------------------------------------------------------------ */
@media screen and (max-width: 599px) {


}


