@charset "UTF-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
法律に基づく表記用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/*テーブル(法律に基づく表記用)*/
table.shop_table{
	clear:both;
	width:398px;
	/*border-collapse: separate;*/
	border-spacing:1px;
	padding:0px 0px 0px 0px;
	/*border: solid 1px #cccccc;*/
	background-color:#ffffff;
}

td.shop_title{
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:left;
	font-weight:normal;
	background-color:#ffd766;
}

td.shop_td{
	margin:0px;
	background-color:#ffffff;
	
}
td.shop_center{
	text-align:center;
	background-color:#ffffff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
一覧・商品詳細用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/*アイテム(メイン) 一覧メイン*/
.main_img{
	float: left;
	width: 180px;
	vertical-align: top;
	margin-bottom: 10px;
}
.main_img img{
	width: 180px;
}

.main_info{
	float: right;
	width: 400px;
	vertical-align: top;
}
.main_info_wide{
	width: 600px;
	vertical-align: top;
}
.main_info form{
	text-align: right;
	display: block;
	background-color: #ffffdd;
	padding: 5px;
	margin-bottom: 5px;
}

a.inline{
	display:inline;
	float: right;
}

.big_img{
	float: center;
	width: 500px;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.big_img img{
	width: 500px;
	height: 500px;
}


/*アイテム(写真)*/
.shop_photo_box{
	float: left;
	width: 120px;
	margin: 5px 4px;
	padding: 10px;
}

.shop_photo_box img{
	width: 120px;
	height: 120px;
	margin-bottom: 5px;
}

/*成分表・給餌量テーブル*/
table.shop_ingre{
	margin:5px 0px;
}

td.shop_ingre{
	background-color:#ffffff;
}

table.shop_give{
	margin:5px 0px;
}
table.shop_give th{
	width:33%;
}

td.shop_give{
	background-color:#ffffff;
}
/*ポイント還元率表示*/
.point_big{
	font-size: 15px;
	color:#057400;
}

/*ユーザレビューテーブル*/
th.review{
	background-color:#fce6aa;
}

td.review{
	background-color:#ffffff;
}

/*ランキングリスト*/
.rank_info{
	width: 580px;
	margin: 5px 0px;
	vertical-align: top;
}

div.rank_right {
	text-align: right;
	float: right;
	margin-bottom: 5px;
	clear: both;
}

p.ranklist_num{
	float: left;
	text-align:left;
	width: 40px;
	vertical-align:middle;
}

p.ranklist_photo{
	float: left;
	text-align:center;
	width: 50px;
}
p.ranklist_name{
	float: right;
	text-align:left;
	width: 510px;
	vertical-align:middle;
}

/*ブランド、カテゴリ内リスト*/
.cate_list{
	clear: both;
	width: 580px;
	margin: 5px 0px;
	padding: 5px;
}
.cate_info_photo{
	float: right;
	width: 450px;
	vertical-align: top;
}

.cate_info{
	width: 580px;
	vertical-align: top;
}


.mini_cate{
	float: left;
	width: 260px;
	margin: 5px 4px;
	padding: 5px;
}

/*ブレンドフード*/
table.item_blend{
	width:580px;
	border-spacing:1px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}
th.item_blend_photo_title{
	width: 50px;
	height: 24px;
	padding: 0px;
	border: solid 0px #ffd766;
	background-color:#ffd766;
	text-align:center;
}

th.item_blend_brand_title{
	width: 130px;
	height: 24px;
	padding: 0px;
	border: solid 0px #ffd766;
	background-color:#ffd766;
	text-align:center;
}

th.item_blend_name_title{
	width: 200px;
	height: 24px;
	padding: 0px;
	border: solid 0px #ffd766;
	background-color:#ffd766;
	text-align:center;
}

th.item_blend_text_title{
	width: 100px;
	height: 24px;
	padding: 0px;
	border: solid 0px #ffd766;
	background-color:#ffd766;
	text-align:center;
}

td.item_blend_photo{
	width: 50px;
	text-align:center;
	background-color:#ffffff;
}

td.item_blend_brand{
	width: 130px;
	background-color:#ffffff;
}

td.item_blend_name{
	width: 200px;
	background-color:#ffffff;
}

td.item_blend_text{
	width: 100px;
	text-align:right;
	background-color:#ffffff;
}

/*全件表示*/
table.item_all{
	width:580px;
	border-spacing:1px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}

th.item_all_photo_title{
	width: 40px;
	height: 24px;
	padding: 0px;
	border: solid 0px #ffd766;
	background-color:#ffd766;
	text-align:center;
}

th.item_all_text_title{
	width: 540px;
	height: 24px;
	padding: 0px;
	border: solid 0px #ffd766;
	background-color:#ffd766;
	text-align:center;
}

td.item_all_photo{
	width: 40px;
	text-align:center;
	background-color:#ffffff;
}

td.item_all_text{
	width: 540px;
	background-color:#ffffff;
}
/*送料・手数料*/
table.postage{
	width:598px;
	border-spacing:1px;
	padding:2px;
	background-color:#ffffff;
}
th.postage_img{
	width: 198px;
	padding: 2px;
	border: solid 0px #fce6aa;
	background-color:#fce6aa;
	text-align:center;
}
th.postage{
	width: 100px;
	padding: 2px;
	border: solid 0px #fce6aa;
	background-color:#fce6aa;
	text-align:center;
}
td.postage_img{
	width: 198px;
	padding: 2px;
	border: solid 1px #ffd766;
	background-color:#ffffff;
	text-align:center;
}
td.postage{
	width: 100px;
	padding: 2px;
	border: solid 1px #ffd766;
	background-color:#ffffff;
	text-align:center;
}

th.postage_img_double{
	width: 131px;
	padding: 2px;
	border: solid 0px #fce6aa;
	background-color:#fce6aa;
	text-align:center;
}
th.postage_double{
	width: 80px;
	padding: 2px;
	border: solid 0px #fce6aa;
	background-color:#fce6aa;
	text-align:center;
}
td.postage_img_double{
	width: 131px;
	padding: 2px;
	border: solid 1px #ffd766;
	background-color:#ffffff;
	text-align:center;
}
td.postage_double{
	width: 80px;
	padding: 2px;
	border: solid 1px #ffd766;
	background-color:#ffffff;
	text-align:center;
}
#next {
	width:50%;
	margin:15px 0;
	float:right;
	text-align:right;
}

#back {
	width:50%;
	margin:15px 0;
	float:left;
	text-align:left;
}

div.link_right {
	text-align: right;
	float: right;
	margin:10px 0;
	vertical-align: middle ;
}
div.link_left {
	text-align: left;
	float: left;
	margin:10px 0;
	vertical-align: middle ;
}
div.link_right img{
	vertical-align: middle;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
取扱い一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
p.conduct_in{
	width: 164px;
	float: left;
	margin: 6px 0px 6px 10px;
	font-size:12px;
	text-align: left;
	vertical-align:top ;
	background: url(../img/navi_mark.gif) no-repeat;
	background-position: left top;
	padding-left: 20px;
}
