.rankBox .imgBox {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.rankBox .imgBox:hover {
    opacity: 0.5;
}

.rankBox .itemName a {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.rankBox .itemName a:hover {
    text-decoration: none;
}

/*----------------------------------------------------------------------------
 Fix Bootstrap add
---------------------------------------------------------------------------- */
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
.row {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
}

ul {
    list-style: none;
}

/* ----------------------------------------------------------------------------
   Header
------------------------------------------------------------------------------ */
header .headerUpper {
    background: #fff;
}

header .headerUpper img {
    width: 250px;
    padding: 10px 0;
}

header .headerBottom {
    background-image: url(../img/header_bg.jpeg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 500px;
}

header .headerBottom .container {
    position: relative;
}

header .headerBottom .container .left {
    position: absolute;
    left: -50px;
    width: 250px;
    top: 20px;
}

@media (max-width: 1200px) {
    header .headerBottom .container .left {
        left: -50px;
        width: 150px;
        top: 50px;
    }
}

@media (max-width: 992px) {
    header .headerBottom .container .left {
        display: none;
    }
}

header .headerBottom .container .right {
    position: absolute;
    right: -50px;
    width: 250px;
    top: 20px;
}

@media (max-width: 1200px) {
    header .headerBottom .container .right {
        right: -50px;
        width: 150px;
        top: 50px;
    }
}

@media (max-width: 992px) {
    header .headerBottom .container .right {
        display: none;
    }
}

header .headerBottom .container h1 .txt01 {
    margin-top: 70px;
}

header .headerBottom .container h1 .txt02 {
    margin-top: 20px;
}

header .headerBottom .container h1 .txt03 {
    margin-top: 20px;
}

@media (max-width: 1284px) {
    header .headerBottom .container .left {
        position: relative;
        left: 0;
        max-width: 250px;
        top: 20px;
        float: left;
        width: 20%;
    }

    header .headerBottom .container h1 {
        float: left;
        width: 50%;
        margin: 0 5%;
    }

    header .headerBottom .container h1 .txt01 {
        max-width: 421px;
        width: 100%;
    }

    header .headerBottom .container h1 .txt02 {
        max-width: 725px;
        width: 100%;
    }

    header .headerBottom .container h1 .txt03 {
        max-width: 668px;
        width: 100%;
    }

    header .headerBottom .container .right {
        position: relative;
        right: 0;
        max-width: 250px;
        top: 20px;
        float: left;
        width: 20%;
    }
}

@media (max-width: 992px) {
    header .headerBottom .container h1 {
        float: none;
        width: 90%;
        margin: 0 5%;
    }
}

@media (max-width: 767px) {
    header .headerUpper {
        background: #003399;
    }

    header .headerBottom {
        background: url(../img/header_bg-sp.jpg) no-repeat left top;
        background-size: 100% 100%;
        height: auto;
    }

    header .headerBottom .visible-xs h1.text-center img {
        width: 100%;
    }
}

/* ----------------------------------------------------------------------------
   Nav Container
------------------------------------------------------------------------------ */
nav ul {
    padding: 0 20px;
}

nav ul li {
    margin: 0 5px;
}

nav ul li a {
    color: #333;
    background: #ccc;
    padding: 10px 0px;
    display: block;
    font-size: 18px;
    width: 200px;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
}

@media (max-width: 1200px) {
    nav ul li a {
        width: 160px;
    }
}

@media (max-width: 992px) {
    nav ul li a {
        width: 115px;
        font-size: 14px;
    }
}

nav ul li a:hover,
nav ul li a.active {
    background: #fff;
    color: #46bcf2;
    text-decoration: none;
}

#top ul li:nth-child(1) a {
    background: #fff;
    color: #46bcf2;
    text-decoration: none;
}

#month ul li:nth-child(2) a {
    background: #fff;
    color: #46bcf2;
    text-decoration: none;
}

#campaign ul li:nth-child(3) a {
    background: #fff;
    color: #46bcf2;
    text-decoration: none;
}

#fast ul li:nth-child(4) a {
    background: #fff;
    color: #46bcf2;
    text-decoration: none;
}

#condition ul li:nth-child(5) a {
    background: #fff;
    color: #46bcf2;
    text-decoration: none;
}

@media (max-width: 767px) {
    nav ul {
        background: #B3B3B3;
        padding: 0;
    }

    nav ul li {
        margin: 0 0 0 1px;
        width: calc(20% - 1px);
    }

    nav ul li a {
        border-radius: 0;
        padding: 0;
        width: 100%;
    }

    nav ul li a img {
        width: 100%;
    }

    nav ul li:first-child {
        margin-left: 0;
        width: 20%;
    }

    nav ul li:nth-child(1) a {
        background: url("../img/gnav1.png") no-repeat left top;
        background-size: 100% 100%;
        font-size: 0;
    }

    nav ul li:nth-child(2) a {
        background: url("../img/gnav2.png") no-repeat left top;
        background-size: 100% 100%;
        font-size: 0;
    }

    nav ul li:nth-child(3) a {
        background: url("../img/gnav3.png") no-repeat left top;
        background-size: 100% 100%;
        font-size: 0;
    }

    nav ul li:nth-child(4) a {
        background: url("../img/gnav4.png") no-repeat left top;
        background-size: 100% 100%;
        font-size: 0;
    }

    nav ul li:nth-child(5) a {
        background: url("../img/gnav5.png") no-repeat left top;
        background-size: 100% 100%;
        font-size: 0;
    }

    nav ul li:nth-child(6) a {
        background: url("../img/gnav6.png") no-repeat left top;
        background-size: 100% 100%;
        font-size: 0;
    }

    #top nav ul li:nth-child(1) a {
        background: url("../img/gnav1-active.png") no-repeat left top;
        background-size: 100% 100%;
        font-size: 0;
    }

    #month nav ul li:nth-child(2) a {
        background: url("../img/gnav2-active.png") no-repeat left top;
        background-size: 100% 100%;
        font-size: 0;
    }

    #campaign nav ul li:nth-child(3) a {
        background: url("../img/gnav3-active.png") no-repeat left top;
        background-size: 100% 100%;
        font-size: 0;
    }

    #fast nav ul li:nth-child(4) a {
        background: url("../img/gnav4-active.png") no-repeat left top;
        background-size: 100% 100%;
        font-size: 0;
    }

    #condition nav ul li:nth-child(5) a {
        background: url("../img/gnav5-active.png") no-repeat left top;
        background-size: 100% 100%;
        font-size: 0;
    }
}

