﻿@charset "utf-8";
/* CSS Document */


#main_area table{
	width: 700px;
	
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	color: #333333;
	margin: 0 auto;
}
#main_area table tr{
	border-bottom: 2px solid #fff;
}
#main_area table th{
	width: 136px;
	padding: 15px;
	text-align: left;
	background: url(../common/img/bg.png);;
	border-right: 2px solid #fff;
}
#main_area table td{
	width: 533px;
	padding: 15px;
	background: #f7f7f7;
	border-right: 2px solid #fff;
}

.map,.shop{
	margin-top: 30px;
	float: left
}
.map{
	margin-right: 30px;
}

.btn_map img{
	margin: 15px 0 0;
}

#main_area table.table_class th,
#main_area table.table_class td{
	width: auto;
}

.table_class{
	border: solid 1px #fff !important;
	border-collapse:separate !important;
	border-spacing: 2px;
}

.table_class th{
	border-bottom:1px solid #fcbaba !important;
	border-right:1px solid #fcbaba !important;
}

.table_class td{
	border-bottom:1px solid #c4c4c4 !important;
	border-right:1px solid #c4c4c4 !important;
}



