<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* search */
#search_top{
	clear:both;
	height: 35px;
	color: #ffffff;
	line-height: 35px;
	text-align:left;
	text-indent: 12px;
	/*font-weight: bold;*/
}
#search_content{
	clear:both;
	text-align:left;
	padding-left:12px;
}
#search_content a:link{
 
}
#search_content a:active{
 
}
#search_content a:visited{
	 
}
#search_content a:hover{
	color:#bf6c00;
	text-decoration:underline;
}
#search_bottom{
	clear:both;
}
.black{
	/*font-weight:bold;*/
}
.txtbox{
	width: 157px;
	height: 27px;
	font-size: 11px;
	font-family: "Arial","Helvetica", "sans-serif";
	border: 1px solid #CCC
}

.txtbox2{
	width: 80px;
	height: 22px;
	font-size: 10px;	
	font-family: "Arial","Helvetica", "sans-serif";
}

.sbtn{
	width: 97px;
	height: 29px;
	background-image:url(images/btn_02.png);
	background-repeat:no-repeat;
	border: 0;
	cursor: pointer;
	background-color:transparent;
	_background-color:#578201;
}

.sbtn:hover{
	background-image:url(images/btn2_02.png);
}

.searchdetailright{
	float:right; 
	padding-top:5px;
	text-align:right

}
.searchdetailright div{
	font-size:12px;
	margin-right:10px;
	color:#333;
	margin-bottom:5px
}


@media (max-width: 767px){ 
	.searchdetailright{
		float:none; 
		text-align:left; 
		margin-right:5px;	
	}
	.searchdetailright div{	
		float:left;
	}
}
</pre></body></html>