@charset "Shift-JIS";
/* --------------------------------------------------
	Since : 2009/03/16
	Last Modified: 2009/03/23
	Version: 1.0
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: global menu
		: footer
		: navi
		: sidebar
		: option
	4: Contents
		: top
		: category

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



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

a {color:#8b5b2a;}
a:hover {color:#aaa;text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../image/main/background.gif);
	line-height:160%;
	color:#222;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-blue2  {color:#01BFBF;}
.font-color-blue3  {color:#0000FF;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#07a0ca;}
.font-color-brown  {color:#8C5E2C;}

.font-size-20      {font-size:20px;font-weight:bold;}
.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-14      {font-size:14px;font-weight:bold;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	font-size:10px;
	color:#8c5c2b;
	float:left;
	padding-top:5px;
	}

h2 {
    width:648px;
    height:273px;
	text-indent:0;
	margin-bottom:10px;
	}

h2.h2_c {
    width:648px;
    height:37px;
	font-size:120%;
	font-weight:bold;
	color:#FFFFFF;
	line-height:36px;
	text-indent:30px;
	background:url(../image/main/h2.jpg) no-repeat;
	margin-bottom:10px;
	}

h3 {
    width:648px;
    height:27px;
	text-indent:0;
	}
	
h3.h3_c {
    width:648px;
    height:27px;
	color:#905C2D;
	font-weight:bold;
	line-height:27px;
	text-indent:30px;
	background:url(../image/main/h3.jpg) no-repeat;
	}
	
h3.h3_cn {
    width:648px;
    height:27px;
	color:#905C2D;
	font-weight:bold;
	line-height:27px;
	text-indent:30px;
	background:url(../image/main/h3_new.jpg) no-repeat;
	}

h3.h3_cr {
    width:648px;
    height:27px;
	color:#905C2D;
	font-weight:bold;
	line-height:27px;
	text-indent:30px;
	background:url(../image/main/h3_kyubo.jpg) no-repeat;
	}
	
/* 店舗情報の各ブログのヘッダー */
/* CA */
h3.h3_cbca {
    width:648px;
    height:27px;
	color:#905C2D;
	font-weight:bold;
	line-height:27px;
	text-indent:30px;
	background:url(../image/main/h3_shopblog_ca.jpg) no-repeat;
	}

/* SCA */
h3.h3_cbsca {
    width:648px;
    height:27px;
	color:#905C2D;
	font-weight:bold;
	line-height:27px;
	text-indent:30px;
	background:url(../image/main/h3_shopblog_sca.jpg) no-repeat;
	}

/* aqua */
h3.h3_cbaqua {
    width:648px;
    height:27px;
	color:#905C2D;
	font-weight:bold;
	line-height:27px;
	text-indent:30px;
	background:url(../image/main/h3_shopblog_aqua.jpg) no-repeat;
	}

h4 {
	background:url(../image/main/h4.gif) no-repeat left center;
	padding:1px 0 0 12px;
	border-bottom:1px dotted #ccc;
	margin-bottom:3px;
	}
	
h5 {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	}
	
	h5 a{
		color:#FF6600;
		}


/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after,
div#wrapper:after,
div#content:after,
div#sidebar:after,
div.bbox:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div.bbox { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#wrapper,
* html div#content,
* html div#sidebar,
* html div.bbox  { height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div.bbox  {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=<MTBlogURL>img/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
/*
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
*/



/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	width:956px;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	padding-bottom:20px;
	}
	
	div#container-innter {
		width:904px;
		text-align:center;
		margin:0 auto;
		}

div#wrapper{
	padding:0 20px;
	text-align:center;
	margin:0 auto;
	padding-top:4px;
	background:url(../image/main/background-main.gif) repeat-y center;
	}
	
div#content {
	width:648px;
	float:left;
	text-align:left;
	}
	
div.main {
	padding-bottom:10px;
	}
	
