body {
    font-family: Open Sans;
}

.top_nav {
    border: #363636;
    color: #fff;
    line-height: 34px;
    height: 34px;
    background: #363636;
}

.logo {
    display: inline;
    padding-right: 20px;
}

.contactbox {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0;
    background-color: transparent;
    width: auto;
    border: none;
}

.contactbox a {
    display: inline-block;
    margin-right: 15px;
}

.contactbox a,
.contactbox a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    outline: none;
    line-height: 32px;
}

.contactbox a:hover,
.contactbox a:focus {
    color: #fff;
    text-decoration: underline;
    outline: none;
}

.contactbox a.login-link {
    font-size: 14px;
    font-weight: bold;
    background: rgb(0, 157, 205) url(../img/login-icon.png) 12px 10px no-repeat;
    margin: 0;
    padding: 1px 15px 2px 33px;
    border-radius: 0 0 5px 5px;
    top: -3px!important;
}

.contactbox a.email-link {
    font-size: 16px;
    font-weight: bold;
    background: url(../img/envelope.png) 15px 8px no-repeat;
    margin: 0;
    padding: 1px 15px 2px 41px;
}

.contactbox a.phone-link {
    font-size: 16px;
    font-weight: bold;
    background: url(../img/phone.png) 11px 8px no-repeat;
    margin: 0;
    padding: 1px 21px 0px 37px;
}

.top-links-box {
    padding-right: 0;
}

footer {
    color: rgb(216, 213, 213);
    background: rgb(32, 32, 32);
    padding: 20px 0;
    font-size: 11px;
}

.tnc-links a {
    color: rgb(216, 213, 213);
}
.tnc-links a:hover {
    color: #fff;
    text-decoration:none;
}

.copyright {
    font-size: 12px;
}

.marb-0 {
    margin-bottom: 0!important;
}

.advert-bar {display: block;background-color: #ffffdf;padding: 2px 15px;max-width: 100%;margin: 0 auto;color: #000;text-align: center;position: absolute;border: 1px solid #ebeb00;font-size: 14px;width: 100%;z-index: 1;}
.advert-bar .advert-button {width: 15px;height: 15px;/* position: absolute; *//* right: 10px; *//* top: 6px; */background-color: #d52b1e;border-radius: 50%;cursor: pointer;display: inline-block;font-size: 10px;font-weight: bold;line-height: 16px;color: #fff;margin-left: 10px;}

/*----------Login Page--------------*/

div.loginheader {
    padding: 8px 0 5px;
}

.content-wrap {
    margin: 15px 0;
}

.content-wrap h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}

.content-wrap h1 span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.services-blk-wrap {
    margin: 25px 0;
}

.services-blk-wrap .col-md-4 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+36,f7f7f7+36,f9f9f9+37,f9f9f9+45,fdfdfd+55,fefefe+100 */
    background: #f7f7f7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 36%, #f7f7f7 36%, #f9f9f9 37%, #f9f9f9 45%, #fdfdfd 55%, #fefefe 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7f7f7 36%, #f7f7f7 36%, #f9f9f9 37%, #f9f9f9 45%, #fdfdfd 55%, #fefefe 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7f7f7 36%, #f7f7f7 36%, #f9f9f9 37%, #f9f9f9 45%, #fdfdfd 55%, #fefefe 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe', GradientType=0);
    /* IE6-9 */
    margin: 0 30px 45px 0;
    width: 31.5%;
    border-radius: 10px;
    /*min-height: 435px;*/
}

.services-blk-wrap .col-md-4 a {
    min-height: 435px;
    display: block;
}

.services-blk-wrap .col-md-4:hover {
    background: #f7f7f7;
    border-radius: 10px;
    /*box-shadow: 0 1px 2px #c4c4c4, -2px 8px 5px #c4c4c4, 2px 8px 5px #c4c4c4;*/
    -webkit-box-shadow: 0 0 30px rgba(196, 196, 196, 1);
    -moz-box-shadow: 0 0 30px rgba(196, 196, 196, 1);
    box-shadow: 0 0 30px rgba(196, 196, 196, 1);
}