/* ----------------------------------------------------------------------------
   Main Container
------------------------------------------------------------------------------ */
main {
    position: relative;
    background: url(../img/main_bg.png);
    width: 100%;
}

main>.container {
    padding: 0 40px;
    min-height: 200px;
    position: relative;
    top: -190px;
}

@media (max-width: 768px) {
    main>.container {
        top: 0;
        padding: 0;
    }
}

main>.container .innerBox {
    padding: 40px;
    background: #fff;
}

@media (max-width: 768px) {
    main>.container .innerBox {
        padding: 10px;
    }
}

/* ----------------------------------------------------------------------------
   Title
------------------------------------------------------------------------------ */
h2.title {
    margin-top: 20px;
}

h2.title img {
    width: 550px;
}

@media (max-width: 768px) {
    h2.title img {
        width: 100%;
    }
}

/* ----------------------------------------------------------------------------
   Footer
------------------------------------------------------------------------------ */
footer {
    background: #003399;
    padding: 20px 0;
    color: #fff;
}

.pagetop {
    background: #f1f1f1;
    padding: 10px 0;
}

.pagetop img {
    width: 50%;
    max-width: 242px;
}

.linkFooter {
    padding: 10px;
    background: #4dbcef;
}

.linkFooter a {
    color: #fff;
}

/* ----------------------------------------------------------------------------
   Top
------------------------------------------------------------------------------ */
#top .pickupBox {
    margin-top: 30px;
    background-image: url(../../img/top/pickup_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    height: 350px;
    margin-bottom: 35px;
}

@media (max-width: 1200px) {
    #top .pickupBox {
        height: 315px;
    }
}

@media (max-width: 992px) {
    #top .pickupBox {
        height: 240px;
    }
}

#top .pickupBox .left {
    position: absolute;
    left: 80px;
    top: -70px;
}

@media (max-width: 1200px) {
    #top .pickupBox .left {
        left: 20px;
    }
}

@media (max-width: 992px) {
    #top .pickupBox .left {
        display: none;
    }
}

#top .pickupBox .right {
    position: absolute;
    right: 90px;
    top: -94px;
}

@media (max-width: 1200px) {
    #top .pickupBox .right {
        right: 20px;
        top: -96px;
    }
}

@media (max-width: 992px) {
    #top .pickupBox .right {
        display: none;
    }
}

#top .pickupBox .inner {
    width: 825px;
    margin: 0 auto;
}

#top .pickupBox .inner .infoBox,
#top .pickupBox .inner .imgBox {
    margin-top: 75px;
    width: 50%;
    padding: 0 10px;
}

#top .pickupBox .inner .infoBox img,
#top .pickupBox .inner .imgBox img {
    width: 100%;
}

#top .pickupBox .inner .infoBox a,
#top .pickupBox .inner .infoBox p {
    color: #003399;
}

#top .pickupBox .inner .infoBox .companyName {
    font-size: 12px;
}

#top .pickupBox .inner .infoBox .itemName {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
}

#top .pickupBox .inner .infoBox .itemName a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#top .pickupBox .inner .infoBox .desc {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    min-height: 93px;
    line-height: 26px;
}

#top .pickupBox .inner .infoBox .detailBtn {
    background: #f90081;
    color: #fff;
    width: 100%;
    display: block;
    border-radius: 4px;
    text-align: center;
    padding: 17px;
    background-image: url(../img/btn_arrow.png);
    background-position: right 15px center;
    background-size: 8px;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    #top .pickupBox {
        background-size: 100% 100%;
    }

    #top .pickupBox .inner {
        width: 775px;
    }

    #top .pickupBox .inner .infoBox .desc {
        min-height: 95px;
    }
}

@media (max-width: 992px) {
    #top .pickupBox .inner {
        width: 590px;
    }

    #top .pickupBox .inner .infoBox,
    #top .pickupBox .inner .imgBox {
        margin-top: 50px;
    }

    #top .pickupBox .inner .infoBox .desc {
        min-height: 55px;
        font-size: 12px;
    }

    #top .pickupBox .inner .infoBox .itemName {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    #top .pickupBox {
        padding-bottom: 20px;
        height: auto;
        background-image: url(../../img/top/pickup_bg_sp.png);
    }

    #top .pickupBox .inner {
        width: 100%;
        height: auto;
    }

    #top .pickupBox .inner .imgBox {
        margin-top: 60px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    #top .pickupBox .inner .infoBox {
        width: 100%;
        margin-top: 10px;
        padding: 0 20px;
    }

    #top .pickupBox .inner .infoBox .desc {
        min-height: 55px;
        font-size: 12px;
        margin-top: 0;
    }

    #top .pickupBox .inner .infoBox .itemName {
        font-size: 24px;
    }

    #top .pickupBox .inner .infoBox .detailBtn {
        width: 80%;
        margin: 0 auto;
    }
}

#top .rankWhole {
    width: 902px;
    margin: 0 auto;
}

#top .infoUpper {
    padding-top: 10px;
}

#top .numberTag {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    margin-left: -7px;
    width: 175px;
    height: 100px;
    background-size: contain;
    z-index: 100;
    margin-top: -7px;
    -webkit-box-sizing: boder-box;
    -moz-box-sizing: boder-box;
    box-sizing: boder-box;
    color: #003399;
}

