@charset "utf-8";

/*------ 固定背景 ------*/
#haikei_kotei_1{
	background-image:url("../images/cafe_5.jpg");
}
#haikei_kotei_1 p{
	background-color: #0000001A;
}

.index_position #text{
	left: 850px;
	top: 300px;
	padding-top: 20px;
}

/*----　テーブル　----*/
.about{
	margin: 0 0 0 auto;
	border-collapse: collapse;
  	border-spacing: 0;
}
.about .bottom th,.about .bottom td{
	border-bottom: 1px solid #ccc;
}
table{
	color: #252525;
	width: 100%;
	border-collapse: collapse;
  	border-spacing: 0;
}
tr{
	height: 50px;
	font-family: "font_M";
	font-size: 20px;
}
th{
	width: 40%;
	text-align: right;
	padding-right: 20px;
}
td{
	
}
table .b_top th,table .b_top td{
	border-top: solid 1px #585858;
}
