body {
   margin: 0;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 100%;
   text-rendering: optimizeLegibility;
   text-rendering: geometricPrecision;
   font-smooth: always;
   font-smoothing: antialiased;
   -moz-font-smoothing: antialiased;
   -webkit-font-smoothing: antialiased;
   -webkit-font-smoothing: subpixel-antialiased;
}
div {
    margin: 0 auto;
}
li {
   padding: 5px;
}
input, select {
    font-size: 100%;
}
input[type="radio"] {
   margin: 0;
}
form {
    margin: 0;
}

h1 {
   margin: 0;
   text-align: center;
   font-size: 170%;
}
h2 {
   margin: 0;
   text-align: center;
   font-size: 140%;
}
h3 {
   margin: 0;
   text-align: center;
}
.d_top {
   width: 100%;
   max-width: 750px;
}
.dt {
   display: table;
}
.dtr {
   display: table-row;
}
.dtc_1 {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}
.dtc_2 {
   display: table-cell;
   text-align: left;
   vertical-align: top;
}
.dtc_3 {
   display: table-cell;
   text-align: center;
   vertical-align: top;
}
.dtc_4 {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
}
.dtc_5 {
   display: table-cell;
   text-align: right;
   vertical-align: middle;
}
.d_top_c {
   padding-left: 20px;
   padding-right: 20px;   
}
.d_top_l {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}
.d_top_t_c {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}
@media (min-width: 750px) {
   .d_top_l {
      width: 150px;
   }
   .d_top_t_c {
      width: 600px;
   }
}
@media (max-width: 520px) {
   .d_top_l {
      display: block;
	  width: 100px;
   }
   .d_top_t_c {
      display: block;
	  width: 100%;
	  text-align: center;
   }
   .d_top_c {
      padding-left: 0;
      padding-right: 0;   
   }
}
.d_top_t {
   font-size: 550%;
   font-weight: 900;
   line-height: 1;
   letter-spacing: 5px;
   text-align: center;
}
.top_txt_1 {
   font-size: 160%;
}
.w_30 {
   width: 30px;
}
.w_220 {
   width: 220px;
}
.w_300 {
   width: 300px;
}
.w_250 {
   width: 250px;
}
.w_25p {
   width: 25%;
}
.w_50p {
   width: 50%;
}
.w_90p {
   width: 90%;
}
.w_100p {
   width: 100%;
}
.h_5 {
   height: 5px;
}
.h_20 {
   height: 20px;
}
.h_50 {
   height: 50px;
}
.h_100 {
   height: 100px;
}
.d_q_1 {
   width: 100%;
   max-width: 1200px;
   font-family:"Courier New", Courier, monospace;
   color: #ffffff;
   font-weight: 700;
}
#d_pr {
   float: right;
   font-size: 80%;
   height: 115px;
}
@media (min-width: 601px) and (max-width: 768px) {
   .d_q_1 {
      font-size: 95%;
   }
}
@media (max-width: 600px) {
   .d_q_1 {
      font-size: 90%;
   }
}
@media (min-width: 746px) and (max-width: 795px) {
   .top_txt_1 {
      font-size: 150%;
   }
}
@media (min-width: 696px) and (max-width: 745px) {
   .top_txt_1 {
      font-size: 140%;
   }
}
@media (min-width: 651px) and (max-width: 695px) {
   .top_txt_1 {
      font-size: 130%;
   }
}
@media (min-width: 601px) and (max-width: 650px) {
   .top_txt_1 {
      font-size: 120%;
   }
}
@media (min-width: 551px) and (max-width: 600px) {
   .top_txt_1 {
      font-size: 110%;
   }
}
@media (min-width: 506px) and (max-width: 550px) {
   .top_txt_1 {
      font-size: 100%;
   }
}
@media (min-width: 481px) and (max-width: 505px) {
   .top_txt_1 {
      font-size: 95%;
   }
}
@media (min-width: 431px) and (max-width: 480px) {
   .top_txt_1 {
      font-size: 80%;
   }
}
@media (min-width: 266px) and (max-width: 430px) {
   .top_txt_1 {
      font-size: 75%;
   }
}
@media (max-width: 265px) {
   .top_txt_1 {
      font-size: 70%;
   }
}

