@charset "utf-8";
/* ===================================================================
 style info : search.css
=================================================================== */
#searchBox {
	border: 1px solid #d3d6d8;
	background:#ffffff;
}
/* area_dit */
#searchBox .area_dit{
	background-color: #eeeeee;
	border-bottom: 1px solid #d3d6d8;
	padding: 10px;
	font-size: 14px;
	color: #1b4179;
}
#searchBox .area_dit .dit_l{
	float:left;
	width:70%;
	text-align:left;
}
#searchBox .area_dit .dit_r{
	float:right;
	width:30%;
	text-align:right;
}
#searchBox .area_dit span{
	font-weight: bold;
}
#searchBox .area_dit .jqmClose{
	color: #1b4179;
	background:url(../img/common/icon_vecgy.gif) no-repeat left center;
	padding-left:15px;
	font-weight: bold;
	font-size:12px;
}

@media screen and (min-width: 0px) and (max-width: 960px) {

/* #topMenu{
	display: none;
} */
#searchBox {
}

.tb_result {
	width: 100%;
}

.tb_result th {
	border-left: none;
}
.total_nav{
	width: 100%;
	margin-bottom: 20px;
}
#my_list{
	overflow: hidden;
}
#my_list .total_nav .fl_l{
	float: none;
	width: 100%;
	padding-bottom: 20px;
}

#my_list .total_nav .fl_r{
	float: none;
	width: 100%;	
}

#my_list .total_nav .fl_r ul{
	width: 80%;
	margin: 0 auto;
}

.total_nav .fl_r li.ne{
	width: 48%;
	padding-left: 2px;
}

.total_nav .fl_r li.bk{
	width: 48%;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {
/* #topMenu{
	display: none;
} */
#searchBox {
    border: none;
    margin: 0 auto 20px;
    width: 100%;
}


.tb_result{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.tb_result th {
    background-color: #F9FAFA;
    border: 1px solid #D3D6D8;
    display: block;
    padding: 2%;
    vertical-align: middle;
}

.tb_result td{
	border-top: none;
	border-bottom: none;
	text-align: center;
	display: block;
	padding: 4% 0;
	width: 100%;
}

.tb_result td.tb_last{
	border-right: none;
	margin: 0 auto;
	padding: 0 0 5% 0;
}

.tb_result .empty {
    margin-right: 0px;
    width: 40%;
    margin: 0 auto;
    font-size: 100%;
}
.tb_result .full{
	background: #3a94c5 url(../img/common/icon_file.gif) no-repeat 30px center;
	color: #FFF;
	font-size: 100%;
	padding-left: 50px;
	margin-right: 10px;
    width: 40%;
    margin: 0 auto;
}


}