div.section-b {
	background:url(../image/main/background_box.gif) repeat-y;
	border-bottom:1px solid #c0c0c0;
	}
	
div.section-b2 {
	background:url(../image/main/background_box.gif) repeat-y;
	}
	
div.section-footer {
	background:url(../image/main/main_foot.gif) no-repeat;
	height:35px;
	text-align:center;
	}


/* header 
==========================================================*/
div#header {
	padding-top:10px;
	}
	
	div#header-innter {
		width:904px;
		height:89px;
		clear:both;
		background:url(../image/main/header.gif) no-repeat;
		position:relative;
		}
	
a#tab-petlist {
	background:url(../image/main/tab_list.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
	display:block;
	width:240px;
	height:29px;
	float:right;
	float:right;
	}

div#logo {
	padding:26px 0 0 20px;
	text-align:left;
	}

a#btn-mentry {
	position:absolute;
	top:30px;
	right:174px;
	}	
	
a#btn-hcontact {
	position:absolute;
	top:26px;
	right:12px;
	}
	
/* global menu
==========================================================*/
div#global-menu {
	background:url(../image/main/background-main.gif) repeat-y;
	}
	
div#global-menu ul {
	text-align:center;
	height:42px;
	margin:0 auto;
	width:895px;
	}
	
	div#global-menu ul li{
		display:inline;
		float:left;
		}
	
	div#global-menu ul li a{
		width:127px;
		height:35px;
		display:block;
		text-indent:-9999px;
		outline:none;
		}
	
	div#global-menu ul{ background:url(../image/main/menu_normal.jpg);}
	body#home div#global-menu ul{ background:url(../image/main/menu_home.jpg);}
	body#first div#global-menu ul{ background:url(../image/main/menu_first.jpg);}
	body#service div#global-menu ul{ background:url(../image/main/menu_service.jpg);}
	body#search div#global-menu ul{ background:url(../image/main/menu_search.jpg);}
	body#shoplist div#global-menu ul{ background:url(../image/main/menu_shop.jpg);}
	body#plan div#global-menu ul{ background:url(../image/main/menu_plan.jpg);}
	body#shopping div#global-menu ul{ background:url(../image/main/menu_shopping.jpg);}
	
/* 	under navi
==========================================================*/
div#under-navi {
	clear:both;
	margin-bottom:10px;
	}

/* footer
==========================================================*/
div#footer {
	background:url(../image/main/footer.gif) no-repeat;
	height:62px;
	line-height:62px;
	padding:0 20px;
	clear:both;
	}
	
	div#footer p{
		float:left;
		}	
		
	div#footer ul{
		float:right;
		text-align:center;
		}
		
	div#footer ul li{
		display:inline;
		}


/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
ul#page-menu {
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	background:#f9ebdd;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	}
	
	ul#page-menu li{
		display:inline;
		margin:0 7px;
		}

ul#page-menu2 {
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	background:#f9ebdd;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	font-size:11px;
	}
	
	ul#page-menu2 li{
		display:inline;
		margin:0 5px;
		}

ul#page-menu3 {
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	background:#f9ebdd;
	padding:5px;
	text-align:left;
	margin-bottom:10px;
	font-size:11px;
	}
	
	ul#page-menu3 li{
		display:inline;
		margin:0 5px;
		}

ul#page-menu4 {
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	background:#f9ebdd;
	padding:5px;
	text-align:left;
	margin-bottom:10px;
	font-size:11px;
	}
	
	ul#page-menu4 li{
		display:inline;
		margin:0 5px;
		}

	
/* sidebar
==========================================================*/
div#sidebar {
	width:193px;
	float:right;
	}

div.side-form {
	padding-bottom:5px;
	}
	
div.side-title {
	}
	
div.side-body {
	background:url(../image/main/background_side.gif) repeat-y;
	border-bottom:1px solid #c0c0c0;
	padding:5px;
	}
	
