.btn a {
    cursor: pointer;
}

@media (max-width: 980px) {
    #top-head .logo {
        width: 50px;
        overflow: hidden;
    }
    #top-head .logo img {
        width: inherit;
        height: 100%;
    }
    #company #top-head {
        height: 54px;
        padding: 0;
    }
}

#top-head .arrowBox {
    position: relative;
    background: #88b7d5;
    color: #fff;
    width: 25px;
    text-align: center;
    display: inline-block;
}

#top-head .search {
    width: 200px;
    float: left;
    border: 1px solid #ddd;
    padding: 5px;
    margin-right: 30px;
}

@media (max-width: 980px) {
    #top-head .search {
        display: none;
    }
}

#top-head .search input {
    width: 100%;
}

#top-head .notice {
    /*width: 226px;*/
    float: right;
    margin-top: 5px;
    padding: 5px 0;
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 24%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 280px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li {
    position: relative;
}

.dropdown-menu > li .menu {
    max-height: 200px;
}

.dropdown-menu > li .menu > li > a {
    white-space: normal;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #eeeeee;
}

.dropdown-menu>li.footer>a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    color: #444 !important;
    text-align: center;
    display: block;
}

#top-head .notice > div {
    display: inline-block;
    margin-right: 15px;
}

#top-head .notice a {
    color: #888;
}

#top-head .notice i {
    font-size: 1.2em;
}

@media (max-width: 980px) {
    #top-head .notice {
        width: 50%;
        margin: 12px auto 0;
        float: none;
        text-align: center;
        position: static;
    }
    #top-head .notice i {
        font-size: 1.6em;
    }
}

#top-head .notice .arrowBox {
    margin-right: 10px;
    font-size: 0.8em;
    font-weight: bold;
    padding: 3px 0;
}

#top-head .notice1 .arrowBox {
    background: #6b93d0;
}

#top-head .notice1 .arrowBox:after {
    border-left-color: #6b93d0;
}

#top-head .notice2 .arrowBox {
    background: #52bd7d;
}

#top-head .notice2 .arrowBox:after {
    border-left-color: #52bd7d;
}

#top-head .notice3 .arrowBox {
    background: #e84545;
}

#top-head .notice3 .arrowBox:after {
    border-left-color: #e84545;
}

#top-head .arrowBox:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #88b7d5;
    border-width: 4px;
    margin-top: -4px;
}

#top-head .myLink {
    position: relative;
    width: 200px;
    float: right;
    padding: 0px;
    text-align: right;
    cursor: pointer;
    margin-top: 5px;
}

@media (max-width: 980px) {
    #top-head .myLink {
        display: none;
    }
}

.spMenu {
    position: absolute;
    background: #222;
    z-index: 111;
    width: 100%;
    top: 54px;
    left: 0;
    display: none;
}

.spMenu a {
    color: #eee;
    padding: 10px;
    border-bottom: 1px solid #333;
    display: block;
    width: 100%;
}

.spMenu li:last-child a {
    border-bottom: 0;
}

.spMenu .spSearch {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #333;
    background: #111;
}

.spMenu .spSearch input {
    background: #fff;
    width: 100%;
    padding: 5px;
}


/* Toggle Button */

header .globalNavi li.gblogin {
    display: none;
}

#top-head .myLink img {
    margin-right: 5px;
}

#top-head .myLink a {
    color: #888;
    font-size: 0.9em;
}

#top-head .myLink a#menuLogin {
    display: inline-block;
    color: #FFA347;
    letter-spacing: 0px;
    padding: 6px 25px;
    border: 1px solid #FFA347;
    border-radius: 3px;
}

#top-head .myLink a#menuLogin:hover {
    color: #FFF;
    background-color: #FFA347;
}

#top-head .linkBtn:after {
    content: "\f0dd";
    display: inline-block;
    font-size: 0.8em;
    color: #999;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: -3px;
    position: relative;
    margin-left: 5px;
}

#top-head .myLink img {
    width: 30px;
}

.dropmenu {
    *zoom: 1;
    list-style-type: none;
    width: 200px;
    padding: 0;
    position: absolute;
    z-index: 9999;
    background: #fff;
    right: 0;
    padding-top: 13px;
    border-top: 1px solid #fafafa;
}

