/*ゴルフページ用*/

/*エントランス*/
#c_entrance_box {
	width: 960px;
	height: 300px;
	/* background: url("../img/shop/shampoo_image.jpg") no-repeat 0 top; */
	background: url("../img/shop/board_image.png") no-repeat 0 top;
}
#c_entrance_txt {
	top: 33px;
	left: 75px;
	letter-spacing: 1px;
}

/*コンテンツ*/

/*ナビ*/
#golf_cont_navi {
	margin-top: 20px;	
}

/*メイン*/
#golf_cont_txt {
	width: 510px;	
}
#golf_cont_img {
	margin: 30px 0 0 0px;
}

#shampoo_img, .item-img {
  float: left;
  height: 210px;
  margin-right: 20px;
  width: 250px;
}
table.shop-tbl th { font-weight: normal; width: 150px; }
table.shop-tbl td { text-align: left; }