.d_q_2 {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 120%;
   font-weight: 700;
   color: #ffffff;
}
.dbg_q {
   width: 100%;
   background-color: #000000;
}
.p_5 {
   padding: 5px;
}
.p_10 {
   padding: 10px;
}
.p_20 {
   padding: 20px;
}
.pl_3 {
   padding-left: 3px;
}
.pl_10 {
   padding-left: 10px;
}
.pl_20 {
   padding-left: 20px;
}
.pl_50 {
   padding-left: 50px;
}
.pt_5 {
   padding-top: 5px;
}
.pt_10 {
   padding-top: 10px;
}
.pt_20 {
   padding-top: 20px;
}
.pt_40 {
   padding-top: 40px;
}
.pr_8 {
   padding-right: 8px;
}
.pr_10 {
   padding-right: 10px;
}
.pr_50 {
   padding-right: 50px;
}
.pr_20 {
   padding-right: 20px;
}
.pb_10 {
   padding-bottom: 10px;
}
.pb_20 {
   padding-bottom: 20px;
}
.pb_30 {
   padding-bottom: 30px;
}
.pb_40 {
   padding-bottom: 40px;
}
.bt_333 {
   border-top: solid 1px #333333;
}
.br_333 {
   border-right: solid 1px #333333;
}
.fl {
   float: left;
}
.fr {
   float: right;
}
.cb {
   clear: both;
}
.dn {
   display: none;
}
.tac {
   text-align: center;
}
.maxw_640 {
   max-width: 640px;
}
.maxw_780 {
   max-width: 780px;
}
.t_n_l {
   font-size: 350%;
   color: #cd0707;
   line-height: 1;
}
.d_tw2 {
   background-color:#FF0000;
   color: #ffffff;
   font-size: 250%;
   font-weight: 900;
   padding: 5px;
   width: auto;
   float: left;
}
.t_n_st {
   font-size: 175%;
   color: red;
   line-height: 1;
}
@media (min-width: 601px) and (max-width: 768px) {
   .t_n_l {
      font-size: 300%;
   }
   .t_n_st {
      font-size: 150%;
   }
   .d_tw2 {
      font-size: 200%;
   }
}
@media (max-width: 600px) {
   .t_n_l {
      font-size: 250%;
   }
   .t_n_st {
      font-size: 125%;
   }
   .d_tw2 {
      font-size: 150%;
   }
}
.t_n_l a:link {
   text-decoration: underline;
   color: #cd0707;
}
.t_n_l a:visited {
   text-decoration: underline;
   color: #e96363;
}
.t_n_l a:active {
   text-decoration: underline;
   color: #cd0707;
}
.t_n_l a:hover {
   text-decoration: underline;
   color: #cd0707;
}
.t_n_st a:link {
   text-decoration: none;
   color: #000000;
}
.t_n_st a:visited {
   text-decoration: none;
   color: #888888;
}
.t_n_st a:active {
   text-decoration: none;
   color: #000000;
}
.t_n_st a:hover {
   text-decoration: underline;
   color: #000000;
}
.ds {
   width: 95%;
   border-top: solid 1px #000000;
}
.dn_1 {
   width: 100%;
   max-width: 960px;
}
.dn_2 {
   width: 33.33333%;
   float: left;
}
.dn_3 {
   padding: 10px 5px 10px 10px;
   font-size: 90%;
}
.dn_3 a:link {
   text-decoration: underline;
   color: #000000;
}
.dn_3 a:visited {
   text-decoration: underline;
   color: #888888;
}
.dn_3 a:active {
   text-decoration: underline;
   color: #000000;
}
.dn_3 a:hover {
   text-decoration: underline;
   color: #000000;
}
.dn_3:hover {
   background-color: #f5f9fb;
}

@media (max-width: 650px) {
   .dn_2 {
      width: 100%;
      float: none;   
   }
}
.fw_700 {
   font-weight: 700;
}
.fw_n {
   font-weight: normal;
}
.fs_80 {
   font-size: 80%;
}
.fs_85 {
   font-size: 85%;
}
.fs_90 {
   font-size: 90%;
}
.fs_95 {
   font-size: 95%;
}
.fs_120 {
   font-size: 120%;
}
.lf {
   font-weight: 700;
}
.lf a:link {
   text-decoration: underline;
   color: #000000;
}
.lf a:visited {
   text-decoration: underline;
   color: #000000;
}
.lf a:active {
   text-decoration: underline;
   color: #000000;
}
.lf a:hover {
   text-decoration: underline;
   color: #000000;
}
.lh {
   font-size: 100%;
}
@media (min-width: 281px) and (max-width: 400px) {
   .lh {
      font-size: 90%;
   }
}
@media (max-width: 280px) {
   .lh {
      font-size: 80%;
   }
}
.lh a:link {
   text-decoration: none;
   color: #000000;
}
.lh a:visited {
   text-decoration: none;
   color: #000000;
}
.lh a:active {
   text-decoration: none;
   color: #000000;
}
.lh a:hover {
   text-decoration: none;
   color: #000000;
}

