/*==========================================================
SEARCH
==========================================================*/

#searchByArea li {
	float: left ;
	margin: 5px ;
}



#searchByArea th {
	padding: 5px ;
	border: 1px solid #c1c1c1 ;
	background: #FFE6CE ;
}



#searchByArea td {
	padding: 5px ;
}



#searchList {
	padding-top: 10px ;
	margin-top: 10px ;
	border-top: 5px solid #676767 ;
}



.searchTitle {
	clear : both ;
	height : 1% ;
	background : #676767 ; color : #fff ; margin-top : 10px ;
}



#searchMore {
	text-align: right  ;
}



#searchResult .title {
	background: #e7e7e7 ;
}



/*==========================================================
AREA
==========================================================*/

.areaBox ul li, .prifBox ul li {
	display: inline ;
}



.areaBox ul li a {
	margin-right: 5em ;
}


.searchSub {
	clear: both ;
}


.clear {
	clear: both ;
}



.train li {
	float: left ;
	min-width: 10em ;
	display: block ;
	white-space: nowrap ;
}

.routeWrap li {
	float: left ;
	padding-right :1em ;
	display: block ;
	white-space: nowrap ;
}

.routeWrap { overflow : hidden ;height : 1% ; }

#classBox > .routeWrap{ height : auto ; }
.areaBox {
	padding: 7px ;
	border: 1px solid #c1c1c1 ;
	background: #e4e4e4 ;
}


#nearTitle {
	font-weight: bold ;
}



/*==========================================================
TABLE
==========================================================*/

.tableWrap table {
	clear: both ;
	width: 100% ;
	background: #c1c1c1 ;
}






td {
	background: #fff ;
}




#homeDetail, .homeOutline {
	text-align: center ;
}


/*==========================================================
TABLE B追加分(H-M)
==========================================================*/

.tableWrapB table {
	clear: both ;
	width: 99% ;
	background: #c1c1c1 ;
}






td {
	background: #fff ;
}




#homeDetail, .homeOutline {
	text-align: center ;
}




/*==========================================================
ROUTE LINE
==========================================================*/
.searchlistBox{	line-height : 1.5 ; margin-bottom : 15px ; overflow : hidden ;}
.searchlistBox li  {
	float: left ;
	display : block ;
	width : 200px ;
	white-space : nowrap ;

}


.searchlistBox input {
	font-weight: normal ;
	color: #999 ;
	
}



.routeName {
	clear: both;
	border-bottom: 1px solid #999999 ;
	color: #999999 ;
	background: #e4e4e4 ;
}




#nearBox {
	clear: both ;
	padding: 7px ;
	margin-bottom: 1em ;
	background: #e4e4e4 ;
}




#nearTitle {
	clear: both ;
}




#nearBox {
	padding: 7px ;
	margin-bottom: 10px ;
	border: 1px solid #c1c1c1 ;
	background: #e4e4e4 ;
}



/*==========================================================
BTN
==========================================================*/

.btn a {
	width: 10em ;
	padding: 3px ;
	color: #fff ;
	text-decoration: none ;
	display: block ;
	background: #999999 ;
}



.buttonWrap, .buttonWrap2 {
	text-align: center ;
	margin-bottom : 30px ;
}



.buttonWrap input {
	margin: auto ;
	font-weight: bold ;
	color: #fff ;
	background: #f60 ;
}



.buttonWrap2 {
	text-align: center ;
}



.buttonWrap2 input {
	margin: auto ;
	font-weight: bold ;
	color: #fff ;
	background: #f60 ;
}


/*==========================================================
HOME DETAIL
==========================================================*/

#houseImg {
	text-align: center ;
}

.detailTab {

	margin-bottom: 1em ;
	margin-left: 0px ;

height : 30px ;

}

.detailTab li{
float : left ;padding-right : 30px ;
width : 150px ;
	color: #fff ;

	background: #f60 url(images/search/bg_tab_bottom.gif) top right no-repeat;
	height : 20px ;line-height : 20px ; 
	padding-left : 10px ;
	white-space : nowrap ;
}

.detailTab li a:link, .detailTab li a:visited, .detailTab li a:hover, .detailTab li a:active {
	color: #fff ;
display : block ;
	background : #f60 ;	
	height : 20px ;line-height : 20px ;
	
	text-decoration : none ;
	}
.detailTab li label {
margin : auto ;
width : 7em ;
display : inline ;
	color: #fff ;

}

.detailTab li input {
	vertical-align : middle
}

.detailTabTop{ clear : both ; height : 20px ; }
.detailTabTop li{
float : left ;padding-right : 30px ;
width : 150px ;
	color: #fff ;

	background: #999999 url(../images/bg_tab_bottom2.gif) bottom right no-repeat;
	height : 20px ;line-height : 20px ; 
	padding-left : 10px ;
}

.detailTabTop li a:link, .detailTabTop li a:visited, .detailTabTop li a:hover, .detailTabTop li a:active {
	color: #fff ;
display : block ;
	background : #999999 ;	
	height : 20px ;line-height : 20px ;
	
	text-decoration : none ;
	}
.detailTabTop li label {
margin : auto ;
width : 7em ;
display : inline ;
	color: #fff ;

}

.detailTabTop li input {
	vertical-align : middle
}


.homeDetailWrap {
	padding: 2px ;
	border: 5px solid #999999 ;
}

#homeImage {
	padding: 15px ;
	text-align: center ;
}

#homeImage img {
	margin: auto 10px ;
}


.homeDetailWrap {
	margin-bottom: 0px ;
	border: 5px solid #999999 ;
}

/*==========================================================
HOME DETAIL 追加分(H-M)
==========================================================*/
.homeDetailWrapB {
	margin-bottom: 0px ;
	border: 5px solid #66ffff ;
}




.searchSub{ font-weight : bold ;background : #e4e4e4 ; border-bottom : 1px solid #676767 ; margin-top : 20px ;}
.paging { text-align : right ; }
#searchMore input { background : #f60 ; color : #fff ;}


/*submit Button*/

.buttonLeft { text-align : left ; padding-bottom : 20px ; clear : both ;}
.buttonCenter { text-align : center ;padding-bottom : 20px ; clear : both ;}
.buttonRight { text-align : right ; padding-bottom : 20px ; clear : both ;}
.buttonLeft input, .buttonCenter input, .buttonRight input { background : #f60 ; color : #fff ; padding : 2px ; font-weight : bold ;}