#top .numberTag .tagNum {
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
}

#top .numberTag .tagTitle {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

#top .textNum .numberTag {
    padding-left: 35px;
    line-height: 80px;
    background: url("../../img/top/number_bg.png") no-repeat left top;
}

#top .textNum .numberTag .tagNum {
    margin-right: 3px;
}

#top .rankBox .imgBox {
    border: 1px solid #ccc;
    width: 232px;
    float: left;
    margin-bottom: 45px;
}

#top .infoBox {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    width: 588px;
}

#top .infoBox .panel-body {
    font-size: 15px;
    line-height: 22px;
}

#top .infoBox .panel-body .txtPink {
    color: #f90081;
    font-weight: bold;
}

#top .rate {
    width: 285px;
    position: relative;
}

#top .rate .ratenum {
    position: absolute;
    right: 0;
    top: 0;
}

#top .rankBox {
    position: relative;
    margin: 0 auto;
    width: 902px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

#top .rankBox .innerrankBox {
    border: 2px solid #46BCF2;
    border-radius: 5px;
    padding-bottom: 40px;
}

@media (max-width: 1200px) {
    #top .rankBox {
        width: 100%;
    }
}

#top .rankBox .itemName {
    width: 100%;
    margin: 0px auto;
    color: #fff;
    padding: 15px 15px 15px 160px;
    font-size: 26px;
    letter-spacing: 2px;
    display: block;
    background: #46BCF2;
}

#top .rankBox .inner {
    width: 820px;
    margin: 30px auto 0;
}

#top .rankBox .inner .infoBox .rate .label {
    color: #fff;
    background: #003399;
    font-weight: normal;
    font-size: 15px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}

#top .rankBox .inner .infoBox .rate .rateBox {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#top .rankBox .inner .infoBox .rate .rateBox .overlay {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 30px;
}

#top .rankBox .inner .infoBox .rate .ratenum {
    color: #f90081;
    line-height: 1;
    font-size: 30px;
    font-weight: bold;
}

#top .rankBox .inner .infoBox .rate .rateTable table {
    margin-top: 12px;
    width: 100%;
    border: 1px solid #cccccc;
}

#top .rankBox .inner .infoBox .rate .rateTable table th {
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    padding: 5px;
    width: 110px;
    font-weight: normal;
}

#top .rankBox .inner .infoBox .rate .rateTable table td {
    border-bottom: 1px solid #ccc;
    font-size: 10px;
    padding: 0 5px;
}

#top .rankBox .inner .infoBox .rate .rateTable table td .stars {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#top .rankBox .inner .infoBox .rate .rateTable table td .stars img {
    width: 15px;
}

#top .rankBox .inner .infoBox .rate .rateTable table td .stars .overlay {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 17px;
}

#top .rankBox .inner .infoBox .rate .rateTable table td>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 5px;
}

#top .rankBox .inner .infoBox .point {
    margin-left: 25px;
    margin-bottom: 0;
    width: 250px;
    border: 1px solid #f90081;
}

#top .rankBox .inner .infoBox .point .panel-heading {
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    letter-spacing: 2px;
    border: 1px solid #f90081;
    background: #f90081;
}

#top .rankBox .desc {
    margin-top: 21px;
    font-size: 15px;
    line-height: 25px;
    float: right;
    width: 588px;
    padding-left: 25px;
    margin-bottom: 25px;
}

#top .rankBox .compareBox table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: 30px;
}

#top .rankBox .compareBox table thead tr th {
    width: 33.3333%;
    text-align: center;
    background: #f2f2f2;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 100%;
    padding: 10px 0;
}

#top .rankBox .compareBox table tbody tr td {
    text-align: center;
    color: #f90081;
    font-weight: bold;
    font-size: 30px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 24px 0;
    line-height: 35px;
}

#top .rankBox .moreBtnRow {
    margin-top: 40px;
}

#top .rankBox .moreBtnRow a {
    display: block;
    width: 400px;
    font-size: 18px;
    font-weight: bold;
    background: #003399;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border-radius: 8px;
    background-image: url(../img/btn_arrow.png);
    background-position: right 15px center;
    background-size: 8px;
    background-repeat: no-repeat;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#top .rankBox .moreBtnRow a:hover {
    opacity: 0.7;
    text-decoration: none;
}

@media (max-width: 1200px) {
    #top .rankBox {
        background-size: 100%;
    }

    #top .rankBox .inner {
        width: 730px;
    }

    #top .rankBox .inner .imgBox {
        width: 20%;
    }

    #top .rankBox .inner .imgBox img {
        width: 100%;
    }

    #top .rankBox .inner .desc {
        width: 80%;
        margin-top: 10px;
    }

    #top .infoBox {
        width: 80%;
    }

    #top .rankBox .inner .moreBtnRow {
        margin-top: 15px;
    }

    #top .rankWhole {
        width: 100%;
    }
}

@media (max-width: 992px) {
    #top .rankBox .itemName {
        margin: 0px auto;
        color: #fff;
        letter-spacing: 2px;
    }

    #top .infoBox {
        padding-left: 10px;
    }

    #top .rankBox .inner {
        width: 90%;
        margin-top: 50px;
    }

    #top .rankBox .inner .infoBox .point .panel-body {
        padding: 9px 15px !important;
        font-size: 12px;
    }

    #top .rankBox .inner .rate .label {
        font-size: 10px !important;
        padding: 5px !important;
    }

    #top .rankBox .inner .rate .rateBox .stars img {
        width: 20px;
    }

    #top .rankBox .inner .rate .ratenum {
        font-size: 22px !important;
    }

    .inner .rate .rateTable table .stars img {
        width: 13px !important;
    }

    #top .rankBox .inner .point {
        margin-left: 10px !important;
    }

    #top .rankBox .inner .desc {
        width: 80%;
        margin-top: 10px;
        font-size: 11px;
        padding-left: 10px;
    }

    #top .rankBox .inner .compareBox table {
        margin-top: 10px;
    }

    #top .rankBox .inner .compareBox table th {
        font-size: 14px;
    }

    #top .rankBox .inner .compareBox table td {
        font-size: 20px;
        padding: 2px 0;
    }

    #top .rankBox .inner .moreBtnRow {
        margin-top: 20px;
    }

    #top .rankBox .inner .moreBtnRow a {
        padding: 15px 0;
    }

    #top .rankBox .inner .infoBox .point {
        width: 40%;
    }
}

