@charset "utf-8";
/* ////////////////////////////////////////////////////////////
	File Name	dealer.css
*/

#footer {
	margin-top: 20px;
}

/*============================================================
	メイン
*/
#main {
	overflow: hidden;
	position: relative;
	width: 100%; height: 110px;
	background: #000000;
}
#main h2 {
	position: absolute;
	top: 0; left: 50%;
	margin-left: -550px;
	width: 1100px; height: 110px;
}

/*============================================================
	テーブル
*/
.table {
	padding: 0 0 40px 0;
}
.table h3 {
	overflow: hidden;
	width: 100%; height: 40px;
	background: #000;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.table table {
	margin: 20px auto 0 auto;
	width: 960px;
}
.table table th {
	padding: 0 10px;
}
.table table th.shopname {
	width: 220px;
}
.table table th.address {
	width: 400px;
}
.table table th.tel {
	width: 180px;
}
.table table th p {
	overflow: hidden;
	padding-top: 20px;
	width: 100%; height: 0;
}
.table table th.shopname p {
	background: transparent url(../img/common/ttl_shopname.png) 0 0 no-repeat;
}
.table table th.address p {
	background: transparent url(../img/common//ttl_address.png) 0 0 no-repeat;
}
.table table th.tel p {
	background: transparent url(../img/common//ttl_tel.png) 0 0 no-repeat;
}
.table table th.website p {
	background: transparent url(../img/common//ttl_website.png) 0 0 no-repeat;
}
.table table td {
	padding: 5px 10px;
	font-size: 88%;
	line-height: 1.5em;
	vertical-align: top;
}
.table table a {
	color: #f00;
}

.table table .bg td {
	background: #e7e7e7;
}