/********** company/所在地共通CSS **********/

/***** メイン部分ボックス *****/
/*****(ボーダー用にdiv使用)*****/
.company05table {
	padding: 1px 0 0;
	background: url("../../images/common/dot01.gif") 0 0 repeat-x;
}
.company05table th,
.company05table td {
	background: url("../../images/common/dot01.gif") bottom left repeat-x;
}
.company05table th {
	background: url("../../images/common/dot01.gif") bottom left repeat-x #f1f1f1;
}
.company05table td td {
	background: none;
}

/* グーグルマップ */
.googlemap {
	border: 1px solid #e1e1e1;
	padding: 4px;
}


