@charset "utf-8";
.l-content > .m-mainvs {
    position: relative;
}
.l-content > .m-mainvs > .m-langSwitch {
    position: absolute;
    bottom: 15px;
    right: 100px;
}
.l-content > .m-introduction {
    border: 6px solid #0086ab;
    border-radius: 10px;
    padding: 10px 10px 0 10px;
}
.l-content > .m-introduction > .m-introductionWords, .l-content > .m-introduction > .m-introductionLogo {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}
.l-content > .m-introduction > .m-introductionWords {
    width: 70%;
}
.l-content > .m-introduction > .m-introductionLogo {
    width: 28%;
}
.l-content > .m-introduction > .m-introductionWords > p {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}
.l-content > .m-btnList {
    margin: 0 auto;
}
.l-content > .m-btnList > a {
    display: inline-block;
}
.l-content > .m-btnList > .m-onehundredBrands {
    margin-right: 35px;
}
.l-content > .m-btnList > .m-quotationRequest {
    margin-left: 35px;
}
.l-content > .m-btnAnchorList {
    margin-left: -10px;
    margin-right: -10px;
}
.l-content > .m-btnAnchorList > .m-btnOuter {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    float: left;
    width: 20%;
    display: table;
    height: 55px;
}
.l-content > .m-btnAnchorList > .m-btnOuter > a {
    display: table-cell;
    vertical-align: middle;
    color: #333333;
    background-color: #f2f2f2;
    text-align: left;
    padding-left: 20%;
}
.l-content > .m-tableBackgroundOuter {
    padding: 10px 10px 20px;
    background-color: #d8e4f0;
}
.l-content > .m-tableBackgroundOuter .m-title {
    padding: 5px 8px 5px 10px;
    border: 1px solid #cccccc;
    border-bottom: 7px solid #1e409a;
    background: #ffffff;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.l-content > .m-tableBackgroundOuter .m-title > img {
    display: inline-block;
    vertical-align: middle;
}
.l-content > .m-tableBackgroundOuter .m-title > span {
    display: table-cell;
    padding: 0 10px;
    background: #fff2bf;
    vertical-align: middle;
}
.l-content > .m-tableBackgroundOuter .m-tableProducts > .m-product {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    background-color: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.l-content > .m-tableBackgroundOuter .m-tableProducts > .m-product > a {
    color: inherit;
    text-decoration: none;
}
.l-content > .m-tableBackgroundOuter .m-tableProducts > .m-product .m-productImage {
    padding-top: 10px;
}
.l-content > .m-tableBackgroundOuter .m-tableProducts > .m-product .m-productName {
    color: #004bb1;
    padding-top: 10px;
    height: 67px;
}
.l-content > .m-tableBackgroundOuter .m-tableProducts > .m-product .m-productSerial {
    padding-top: 30px;
    color: #333333;
}
.l-content > .m-tableBackgroundOuter .m-tableProducts > .m-product .m-productPrice {
    color: #dd0000;
    padding-top: 10px;
}
.l-content > .m-tableBackgroundOuter .m-tableProducts > .m-product .m-productDelivery {
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: bold;
}
.l-content > .m-tableBackgroundOuter .m-tableProducts > .m-product .m-productDelivery > img {
    vertical-align: middle;
}