.services-blk-wrap .col-md-4:nth-child(3n) {
    margin: 0;
    float: right;
}

.services-blk-wrap .col-md-4 a {
    color: #000;
    text-decoration: none;
}

.services-blk-wrap h2 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding: 10px 0 15px 40px;
}

.services-blk-wrap h2 span {
    background-image: url(../img/service-icons.png);
    width: 38px;
    height: 33px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    background-position: 0 0;
    margin: 0 5px 0 0;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
}

.services-blk-wrap h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9bfbf+27,f9bfbf+27,f9bfbf+35,f9b3b3+51,f9bfbf+73,ffffff+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f9bfbf 27%, #f9bfbf 27%, #f9bfbf 35%, #f9b3b3 51%, #f9bfbf 73%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9bfbf 27%, #f9bfbf 27%, #f9bfbf 35%, #f9b3b3 51%, #f9bfbf 73%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f9bfbf 27%, #f9bfbf 27%, #f9bfbf 35%, #f9b3b3 51%, #f9bfbf 73%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.services-blk-wrap h2:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 5px;
    background-image: url(../img/box-arrow.png);
    width: 11px;
    height: 18px;
}

.service-info {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.service-info:nth-child(2) {
    border-left: 1px solid #a7a7a7;
    padding: 0 8px;
    border-right: 1px solid #a7a7a7;
    margin: 0 4px 15px;
}

.services-blk-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-blk-wrap ul li {
    position: relative;
    margin-bottom: 5px;
    padding: 0 0 0 15px;
}

.services-blk-wrap ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 7px;
    background: #707070;
}

.services-blk-wrap .col-md-4:nth-child(2) h2 span {
    background-position: 0px -32px;
}

.services-blk-wrap .col-md-4:nth-child(3) h2 span {
    background-image: url(../img/rewards-icon.png);
    height: 39px;
    top: -8px;
}

.services-blk-wrap .col-md-4:nth-child(4) h2 span {
    background-position: 0px -102px;
}

.services-blk-wrap .col-md-4:nth-child(5) h2 span {
    background-position: 0px -135px;
}

.services-blk-wrap .col-md-4:nth-child(6) h2 span {
    background-position: 0px -165px;
}

.services-blk-wrap .col-md-4:nth-child(3) ul li.free:after {
    content: "free";
    position: absolute;
    right: 0;
    top: 2px;
    background: #d52b1e;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    text-transform: uppercase;
}

.footer-partner-client {
    background-color: #fbfbfb;
}

header {
    padding: 0;
    position: relative !important;
  }
  
  .content-wrap.form-container {
    margin-top: 0px !important;
  }
  
  .nav.nav-tabs.nav-tabs-top {
    display: block !important;
  }

/* tabs */

.nav-tabs {
    /*max-width: 1000px;*/
    margin: 0 auto;
    border-bottom: #e91f11 6px solid !important; 
	padding:0;
}

.nav-tabs li {
    margin: 0 4px;
}

