@charset "utf-8";
/* CSS Document */
/* seat */
.seat{
	padding:20px 0 20px 45px;
	background:url(../images/location.png) no-repeat 0 center;
	border-bottom:1px solid #f0f0f0;
	font-size:14px;
	color:#333;
	margin-bottom:25px;
	overflow:hidden;
	}
.seat a{
	font-size:14px;
	color:#333;
	margin:0 4px;
	}
.seat a:hover{
	color:#00a58b;
	}