#top .message .col-sm-2 {
    text-align: right;
}

#top .message .col-sm-10 p {
    word-break: break-all;
    color: #003399;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

@media (max-width: 768px) {
    #top .message .col-xs-8 {
        padding: 0 5px;
    }

    #top .message .col-xs-8 p {
        font-size: 12px;
    }

    .innerBox h2.title img {
        width: auto;
    }
}

@media (max-width: 767px) {
    #top .rankBox .inner {
        width: 95%;
        margin-top: 25px;
    }

    #top .rankBox .inner .imgBox {
        margin-bottom: 20px;
    }

    #top .infoUpper {
        padding-top: 0;
    }

    #top .rankBox .inner .infoBox .rate .rateTable table {
        margin-top: 10px;
    }

    #top .rankBox {
        margin-bottom: 15px;
    }

    #top .rankBox .inner .infoBox .rate .rateTable table td .stars .overlay {
        height: 100%;
    }

    #top .rankBox .inner .moreBtnRow a {
        width: 100%;
        font-size: 13px;
    }

    #top .rankBox .inner .infoBox .point {
        display: none;
    }

    #top .infoBox {
        width: 65%;
    }

    #top .rankBox .inner .imgBox {
        width: 35%;
    }

    #top .rankBox .inner .infoBox .rate .rateTable table th {
        width: 48%;
        line-height: 100%;
        padding: 0 10px;
    }

    #top .rankBox .inner .rate {
        width: 100%;
    }

    #top .rankBox .inner .desc {
        font-size: 16px;
        width: 100%;
        padding-left: 0;
    }

    #top .rankBox .inner .compareBox table td {
        font-size: 15px;
        line-height: 20px;
        padding: 5px;
    }

    #top .rankBox .itemName {
        font-size: 15px;
        padding-left: 140px;
        padding-right: 10px;
    }

    #top .rankBox .innerrankBox {
        padding-bottom: 20px;
    }

    #top .rate .ratenum {
        position: relative;
        top: -1px;
    }
}

@media (max-width: 480px) {
    #top .pickupBox .inner .imgBox img {
        width: 100%;
    }

    #top .innerBox h2.title img {
        width: 100%;
    }

    #top .textNum .numberTag {
        padding-left: 17px;
        line-height: 45px;
    }

    #top .numberTag {
        width: 90px;
        height: 50px;
        top: 3px;
        left: 3px;
        background-size: 100% !important;
    }

    #top .numberTag img {
        width: 100%;
    }

    #top .numberTag .tagNum {
        font-size: 21px;
    }

    #top .numberTag .tagTitle {
        font-size: 9px;
    }

    #top .rankBox .itemName {
        padding-left: 60px;
    }

    #top .rankBox .inner .infoBox .rate .rateTable table td>span {
        font-size: 10px;
    }

    #top .rankBox .inner .rate .rateBox .stars img {
        width: 13px !important;
    }

    #top .inner .rate .rateTable table .stars img {
        width: 7px !important;
    }

    #top .rankBox .inner .infoBox .rate .rateTable table th {
        font-size: 10px;
        padding: 0 2px;
    }
}

/* ----------------------------------------------------------------------------
   MONTH
------------------------------------------------------------------------------ */
#month .message {
    width: 94%;
    margin: 0 auto;
}

#month .message .col-sm-2 {
    text-align: right;
}

#month .message .col-sm-10 p {
    word-break: break-all;
    color: #003399;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    padding: 20px 0;
}

@media (max-width: 768px) {
    #month .message .col-xs-8 {
        padding: 0 5px;
    }

    #month .message .col-xs-8 p {
        font-size: 12px;
    }
}

#month .rankWhole {
    margin: 0 auto;
    margin-top: 34px;
    width: 902px;
}

#month .numberTag {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    margin-left: -2.5px;
    width: 175px;
    height: 100px;
    background-size: contain;
    z-index: 100;
    margin-top: -2.5px;
    -webkit-box-sizing: boder-box;
    -moz-box-sizing: boder-box;
    box-sizing: boder-box;
    color: #003399;
}

#month .numberTag .tagNum {
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
}

#month .numberTag .tagTitle {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

#month .textNum .numberTag {
    padding-left: 35px;
    line-height: 80px;
    background: url("../../img/month/number_bg.png") no-repeat left top;
}

#month .textNum .numberTag .tagNum {
    margin-right: 3px;
}

#month .rankBox .imgBox {
    border: 1px solid #ccc;
    width: 232px;
    float: left;
}

#month .rankBox {
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

#month .rankBox .itemName {
    width: 100%;
    margin: 0px auto;
    color: #fff;
    padding: 15px 15px 15px 160px;
    font-size: 26px;
    letter-spacing: 2px;
    display: block;
    background: #46BCF2;
}

#month .rankBox .inner {
    width: 820px;
    margin: 30px auto 0;
}

#month .rankBox .innerrankBox {
    border: 2px solid #46BCF2;
    border-radius: 5px;
    padding-bottom: 30px;
}

#month .rankBox .rightDesc {
    width: 587px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    float: right;
}