.dtn {
   width: 100%;
/*   border-top: solid 1px #000000; */
   border-bottom: solid 1px #000000;
}
.dt_nw {
   text-align: center;
   padding-bottom: 40px;
}
.div_top_news2 {
   padding: 20px 20px 0 20px;
}
.dt_nwi {
   width: 100%;
   padding-top: 20px;
   padding-bottom: 10px;
}
.dv_n {
   width: 100%;
   text-align: center;
   padding-top: 20px;
   padding-bottom: 10px;
   max-width: 560px;   
}
.ds2 {
   height: 30px;
   width: 80%;
   border-bottom: solid 1px #cccccc;
}

@media (min-width: 581px) and (max-width: 830px) {
   .dt_nw {
      padding-bottom: 30px;
   }
   .dt_nwi {
      padding-bottom: 10px;
   }
   .dv_n {
      padding-top: 10px;
   }
   .ds2 {
      height: 20px;
   }
}
@media (max-width: 580px) {
   .dt_nw {
      padding-bottom: 20px;
   }
   .dt_nwi {
      padding-bottom: 5px;
   }
   .dv_n {
      padding-top: 5px;
   }
   .ds2 {
      height: 10px;
   }
}
.dc_1 {
   width: 80%;
   max-width: 260px;
}
.dc_2 {
   width: 90%;
   max-width: 960px;
}
.dc_3 {
   width: 100%;
   max-width: 1120px;
}
.dc_3b {
   padding: 20px 20px 0 20px;
}
.dc_4 {
   width: 100%;
   max-width: 768px;
}
.dc_4b {
   padding: 0 20px 20px 20px;
}
.dc_5 {
   width: 100%;
   max-width: 900px;
}
@media (max-width: 340px) {
   .dc_1 {
      width: 95%;
   }
   .dc_2 {
      width: 95%;
   }
}
.it_1 {
    border: solid 1px black;
    border-radius: 3px;
    width: 95%;
    max-width: 250px;
    height: 20px;
    color: #000000;
    padding: 5px;
}
.it_2 {
    border: solid 1px black;
    border-radius: 3px;
    width: 30px;
    height: 20px;
    color: #000000;
    padding: 5px;
}
.ita_1 {
    border: solid 1px black;
    border-radius: 3px;
    width: 95%;
    max-width: 250px;
    height: 150px;
    color: #000000;
    padding: 5px;
}
.lb {
    display: block;
    width: 100%;
	max-width: 270px;
    height: 50px;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    background-color: #000000;
    font-size: 150%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 2;
}
.ls {
   font-size: 110%;
   font-weight: 700;
}
.ls a:link {
   text-decoration: underline;
   color: #1769a9;
}
.ls a:visited {
   text-decoration: underline;
   color: #1769a9;
}
.ls a:active {
   text-decoration: underline;
   color: #1769a9;
}
.ls a:hover {
   text-decoration: underline;
   color: #1769a9;
}
.l_b {
   font-size: 140%;
   font-weight: 700;
}
.l_b a:link {
   text-decoration: underline;
   color: #1769a9;
}
.l_b a:visited {
   text-decoration: underline;
   color: #1769a9;
}
.l_b a:active {
   text-decoration: underline;
   color: #1769a9;
}
.l_b a:hover {
   text-decoration: underline;
   color: #1769a9;
}

