
#project_table td{
    vertical-align: top;
}
/**/
.show_map{
    cursor:pointer;
}
#mymap_box{
    position: fixed;
    z-index: 9999;
    top:50%;
    left:50%;
    margin-top:-290px;
    margin-left:-262px;
    display: none;
    border:1px solid #ccc;
    padding:10px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(169,169,169,0.8);
    -webkit-box-shadow: 0 4px 6px rgba(169,169,169,0.8);
    -moz-box-shadow: 0 4px 6px rgba(169,169,169,0.8);    
}
#mymap{
    width:500px;
    height:500px;
    border:1px solid #ccc;
}
#mymap_con_txt{
    
}
#mymap_close{
    cursor:pointer;
    position: absolute;
    margin: -18px 0 0 501px;
    z-index: 99;
}
#scroll_top_box{
    visibility: hidden;
    position: fixed;
    bottom: 50px;
    display: block;
    right:35px;
    width: 31px;
    height: 31px;
    line-height: 999px;
    overflow: hidden;
    cursor: pointer;
    background:url(../../images/root/top.gif) no-repeat;
    z-index:9;
}
/*form*/
#myform input{
    padding-left: 3px;
    height: 20px;
    outline: none;    
}
#myform textarea{
    padding: 3px 0 0 3px;
}
/**/
#cap img{
    margin-left:5px;
    vertical-align: middle;
}
#city_list li{
    width:auto;
    height:auto;
    padding-left: 40px;
    background: none;
    color: #555555;
    font-size: 15px;
    text-align: left;
    cursor:pointer;
    float:none;
    display:block;
}
#city_list li.selected a{
    color:#db2625;
}
.mymap_con{
    font-size:13px;
    font-weight: bold;
    line-height: 150%;
}
.mymap_con_txt{
    font-weight: normal;
    
}
.con_top{
    font-size:15px;
    font-weight:bold;
    color:red;
}
/*.content_left*/
.content_left .selected a span {
    font-weight: bold;
    font-size: 15px;
    color: #e60000;
}
.container{
    height:auto;
}
/*japan*/
#japan_search{
    background: none;
    width: 1064px;
    height: 58px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.japan_title{
    
}
.japan_form{
    position: absolute;
    top: 15px;
    right: 15px;
}
.japan_house_object{
    position: relative;
}
.japan_house_title{
    white-space: nowrap;
    overflow: hidden;
}
/**/
.w50{
    width: 50px;
}
.w100{
    width: 100px;
}
.w120{
    width: 120px;
}
.pl3{
    padding-left: 3px;
}
