@charset "utf-8";
.breadcrumb {
    margin-bottom: 40px;
}

.main_title {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

#exponent_copyright ul {
    list-style: none;
}
#exponent_copyright ul.p_list {
    padding-left: 25px;
    padding-bottom: 50px;
}
#exponent_copyright ul.p_list.ul_last {
    padding-bottom: 0px;
}
#exponent_copyright ul.p_list li {
    list-style-type: disc;
    margin: 0 0 20px 0;
}

#exponent_copyright a {
    transition: color 0.3s ease;
}
#exponent_copyright a:hover {
    color: #cc0000;
}
#exponent_copyright .u_line {
    text-decoration: underline;
}

#exponent_copyright .box p.right {
    float: left;
    margin: 9.5px 0 0 10px;
    text-align: left;
    width: 516px;
}
#exponent_copyright img.left {
    float: left;
    padding-top: 5px;
}
#exponent_copyright ul.p_list ul  {
    padding-left: 25px;
}
#exponent_copyright ul.p_list ul li {
    list-style-type: square!important;
    margin: 0 0 10px 0;
}
#exponent_copyright ul.p_list ul li ul li {
    list-style-type: circle!important;
    margin: 0 0 10px 0;
}
.word_breakall {
    word-break: break-all;
}

div.clear {
    clear: both;
}

.mt0 {
    margin-top: 0px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}

@media (max-width: 900px) {
    .main_title {
        font-size: 25px;
        margin-bottom: 25px;
        text-align: center;
        padding-top: 25px;
    }
}
