﻿@charset 'utf-8';

/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{margin: 0;padding: 0;}

h1, h2, h3, h4, h5, h6{font-weight: normal;}
-webkit-appearance:none;}
em,i{font-style:normal;}
ul, ol{list-style: none;}

.clearfix{ *zoom: 1; } 

.fl { float:left;}
.fr { float:right;}



body,html{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: white;
}
a:visited{
    color: white;
    text-decoration: none;
}
a:hover{
    color: white;
    text-decoration: none;
}
a:active{
    color: white;
    text-decoration: none;
}
ul,li{ padding:0;margin:0;list-style:none}
a:-webkit-any-link {
    color: white;
    text-decoration: none;
}
@media print {
    .header_b, .header_t {
        display: none;
    }

    .header_m_top {
        display: flex;
    }
    .header_m_top .news .title{
        display: none;
    }
    .header_m_top .service_guide{
        display: none;
    }
    
    .wd1200, .wd900 {
        width: 850px !important;
    }

    .wd900 .title {
        width: 800px!important;
    }

    a {
        content: '' !important;
    }

    a:before {
        content: '' !important;
    }

    a::after {
        content: '' !important;
    }

    .wd300 {
        display: none;
    }
}