﻿
/*------------------------------------*/
/* サブエリア入力補助地図             */
/*------------------------------------*/
table.supportMap, table.assist_input table.supportMap  {
	background-color: #F6F6F6;
	border-collapse:separate;
	border: 1px solid #949ca3;
    width:auto;
    height:auto;
}
table.supportMap tr, table.assist_input table.supportMap tr{
	background-color: #F6F6F6;
	text-align: right;
	border-bottom: 1px solid #F6F6F6;	
    padding:auto;
}
table.supportMap td, table.assist_input table.supportMap td {
    padding:0px;
    text-align: right;
    border-width:0px;
}
table.supportMap img.mapImage, table.assist_input table.supportMap img.mapImage {
	border-width:0px;
    cursor:pointer;
	width:330px;
	height:180px;
}

table.supportMap img.closeButton,
table.assist_input table.supportMap tbody td img.closeButton 
{
	border-width:     0px;
    cursor:pointer;
	width:11px;
	height:11px;
	display:inline;
	margin:0;
}

table.assist_input tbody td table.supportMap
{
    margin:0px;
}

table.supportMap div.closeButton,
table.assist_input table.supportMap tbody td div.closeButton
{
    background-image: url(/search/images/btn_top_favi_close.gif);
    background-position: right top;
    background-repeat: no-repeat;
  	border-width:     0px;
    cursor:pointer;
	height:11px;
}