.nav-tabs li a {
    background: #FFF url(https://www.enago.jp/myenago-includes/img/tab-common-normal.png) bottom left repeat-x;
    border: #DDD 1px solid;
    border-bottom: 0;
    font-size: 16px;
    padding: 13px 15px 10px;
    text-shadow: #FFF 0 1px 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li a:hover,
.nav-tabs li.active a:focus {
    background: #e91f11 url(https://www.enago.jp/myenago-includes/img/tab-common-active.png) bottom left repeat-x;
    border-bottom: 0;
    text-shadow: none;
    color: #fff;
}

.nav-tabs.reverse {
    border-bottom: 0;
    border-top: #e91f11 4px solid;
}

.nav-tabs.reverse li a {
    border-radius: 0 0 5px 5px;
}

.common-tab-new li {
    width: 33.33%;
    margin: 0px
}

.common-tab-new li a {
    background: none;
    text-align: center;
    border-radius: 0;
    border-bottom: 70px solid #d9d9d9;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 0;
    height: 0;
    font-size: 16px;
}

.common-tab-new li a:focus,
.common-tab-new li a:hover {
    background-color: transparent !important;
}

.nav-tabs.common-tab-new li.active a,
.nav-tabs.common-tab-new li:hover a,
.nav-tabs.common-tab-new li a:hover,
.nav-tabs.common-tab-new li.active a:focus {
    background: none;
    border-bottom: 70px solid #363636;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 0;
    height: 0;
    font-family: メイリオ, "MS PGothic", "MS Mincho";
}

.nav-tabs.common-tab-new li a:hover {
    /* border-bottom-color:#f2f2f2; */
    /* color:#363636; */
}

.common-tab-new li a b {
    display: block;
    height: 29px;
}

.nav-tabs.common-tab-new li.active a,
.nav-tabs.common-tab-new li:hover a,
.nav-tabs.common-tab-new li a:hover,
.nav-tabs.common-tab-new li.active a:focus {
    background: none;
    border-bottom: 85px solid #363636 !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-top: 0 !important;
    height: 0;
    color: #fff !important;
    font-size: 21px;
}

.common-tab-new li a b {
    display: block;
    height: 29px;
}

.common-tab-new li.active a:after {
    content: "";
    display: block;
    width: 19px;
    height: 86px;
    background: url(https://www.enago.jp/myenago-includes/img/tab-active-bdr.png) 0 0 no-repeat;
    position: absolute;
    right: -18px;
    top: 23px;
    background-size: 100% 100%;
}

.common-tab-new li a {
    background: none;
    text-align: center;
    border-radius: 0;
    border-bottom: 85px solid #ffffff !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-top: 0 !important;
    height: 0;
}

.editing-service .nav-tabs li a span {
    line-height: 94px;
    display: inline-block;
    margin-top: 10px;
    font-size: 21px;
    text-transform: uppercase;
    font-family: "メイリオ", "Meiryo", "MS Mincho";
}

.editing-service .nav-tabs.common-tab-new.affix li.active a:after {
    top: 10px;
}


.tnc-links {
    float: right;
    font-size: 12px;
}
.footer-partner-client img {
    width: 100%;
}
/*b2b style*/
.b2b-top{border-bottom: 1px solid #eee;
    background: #fff;}
.b2b-top .top-links-box .contactbox a.phone-link{
    background: url(../img/phone-red.png) 15px 6px no-repeat;
    color: #000;
    background-size: 25px;
    font-weight: normal;
    font-size: 18px;
    margin-right: 20px;
}
.b2b-top .top-links-box .contactbox a.email-link{
    background: url(../img/envelope-red.png) 10px 6px no-repeat;
    color: #000;
    background-size: 24px;
    font-weight: normal;
    font-size: 18px;
}

.b2b-top .logo{
    display: inline-block;
}
.b2b-top .enago-logo{
    display: inline-block;
    margin-left: 20px;
    /* padding-left: 20px; */
    /* border-left: 1px solid #eee; */
    vertical-align: top;
    position: relative;
}
.b2b-top .enago-logo:before {
    position: absolute;
    content: "";
    background: #eee;
    height: 100%;
    width: 1px;
    left: -22px;
    height: 50px;
    top: 5px;
}
.b2b-top .logobox{
    padding: 10px 0;
}
.b2b-footer{
    font-size: 12px;
    color: #fff;
}
.b2b-footer a, .b2b-footer a:focus,.b2b-footer a:hover{
    color: #fff;
}
.b2b-top .telkom_logo{
    margin-top: 5px;
}
.footer-partner-client h3 {
    color: #d52b1e;
    font-size: 18px;
    font-weight: bold;
}
h3.partner-heading {
    color: #d52b1e;
    font-size: 18px;
    font-weight: bold;
}

.b2bHeader {background: #fff; border-bottom: 1px solid #ccc; padding: 10px 0px;}
.clientLogoContainer {text-decoration: none !important;}
.clientLogo {max-width: 300px;}
.clientLogoText {border-left: 1px solid #ccc; color: #000000; display: inline-block;
    font-size: 14px; padding-left: 12px; margin-top: -5px; vertical-align: middle;}

@media (min-width: 300px) and (max-width: 767px) {
    footer {
        padding: 10px 5px;
    }
    .fordesktop,.top-links-box {
        display: none!important;
    }
    .formobile {
        display: block!important;
    }
    .tnc-links {
        width: 100%;
        margin: 8px 0;
    }
    .b2b-top .ssru_logo{
        width: 200px;
    }
    .b2b-top.ssru .enago-logo{
        width: 100px;
    }
    .b2b-top img.img-responsive.rangsit_logo{
        max-width: 230px !important;
    }
    .b2b-top.rangsit .enago-logo{
        width: 100px;
    }
}
@media (min-width: 768px) and (max-width: 2580px) {
.fordesktop {
    display: block!important;
}
.formobile {
    display: none!important;
}

}

@media (min-width: 768px) and (max-width: 1024px){
.b2b-top img.img-responsive.rangsit_logo{
    max-width: 220px !important;
}
.b2b-top.rangsit .enago-logo img.img-responsive {
    width: 90px;
}
.b2b-top.rangsit .enago-logo:before{
    left: -16px;
}
.b2b-top.rangsit .enago-logo:before{
height: 35px;
}
.b2b-top.kasetsart .logo img {
    max-width: 190px;
}
.b2b-top.mpauthors img{width: 150px !important;}
}
@media (max-width: 767px){
    .b2b-top .logobox{padding: 10px;}
    .b2b-top img.img-responsive.rangsit_logo{
        max-width: 230px !important;
    }
    .b2b-top.rangsit .enago-logo {
        width: 100px;
    }
    .b2b-top.mpauthors img{width: 150px !important;}

    .nav-tabs.common-tab-new li.active a, 
    .nav-tabs.common-tab-new li:hover a, 
    .nav-tabs.common-tab-new li a:hover, 
    .nav-tabs.common-tab-new li.active a:focus {border-bottom: 60px solid #363636 !important;}
    .common-tab-new li a  {border-bottom: 60px solid #ffffff !important;}
    .common-tab-new li.active a:after {height: 60px;}

    .editing-service .nav-tabs li a span {
        line-height: 16px !important;
        font-size: 11px !important;
        padding-top: 14px;
        position: absolute;
        left: 0;
        right: 0;}
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .editing-service .nav-tabs li a span {
            line-height: 16px !important;
            padding-top: 14px;
        }
    }

@media (max-width:320px){
    .b2b-top .logobox{
        padding: 10px 0;
    }
    .b2b-top.rangsit .logo{
        padding-right: 6px;
    }
    .b2b-top img.img-responsive.rangsit_logo{
        max-width: 200px !important;
    }
    .b2b-top.rangsit .enago-logo{
        width: 100px;
        margin-left: 0;
    }
    .b2b-top .ssru_logo{
        width: 175px;
    }
    .b2b-top.ssru .enago-logo{
        margin-left: 0;
    }
    .b2b-top.ssru .enago-logo:before{
        left: -10px;
        height: 37px;
        top: 5px;
    }
    .b2b-top img.img-responsive.veris_logo{
        width: 140px;
    }
    .b2b-top.veris .logo{
        padding-right: 10px;
    }
    .b2b-top.veris img.img-responsive.veris_logo{
        width: 140px;
    }
    .b2b-top.veris .enago-logo:before{
        left: -10px;
    }
}