#month .rankBox .moreBtnRow a {
    display: block;
    width: 400px;
    font-size: 18px;
    font-weight: bold;
    background: #003399;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border-radius: 8px;
    background-image: url(../img/btn_arrow.png);
    background-position: right 15px center;
    background-size: 8px;
    background-repeat: no-repeat;
    padding: 20px 0;
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#month .rankBox .moreBtnRow a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#month .rankBox .compareBox table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#month .rankBox .compareBox table thead tr th {
    width: 50%;
    text-align: center;
    background: #f2f2f2;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 100%;
    padding: 12px 0;
}

#month .rankBox .compareBox table tr td {
    text-align: center;
    color: #f90081;
    font-weight: bold;
    font-size: 30px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    line-height: 40px;
    height: 101px;
}

/* Media query */
@media (max-width: 1200px) {
    #month .rankWhole {
        width: 100%;
    }

    #month .rankBox {
        width: 100%;
    }

    #month .rankBox .inner {
        width: 90%;
    }

    #month .rankBox .imgBox {
        width: 35%;
    }

    #month .rankBox .rightDesc {
        width: 65%;
    }

    #month .rankBox .moreBtnRow a {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    #month .message {
        width: 100%;
    }
}

@media only screen and (min-width: 770px) and (max-width: 992px) {
    #month .message img {
        width: 100%;
        margin-top: 30px;
    }

    #month .rankBox .imgBox img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #month .message {
        width: 95%;
    }

    #month .rankBox .imgBox img {
        width: 100%;
    }

    #month .innerBox {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    #month .rankBox .itemName {
        font-size: 16px;
    }

    #month .rankBox .compareBox table thead tr th {
        font-size: 13px;
    }

    #month .rankBox .compareBox table tr td {
        font-size: 20px;
        height: auto;
        line-height: 25px;
    }

    #month .innerBox h2.title img {
        width: 100%;
    }

    #month .message.bottomMess .col-sm-2 {
        text-align: center;
    }

    #month .rankBox .inner {
        margin-top: 40px;
    }

    #month .rankBox .innerrankBox {
        padding-bottom: 0;
    }

    #month .rankBox .rightDesc {
        margin-bottom: 30px;
    }

    #month .rankBox .moreBtnRow {
        clear: both;
        width: 100%;
        margin-bottom: 25px;
    }

    #month .rankBox .moreBtnRow a {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    #month .textNum .numberTag {
        padding-left: 17px;
        line-height: 45px;
    }

    #month .numberTag {
        width: 90px;
        height: 50px;
        top: 3px;
        left: 3px;
        background-size: 100% !important;
    }

    #month .numberTag img {
        width: 100%;
    }

    #month .numberTag .tagNum {
        font-size: 21px;
    }

    #month .numberTag .tagTitle {
        font-size: 9px;
    }

    #month .rankBox .itemName {
        font-size: 13px;
        padding-left: 60px;
    }

    #month .rankBox .compareBox table thead tr th {
        font-size: 12px;
    }

    #month .rankBox .rightDesc {
        padding-left: 15px;
    }

    #month .rankBox .compareBox table tr td {
        font-size: 15px;
        line-height: 20px;
        padding: 5px;
    }

    #month .rankBox .moreBtnRow a {
        padding: 10px 0;
        font-size: 12px;
    }
}

/* Media query */
/* ----------------------------------------------------------------------------
   CAMPAIGN
------------------------------------------------------------------------------ */
#campaign .message {
    width: 94%;
    margin: 0 auto;
}

#campaign .message .col-sm-2 {
    text-align: right;
}

#campaign .message .col-sm-10 p {
    word-break: break-all;
    color: #003399;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    padding: 24px 0;
}

@media (max-width: 768px) {
    #campaign .message .col-xs-8 {
        padding: 0 5px;
    }

    #campaign .message .col-xs-8 p {
        font-size: 12px;
    }
}

#campaign .rankWhole {
    margin: 0 auto;
    margin-top: 34px;
    width: 902px;
}

#campaign .numberTag {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    margin-left: -2.5px;
    width: 175px;
    height: 100px;
    background-size: contain;
    z-index: 100;
    margin-top: -2.5px;
    -webkit-box-sizing: boder-box;
    -moz-box-sizing: boder-box;
    box-sizing: boder-box;
    color: #003399;
}

#campaign .numberTag .tagNum {
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
}

#campaign .numberTag .tagTitle {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

#campaign .textNum .numberTag {
    padding-left: 35px;
    line-height: 80px;
    background: url("../../img/campaign/number_bg.png") no-repeat left top;
}

#campaign .textNum .numberTag .tagNum {
    margin-right: 3px;
}

#campaign .rankBox .imgBox {
    border: 1px solid #ccc;
    width: 232px;
    float: left;
}

#campaign .rankBox {
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

#campaign .rankBox .itemName {
    width: 100%;
    margin: 0px auto;
    color: #fff;
    padding: 15px 15px 15px 160px;
    font-size: 26px;
    letter-spacing: 2px;
    display: block;
    background: #46BCF2;
}

#campaign .rankBox .inner {
    width: 820px;
    margin: 30px auto 0;
}

#campaign .rankBox .innerrankBox {
    border: 2px solid #46BCF2;
    border-radius: 5px;
    padding-bottom: 30px;
}

#campaign .rankBox .rightDesc {
    width: 587px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    float: right;
}

#campaign .rankBox .moreBtnRow a {
    display: block;
    width: 400px;
    font-size: 18px;
    font-weight: bold;
    background: #003399;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border-radius: 8px;
    background-image: url(../img/btn_arrow.png);
    background-position: right 15px center;
    background-size: 8px;
    background-repeat: no-repeat;
    padding: 20px 0;
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#campaign .rankBox .moreBtnRow a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#campaign .rankBox .compareBox table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#campaign .rankBox .compareBox table thead tr th {
    width: 50%;
    text-align: center;
    background: #f2f2f2;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 100%;
    padding: 12px 0;
}

