@CHARSET "UTF-8";
*{
	font-family:notokr, sans-serif;
}

.header-wrap{
	position: relative;
    top: 10;
    *max-width:310px;
    clear: both;
	*background:#e94708 ;
	color:#333;
    *background-image: url(../img/img01.png);
    *background-repeat: no-repeat;
    *background-size: 100px;
    *background-position: 97% 100%;
    font-size: 25px;
    font-weight: bold;
    *padding: 3px 10px;
	text-align:right;
}
.header-wrap span{
	font-size: 15px;
}

.header-wrap #query_time {
	padding-left: 0px;
}

.header-wrap .time_img{
	padding-left:5px;
	vertical-align: middle;
    display: inline-table;
    width: 15px;
    height: 15px;
    background-image: url(../img/img05.png);
    background-repeat: no-repeat;
}

.body-wrap{
	position: relative;
    *max-width: 730px;
    height: 80%;
    clear: both;
	
}
.footer-wrap{
	position: relative;
    max-width: 730px;
    clear: both;
}
table{
	position: relative;
    width: 100%;
    margin: 20px 0;
    border-bottom: 1px solid #dbdbdb;
    border-spacing: 0;
    border-top: 3px solid #0072c6;
    border-right: hidden;
}
table tr.disInfo_line th {background: #f9f9f9; *border-bottom:2px solid #666 !important;}

table tr th{
    padding: 9px 10px;
	font-size:.938em;
    font-weight: 600;
    *background-color: #495776;
	font-family:notokr, sans-serif;
	font-weight:500;
    color: #333;
    *border-left: 1px solid #495776;
    border-bottom: 1px solid #dbdbdb;
    *font-size: 93%;
}

table tr td{
	font-size:.938em;
	padding: 9px 10px;
    font-weight: normal;
    background-color: #ffffff;
    *border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    text-align:left;
	font-family:notokr, sans-serif;
	font-weight:500;

}

table tr td:first-child, table tr td:nth-child(2), table tr td:last-child{
	
	padding: 9px 10px;
    font-weight: normal;
    background-color: #ffffff;
    *border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    text-align:center;
}


table tr td:first-child {border-left:none;  }


table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

table tr td a{
	text-decoration: none;
	color:#333333;
	margin-left:5px;
	font-family:notokrR, sans-serif;
}


@media all and (orientation:portrait) and (max-width:767px){
.header-wrap{ font-size:1em}
.header-wrap span{ font-size:.75em}

#disInfo tr th,
#disInfo tr td{ padding:5px 5px; font-size:.688em}
}
