/* 業者情報テーブル */
table.custdetail {
	width: 100%;
	empty-cells: show;
	border-top: 1px solid #666;
}
/* 業者情報テーブル左 */
td.custdetail_left {
	width: 150px;
	empty-cells: show;
	background-color: #ff9966;
	border-right: 1px solid #666;
	line-height: 1.5em;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
	padding: 8px 0px 0px 5px;
}
/* 業者情報テーブル右 */
td.custdetail_right {
	width: 650px;
	empty-cells: show;
	line-height: 1.5em;
	text-align: left;
}
/* 業者データ */
td.custdata {
	width: 390px;
	line-height: 1.8em;
	padding: 10px 0px 0px 5px;
	vertical-align: top;
}
/* 業者MAP */
td.custmap {
	width: 260px;
}
/* 業者名 */
span.custname {
	font-size: 15px;
	font-weight: bold;
}
/* 業者ロゴ */
td.custlogo {
	padding: 0px;
}
/* 業者地図 */
td.custmap {
	padding: 0px;
}
/* 業者郵便番号 */
span.postcode {
	font-size: 12px;
}
/* 業者住所 */
span.custaddress {
	font-size: 12px;
}
/* 業者電話番号 */
span.custtel {
	font-size: 12px;
}
/* 業者FAX番号 */
span.custfax {
	font-size: 12px;
}
/* 業者営業時間 */
span.servicetime {
	font-size: 12px;
}
/* 業者営業時間1 */
span.servicetime1 {
	font-size: 12px;
}
/* 業者営業時間2 */
span.servicetime2 {
	font-size: 12px;
}
/* 業者定休日 */
span.holiday {
	font-size: 12px;
}
/* 業者ライセンス */
span.license {
	font-size: 12px;
}
/* 業者ロゴ画像 */
img.logoimage {
	width: 340px;
}
/* 業者地図画像 */
img.mapimage {
	width: 260px;
	padding: 0px;
	margin: 0px;
}
/* 広域MAPテキスト */
span.googlemap {
	display: none;
}
/* 広域MAPを見る */
a.viewgooglemap {
	display: block;
	width: 95px;
	height: 20px;
	background: url(http://www.e-uchina.net/SHARE_MODULES/image/ViewWindow/btn_custmap2.gif) 0 0 no-repeat;
	/* hide from Mac IE \*/
	overflow: hidden;
	/* End hide from Mac IE */
}
/* 広域マップを見る・リンク */
a:hover.viewgooglemap {
	background-position: 0 -20px;
}

