@charset "utf-8";

/*=========================================================

	トップページ
	/index.html

=========================================================*/

/* メインイメージ
---------------------------------------------------------*/
#mainImg {
	clear: both;
	position: relative;
	width: 972px;
	height: 372px;
	margin: 20px auto 0;
}
#mainImg div {
	position: absolute;
	top: 0;
	left: 0;
}
#mainImg p {
	position: absolute;
	top: 26px;
	left: 37px;
}
#mainImg ul {
	position: absolute;
	top: 248px;
	left: 44px;
}
#mainImg ul li {
	font-size: 1.5em;
	line-height: 160%;
	font-weight: bold;
}

/* 年末年始休業お知らせ
---------------------------------------------------------*/
.close_2019 {
	width: 972px;
	margin: 0 auto;
	padding: 24px 0;
	background-color: #C03;
	text-align: center;
	font-size: 200%;
}
.close_2019 p {
	color: #FFF!important;
}
.close_2019 strong span {
	display: inline-block;
	border-bottom: 4px double #FFFFFF;
}
.close_2019 .note {
	display: block;
	margin-top: 8px;
	font-size: 75%;
}

/* 仔犬情報・スタッフ日記
---------------------------------------------------------*/
#news {
	background: #F9F8DD url(../images/news_bg.png) no-repeat 0 0;
	width: 667px;
	height: 170px;
	padding: 20px;
}
#news h3 {
}
#news dl {
	padding: 18px 12px 0;
	font-size: 1.1em;
	height: 120px;
	overflow: hidden;
}
#news dl dt {
	float: left;
}
#news dl dd {
	padding: 0 0 5px 9.5em;
}

/* 預託訓練・出張訓練・ドッグホテル・仔犬
---------------------------------------------------------*/
#menubox {
	padding-top: 12px;
}
#menubox div {
	float:  left;
	width: 324px;
	height: 168px;
	margin-bottom: 7px;
	padding: 21px 0 0 23px;
	position: relative;
}
#menubox div#yotaku {
	background: #D0E996 url(../images/yotaku_bg.jpg) no-repeat 0 0;
	margin-right: 13px;
}
#menubox div#shuccho {
	background: #D0E996 url(../images/shuccho_bg.jpg) no-repeat 0 0;
}
#menubox div#doghotel {
	background: #D0E996 url(../images/doghotel_bg.jpg) no-repeat 0 0;
	margin-right: 13px;
}
#menubox div#koinu {
	background: #D0E996 url(../images/koinu_bg.jpg) no-repeat 0 0;
}

#menubox div dl {
}
#menubox div dl dt{
	padding-bottom: 9px;
}
#menubox div dl dd{
	padding-bottom: 5px;
}

#menubox div p {
	position: absolute;
	right: 16px;
	bottom: 14px;
}