#campaign .rankBox .compareBox table tr td {
    text-align: center;
    color: #f90081;
    font-weight: bold;
    font-size: 30px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    line-height: 40px;
    height: 101px;
}

/* Media query */
@media (max-width: 1200px) {
    #campaign .rankWhole {
        width: 100%;
    }

    #campaign .rankBox {
        width: 100%;
    }

    #campaign .rankBox .inner {
        width: 90%;
    }

    #campaign .rankBox .imgBox {
        width: 35%;
    }

    #campaign .rankBox .rightDesc {
        width: 65%;
    }

    #campaign .rankBox .moreBtnRow a {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    #campaign .message {
        width: 100%;
    }
}

@media only screen and (min-width: 770px) and (max-width: 992px) {
    #campaign .message img {
        width: 100%;
        margin-top: 30px;
    }

    #campaign .rankBox .imgBox img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #campaign .message {
        width: 100%;
    }

    #campaign .rankBox .imgBox img {
        width: 100%;
    }

    #campaign .innerBox {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    #campaign .rankBox .itemName {
        font-size: 16px;
    }

    #campaign .rankBox .compareBox table thead tr th {
        font-size: 13px;
    }

    #campaign .rankBox .compareBox table tr td {
        font-size: 15px;
        height: auto;
        line-height: 20px;
        padding: 5px 0;
    }

    #campaign .innerBox h2.title img {
        width: 100%;
    }

    #campaign .rankBox .moreBtnRow a {
        padding: 12px 0;
    }

    #campaign .message.bottomMess .col-sm-2 {
        text-align: center;
    }

    #campaign .rankBox .innerrankBox {
        padding-bottom: 0;
    }

    #campaign .rankBox .rightDesc {
        margin-bottom: 30px;
    }

    #campaign .rankBox .moreBtnRow {
        clear: both;
        width: 100%;
        margin-bottom: 25px;
    }

    #campaign .rankBox .moreBtnRow a {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    #campaign .message img {
        width: 100%;
        margin-top: 30px;
    }

    #campaign .rankBox .itemName {
        font-size: 13px;
        padding-left: 60px;
    }

    #campaign .rankBox .compareBox table thead tr th {
        font-size: 12px;
    }

    #campaign .rankBox .rightDesc {
        padding-left: 15px;
    }

    #campaign .rankBox .compareBox table tr td {
        font-size: 15px;
        line-height: 20px;
        padding: 5px;
    }

    #campaign .rankBox .moreBtnRow a {
        padding: 10px 0;
        font-size: 12px;
    }

    #campaign .textNum .numberTag {
        padding-left: 17px;
        line-height: 45px;
    }

    #campaign .numberTag {
        width: 90px;
        height: 50px;
        top: 3px;
        left: 3px;
        background-size: 100% !important;
    }

    #campaign .numberTag img {
        width: 100%;
    }

    #campaign .numberTag .tagNum {
        font-size: 21px;
    }

    #campaign .numberTag .tagTitle {
        font-size: 9px;
    }
}

/* Media query */
/* ----------------------------------------------------------------------------
   FAST
------------------------------------------------------------------------------ */
#fast .message {
    width: 94%;
    margin: 0 auto;
}

#fast .message .col-sm-2 {
    text-align: right;
}

#fast .message .col-sm-10 p {
    word-break: break-all;
    color: #003399;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    padding: 24px 0;
}

@media (max-width: 768px) {
    #fast .message .col-xs-8 {
        padding: 0 5px;
    }

    #fast .message .col-xs-8 p {
        font-size: 12px;
    }
}

#fast .rankWhole {
    margin: 0 auto;
    margin-top: 34px;
    width: 902px;
}

#fast .numberTag {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    margin-left: -2.5px;
    width: 175px;
    height: 100px;
    background-size: contain;
    z-index: 100;
    margin-top: -2.5px;
    -webkit-box-sizing: boder-box;
    -moz-box-sizing: boder-box;
    box-sizing: boder-box;
    color: #003399;
}

#fast .numberTag .tagNum {
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
}

#fast .numberTag .tagTitle {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

#fast .textNum .numberTag {
    padding-left: 35px;
    line-height: 80px;
    background: url("../../img/fast/number_bg.png") no-repeat left top;
}

#fast .textNum .numberTag .tagNum {
    margin-right: 3px;
}

#fast .rankBox .imgBox {
    border: 1px solid #ccc;
    width: 232px;
    float: left;
}

#fast .rankBox {
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

#fast .rankBox .itemName {
    width: 100%;
    margin: 0px auto;
    color: #fff;
    padding: 15px 15px 15px 160px;
    font-size: 26px;
    letter-spacing: 2px;
    display: block;
    background: #46BCF2;
}

#fast .rankBox .inner {
    width: 820px;
    margin: 30px auto 0;
}

#fast .rankBox .innerrankBox {
    border: 2px solid #46BCF2;
    border-radius: 5px;
    padding-bottom: 30px;
}

#fast .rankBox .rightDesc {
    width: 587px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    float: right;
}

#fast .rankBox .moreBtnRow a {
    display: block;
    width: 400px;
    font-size: 18px;
    font-weight: bold;
    background: #003399;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border-radius: 8px;
    background-image: url(../img/btn_arrow.png);
    background-position: right 15px center;
    background-size: 8px;
    background-repeat: no-repeat;
    padding: 20px 0;
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#fast .rankBox .moreBtnRow a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#fast .rankBox .compareBox table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#fast .rankBox .compareBox table thead tr th {
    width: 50%;
    text-align: center;
    background: #f2f2f2;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 100%;
    padding: 12px 0;
}

#fast .rankBox .compareBox table tr td {
    text-align: center;
    color: #f90081;
    font-weight: bold;
    font-size: 30px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    line-height: 40px;
    height: 101px;
}

