﻿
@media screen and (min-width: 800px) {

    .PC {
        display: normal;
    }

    .PH {
        display: none;
    }

}



@media screen and (min-width: 10px) and (max-width: 799px) {
    .PC {
        display: none;
    }

    .PH {
        display: normal;
    }

}



html {height:100%; overflow-y: scroll; }
body { margin: 0; padding: 0; font-family: verdana, sans-serif;  font-size:12px; }
table {border-spacing: 0px;  margin: 0 auto; border-collapse: collapse; }
td { padding:0; border-collapse:collapse; border-spacing:0; border: none; }
img { border:none; outline:none; }
input:focus{ outline: none; }

.s2 {font-size: 2px; height:2px; }
.s4 {font-size: 4px; height:4px; }
.s8 {font-size: 8px; height:8px; }
.s10 {font-size: 10px; height:10px; }
.s16 {font-size: 16px; height:16px; }
.tbl { margin-left:0; }
.tbr { margin-right:0; }
.tdl {text-align:left; }
.tdr {text-align:right; }
.vat {vertical-align:top; }
.vam {vertical-align:middle; }
.vab {vertical-align:bottom; }
.w100p {width:100%; }
.w80p {width:80%; }
.w99p {width: 96%;}
.w48p {width:48%; }
.w50p {width:50%; }
.w10 {width: 10px; }
.w20 {width: 25px; }
.w50 {width: 50px; }
.w60 {width: 60px; }
.w90 {width: 90px; }
.w94 {width: 94px; }
.w80 {width: 80px;}
.w100 { width:100px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w150 { width: 150px; }
.w130 { width: 130px; }
.w180 { width:180px; }
.w200 { width:200px; }
.w300 { width:300px; }
.w350 { width:350px; }
.w500 { width: 500px;}
.w600 { width: 600px; }
.h10 { height:19px; }
.h15 { height:25px; }
.h20 { height:30px; }
.h40 { height:40px; }
.h390 { height:390px; }
.border { border:1px solid #000000; }
.bdrA9 { border:1px solid #A9A9A9; }
.bdr_top {border-top: 1px solid #000000; }
.bdr_bottom { border-bottom:1px solid #000000; }
.bdr_left { border-left: 1px solid #000000; }
.bdr_right { border-right: 1px solid #000000; }
.bb { border-bottom:1px solid #000000; }
.tdc { text-align:center; }
.tdr { text-align:right; }
.tdj { text-align:justify; }
.fntb { font-weight:bold; }


.fnt10 { font-size: 10px; }
.fnt11 { font-size: 11px; }
.fnt15 { font-size: 15px; }
.fnt19 { font-size:19px; }
.fnt20 { font-size:20px; }
.fnt30 { font-size:30px; }

.fntj { font-style:}
.bgB5 {background: #80dced; }
.bg06 {background: #003366; }
.bgf6 { background:#f6dc61; }
.bgff { background:#ffffff }
.bge5 { background:#e5e5e5; }
.clred {color:#ff0000; }
.clwht {color:#ffffff; }

.donatebutton {
    background-color: #c90403;
    border: none;
    color: #ffffff;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    margin: 8px 4px;
    cursor: pointer;
    border-radius: 4px;
}