.dropWrap {
    display: none;
    position: absolute;
    right: 0;
}

.dropWrap a {
    display: block;
    width: 100%;
    padding: 8px 14px;
    cursor: pointer;
    text-align: left;
}

.dropWrap a:hover {
    background: #fafafa;
}

.myLink:hover .dropWrap {
    display: block;
}

@media screen and (max-width: 980px) {
    #top-head {
        padding: 0;
    }
    .spMenu {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        background: #333;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 8px;
        color: #333;
        font-size: 26px;
    }
}

/* プレミアムプランのヘッダー調整 */
@media screen and (min-width: 981px) {
    body.company-plan_premium #top-head {
        padding: 67px 0 12px;
    }
    body.company-plan_premium #top-head .premium-nav-wrapper {
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 5px calc((100vw - 1062px) / 2) 0;
    }
    body.company-plan_premium #top-head .premium-nav-wrapper .myLink #menuLogin {
        margin-top: 1px;
        padding: 4px 25px 3px;
        color: #888;
        border-color: #999;
    }
    body.company-plan_premium #top-head .premium-nav-wrapper .myLink #menuLogin:hover {
        background: #999;
        color: #fff;
    }
    body.company-plan_premium #top-head .nav-wrapper > ul {
        margin-top: 2px;
    }
    body.company-plan_premium #top-head h1.companyLogo > a > span {
        vertical-align: middle;
        line-height: 40px;
    }
}
@media screen and (max-width: 980px) {
    body.company-plan_premium #top-head .premium-nav-wrapper .spMenu {
        background: transparent;
        position: static;
    }
    body.company-plan_premium #top-head .premium-nav-wrapper .spMenu > ul > li:last-child {
        border-bottom: 1px solid #fff;
    }
    body.company-plan_premium #top-head .premium-nav-wrapper .notice {
        margin: 12px auto;
    }
    body.company-plan_premium #top-head .premium-nav-wrapper .notice i {
        vertical-align: top;
    }
}

#mainHeader {
    height: 290px;
}

.settingBtn {
    position: absolute;
    top: 0;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto;
    width: 325px;
    height: 65px;
    text-align: center;
    line-height: 65px;
}

.mainVisual {
    height: 253px;
    background: #36d878;
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%), url("../img/headerbg.jpg");
    background-size: cover;
    background-position: center;
}

.settingBtn a {
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1.07em;
    width: 100%;
    height: 100%;
    display: inline-block;
}

#userHeader.container{
    height: 100%;
}

.mainInfo {
    position: absolute;
    padding-left: 155px;
    z-index: 11;
    bottom: 15px;
}

.mainInfo > * {
    display: inline-block
}

.mainInfo h2 {
    color: #fff;
    font-size: 1.9em;
    font-weight: normal;
    float: left;
}

.mainInfo .snsBlock {
    float: left;
    margin-left: 20px;
    margin-top: 9px;
}

.mainInfo .snsBlock div {
    display: inline-block;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;
    margin-right: 5px;
}

.mainInfo .snsBlock div:last-child {
    margin-right: 0;
}

.mainInfo .snsBlock div a:hover {
    opacity: .9;
}

.mainInfo .snsBlock .facebook a {
    display: block;
    color: #fff;
}
.mainInfo .snsBlock .facebook a:hover{
    color: #315096;
}

.mainInfo .snsBlock .twitter a {
    display: block;
    color: #fff;
}
.mainInfo .snsBlock .twitter a:hover{
    color: #55acee;
}

.mainInfo .snsBlock .linkedin a {
    display: block;
    color: #fff;
}
.mainInfo .snsBlock .linkedin a:hover{
    color: #0079ba;
}

.mainInfo .snsBlock .github a {
    display: block;
    color: #fff;
}
.mainInfo .snsBlock .github a:hover{
    color: #4B3831;
}

.mainInfo .snsBlock .instagram a {
    display: block;
    color: #fff;
}
.mainInfo .snsBlock .instagram a:hover{
    color: #4A7699;
}

.menuBar .image {
    margin-right: 20px;
    width: 130px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    bottom: -20px;
}

.menuBar .image img {
    border: 50px;
    border: 7px solid #fff;
    border-radius: 100px;
    width: 100%;
    background: #fff;
}

.mainVisual .menuBar {
    position: absolute;
    bottom: -38px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 12px 0;
}

.mainVisual .menuBar ul {
    padding-left: 156px;
}

.mainVisual .menuBar li {
    display: inline-block;
    border-right: 1px solid #ddd;
    position: relative;
}

.mainVisual .menuBar li a {
    padding: 0 20px;
    display: block;
    color: #777;
}

.mainVisual .menuBar li.active2 a {
    color: #F1871D;
    font-weight: bold;
}

.mainVisual .menuBar li:first-child a {
    padding-left: 0;
}

#mainBody {
    background: #fafafa;
}

#mainBodyInner {
    width: 978px;
    padding: 50px 0;
}

#mainBodyInner .profSection {
    background: #fff;
    margin-bottom: 20px;
}

#mainBodyInner .profSection:last-child {
    margin-bottom: 0;
}

.PageUser #mainContent {
    width: 700px;
    float: left;
}

.PageUser #mainContent.nw700 {
    float: none;
    width: 100%;
}

@media (max-width: 980px) {
    .PageUser #mainContent {
        width: 100%;
    }
}

.talentRegist #mainContent{
    float: none;
    width: 100%;
}
.talentRegist #mainContent .buttom{
    float: none;
    margin: 10px 0;
}
.talentRegist #mainContent form{
    text-align: center;
}

#sideBar {
    width: 254px;
    float: left;
    margin-left: 24px;
}

#sideBar.rightMain{
    float: left;
    margin-left: 0;
    margin-right: 24px;
}
#mainContent.rightMain {
    float: right;
}
@media screen and (max-width: 980px){
    #sideBar.rightMain{
        width: 100%;
    }
    #mainContent.rightMain {
        float: right;
        margin-top: 0;
        width: 100%;
    }
}
/*** タイムライン ***/
#timelines .article{
    background: #fff;
    margin-bottom: 25px;
    text-align: left;
    box-shadow: 1px 1px 1px #eee;
    word-break: break-all;
}
#timelines .article:last-child{
    margin-bottom: 0;
}
#timelines .article a:link,
#timelines .article a:visited{
    color: #F1871D;
}
#timelines .articleMain{
    padding: 24px;
}
#timelines .articleHead{
    color: #989898;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 18px 24px;
}
#timelines .articleHead .icon{
    position: absolute;
    top: 18px;
    left: 24px;
}
#timelines .articleHead .info{
    width: calc(100% - 100px);
}
#timelines .articleHead .subinfo{
    text-align: right;
    position: absolute;
    top: 15px;
    right: 24px;
}
#timelines .articleHead .subinfo .btn-follow-basic{
    color: #fff;
    font-size: 12px;
    padding: 5px;
    width: 100px;
}
#timelines .articleHead .icon + .info{
    margin-left: 50px;
    min-height: 40px;
    width: calc(100% - 100px - 50px);
    display: flex;
    align-items: center;
}
#timelines .articleHead .icon + .info + .subinfo{
    top: 24px;
}
#timelines .articleHead .name{
    font-weight: bold;
    margin-right: 5px;
}
#timelines .articleMain {
    position: relative;
}
#timelines .articleMain .tags {
    margin-top: 30px;
    width: calc(100% - 115px);
}
#timelines .articleMain .tags .tag {
    font-size: 13px;
    display: inline-block;
    color: #666;
    background: #fafafa;
    border: solid 1px #eee;
    padding: 3px 4px 2px;
    margin: 3px 1px;
}
#timelines .articleMain .tags .tag.tag-type-prefecture {
    color: #fff;
    background: #999;
}
#timelines .articleMain .time {
    font-size: 13px;
    display: block;
    color: #989898;
    text-align: right;
}
#timelines .articleMain .text {
    white-space: pre-wrap;
}
#timelines .articleMain .tags + .time {
    position: absolute;
    right: 25px;
    bottom: 30px;
}
#timelines .articleMain .category{
    display: inline-block;
    text-align: center;
    background: #555;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    width: 80px;
    border-radius: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
#timelines .articleMain .category.category-1{
    background: #E8492E;
}
#timelines .articleMain .category.category-2{
    background: #2B4A9C;
}
#timelines .articleHead .category.category-3 {
    background: #359c2b;
}
#timelines .articleMain h2{
    font-size: 18px;
    margin-bottom: 20px;
}
#timelines .article .articleMain h2 a {
    color: #1E2229;
    vertical-align: middle;
}
#timelines .articleMain .image{
    margin-top: 20px;
}
#timelines .articleMain img{
    max-width: 100%;
    max-height: 200px;
    height: auto;
}
#timelines .companyIcon {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
#timelines > .bottom {
    text-align: center;
    padding-top: 20px;
}
#timelines > .bottom.end {
    color: #989898;
}
#timelines > .bottom.next button {
    background: #aaa;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}
#timelines > .bottom.loading img {
    width: 100px;
}
#timelines .continuationLink {
    display: block;
    margin-top: 15px;
}
@media screen and (max-width: 980px){
    #timelines .article{
        margin-bottom: 40px;
    }
    #timelines > .bottom {
        padding-top: 0;
        margin-bottom: 60px;
    }
    #timelines .articleHead .info {
        width: calc(100% - 50px);
    }
    #timelines .articleHead .icon + .info{
        width: calc(100% - 50px);
    }
    #timelines .articleHead .subinfo {
        position: static;
        display: block;
        width: 100%;
        text-align: right;
        margin-top: 10px;
    }
    #timelines .articleHead .subinfo .btn-follow-basic {
        display: inline-block;
    }
    #timelines .articleMain .tags {
        width: 100%;
        margin-bottom: 10px;
    }
    #timelines .articleMain .tags + .time {
        position: static;
        right: 0;
        bottom: 0;
    }
}

/*** サイドバー ***/
.topProf .topProfHeader{
    height: 112px;
    background-size: cover;
}
.topProf .profNameWrap{
   position: relative;
   margin-bottom: -18px;
   padding: 0 25px;
}
.topProf .profNameWrap .image{
    position: relative;
    top: -20px;
    height: 72px;
    width: 72px;
    border-radius: 40px;
    border: 3px solid #fff;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}
.topProf .profNameWrap .image img{
    width: 100%;
}
.topProf .profNameWrap .name{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}
.topProf .statusWrap{
    font-size: 14px;
    padding: 22px 28px;
    border-bottom: 1px solid #eee;
}
.topProf .statusWrap li{
    margin-top: 10px;
}
.topProf .statusWrap li:first-child{
    margin-top: 0;
}
.topProf .statusWrap .label{
    display: inline-block;
    font-weight: bold;
    width: 70%;
}
.topProf .statusWrap .count{
    display: inline-block;
    text-align: right;
    width: 30%;
}
.topProf.profSection .profContent{
    padding: 22px 28px;
}
.topProf.profSection .profContent h3{
    margin-bottom: 10px;
}
#main .topProf .perfection .percent{
    font-weight: normal;
    text-align: right;
    font-size: 14px;
    width: 13%;
}

.profSection .profHeader {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.profSection .profContent {
    padding: 15px 15px 5px;
}

.profSection .status {
    width: 300px;
    float: right;
    text-align: right;
    font-size: 0.9em;
}

#mainContent .profSection h3 {
    max-width: 370px;
    float: left;
    line-height: 30px;
}

.profSection .status > * {
    display: inline-block;
    margin-left: 10px;
}

.profSection .status .publish {
    color: #999;
}

.profSection .status .btn {
    background: #aaa;
    color: #fff;
    padding: 5px 10px;
}

.expList {
    width: 100%;
    margin-top: 10px;
}

.expList th {
    border-left: 2px solid #ddd;
    text-align: left;
}

.expList td,
.expList th {
    padding: 10px 5px;
}

.blockLabel .profContent > div,
.program .profContent > div {
    display: inline-block;
    padding: 3px 8px;
    color: #aaa;
    margin-bottom: 10px;
    font-size: 0.85em;
    border-radius: 3px;
}

.blockLabel .profContent > div:last-child,
.program .profContent > div:last-child {
    margin-bottom: 0;
}

.program .profContent > div {}

.blockLabel .profContent .select {
    background: #FFA347;
    color: #fff;
    margin-right: 5px;
    font-weight: bold;
}

