@charset "euc-jp";
@import "https://s.yimg.jp/images/map/css/map_commmon.css";
@import "https://s.yimg.jp/images/css/yj2.css";


<!--
/* IE: min-width */
* html .main_container {width: expression((document.body.offsetWidth<745) ? '745px' : '100%');}


div.main_container{
margin-top:0px;
}

#err{
color:#f00;
}


/*検索上*/
div.main_container div#search{
margin-top:7px;
margin-bottom:15px;
background-color:#ffc;
padding:5px;
border-top:1px solid #fc6;
border-bottom:1px solid #fc6;
}
.keyword{
padding:3px;
}
#keyword{
font-weight:bold;
}


/*検索結果共通*/
h2{
margin-bottom:5px;
clear:both;
}
#result_zip,
#result_address,
#result_landmark,
#result_nomatch{
padding-top:15px;
margin-bottom:15px;
clear:both;
}
#result_cont{
width:100%;
}
#result_cont table{
border:1px solid #fff;
width:100%;
}
#result_cont td{
border-top:1px solid #999;
border-left:1px solid #999;
padding:3px;
}
.table_head td{
background-color:#dcdcdc;
background-image:url('https://s.yimg.jp/images/map/h3.gif');
}
tr.odd,
tr.odd{
background-color:#fff;
}
tr.even,
tr.even{
background-color:#eee;
}
.more_result{
clear:both;
text-align:right;
padding-top:5px;
}
.more_result_top{
clear:both;
text-align:right;
padding-top:5px;
margin-bottom:-5px;
}


/*ノーマッチ*/
#result_nomatch{
text-align:center;
}
#error_container{
font-weight:bold;
margin-bottom:30px;
text-align:center;
}


/*郵便番号との一致*/
#result_zip #result_cont{
border:1px solid #666;
margin-top:10px;
width:98%;
margin-left:1%;
}


/*住所との一致*/
#result_address dl{
margin:0px;
}
/* \*/
#result_address dd{
border:0px;
padding:0px;
display:block;
float:left;
width:45%;
margin-left:10px;
}
/* */

/*ランドマークとの一致*/
#result_landmark #result_cont{
border:1px solid #666;
margin-top:10px;
width:98%;
margin-left:1%;
}

/*地図ポップアップ*/
#popupmap_closebox img{
text-align:right;
border:1px solid #666;
}
#popupmap img{
margin:5px;
border:1px solid #ccc;
}

/*広告*/
.ad_MON{
border-top:1px solid #666;
padding-top:30px;
}


-->