@charset "UTF-8";

/* CSS Document */

/*===================================================
    各画面作成用CSS
===================================================*/

/*//////////////////////////////////////////////////
    種類と大きさ
///////////////////////////////////////////////////*/

/* --------------------------------------------------
    キービジュアル
-------------------------------------------------- */
.kv {
	background: url("../image/size/size_kv.png") center no-repeat;
    background-size: cover;
}

/* --------------------------------------------------
    コンテンツ
-------------------------------------------------- */
.size section + section {
	margin-top: 50px;
}
.ttlSizeDog,
.ttlSizeCat {
	margin: 0 0 20px;
	background-image: linear-gradient(to right, #cccccc, #cccccc 2px, transparent 1px, transparent 4px);
	background-size: 8px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.ttlSizeDog span {
	display: block;
    padding: 20px 0 20px 70px;
    font-family: Meiryo,"メイリオ";
	font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    background: url("../image/common/icon_dog_ttl.svg") left center no-repeat;
    background-size: 50px auto;
}
.setOs .ttlSizeDog span {
	font-family: 'Rounded Mplus 1c';
    font-weight: 700;
}
.ttlSizeCat span {
	display: block;
    padding: 20px 0 20px 70px;
    font-family: Meiryo,"メイリオ";
	font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    background: url("../image/common/icon_cat_ttl.svg") left center no-repeat;
    background-size: 50px auto;
}
.setOs .ttlSizeCat span {
	font-family: 'Rounded Mplus 1c';
    font-weight: 700;
}
.size .contBox h3 + p {
	font-size: 16px;
}
.size .tblBox {
	overflow: hidden;
	margin-bottom: 40px;
}
	.size .tblBox table {
		border-left: 1px solid #cccccc;
	}
	#dogSize .tblBox table {
		width: 490px;
	}
	#catSize .tblBox table {
		width: 400px;
	}
	.size .tblBox .leftTbl {
		float: left;
		margin-right: 20px;
	}
	.size .tblBox .rightTbl {
		float: left;
	}
	.size .tblBox table thead {
		border-top: 1px solid #cccccc;
	}
	.size .tblBox table tr {
		border-bottom: 1px solid #cccccc;
	}
	.size .tblBox table thead tr {
		text-align: center;
		line-height: 1.3;
		background: #fee6e9;
	}
	.size .tblBox table th {
		padding: 5px 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #cccccc;
	}
	.size .tblBox table thead th {
		vertical-align: middle;
	}
	.size .tblBox table tbody th {
		width: 30px;
	}
	.size .tblBox table td {
		padding: 5px 10px;
		font-size: 12px;
		vertical-align: middle;
		border-right: 1px solid #cccccc;
		background: #fafafa;
	}
	.size .tblBox table td + td {
		width: 90px;
		text-align: center;
		letter-spacing: -0.05em;
	}
.size .list {
	margin-bottom: 40px;
	padding: 30px 40px;
	font-size: 14px;
	background: #f9f9f9;
}
	.size .list li {
		padding-left: 8px;
		line-height: 1.8;
		background: url("../image/common/icon_disc_grey.png") left 9px no-repeat;
		background-size: 4px auto;
	}

.size .lifespan {
	padding: 30px 40px;
	background: #f9f9f9;
}
	.size .lifespan dt {
		margin-bottom: 10px;
		padding-left: 20px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		background: url("../image/common/ttl_paw.png") left top no-repeat;
		background-size: 16px auto;
	}
	.size .lifespan dd {
		font-size: 14px;
	}
		.size .lifespan dd aside p {
			width: 230px;
			margin-top: 5px;
			padding: 15px 20px;
			background: #ffffff;
		}
		.size .lifespan dd aside p span {
			display: block;
			font-size: 11px;
		}