div.side-sbody {
	background:url(../image/main/background_s_search.gif) repeat-y;
	border-bottom:1px solid #c0c0c0;
	padding:5px;
	}

div.side-bbody {
	background:url(../image/main/background_b_search.gif) repeat-y;
	border:1px solid #c0c0c0;
	padding:5px;
	}


div.search-type {
	margin-bottom:5px;
	}
	
	div.search-type img{
		margin-bottom:4px;
		}
		
div.search-txt {
	text-align:left;
	}
	
	div.search-txt strong {
		color:#8b5b2a;
		}
	
	div.search-txt input,
	div.search-txt select{
		margin-bottom:4px;
		}
div.search-none {
	padding:20px;
	font-weight:bold;
	color:#CC0000;
	}
  
ul.ul-list {
	}
	
ul.ul-list li{
	background:url(../image/main/h4.gif) no-repeat 10px center;
	padding:5px;
	padding-left:23px;
	text-align:left;
	line-height:120%;
	}

ul.ul-img {
	}
	
ul.ul-img li{
	margin-bottom:4px;
	}
.sbi_width{
  width:175px;
  }
.sbs_width{
  width:181px;
  }
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

.p-t4 { padding-top:4px; }
	
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}

	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	height:150px;
	}

input[type=radio] {
	vertical-align:middle;
	}

