@charset "UTF-8";

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}

img, abbr, acronym, fieldset {border: 0;}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- */

.pet_data_wrap {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color: #555;
	line-height: 120%;
	text-align: left;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	padding: 40px;
}

@media print, screen and (max-width: 799px) {
	.pet_data_wrap {
		padding: 40px 15px;
	}
}

.pet_data {
	position: relative;
}

.group_title {
	color: #151515;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 15px;
	border-bottom: 3px solid #dcdcdc;
}

@media print, screen and (max-width: 799px) {
	.group_title {
		font-size: 16px;
		padding: 0 0 10px;
	}
}

.pet_data table {
	width: 100%;
	margin: 30px auto 0;
}

@media print, screen and (max-width: 799px) {
	.pet_data table {
		margin: 15px auto 0;
	}
}

.pet_data th,
.pet_data td {
	border-bottom:1px solid #dcdcdc;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0;
	vertical-align: top;
}

@media print, screen and (max-width: 799px) {
	.pet_data th,
	.pet_data td {
		font-size: 12px;
		padding: 10px 0;
	}
}

.pet_data th {
	width: 175px;
	white-space: nowrap;
	font-style: italic;
}

@media print, screen and (max-width: 799px) {
	.pet_data th {
		width: 125px;
	}
}

.pet_data tr:nth-child(-n+2) td {
	color: #151515;
	font-weight: bold;
}

.pet_data tr:nth-child(-n+7) td {
	padding-right: 386px;
}

@media print, screen and (min-width: 799px) and (max-width: 900px) {
	.pet_data tr:nth-child(-n+7) td {
		padding-right: 336px;
	}
}

@media print, screen and (max-width: 799px) {
	.pet_data tr:nth-child(-n+7) td {
		padding-right: 0;
	}
}

.pet_img {
	position: absolute;
	top: 0;
	right: 0;
	width: 346px;
	background-color: #fff;
	padding: 0 0 0 40px;

}

@media print, screen and (min-width: 799px) and (max-width: 900px) {
	.pet_img {
		width: 296px;
	}
}

@media print, screen and (max-width: 799px) {
	.pet_img {
		position: static;
		width: 100%;
		max-width: 360px;
		margin: 40px auto 0;
		padding: 0;
	}
}

.pet_img img {
	border: 1px solid #dcdcdc;
}





