@charset"utf-8";


/* ナヴィゲーションボタン 
-----------------------------------*/
#navi {
width:1000px;
height:54px;
padding:0px;
margin-top:13px;
float:left;
overflow:hidden;
display:inline;
}

#navi img { visibility:hidden }
#navi .n-home { background-image: url(../image/navi_home.gif);  background-position: 0px 54px; float:left;}
#navi .n-work { background-image: url(../image/navi_work.gif);  background-position: 0px 54px; float:left;}
#navi .n-service { background-image: url(../image/navi_service.gif);  background-position: 0px 54px; float:left;}
#navi .n-pack { background-image: url(../image/navi_pack.gif);  background-position: 0px 54px; float:left;}
#navi .n-com { background-image: url(../image/navi_com.gif);  background-position: 0px 54px; float:left;}
#navi .n-inq { background-image: url(../image/navi_inq.gif);  background-position: 0px 54px; float:left;}

#navi a,
#navi a:link,
#navi a:visited { background-position: 0px 0px; float:left; height: 54px; }
#navi a:hover,
#navi a:active { background-position: 0px 54px; float:left;}

#navi .n-home a { background-image: url(../image/navi_home.gif); }
#navi .n-work a { background-image: url(../image/navi_work.gif); }
#navi .n-service a { background-image: url(../image/navi_service.gif); background-position: 0px 54px; float:left;}
#navi .n-pack a { background-image: url(../image/navi_pack.gif); }
#navi .n-com a { background-image: url(../image/navi_com.gif); }
#navi .n-inq a { background-image: url(../image/navi_inq.gif); }

#TopContent {
width:1000px;
float:left;
padding:0;
margin:0 0 10px 0;
*margin:0 0 5px 0;
background-image:url(../image/left_under.gif);
background-repeat:repeat-y;
}

/* コンテンツ
-----------------------------------*/
/* 20110127追加 
-----------------------------------*/

.petbusiness_ttl img{
margin-bottom:25px;
}

dl.petbusiness_Detail {
width:655px;
margin-bottom:40px;
float: left;
padding:0 20px;
}

dl.petbusiness_Detail dt {
background:none;
width:275px;
float:left;
}

dl.petbusiness_Detail dd {
width:380px;
color:#333;
float:right;
}

dl.petbusiness_Detail dd .marrulink{
display:block;
margin-top:25px;
font-weight:bold;
}

dl.petbusiness_Detail dd .marrulink img{
display:block;
}

#cakeList{
}

#cakeList li{
float:left;
margin-right:20px;
margin-top:20px;
text-align:center;
width:148px;
color:#666666;
}

#cakeList li.end{
margin-right:0px;
}

#cakeList li.hspace{
margin-bottom:50px;
}

#cakeList li img{
margin-bottom:10px;
display:block;
border:1px solid #DFDFDF;
padding:1px;
}

.pbText{
margin:0 25px;
}

#serviceList {
margin-left:25px;
}

#serviceList .pb_service_ttl{
margin-bottom:20px;
margin-top:40px;
}

#serviceList dl{
width:666px;
}

#serviceList dt{
float:left;
width:245px;
}

#serviceList dt img{
margin-left:5px;
}

#serviceList dd{
float:right;
width:420px;
}

#serviceList dd .note{
margin-top:20px;
}

#serviceList dd .actual{
margin-top:20px;
display:block;
}

#serviceList dd .actual a{
display:block;
}

#underBtn{
width:210px;
margin:70px auto;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */