body {
    font-family: verdana, Microsoft YaHei, sans-serif;
}

.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: 18px;
    outline: none;
    line-height: 34px;
}

.contactbox a:hover,
.contactbox a:focus {
    color: #fff;
    text-decoration: underline;
    outline: none;
}

.contactbox a.login-link {
    font-size: 14px;
    background: rgb(0, 157, 205) url(../img/login-icon.png) 13px 12px no-repeat;
    margin: 0;
    padding: 1px 15px 2px 30px;
    border-radius: 0 0 5px 5px;
    font-family: "メイリオ", "Meiryo", "MS Mincho";
}

.contactbox a.email-link {
    font-size: 18px;
    background: url(../img/envelope.png) 10px 6px no-repeat;
    margin: 0;
    background-size: 24px;
    padding: 1px 15px 2px 41px;
}

.contactbox a.phone-link {
    font-size: 18px;
    background: url(../img/call-icon.png) 10px 6px no-repeat;
    margin: 0;
    padding: 0 15px 2px 30px;
}

.top-links-box {
    padding-right: 0;
}

footer {
    color: #fff;
    background: rgb(32, 32, 32);
    padding: 20px 0;
    font-size: 11px;
    font-family: "メイリオ", "Meiryo", "MS Mincho";
}

strong {
    font-weight: bold;
}

footer h4 {
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}

footer p {
    font-size: 10px;
    line-height: 14px;
}

.tnc-links a {
    color: #ffffff;
}

.copyright {
    font-size: 12px;
}

.marb-0 {
    margin-bottom: 0!important;
}


/*----------Login Page--------------*/

div.loginheader {
    padding: 8px 0 5px;
}

.content-wrap {
    margin: 15px 0;
}

.content-wrap h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
}

.content-wrap h1 span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.services-blk-wrap {
    margin: 30px 0 20px;
}

.services-blk-wrap .col-md-6 {
    /* 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 53px;
    border-radius: 10px;
    width: 40%;
    /*min-height: 435px;*/
}

.services-blk-wrap .col-md-6 a {
    min-height: 320px;
    display: block;
}

.services-blk-wrap .col-md-6: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-6 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-table;
    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-6:nth-child(2) h2 span {
    height: 39px;
    top: -8px;
    background-image: url(../img/rewards-icon.png);
}

.services-blk-wrap .col-md-6:nth-child(3) h2 span {
    background-image: url(../img/service-icons.png);
    background-position: 0px -102px;
}

.services-blk-wrap .col-md-6:nth-child(4) h2 span {
    background-position: 0px -135px;
}

.services-blk-wrap .col-md-6:nth-child(5) h2 span {
    background-position: 0px -135px;
}

.services-blk-wrap .col-md-6:nth-child(6) h2 span {
    background-position: 0px -165px;
}

.services-blk-wrap .col-md-6:nth-child(2) ul li:after {
    content: "free";
    position: absolute;
    right: 0;
    top: 5px;
    background: #d52b1e;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    text-transform: uppercase;
}
.services-blk-wrap .col-md-6:nth-child(2) ul li.nofree:after {
    content: "";
    background: none;
}
.footer-partner-client {
    background-color: #fbfbfb;
}


/* tabs */

.nav-tabs {
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: #e91f11 6px solid !important;
    display: block !important;
}

.content-wrap.form-container {margin-top: 0px !important}

header {position: relative !important;}

.advert-bar {
    position: relative !important;
    margin-top: 2px !important;
    display: block;
    background-color: #ffffdf;
    padding: 2px 15px;
    max-width: 100%;
    margin: 0 auto;
    color: #000;
    text-align: center;
    border: 1px solid #ebeb00;
    font-size: 14px;
    width: 100%;
    z-index: 1;
}

.nav-tabs li {
    margin: 0 4px;
}

.nav-tabs li a {
    background: #FFF url(../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(../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.3%;
    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(../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;
}

.editing-service .nav-tabs.common-tab-new.affix li.active a:after {
    top: 10px;
}

.container.academia {
    max-width: 1000px;
    border: #c7c7c7 1px solid;
}
.tnc-links {
    float: right;
    font-size: 12px;
}
.footer-partner-client img {
    width: 100%;
}
@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;
    }

    .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 {font-size: 15px !important; line-height: 64px !important;}
}
@media (min-width: 768px) and (max-width: 2580px) {
.fordesktop {
    display: block!important;
}
.formobile {
    display: none!important;
}
}