/* CSS Document */


@media screen and (min-width:781px){

.mob{display: none !important;}
div#mobnav, #mobserachBox {
    display: none !important;
}




} /* /min-width:781px ************************************************/

@media screen and (max-width:780px){

* {box-sizing:border-box;max-width:100% !important;}
table {table-layout:fixed; width:100%;}
img { max-width:100% !important; height:auto;}
body {margin: 0px;padding: 80px 0 0 0;}
iframe { max-width:100% !important;}
object { max-width:100% !important;}
.pc {display: none !important;}

img[src="images/spacer.gif"] {
    display: none;
}
img[src="images/tab_02_01.gif"] {
    display: none;
}
img[src="images/tab_03_01.gif"] {
    display: none;
}
div.float-left-area {
    min-height: 1px;
}
a#mob_button {
    display: inline-block;
    width: 50px;
}
a#mob_search_btn {
    display: inline-block;
    width: 50px;
    /*position: absolute;
    right: 70px;*/
}
a#mob_search_btn svg {
    display: inline-block;
    width: 50px;
    height: 50px;
}
.mob-header {
    background-color: #d4d3d4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding: 0 10px 0 0;
    left: 0;
    top: 0;
    z-index: 9;
    transition: top 0.3s;
}
a#closenav {
    display: inline-block;
    width: 50px;
}
ul.mob_nav li a span {
    height: 20px;
    display: inline-block;
}
ul.mob_nav li a span img {
    height: 20px;
}
ul.mob_nav li a span svg {
    height: 20px;
}
ul.mob_nav > li {
    border-bottom: solid 1px #888;
}
ul.mob_nav li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px !important;
    color: #000;
    text-decoration: none;
}
div#mobnav {
    position: fixed;
    top: 0;
    right: -400px;
    width: 270px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    z-index: 9999;
    background-color: #d4d3d4;
    display: block;
    text-align: right;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    background-image: -webkit-linear-gradient(0deg,rgba(212,211,212,1.00) 0%,rgba(191,189,191,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(212,211,212,1.00) 0%,rgba(191,189,191,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(212,211,212,1.00) 0%,rgba(191,189,191,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(212,211,212,1.00) 0%,rgba(191,189,191,1.00) 100%);
}
ul.mob_nav {
    display: block;
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
}
.boxm1 {
    background-color: #B0D122;
    height: auto;
    padding: 5px;
    border: solid 1px #777;
}
div#pscroller2 {
    width: 100%;
    height: 70px;
    text-align: center;
}
div#pscroller2 > div {
    width: 100% !important;
    padding-top: 20px;
}
a.close-srch-btn {
    display: inline-block;
    width: 50px;
}
div#mobserachBox {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: -400px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background-color: silver;
    width: 270px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.close {
    margin-bottom: 20px;
}
.box_letters {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
}
.box_letters a {
    display: inline-block;
    font-size: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    margin: 5px;
    border: solid 1px #777;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1;
    background-color: #ddd;
}
.box_letters a#ltr-srch {
    width: 80px;
}
.mobsrch_form input.formsearch {
    height: 40px;
    width: 100%;
    display: inline-block;
}
.mobsrch_form {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
}
.mobsrch_form form {
    display: flex;
    width: 100%;
}
.mobsrch_form input.formsearchbut {
    height: 40px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 0;
}
tr.header {
    display: none;
}
a.moblogin svg, a.moblogin {
    display: inline-block;
    width: 50px;
    height: 50px;
}
a.mobregister, a.mobregister svg {
    display: inline-block;
    width: 50px;
    height: 50px;
}
table.htbl1 > tbody > tr:nth-child(1) > td > table > tbody > tr > td:nth-child(1) {
    display: none !important;
}
table.htbl1 > tbody > tr:nth-child(1) > td > table > tbody > tr > td:nth-child(6) {
    display: none !important;
}
table.htbl1 > tbody > tr:nth-child(2) td {
    display: block;
    width: 100%;
    height: auto;
}
table.htbl1 > tbody > tr:nth-child(1) td table td {
    display: inline-block;
}
table.htbl1 > tbody tr {
    display: block;
    width: 100%;
}
td.boxtitle {
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: block;
    align-items: center;
    line-height: 35px;
    background-image: none;
    background-color: #96DEF4;
    border-bottom: solid 1px #79b7ca;
    text-align: center;
}
td.boxtitle a {
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    text-align: center;
}
table.tb5 > tbody > tr > td > table > tbody > tr > td {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 5px #ccc;
    background-color: #16839A;
}
table.tb5 > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table > tbody > tr:nth-child(2) td {
    display: block;
    width: 100%;
}
table.tb5 > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table > tbody > tr:nth-child(1) td {
    display: block;
    width: 100%;
}
table.tb5 tr {
    display: block;
    width: 100%;
}
body .box, body .box a {
    font-size: 14px;
    line-height: 1.4;
}
div.float-right-area {
    display: none;
}
table.main_body {
    background-image: none;
}
table#search-tbl td.search-td > table > tbody > tr > td {
    display: block;
    width: 100%;
    height: auto;
}
table#search-tbl td.search-td > table > tbody > tr > td {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}
table#search-tbl td.search-td td.box {
    display: block;
    width: 100%;
    padding: 10px;
}
table textarea {
    width: 100%;
    padding: 5px;
}
table#advtbl td.box {
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
}
table#advtbl td.box + td {
    display: block;
    width: 100%;
}
input[type="text"] {
    width: 100% !important;
    display: block;
    height: 35px;
    padding: 5px;
}
input[type="email"] {
    width: 100% !important;
    display: block;
    height: 35px;
    padding: 5px;
}
input[type="password"] {
    width: 100% !important;
    display: block;
    height: 35px;
    padding: 5px;
}
input[type="number"] {
    width: 100% !important;
    display: block;
    height: 35px;
    padding: 5px;
}
input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
}
table select {
    display: block;
    width: 100%;
    height: 35px;
}
table.login-tbl {
    padding: 10px 15px;
}
table.login-tbl td.box {
    display: block;
    width: 100%;
}
table.login-tbl td.box + td {
    display: block;
    width: 100%;
}
table.register-tbl {
    padding: 10px 15px;
}
table.register-tbl td.boxtitle {
    display: block;
    width: 100%;
    height: auto;
}
table.register-tbl td.box {
    display: block;
    width: 100%;
    height: auto;
}
table.register-tbl td.box + td {
    display: block;
    width: 100%;
    height: auto;
}
.captcha-box {
    text-align: left;
    padding-top: 10px;
}
input#CaptchaCode {
    margin-top: 10px;
}
td.search-hex2bin-td > table > tbody > tr > td.box {
    display: block;
    width: 100%;
}
td.search-hex2bin-td > table > tbody > tr > td.box > table > tbody > tr {
    display: table-row-group;
    width: 100%;
}
table.tb5 td[background="images/tab_right_back.gif"] {
    display: none;
}
div#pscroller1 {
    height: 30px !important;
}
td.tabtext {
    width: 100%;
    display: block;
}
td.tabtext > pre {
    display: block;
    width: 100% !important;
}
td.tabtext > pre > div {
    display: block;
    width: 100% !important;
}
.sub_title {
    display: flex !important;
    padding: 10px 5px;
    align-items: center;
    flex-direction: column;
}
pre {
    display: block;
    width: 100%;
    white-space: pre-wrap;
}
table.tb5 td {
    height: auto;
}
td:has(> .tophidenpc) {
    display: none;
}
.box td.tabtext > div {
    width: 100% !important;
}
img[src="images/list_split.gif"] {
    display: none !important;
}
body:not(.home) .boxm1 {
    display: none;
}













} /* /max-width:780px ***************************************************/


@media screen and (max-width:1100px){

#RightFloatAds {
   visibility: hidden;
   display: none;
}

}