/* sitemap
==========================================================*/
.sitemap {
	margin:10px;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	list-style:none;
	background-image: url(img/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.sitemap ul li ul {
	background-image: url(img/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}

.sitemap ul li ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(img/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}

.sitemap ul li ul li.up  {background-image: url(img/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(img/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div#info-label {
	background:#ff7f00;
	color:#fff;
	font-weight:bold;
	padding:3px;
	padding-left:5px;
	}
	
	div#info-label a{
		color:#fff;
		}
		
table.tbl-unusual {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
	table.tbl-unusual th{
		text-align:center;
		border-right:1px dotted #ccc;
		padding-bottom:4px;
		padding-top:1px;
		}
		
	table.tbl-unusual td{
		padding:5px 0;
		width:17%;
		text-align:left;
		line-height:120%;
		letter-spacing:1px;
		border-right:1px dotted #ccc;
		border-left:1px dotted #ccc;
		border-bottom:1px dotted #ccc;
		text-align:center;
		}
		
	table.tbl-unusual td.nborder-right,
	table.tbl-unusual th.nborder-right{
		border-right:none;
		}
	
	table.tbl-unusual td.nborder-bottom,
	table.tbl-unusual th.nborder-bottom{
		border-bottom:none;
		}

div#feature-list img{
	margin-bottom:4px;
	}
	
div.layout-left {
	width:320px;
	float:left;
	background:url(../image/main/box-background2.gif) repeat-y;
	border-bottom:1px solid #c0c0c0;
	}
	
div.layout-right {
	width:320px;
	float:right;
	background:url(../image/main/box-background2.gif) repeat-y;
	border-bottom:1px solid #c0c0c0;
	}
	
dl.dl-main {
	margin:8px;
	}
	
	dl.dl-main dt {
		width:45%;
		float:left;
		text-align:center;
		}
		
	dl.dl-main dd {
		width:54%;
		float:right;
		text-align:left;
		}
		
	dl.dl-main dd a {
		display:block;
		margin-bottom:5px;
		}
		
	dl.dl-main dd p{
		font-size:11px;
		line-height:120%;
		}
		
ul.ul-main {
	}
	
ul.ul-main li{
	background:url(../image/main/h4.gif) no-repeat 10px center;
	padding:7px;
	padding-left:25px;
	border-bottom:1px dotted #ccc;
	}
	
	ul.ul-main li.end{
		border-bottom:none;
		}
		
	ul.ul-main li strong{
		padding-right:20px;
		}
		
ul.tab-pet {
	margin:0 1px;
	padding:0 3px;
	height:32px;
	}
	
	ul.tab-pet li{
		display:inline;
		float:left;
		text-align:center;
		}
		
	ul.tab-pet li a {
		display:block;
		height:32px;
		width:128px;
		text-indent:-9999px;
		outline:none;
		}
		
	body.genre-1 ul.tab-pet { background:url(../image/main/tab_dog.gif) no-repeat; }
	body.genre-2 ul.tab-pet { background:url(../image/main/tab_cat.gif) no-repeat; }
	body.genre-3 ul.tab-pet { background:url(../image/main/tab_aqua.gif) no-repeat; }
	body.genre-4 ul.tab-pet { background:url(../image/main/tab_bird.gif) no-repeat; }
	body.genre-5 ul.tab-pet { background:url(../image/main/tab_reptiles.gif) no-repeat; }
	
dl.pet-view {
	text-align:center;
	padding:5px 0 5px 19px;
	}
	
	dl.pet-view dd {
		width:205px;
		float:left;
		}

div.bbox {
	border:1px solid #ccc;
	margin-right:8px;
	margin-bottom:8px;
	padding:4px;
	min-height: 200px;
	}
	
	div.bbox img{
		margin:5px 0;
		}
	
div.pet-label {
	width:187px;
	padding-top:2px;
	line-height:110%;
	text-align: left;
	color: #222;
	}
.pet-label-table {
	width:187px;
	}
span.right-month {
	float:right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	}
.brown-color {
	color:#8b5b2a;
}
	
div.pet-td {
	float:left;
	width:55px;
	padding-top:2px;
	line-height:110%;
	font-weight:bold;
	color:#8b5b2a;
	text-align:left;
	}
	
div.pet-price {
	height: 27px;
	line-height: 27px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	float: right;
	margin-top: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:url(../image/main/pricew.gif) no-repeat;
	}
.size11 {
	font-size: 11px;
	}
	
div#life-style {
	background:#fff8e6;
	text-align:center;
	padding:10px;
	}
	
	div#life-style ul {
		text-align:center;
		}
	
	div#life-style ul li {
		display:inline;
		margin-bottom:4px;
		}
		
div.pickup-box {
	width:49%;
	text-align:left;
	float:left;
	}



/* 5: Plactn
----------------------------------------------------------------------------------------------*/
/* 
==========================================================*/
.search-txt, .forms {
  display:none
}
#search-dog{
  display:block
}
.comment{
  margin:12px 3px 12px;
  padding: 6px;
  border: 1px solid #FF7F00;

  min-height:120px;
  height: auto !important;
  height: 120px;
}
/* チャンピオン犬（猫） */
.a-champion {
  position:relative;
  display:block;
}
.champion {
  position: absolute;
  z-index: 1;
  margin-top: 4px;
  margin-left: 4px;
  width: 32px;
}

/* チャンピオン犬（猫）アイコン表示 */
/* 名前の横の中点を王冠に置き換える */
.champion-icon {
  position:relative;
  left:-14px;
  top:-2px;
  z-index:1;
  margin-right:-16px !important;
  width: 18px;
}

/* 名前の横の中点を王冠に置き換える */
.champion-icon2 {
  position:relative;
  left:-19px;
  top:-2px;
  z-index:1;
  margin-right:-16px !important;
  width: 18px;
}

/* 男の子, 女の子 */
.otokobg {
  background: #F0FFFF
}
.onnabg {
  background: #FFF0F5
}
.otokoimg {
  position: absolute;
  z-index: 1;
  margin-top: 8px !important;
  right: 4px !important;
}
.onnaimg {
  position: absolute;
  z-index: 1;
  margin-top: 8px !important;
  right: 4px !important;
}

.otokoprice {
  display: block;
  background:url(../image/main/pricew_otoko.png) no-repeat !important;
  color: white;
}
.onnaprice {
  display: block;
  background:url(../image/main/pricew_onna.png) no-repeat !important;
  color: white;
}