/* Media query */
@media (max-width: 1200px) {
    #fast .rankWhole {
        width: 100%;
    }

    #fast .rankBox {
        width: 100%;
    }

    #fast .rankBox .inner {
        width: 90%;
    }

    #fast .rankBox .imgBox {
        width: 35%;
    }

    #fast .rankBox .rightDesc {
        width: 65%;
    }

    #fast .rankBox .moreBtnRow a {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    #fast .message {
        width: 100%;
    }
}

@media only screen and (min-width: 770px) and (max-width: 992px) {
    #fast .message img {
        width: 100%;
        margin-top: 30px;
    }

    #fast .rankBox .imgBox img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #fast .rankBox .imgBox img {
        width: 100%;
    }

    #fast .innerBox {
        margin-bottom: 40px;
    }

    #fast .rankBox .compareBox table tr td {
        height: 85px;
    }
}

@media (max-width: 767px) {
    #fast .rankBox .itemName {
        font-size: 16px;
    }

    #fast .rankBox .compareBox table thead tr th {
        font-size: 13px;
    }

    #fast .rankBox .compareBox table tr td {
        font-size: 20px;
        height: auto;
        line-height: 25px;
    }

    #fast .innerBox h2.title img {
        width: 100%;
    }

    #fast .rankBox .moreBtnRow a {
        margin-top: 10px;
    }

    #fast .message.bottomMess .col-sm-2 {
        text-align: center;
    }

    #fast .rankBox .innerrankBox {
        padding-bottom: 0;
    }

    #fast .rankBox .rightDesc {
        margin-bottom: 30px;
    }

    #fast .rankBox .moreBtnRow {
        clear: both;
        width: 100%;
        margin-bottom: 25px;
    }

    #fast .rankBox .moreBtnRow a {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    #fast {
        margin: 0 auto;
    }

    #fast .message img {
        width: 100%;
        margin-top: 30px;
    }

    #fast .innerBox h2.title img {
        width: 100%;
    }

    #fast .textNum .numberTag {
        padding-left: 17px;
        line-height: 45px;
    }

    #fast .numberTag {
        width: 90px;
        height: 50px;
        top: 3px;
        left: 3px;
        background-size: 100% !important;
    }

    #fast .numberTag img {
        width: 100%;
    }

    #fast .numberTag .tagNum {
        font-size: 21px;
    }

    #fast .numberTag .tagTitle {
        font-size: 9px;
    }

    #fast .rankBox .itemName {
        font-size: 13px;
        padding-left: 60px;
    }

    #fast .rankBox .compareBox table thead tr th {
        font-size: 12px;
    }

    #fast .rankBox .rightDesc {
        padding-left: 15px;
    }

    #fast .rankBox .compareBox table tr td {
        font-size: 15px;
        line-height: 20px;
        padding: 5px;
    }

    #fast .rankBox .moreBtnRow a {
        padding: 10px 0;
        font-size: 12px;
    }

    #fast .rankBox:after {
        width: 90px;
        height: 50px;
        top: 3px;
        left: 3px;
        background-size: 100% !important;
    }
}

/* Media query */
/* ----------------------------------------------------------------------------
   CONDITION
------------------------------------------------------------------------------ */
#condition h2 {
    background-color: #003399;
    padding: 18px 23px 17px;
    font-size: 0;
}

#condition h2 img {
    max-width: 336px;
    width: 100%;
}

#condition .innerBox {
    background: #EFFAFF;
}

#condition .search_result {
    background: #FFF;
    padding: 40px;
}

#condition .search_result .txt_result {
    font-size: 17px;
    font-weight: 600;
}

#condition .search_result .research_filter {
    margin-top: 15px;
}

#condition .search_result .research_filter li {
    float: left;
    font-size: 15px;
    margin-left: 20px;
    width: auto;
}

#condition .search_result .research_filter li:first-child {
    margin-left: 0;
    font-weight: 600;
}

#condition .search_result .research_filter li a {
    background: none;
    color: #4D4D4D;
    text-decoration: underline;
}

#condition .search_result .research_filter li a.active,
#condition .search_result .research_filter li a:hover {
    color: #003399;
    font-weight: 600;
    text-decoration: none;
}

#condition .search_result .message {
    max-width: 181px;
    width: 100%;
}

#condition .tblSearch {
    width: 100%;
}

#condition .tblSearch tr th,
#condition .tblSearch tr td {
    padding: 10px 0;
}

#condition .tblSearch tr th {
    padding-right: 20px;
    width: 15%;
    vertical-align: top;
}

#condition .tblSearch tr td.button {
    text-align: center;
}

#condition .tblSearch tr td.button img {
    max-width: 400px;
    width: 100%;
}

#condition .tblSearch .item {
    float: left;
    margin-right: 25px;
}

#condition .tblSearch .item input,
#condition .tblSearch .item label {
    float: left;
    font-size: 17px;
    font-weight: 300;
}

#condition .tblSearch .item input {
    margin-right: 5px;
}

#condition .button .innerBtn {
    display: inline-block;
    position: relative;
}

#condition .button .innerBtn img {
    display: inline-block;
}

#condition .button .innerBtn input[type='submit'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background: transparent;
    border: none;
}

#condition .animateWrapper {
    margin-top: 30px;
    position: relative;
    min-height: 400px;
}

#condition .cssload-square {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#condition .cssload-square-part {
    position: absolute;
    width: 19px;
    height: 19px;
    z-index: 1;
    animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}

#condition .cssload-square-green {
    background: #46BCF2;
    right: 0;
    bottom: 0;
    animation-direction: alternate-reverse;
    -o-animation-direction: alternate-reverse;
    -ms-animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -moz-animation-direction: alternate-reverse;
}

