/* CSS Document */
input,button,select,textarea{outline:none;width: 100%}
 *:focus { outline: none; }

img {max-width:100%;height: auto;}
.editor a {word-wrap: break-word;word-break: break-all;}
.editor ul, .editor li { list-style-type:initial;}
.table_scroll{overflow-x: auto; display: block; padding-bottom:15px;}
.datatable { width:100%; border-spacing:1px; background:#3c94cb;}
.datatable th { background:#2a64b7; color:#fff; font-size:14px; text-align:center; vertical-align:middle; padding:10px;}
.datatable td { background:#fff; color:#545454; font-size:14px; text-align:center; vertical-align:middle; padding:10px;}


.idx-header { height:81px;}
.logo { position:absolute; z-index:10000; top:30px; left:0px;}

header { height:72px;}



@media only screen and (max-width: 980px) {
.logo { left:10px;}

}

@media only screen and (max-width: 414px) {
.logo img { width:240px;}
}
@media only screen and (max-width: 320px) {

}