﻿@import url("../../css/gmap.css");


#contents
{
  width: 100% !important;
}
/*#sideRight*/
#content-right
{
  display:none !important;
  width:0 !important;
}

/* 全体を覆うTable */
table#mapSearchContainer
{
  width: 100%;
  border-collapse: collapse;
}
table#mapSearchContainer td#leftContent
{
  width: 355px;
}
table#mapSearchContainer td#rightContent
{
  width: auto;
  border: solid 1px #FFFFFF;
}

/* 地図描画領域 */
div#map
{
  width: 100%;
  height: 400px;
  border: 1px solid #555555;
}

/* 地図移動のTable */
#mapMoveBox
{
  font-size: 9pt;
  color: #464646;
  line-height: 135%;
}

/* 検索の該当件数の表示エリア */
#resultCountArea
{
  font-size: 10pt;
  color: #FF5555;
  font-weight: bold;
  width: 340px;
  margin-bottom: 7px;
}

/* 検索結果一覧を覆うDIV */
#resultListWrapper
{
  overflow: auto;
  height: 450px;
  width: 98%;
  text-align: center;
}

#contents
{
  width: 98%;
}
#sidemenu
{
  visibility: collapse;
}
.listSearchResultMap
{
  font-size: 9pt;
  line-height: 135%;
  color: #333333;
}
td.tdBottomLine
{
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #666666;
}
fieldset
{
  border-color: #006699;
  margin-bottom: 7px;
  font-size: 10pt;
  color: #555555;
  background-color: #EEFFFF;
}
legend
{
  font-size: 9pt;
  font-weight: bold;
  color: #006699;
}
table.tableJouken
{
  font-size: 10pt;
  color: #555555;
  line-height: 135%;
}
label:hover
{
  color: #0066CC;
  background-color: #DDEEFF;
}

