<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * PgwMenu - Version 1.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */

/*css reset*/

/*css #main_con*/

.main_con {
    width: 960px;
    height: auto;
    background: #205ca5;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.main_con .m_banner {
    width: 960px;
    position: relative;
}

.main_con .m_banner img {
    width: 100%;
}
.main_con .text_content {
    background:#79b6dd;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 20px;
}
.main_con .text_inf {
    width: 98%;
    position: relative;
    height: auto;
    margin: 0 auto;
    background:#dcecf7;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main_con .text_inf .inf_con {
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 10px;
}

.main_con .text_inf .inf_con h1 {
    background: #3e8ada;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    width: 130px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 14px;
    margin-bottom: 14px;
    border-radius: 5px;
}

.main_con .text_inf .inf_con i {
    background-color: #3e8ada;
    color: #fff;
    padding: 2px 8px;
    margin-right: 8px;
}

.main_con .text_inf .inf_con h2 {
    color: #3e8ada;
    font-weight: 400;
    font-size: 22px;
    margin-left: 8px;
}

.main_con .text_inf .inf_con p {
    width: 94%;
    margin: 0 auto;
    font-size: 18px;
    color: #444;
    letter-spacing: 1px;
    line-height: 32px;
    font-weight: 400;
}

.main_con .text_inf_1 {
    width: 98%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 14px;
    padding:20px 0 20px 0;
    background:#fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
}
.main_con .text_inf_1 p{
    text-indent: 2em;
    margin-bottom: 10px;
}
.main_con .text_inf_1 h3{
    margin-bottom: 10px;
    margin-top: 10px;
}

.main_con .text_inf_1 img{
   height: 40px;
   margin-left: 20px;
}
.main_con .text_inf .inf_10{
    margin-top: 24px;
}
.main_con .text_inf .inf_con_ewm{
    width: 779px;
    margin: 25px auto;
}
</pre></body></html>