.top_title { padding:30px 0 20px 0;  }
.top_title div { border-bottom:1px solid #999; padding:0 0 10px 0; position:relative; font-size:20px; font-weight:bold; width:50%; float:left; height:100px; }
.top_title div p { padding:0 0 5px 20px;  }
.top_title div p:before { content:'■'; position:absolute; top:3px; left:0; font-size:15px; }
.top_title div:nth-of-type(2) p:before { content:'■'; position:absolute; top:3px; left:0; font-size:15px; padding-left:31px; }
.top_title span { display:block; font-size:13px; font-weight:normal; padding-left:20px; line-height:20px; }
.top_title div:nth-of-type(2) { padding-left:32px; }

.content_wrap { position:relative;  }
.content_wrap .line {  position:absolute;  height:530px; width:1px; background:#999; left:51%; top:95px; }
.content_wrap .estimate { width:49%; float:left; } 
.content_wrap .map_wrap  { padding:10px 0 10px 20px; position:relative; font-size:20px; font-weight:bold; width:49%; float:right;  }
.content_wrap .map_wrap h5 { position:relative; padding:0 0 5px 20px;   }
.content_wrap .map_wrap h5:before { content:'■'; position:absolute; top:3px; left:0; font-size:15px; }
.content_wrap .map_wrap p { display:block; font-size:13px; font-weight:normal; padding-left:20px; line-height:20px; }
.content_wrap .map_wrap #map { width:100%;height:477px; margin:10px 0 0; }
.content_wrap .map_wrap #map > div { font-size:13px; color:#000; }


.content_wrap .btn { background:#000; color:#fff;  padding:0 10px; margin:0; height:25px; line-height:25px; cursor:pointer; font-size:14px; }
.content_wrap .btn.btn2 { height:35px; line-height:35px; padding:0 15px; }

.estimate { padding-top:5px; }
.estimate table th,
.estimate table td { border-bottom:1px solid #999; }
.estimate table th.none,
.estimate table td.none { border-bottom:none; }
.estimate table th { font-weight:bold; font-size:12px; text-align:right; padding-right:10px; color:#000; }
.estimate table td { text-align:left; padding-left:5px; height:40px; }
.estimate table input[type=text] { height:26px;border:1px solid #999; padding:5px 0 0 5px;}
.estimate table select { font-size:14px;  color:#000; border:1px solid #999; text-align:left; width:117px; text-align:center; }
.estimate table textarea { border:1px solid #999;width:100%;height:200px;overflow-y:auto; margin:10px 0 10px; }
.estimate p { text-align:center; margin:10px 0; }