.program .profContent .select {
    color: #FFA347;
    font-weight: bold;
}

.program .select .levelWrap {
    display: inline-block;
    margin-left: 5px;
}

.program .select .levelWrap span {
    border-radius: 5px;
    width: 5px;
    height: 10px;
    display: inline-block;
    margin-right: 2px;
    border: 1px solid #FFA347;
}

.program .select .levelWrap span:last-child {
    margin-right: 0;
}

.program .select .level1wrap .level1,
.program .select .level2wrap .level1,
.program .select .level2wrap .level2,
.program .select .level3wrap .level1,
.program .select .level3wrap .level2,
.program .select .level3wrap .level {
    background: #FFA347;
}

.program .profContent {
    padding-bottom: 10px;
}

.perfection .profBlock {
    margin-bottom: 10px;
}

.perfection .profBlock:last-child {
    margin-bottom: 0;
}

.perfection h4 {
    font-size: 0.9em;
    font-weight: normal;
}

.perfection .bar {
    width: 85%;
    float: left;
    background: #eee;
    height: 25px;
}

.perfection .bar .barInner {
    /*width: 90%;*/
    height: 25px;
    background: #6b93d0;
    display: block;
}

.perfection .percent {
    width: 8%;
    margin-left: 2%;
    float: left;
}
table.basicList{
    width: 100%;
}
table.basicList tr td{
    padding-left: 15px;
    padding-bottom: 10px;
}
table.basicList tr.bb{
    border-bottom: 1px solid #eee;
}
table.basicList tr.bb td{
    padding-left: 0;
    padding-bottom: 0;
}

table.basicList th,
table.basicList td {
    padding: 5px 25px 5px 5px;
    text-align: left;
}

table.basicList td.publish {
    color: #aaa;
    font-size: 0.9em;
    text-align: right;
}

@media screen and (max-width: 980px) {
    .container {width: 100%;}
    #mainBodyInner {
        width: 95%;
        padding-top: 0;
    }
    #sideBar {
        width: 100%;
        max-width: 700px;
        margin: 20px auto 0;
    }
    .dropdown-menu {
        right: 0;
        left: 0;
    }
    #top-head{
        padding: 0;
    }
    .menuBar .image {
        left: 50%;
        margin-left: -65px;
    }
    .mainInfo {
        bottom: -140px;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .mainInfo h2 {
        font-size: 1.7em;
        float: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: -300px;
        text-shadow: 1px 1px 3px #000;
    }
    .mainVisual .menuBar {
        background: transparent;
    }
    .mainInfo .snsBlock {
        float: none;
        margin: 0;
        text-align: center;
        margin-top: 5px;
        width: 100%;
    }
    #mainContent {
        float: none;
        width: 95%;
        margin: 224px auto 0;
    }
    .expList th,
    .expList td {
        display: block;
    }
    .mainVisual .menuBar ul {
        padding: 0;
        top: 180px;
        position: relative;
        border-top: 1px solid #ddd;
        background: #fff;
        z-index: 100;
    }
    .mainVisual .menuBar li {
        width: 50%;
        text-align: center;
        border-bottom: 1px solid #ddd;
        float: left;
        box-sizing: border-box;
    }
    .mainVisual .menuBar li a {
        display: block;
        padding: 10px;
    }
    .expList th {
        border: 0;
        border-bottom: 2px solid #ddd;
        padding-bottom: 10px;
    }
    .expList td {
        padding-bottom: 0px;
    }
    #sideBar {
        width: 100%;
        margin: 20px auto 0;
    }
    table.basicList,
    table.basicList tbody,
    table.basicList tr,
    table.basicList th,
    table.basicList td {
        width: 100%;
        display: block;
    }
    table.basicList th {
        background: #eee;
    }
    table.basicList td {
        padding: 10px 5px;
        text-align: left;
    }
    table.basicList td:last-child {
        font-size: 0.8em;
        border-top: 1px dotted #eee;
    }
}

/*NHATDT*/
/*================================== REPONSIVE ==================================*/
.headerFrontEnd .dropdown-menu .menu {overflow-y: scroll;}
.headerFrontEnd .dropdown-menu .menu li.messageUnread {
    font-weight: bold;
}