.d_b {
   height: 38px;
   padding-right: 20px;
   float: right;
   display: none;
}
.dtl {
   display: block
}
.d_q_3 {
   color: #ffffff;
   font-weight:bolder;
   font-size: 175%;
   font-family: Impact;
   letter-spacing: 10px;
   line-height: 1;
}
@media (max-width: 768px) {
   .d_b {
      display: block;
   }
   .dtl {
      display: none
   }
}
@media (min-width: 481px) and (max-width: 768px) {
   .d_q_3 {
      font-size: 150%;
      letter-spacing: 8px;
   }
}
@media (max-width: 480px) {
   .d_q_3 {
      font-size: 125%;
      letter-spacing: 6px;
   }
}
#dp {
   background-color: rgba(0,0,0,0.85); 
   position: fixed; 
   width: 100%; 
   height: auto; 
   top: 0; 
   left: 0; 
   bottom: 0; 
   right: 0; 
   display: none; 
   text-align: center; 
   font-size: 20pt; 
   z-index: 30;
}
#dpc {
   width: 100%;
   overflow: hidden;
}
.dpc_2 {
   width: 100%;
   height: 100%;
   overflow: auto;
   padding-right: 20px;
}
.ml {
   width: 100%;
   margin: 0 auto;
   padding-bottom: 5px;
   padding-top: 5px;
   border-bottom: solid 1px #ffffff
}
.ml a:link {
   text-decoration: none;
   color: #ffffff
}
.ml a:visited {
   text-decoration: none;
   color: #ffffff
}
.ml a:active {
   text-decoration: none;
   color: #ffffff
}
.ml a:hover {
   text-decoration: none;
   color: #ffffff
}
.mlm_3 {
   margin-left: -3px;
}
.div_tw {
   background-color:#FF0000;
   color: #ffffff;
   font-weight: 900;
   padding: 3px;
   float: left;
}
.dsc {
   display: block;
}
@media (max-width: 580px) {
   .dsc {
      display: none;
   }	  
}
.dn_3a {
   display: table-cell;
   text-align: left;
   vertical-align: top;  
}
.dn_3b {
   display: table-cell;
   text-align: left;
   vertical-align: top;
   width: 250px;
   padding-left: 10px;
}
@media (max-width: 520px) {
   .dn_3a {
      display: block;
	  width: 100%;
   }
   .dn_3b {
      display: block;
	  width: 100%;
	  padding-left: 0;
   }
}
.dpn {
   display: table;
   border: solid 1px #1769a9;
   border-radius: 10px;
   font-size: 90%;
}
.lbl {
   font-weight: 700;
}
.lbl a:link {
   text-decoration: underline;
   color: #1769a9;
}
.lbl a:visited {
   text-decoration: underline;
   color: #1769a9;
}
.lbl a:active {
   text-decoration: underline;
   color: #1769a9;
}
.lbl a:hover {
   text-decoration: underline;
   color: #1769a9;
}
.lbln {
   font-weight: normal;
}
.lbln a:link {
   text-decoration: underline;
   color: #1769a9;
}
.lbln a:visited {
   text-decoration: underline;
   color: #1769a9;
}
.lbln a:active {
   text-decoration: underline;
   color: #1769a9;
}
.lbln a:hover {
   text-decoration: underline;
   color: #1769a9;
}
.d_p {
   padding-right: 50px;
}
.d_n {
   padding-left: 50px;
   float: right;
}
.d_p2 {
   padding: 10px;
}
.d_n2 {
   padding: 10px;
}
@media (max-width: 701px) and (max-width: 800px) {
   .d_p {
      padding-right: 40px;
   }
   .d_n {
      padding-left: 40px;
   }
}
@media (max-width: 601px) and (max-width: 700px) {
   .d_p {
      padding-right: 30px;
   }
   .d_n {
      padding-left: 30px;
   }
}
@media (max-width: 501px) and (max-width: 600px) {
   .d_p {
      padding-right: 20px;
   }
   .d_n {
      padding-left: 20px;
   }
}
@media (max-width: 500px) {
   .d_p {
      padding-right: 10px;
   }
   .d_n {
      padding-left: 10px;
   }
}
@media (max-width: 600px) {
   .d_p2 {
      padding: 10px 0 10px 10px;
   }
   .d_n2 {
      padding: 10px 10px 10px 0;
   }
}
.lh_1p4 {
   line-height: 1.4;
}
.dhpt {
   font-size: 120%;
   font-weight: 700;
   color:#FF0000;
   border: solid 2px red;
   border-radius: 5px;
   padding: 5px;
   text-align: center;
/*   height: 24px; */
   display: table;
}
#rss_t1 {
   padding: 10px;
   font-size: 90%;
}
#rss_t2 {
   padding: 10px;
   font-size: 90%;
}
.rss_1 {
   display: table-cell;
   text-align: left;
   vertical-align: top;
   width: 50%;
   padding: 0 10px 0 10px;
}
.rss_2 {
   display: table-cell;
   text-align: left;
   vertical-align: top;
   width: 50%;
   padding: 0 10px 0 10px;
}
.rss_s {
   padding: 10px;
   text-align: center;
}
@media (max-width: 680px) {
   .rss_1 {
      display: block;
	  width: 100%;
	  padding: 0;
   }
   .rss_2 {
      display: block;
	  width: 100%;
	  padding: 20px 0 0 0;
   }
   .#rss_t1 {
      padding: 10px 0 10px 0;
   }
   .#rss_t2 {
      padding: 10px 0 10px 0;
   }
   .rss_s {
      padding: 10px 0 10px 0;
   }
}
.d_pag {
   padding-left: 10px;
   padding-right: 10px;
   font-size: 150%;
   font-weight: 700;
   color: #1769a9;
}
.d_pag a:link {
   text-decoration: underline;
   color: #1769a9;
}
.d_pag a:visited {
   text-decoration: underline;
   color: #1769a9;
}
.d_pag a:active {
   text-decoration: underline;
   color: #1769a9;
}
.d_pag a:hover {
   text-decoration: underline;
   color: #1769a9;
}