#condition .cssload-square-pink {
    background: #F90081;
    left: 0;
    top: 0;
}

#condition .cssload-square-blend {
    background: #75517d;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    animation: blend-anim 0.92s ease-in infinite;
    -o-animation: blend-anim 0.92s ease-in infinite;
    -ms-animation: blend-anim 0.92s ease-in infinite;
    -webkit-animation: blend-anim 0.92s ease-in infinite;
    -moz-animation: blend-anim 0.92s ease-in infinite;
}

@keyframes blend-anim {
    0% {
        transform: scale(0.01, 0.01) rotateY(0);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    50% {
        transform: scale(1, 1) rotateY(0);
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    100% {
        transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-o-keyframes blend-anim {
    0% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    50% {
        -o-transform: scale(1, 1) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    100% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-ms-keyframes blend-anim {
    0% {
        -ms-transform: scale(0.01, 0.01) rotateY(0);
        -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    50% {
        -ms-transform: scale(1, 1) rotateY(0);
        -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    100% {
        -ms-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-webkit-keyframes blend-anim {
    0% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    50% {
        -webkit-transform: scale(1, 1) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    100% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-moz-keyframes blend-anim {
    0% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    50% {
        -moz-transform: scale(1, 1) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    100% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@keyframes cssload-part-anim {
    0% {
        transform: translate3d(-10px, -10px, 0);
    }

    100% {
        transform: translate3d(10px, 10px, 0);
    }
}

@-o-keyframes cssload-part-anim {
    0% {
        -o-transform: translate3d(-10px, -10px, 0);
    }

    100% {
        -o-transform: translate3d(10px, 10px, 0);
    }
}

@-ms-keyframes cssload-part-anim {
    0% {
        -ms-transform: translate3d(-10px, -10px, 0);
    }

    100% {
        -ms-transform: translate3d(10px, 10px, 0);
    }
}

@-webkit-keyframes cssload-part-anim {
    0% {
        -webkit-transform: translate3d(-10px, -10px, 0);
    }

    100% {
        -webkit-transform: translate3d(10px, 10px, 0);
    }
}

@-moz-keyframes cssload-part-anim {
    0% {
        -moz-transform: translate3d(-10px, -10px, 0);
    }

    100% {
        -moz-transform: translate3d(10px, 10px, 0);
    }
}

/* Media query */
@media (max-width: 992px) {
    #condition .search_result {
        padding: 40px 20px;
    }

    #condition .search_result .txt_result {
        font-size: 15px;
    }

    #condition .search_result .research_filter {
        margin-top: 5px;
    }

    #condition .search_result .research_filter li {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    #condition .search_result {
        padding: 10px 15px;
    }

    #condition .search_result .research_filter li {
        font-size: 12px;
        margin-left: 5px;
    }

    #condition .search_result .research_filter li ul li {
        float: none;
        margin-left: 0;
        margin-bottom: 5px;
    }

    #condition .tblSearch tr th,
    #condition .tblSearch tr td {
        display: inline-block;
        padding: 10px 0;
        width: 100%;
    }

    #condition .tblSearch tr th {
        border-bottom: 1px dotted #4D4D4D;
    }

    #condition .tblSearch tr td.forSP {
        padding: 0;
        margin: -10px 0 10px;
    }
}

/* Media query */
/* ----------------------------------------------------------------------------
   COMPANY
------------------------------------------------------------------------------ */
#company .headerBottom {
    display: none;
}

#company main .container {
    top: 0;
    max-width: 1000px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

#company .mainBreadcrumb {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    background: #f2f2f2;
    width: 100%;
}

#company .mainBreadcrumb ul li {
    display: inline-block;
    float: left;
    color: #000;
    font-size: 12px;
    line-height: 100%;
    padding-right: 25px;
    position: relative;
}

#company .mainBreadcrumb ul li:After {
    content: ">";
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10px;
}

#company .mainBreadcrumb ul li:last-child:after {
    display: none;
}

#company .mainBreadcrumb ul li a {
    font-size: 12px;
    color: #0090d1;
    text-decoration: none;
}

#company .tableWrapper {
    padding: 50px 0 100px 0;
}

#company .tableWrapper .container {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
}

#company .tableWrapper .container .title {
    margin-top: 0;
    font-size: 26px;
    color: #003399;
    font-weight: bold;
    line-height: 36px;
    position: relative;
    padding: 7px 20px;
    margin-bottom: 30px;
}

#company .tableWrapper .container .title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background: #003399;
}

#company .tableWrapper .container .bgTitle {
    background: #003399;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    padding: 9px 20px;
    margin-bottom: 20px;
}

#company .tableWrapper .container .info {
    margin-bottom: 50px;
}

#company .tableWrapper .container .info:last-child {
    margin-bottom: 0;
}

#company .tableWrapper .container .info table {
    width: 100%;
    border: 1px solid #ccc;
}

#company .tableWrapper .container .info table tr td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 11px 20px;
    font-size: 15px;
    line-height: 25px;
}

#company .tableWrapper .container .info table tr td:first-child {
    width: 240px;
    background: #f2f2f2;
    font-weight: bold;
}

#company .tableWrapper .container .info table tr td a {
    color: #008fd0;
    text-decoration: none;
}

/* Media query */
@media (max-width: 1024px) {
    #company main .container {
        width: 95%;
    }
}

@media (max-width: 767px) {
    #company .headerUpper {
        background: #003399;
    }

    #company .tableWrapper .container {
        padding: 25px;
    }

    #company .tableWrapper .container .info table {
        width: 100%;
    }

    #company .tableWrapper .container .info table tr {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    #company .tableWrapper .container .info table tr td {
        width: 100%;
        display: block;
        border: none;
        padding: 10px;
    }

    #company .tableWrapper .container .info table tr td:first-child {
        width: 100%;
    }
}

/* Media query */

/*# sourceMappingURL=style.css.map */