@charset "UTF-8";
/* ======================================
EAST HILL PET HOTEL
====================================== */
#mainContents{padding-bottom:0px !important;}
#pageTitle{background-image:url(../../image/easthill_pet/img_title.jpg);}
.easthill_pet-border{
	border:1px solid #D7D7D7;
	padding:0.5em;
	}
.easthill_pet-attention {
    letter-spacing: -1px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.easthill_pet-dl{width:100%;font-size: 12px;}
.easthill_pet-dl dt{
	font-weight:bold;
	color:#193A73;
	display:inline-block;
	width:25%;
	margin-right:5%;
	margin-bottom:1em;
	vertical-align: top;
	}
.easthill_pet-dl dd{
	width: 65%;
	display:inline-block;
	overflow:hidden;
	margin-bottom:1em;
	}
.easthill_pet-dl2{width:100%;font-size: 12px;}
.easthill_pet-dl2>dt{
	font-weight:bold;
	color:#193A73;
	margin-bottom:1em;
	}
.easthill_pet-dl2>dd{
	margin-bottom:1em;
	}
.easthill_pet-dl2>dd>dl{width:100%;font-size: 12px;}
.easthill_pet-dl2>dd>dl>dt{
	display:inline-block;
	width: 30%;
	margin-right:5%;
	margin-bottom:1em;
	vertical-align: top;
	}
.easthill_pet-dl2>dd>dl>dd{
	width: 60%;
	display:inline-block;
	overflow:hidden;
	margin-bottom:1em;
	}
.easthill_pet-blueBox{
	border: 1px solid #B5C9EC;
    background: #E8F0FF;
    border-radius: 3px;
    padding: 0.1em 1em 0em 1em;
    margin-right: 105px;
	}