@charset "utf-8";
header{
	background-image: url(../img/header/leaf/header_img_bottom.png);
	background-repeat: repeat-x;
	background-position: left 125px;
	background-size: 975px 325px;
	height: 325px;
	margin-bottom: 0px;
	background-color: #000;
}
/*
全体の設定--------------------------*/
img{
	box-shadow: none;
}

/*
infoの設定-------------------------*/
/*店舗写真*/
#info h2+img{
	margin-bottom: 20px;
}
/*　table*/
.tenpo_info_txt{
	float: left;
	border-collapse: collapse;
	margin: 0;
	width: 340px;
	padding: 0;
	margin-bottom: 20px;
}

td,th{
	border: #ccc 1px solid;
	padding: 10px;
}
th{
	background-color: #efefef;
}
tr:first-child th{
	border-top: #5f3464 5px solid; 
}
tr:first-child td{
	border-top: #ccc 5px solid;
}
/*　map*/
.tenpo_info_map{
	float: right;
	width: 340px;
		margin-bottom: 20px;

}
.tenpo_info_bottom{
	clear: both;
}
.tenpo_info_bottom img{
	width: 230px;
	height: 180px;
	background-color: #ccc;
	margin-right: 5px;
	box-shadow: 3px 3px 5px #999;
}
.tenpo_info_bottom img:nth-child(3){
	margin-right: 0;
}