@charset "utf-8";

/**
 *
 *  ペット
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   Pets
---------------------------------------------------------------------------*/

#Pets .lead{
	line-height: 2;
}

/* col-lyt
-----------------------------------------------------------------*/
#Pets .col-lyt{
	display: table;
	width: 100%;
	margin-top: 25px;
}
#Pets .col-lyt .col{
	display: table-cell;
	vertical-align: top;
}
#Pets .notes{
	width: 515px;
	padding: 27px 25px 25px 51px;
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing : border-box ;
	box-sizing: border-box;
}
#Pets .notes ul{
	list-style: disc;
}
#Pets .notes li + li{
	margin-top: 10px;
}
#Pets .notes .sub-txt{
	margin-top: 7px;
	font-size: 86%;
}
#Pets .col.img{
	text-align: right;
}

/* attention
-----------------------------------------------------------------*/
#Pets .attention{
	margin-bottom: 25px;
	padding-bottom: 35px;
	border-bottom: 1px solid #d7d7d7;
}
#Pets .attention dt{
	margin-top: 45px;
	color: #1b1b68;
	font-size: 143%;
	font-weight: bold;
	line-height: 1.5;
}
#Pets .attention dd{
	margin-top: 10px;
}
#Pets .rule{
	padding: 5px 35px 0 30px;
	list-style: decimal;
}
#Pets .rule li{
	padding-top: 5px;
}