@charset "utf-8";
/* CSS Document */

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	visibility:hidden;
}


#maincontents{
	display:block;
	height:740px;
	overflow:hidden;
}


#maincontents h3{
	display:block;
	width:595px;
	height:118px;
	background:url(../images/index_head.gif) no-repeat;
	text-indent:-9999px;
}
#maincontents #showroom_caption{
	display:none;
	line-height:0;
	height:0;
	overflow:hidden;
	text-indent:-9999px;
}

.searchProducts{
	margin-top:30px;
	
}

.searchProducts h4{
	display:block;
	width:595px;
	height:30px;
	text-indent:-9999px;
	background:no-repeat;
}


.searchContents{
	padding-left:26px;
}

.searchContents p{
	margin:10px 0;
	padding-left:10px;
}

/* 商品名で探す */

#searchForName{
	
}

#searchForName h4{
	background:url(../images/h4_name.gif);
}



#searchForName form{
	display:block;
	width:558px;
	height:54px;
	padding-top:10px;
	padding-left:45px;
	background:url(../images/form_background.gif) no-repeat;
}

#searchForName #searchi_input{
	width:325px;
	border:none;
}

#searchForName #search_submit{
	position:relative;
	top:5px;
	margin-left:30px;
}

/* カテゴリーで探す */

#searchForCategory h4{
	background:url(../images/h4_category.gif);
}

#searchForCategory{
	overflow:hidden;
}

#listCategory li{
	display:block;
	width:277px;
	height:53px;
	float:left;
	background:no-repeat;
	margin-top:11px;
}

#listCategory li a{
	display:block;
	width:276px;
	height:53px;
	text-indent:-9999px;
}

#listCategory #category_dog_foods{
	background:url(../images/gog_food.gif);
}

#listCategory #category_dog_goods{
	background:url(../images/dog_goods.gif);
	width:276px;
	margin-left:8px;
}

#listCategory #category_cat_foods{
	background:url(../images/cat_food.gif);
}

#listCategory #category_cat_goods{
	background:url(../images/cat_goods.gif);
	width:276px;
	margin-left:8px;
}

#listCategory #category_small{
	background:url(../images/small_list.gif);
}


/* 新商品で探す */

#searchForNew h4{
	background:url(../images/h4_new.gif);
}

#searchForNew .searchContents li{
	display:block;
	width:182px;
	height:53px;
	float:left;
	background:no-repeat;
}

#searchForNew .searchContents li a{
	display:block;
	width:182px;
	height:53px;
	text-indent:-9999px;
}

#searchForNew .searchContents #new_dog{
	background:url(../images/dog_new.gif);
}

#searchForNew .searchContents #new_cat{
	background:url(../images/cat_new.gif);
	margin-left:7px;
}

#searchForNew .searchContents #new_small{
	background:url(../images/small_new.gif);
	width:183px;
	margin-left:7px;
}


/*

リスト

*/

.list_warp{
	width:290px;
	float:left;
}

.list{
	margin-top:15px;
}

.series{
	
}


.list h5{
	display:block;
	width:290px;
	height:32px;
	text-indent:-9999px;
	background:no-repeat;
}

.list ul{
	margin-left:30px;
}

.list li{
	background:url(../images/common/list_none.gif) no-repeat;
	padding-left:16px;
	padding-top:3px;
}

.list li.series{
	background:url(../images/common/list_series.gif) no-repeat;
}

.list li a{
	font-weight:bold;
}



/* 検索窓 */

.list_search{
	display:block;

	width:578px;
	height:172px;
	background:url(../images/common/search_background.gif) no-repeat;
	padding:15px;
}

.list_search .search_warp{
	display:block;
	width:230px;
	float:left;
}

.list_search #search_category_window{
	margin-left:10px;
}

.list_search #s_name{
	display:block;
	width:230px;
	height:30px;
	background:url(../images/common/s_name.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}

.list_search #s_new{
	display:block;
	width:230px;
	height:30px;
	background:url(../images/common/s_new.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
	margin-top:30px;
}

.list_search #s_category{
	display:block;
	width:302px;
	height:30px;
	background:url(../images/common/s_category.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}

.list_search #searchi_input{
	width:134px;
}

.list_search #search_submit{
	position:relative;
	top:5px;
}

.list_search .search_new_list li{
	display:block;
	float:left;
	margin-left:15px;
	padding-left:12px;
	background:url(../images/common/arrow.gif) no-repeat;
	background-position:0 5px;
}

.list_search #search_category_window{
	width:302px;
}

.list_search #search_category_window li{
	display:block;
	float:left;
	margin-left:15px;
	padding-left:12px;
	background:url(../images/common/arrow.gif) no-repeat;
	background-position:0 5px;
	width:70px;
	overflow:hidden;
}

.list_search #search_category_window li#category_cat_foods{
	width:100px;
}


