
.ov {
    overflow: hidden;
    position: relative;
}

input {
    border: 1px solid #D4D4D4;
    padding: 7px;
    border-radius: 0 !important;
}

button {
    cursor: pointer;
}

.abs {
    position: absolute;
}


/* Webkit */
::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
    color: #ccc;
}
/* Firefox 19 以降 */
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
    color: #ccc;
}
/* CSS4 */
:placeholder-shown {
    color: #ccc;
}

/*Entry Page*/
@media (max-width: 980px) {
    .container {
        width: 100%;
    }
    header {
        padding: 20px;
    }
}

#register {
    background: #F7F7F7
}

#register .sectionHeader {
    color: #393939;
    text-align: left;
    margin-bottom: 25px;
}

#register .sectionHeader h3 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.6em;
    text-align: left;
}

#register .sectionHeader h3:after {
    display: none;
}

#register .sectionBody {
    padding: 35px;
    background: #fff;
}

#register .sectionBody {
    color: #43494D;
}

#register .sectionBody h4 {
    text-align: left;
    font-size: 1.4em;
    font-weight: normal;
    border-bottom: 3px solid #5D666C;
    margin-bottom: 1em;
}

#register .sectionBody h5 {
    font-size: 1.15em;
    font-weight: normal;
    margin-bottom: 0.5em;
}

#register .sectionBody input {
    border: 2px solid #D4D4D4;
    width: 100%;
    max-width: 340px;
    padding: 0.7em;
}

#register .sectionBody input[type="checkbox"],
#register .sectionBody input[type="radio"] {
    width: auto !important;
}

#register .item {
    border-bottom: none;
    font-size: 1.07em;
}

#register .item > *:not(.row) {
    margin-right: 20px;
}

#register .item > *:last-child {
    margin-right: 0px;
}

#register .itemBlock {
    margin-bottom: 35px;
}

.selectWrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    max-width: 289px;
    border: 2px solid #D4D4D4;
}

.selectWrap:before {
    content: '▼';
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 1em;
    line-height: 1;
    color: #F1871D;
    transform: scale( 1.7, 0.7);
}

.selectWrap select {
    position: relative;
    z-index: 2;
    display: block;
    width: 92%;
    /* fallback non calc support */
    /*width: -webkit-calc(100% + 5em);*/
    margin: 0;
    padding: 0.7em;
    background: transparent;
    border: 0;
    outline: none;
}

.selectable.col2,
.selectable.col3 {
    border-top: 2px solid #F1871D;
    border-bottom: 2px solid #F1871D;
    border-left: 2px solid #F1871D;
}

#register .selectable .active,
#register .selectable .active.icon,
#register .selectable .active.check_num {
    background: #F1871D;
    color: #fff;
}

#register .selectable .icon p,
#register .selectable .check_num p {
    font-size: 0.93em;
    padding: 0;
    margin-top: 10px;
}

#register .selectable .active.icon p,
#register .selectable .active.check_num p {
    color: #fff;
}

#register .selectable p,
#register .selectable .icon,
#register .selectable .check_num {
    display: inline-block;
    border-right: 2px solid #F1871D;
    border-bottom: 2px solid #F1871D;
    color: #F1871D;
    text-align: center;
    padding: 0.7em;
    margin: 0;
    cursor: pointer;
}

#register .selectable.col2 p {
    border-bottom: none;
}

#register .selectable .icon,
#register .selectable .check_num {
    padding: 0;
    padding-top: 1em;
    height: 120px;
    vertical-align: top;
}

#register .selectable.col4 .icon .row2,
#register .selectable.col4 .check_num .row2 {
    line-height: 1.1;
    margin-top: 7px;
    font-size: 0.85em;
}

.selectable.col2 p {
    width: 50%;
}

#register .selectable.col5 p {
    border-top: 2px solid #F1871D;
    border-left: 2px solid #F1871D;
    margin-right: 22px;
    width: 164px;
}

#register .selectable.col4 .icon,
#register .selectable.col4 .check_num {
    border-top: 2px solid #F1871D;
    border-left: 2px solid #F1871D;
    margin-right: 20px;
    width: 100%;
    max-width: 212px;
}

#register .selectable.col4 .icon p,
#register .selectable.col4 .check_num p {
    border: none;
    display: block;
}

#register .selectable.col5 .row p:last-child,
#register .selectable.col4 .row .icon:last-child {
    margin-right: 0px;
}

#register .selectable .row {
    margin-bottom: 20px;
}

#register .selectable .row .icon:not(.active) .on {
    display: none;
}
#register .selectable .row .icon.active .off {
    display: none;
}

#register .sectionBody .textLong input {
    max-width: 726px;
}

#register .sectionBody h4 {
    position: relative;
}

#register .sectionBody h6,
#register .sectionBody h5 {
    line-height: 2;
    border-bottom: 2px solid #CDD5DC;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 1.15em;
    position: relative
}

#register .sectionBody h5 {
    border-bottom-width: 1px;
    position: relative;
}

#register .publish {
    width: 230px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.8em;
    color: #999;
}

#register .publish select {
    position: relative;
    z-index: 2;
    display: block;
    padding-right: 30px;
    padding-left: 5px;
    width: 100%;
}

#register .publish:before {
    content: '▼';
    position: absolute;
    top: 50%;
    z-index: 1;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 0.9em;
    line-height: 1;
    color: #ccc;
    transform: scale( 1.7, 0.7);
}

#register .sectionBody h6 span {
    color: #757575;
    font-size: 0.75em;
    margin-left: 1.5em
}

#register .wishBlock .itemBlock {
    margin-bottom: 22px;
}

#register .selectable.item.col2 p,
#register .selectable.item.col3 p {
    margin-right: 0;
}

#register .selectable.col3 p {
    width: 100%;
    max-width: 302px;
}

#register .selectable.col3 p:not(.lastCol) {
    /*border-bottom: 2px solid #F1871D;*/
}

#register textarea {
    width: 100%;
    border: 2px solid #d4d4d4;
    padding: 0.7em;
}

#register .sectionBody .subInput input {
    max-width: 598px;
}

.careerBlock .icon p span,
.careerBlock .check_num p span {
    display: block;
    font-size: 0.8em;
}

#register .careerBlock .selectable .icon,
#register .careerBlock .selectable .check_num {
    padding: 0;
    height: 75px;
}

#register .careerBlock .selectable .icon p,
#register .careerBlock .selectable .check_num p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

#register .careerBlock .selectNum .selectable .check_num {
    height: 50px;
    border-right: none;
}

#register .careerBlock .selectNum .selectable .check_num p {
    display: inline-block;
    border-right: 2px solid #F1871D;
    height: 104%;
    padding-top: 13px;
    width: 69.3px;
}

#register .careerBlock .selectNum .selectable .row > div .icon p:last-child,
#register .careerBlock .selectNum .selectable .row > div .check_num p:last-child {
    border: none;
}

#register .careerBlock .selectNum .selectable .row > div {
    display: inline-block;
    margin-right: 20px;
}

#register .careerBlock .selectNum .selectable .row > div:last-child {
    margin-right: 0px;
}

.item span.caption {
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
}

.companyInput .selectWrap {
    max-width: 249px;
}

.companyInput .item {
    margin-bottom: 15px;
}

.companyInput .item textarea {
    max-width: 823px;
}

#register .companyInput h6 {
    border-bottom-width: 1px;
}

#register .companyInput label,
#register .companyInput textarea,
#register .capacityInput label {
    vertical-align: bottom;
}

.capacityInput .selectWrap {
    max-width: 245px;
}

.capacityInput .item {
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #CDD5DC;
}

.capacityInput .itemBlockInner .item:last-child {
    border-bottom: none;
}

#register .sectionBody .btn {
    display: inline-block;
    padding: 13px 40px;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    transition: .2s;
    cursor: pointer;
}

.btnDark {
    background: #5D666C;
    border: none;
}


/*CheckBoxとText */

label.checkBoxText {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    box-sizing: border-box;
}

label.checkBoxText:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0;
    border: 2px solid #D4D4D4;
    z-index: 3;
}

label.checkBoxText:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 6px;
    display: block;
    margin-top: -8px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #F1871D;
    border-bottom: 3px solid #F1871D;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: 1;
}

label.checkBoxText input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px;
}

label.checkBoxText input[type="checkbox"]:checked {
    box-shadow: none;
}

#register .submit {
    text-align: center;
}

#register .sectionBody .btnDarkBlue {
    background: #2A6A90;
    border: none;
}

.profBlock,
.wishBlock,
.typeBlock,
.topBlock {
    margin-bottom: 40px;
}

@media (min-width: 981px) {
    #register .selectable .icon,
    #register .selectable .check_num > p,
    #register .selectable .row > p,
    #register #gender_list.selectable > p,
    #register .item.selectable > p {
        position: relative;
    }
    #register .selectable .icon:hover:after,
    #register .selectable .check_num > p:hover:after,
    #register .selectable .row > p:hover:after,
    #register #gender_list.selectable > p:hover:after,
    #register .item.selectable > p:hover:after {
        display: block;
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 980px) {
    #register .selectable.col3 p {
        max-width: 100%;
    }
    #register .selectable.col3 .lastCol:not(:last-child) {
        /*border-bottom: 2px solid #F1871D;*/
    }
    #register .selectable.col5 .row {
        /*display: inline;*/
    }
    #register .selectable.col5 p,
    #register .selectable.col4 .icon {
        margin-right: 0;
        width: 48%;
        max-width: 48%;
        margin-bottom: 10px;
    }
    #register .selectable.col5 p,
    #register .selectable.col4 .icon {
        margin-right: 2%;
    }
    #register .selectable.col5 p img,
    #register .selectable.col4 .icon img {
        max-height: 45px;
    }
    #register .selectable .row {
        margin-bottom: 0;
    }
    #register .sectionBody h5,
    #register .careerBlock .selectNum .selectable .row > div {
        margin: 0;
    }
    #register .sectionBody h5,
    #register .sectionBody h6 {
        margin-bottom: 10px;
        margin-bottom: 40px;
    }
    #register .selectNum .selectable .row > div,
    #register .selectNum .selectable .row .icon {
        width: 100%;
        max-width: 100%;
    }
    #register .careerBlock .selectNum .selectable .icon p {
        width: 33.3%;
    }
    .companyInput label,
    .capacityInput label,
    .capacityInput input,
    #register .sectionBody input {
        margin-bottom: 10px;
    }
    #register .sectionBody h6 span {
        display: inline-block;
        line-height: 1.5;
    }
    label[for=companyCount] {
        max-width: 220px;
    }
    .companyInput .selectWrap {
        max-width: 100%;
    }
    .selectWrap {
        vertical-align: bottom;
        margin-bottom: 10px;
    }
    #register .sectionHeader h3,
    .description {
        text-align: center;
    }
}
.topBlock .topBlock-inner{
    border: 1px solid #D4D4D4;
    padding: 2.045%;
}
.topBlock .topBlock-inner p{
    font-size: 17px;
    color: #43494D;
    letter-spacing: 0px;
    line-height: 26px;
}
.special-mgl{margin-left: 2.305%;}
.special-long{max-width: 720px !important;}
.special-short{max-width: 144px !important;}
.profile-icon .btn{margin-left: 3%;}
#register .sectionBody h5 span{
    font-size: 13px;
    color: #757575;
    letter-spacing: 0px;
    padding-left: 17px;
}
.no-border{border: 0 !important;}
#register .careerBlock .selectable.col4 .check_num{margin-right: 0 !important;}
.careerBlock .item.selectable.col4 h5{margin-bottom: 0 !important;}
.h50{height: 50px !important;}
.fileUpload {
    position: relative;
    overflow: hidden;
    background: #F7F7F7;
    border: 1px solid #D8D8D8;
    padding: 2px 10px !important;
    vertical-align: bottom;
}
.fileUpload span{
    font-size: 13px;
    line-height: 13px;
    color: #5D666C;
    letter-spacing: 0px;
    vertical-align: middle;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#uploadFile, #uploadFile2{
    border: 0 !important;
    padding: 0 !important;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    max-width: 130px !important;
}
.uploadform{
    padding: 15px 10px;
    border-bottom: 1px solid #CDD5DC;
}
.uploadform span{
    vertical-align: top;
    padding-top: 5px;
    display: inline-block;
}
.thinbtn{
    padding: 8px 22px !important;
    margin: 20px 0 14px 0;
}
.btn40{
    padding: 10px 28px !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    letter-spacing: 0px;
}
.btnw176{
    padding: 10px 33px !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    letter-spacing: 0px;
}
.sectionBody h5, .sectionBody h6{
    font-size: 17px;
    color: #43494D;
    letter-spacing: 0px;
}
.w3{
    font-family: HiraginoSans-W3 !important;
    font-size: 16px !important;
    color: #43494D !important;
    letter-spacing: 0px !important;
}
@media (max-width: 980px) {
    .topBlock .topBlock-inner p{
        font-size: 14px;
        line-height: 23px;
    }
    .profile-icon .btn{margin-left: 0; margin-top: 30px;}
    #register .sectionBody .btn{padding: 13px 34px;}
}
/*エントリー画面確認画面*/
#main{
    margin-top:85px;
    position:relative;
    background-color: #f7f8f8;
}
#main .the-title{margin: 52px 0 32px 0;}
#main .the-title .htitle{
    font-family: HiraKakuPro-W6;
    font-size: 24px;
    color: #393939;
    letter-spacing: 0px;
    padding-bottom: 18px;
}
#main .the-title .pdesc{
    font-family: HiraKakuPro-W3;
    font-size: 15px;
    color: #393939;
    letter-spacing: 0px;
}
#main .the-inner{
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 46px 39px;
}
#main .the-title .pdesc-1{
    line-height: 24px;
}
.container-01{
    width: 998px;
    margin: 0px auto;
    padding-left:40px;
}
.main-01{
    height: 689px;
    background-color: #f7f8f8;
}
.container .search{
    width: 200px;
    float: left;
    border: 1px solid #ddd;
    padding: 5px;
    margin-right: 30px;
}
.container .search input{border: 0;}
.container .notice > div{
    display: inline-block;
    margin-right: 15px;
}
.container .notice1 .arrowBox {
    background: #6b93d0;
}

.container .notice2 .arrowBox {
    background: #52bd7d;
}
.container .notice3 .arrowBox {
    background: #e84545;
}

.container .myLink img {
    width: 30px;
    height: 30px;
}
.container .logo-02{
    margin-right: 60px;
}
#main .the-inner h2{
    font-size: 21px;
    color: #43494D;
    letter-spacing: 0px;
    height: 34px;
    border-bottom: 3px solid #979797;
}
#main .the-inner .table-top{
    height: 120px;
    padding: 25px 0 0 25px;
    line-height: 25px;
    border: 1px solid #D4D4D4;
    margin: 20px 0 40px 0;
}
#main .the-inner .table-top tr td{
    padding-bottom: 0 !important;
}
#main .the-inner table{
    width: 100%;
    font-size: 17px;
    color: #43494D;
    letter-spacing: 0px;
    line-height: 26px;
}
#main .the-inner .table-content{
    margin-top: 20px;
    border-top: 1px solid #CDD5DC;
}
#main .the-inner .table-content tr{
    height: 66px;
    border-bottom:1px solid #CDD5DC;
}
#main .the-inner .table-content tr td.w186{
    width: 186px !important;
}
#main .the-inner .table-content tr td:nth-child(1){
    background-color: #F7F7F7;
    padding: 0 0 0 31px;
    font-size: 16px;
    color: #43494D;
    letter-spacing: 0px;
    vertical-align: middle;
}
#main .the-inner .table-content tr td:nth-child(2){
    font-size: 16px;
    color: #43494D;
    letter-spacing: 0px;
    padding: 5px 0 0 54px;
}
#main .the-inner .table-content .tr-fix{
    height: 167px;
}
#main .the-inner .table-content .tr-fix .text-top, #main .the-inner .table-content .tr-fix-2 .text-top, #main .the-inner .table-content .tr-fix-3 .text-top{
    vertical-align: top;
    padding-top: 20px;
}
#main .the-inner .table-content .tr-fix-2{
    height: 265px;
}
#main .the-inner .table-content .tr-fix-3{
    height: 134px;
}
#main .the-inner .table-content .tr-fix-3 td:nth-child(2){
    font-size: 16px;
    color: #43494D;
    letter-spacing: 0px;
    line-height: 21px;
}
#main .the-inner .table-content .tr-fix-2 div{
    margin-top: 20px;
    font-size: 16px;
    color: #43494D;
    letter-spacing: 0px;
    line-height: 23px;
}

#main .the-inner .table-content .tr-fix .box{
    width: 140px;
    background-color: #D8D8D8;
}
#main .the-inner .table-content tr td.special-height{

}
#main .the-inner .footer{
    width: 455px;
    margin: 0px auto;
    text-align: center;
    padding-top: 36px;
}
#main .footer div{
    width: 214px;
    height: 55px;
    float: left;
    line-height: 55px;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0px;
}
#main .footer .buttom-left{
    background-color: #7A8388;
    margin-right: 26px;
}
#main .footer .buttom-right{
    background-color: #2A6A90;
}
/*User page*/



#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%;
    padding: 0;
    outline: none;
}

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

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

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

#top-head .notice .arrowBox {
    margin-right: 10px;
    font-size: 0.8em;
    font-weight: bold;
    padding: 7px 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;
}


@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 */

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 20px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

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 .linkBtn:after:hover  {
   text-decoration: none !important;
}

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

.dropmenu {
    *zoom: 1;
    list-style-type: none;
    width: 150px;
    padding: 0;
    position: absolute;
    z-index: 9999;
    background: #fff;
    right: 0;
    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;
}

#nav-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    height: 54px;
    padding: 14px 14px;
    cursor: pointer;
    z-index: 101;
    background: #555;
}

#top-head.fixed .logo,
#top-head .logo {
    padding-left: 10px;
    color: #333;
}

@media screen and (max-width: 980px) {
    #main {
        margin-top: 54px;
    }
    .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: 10px;
        top: 8px;
        color: #333;
        font-size: 24px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-left: 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open .spMenu {
        display: block;
    }
}

#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%;
    display: inline-block;
    padding: 0 40px !important;
}

#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;
}

.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:first-child a {
    padding-left: 0;
}

#mainBody {
    background: #fafafa;
}

#mainBodyInner {
    padding: 50px 0;
}

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

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

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

.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;
}

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

.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;
}

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

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

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

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

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

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

#main .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) {
    .menuBar .image {
        left: 50%;
        margin-left: -65px;
    }
    .mainInfo {
        bottom: -140px;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .mainInfo h2 {
        color: #353535;
        font-size: 1.7em;
        float: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: -300px;
        text-shadow: 1px 1px 1px #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: 172px auto 0;
    }
    .expList th,
    .expList td {
        display: block;
    }
    .expList th {
        border: 0;
        border-bottom: 2px solid #ddd;
        padding-bottom: 10px;
    }
    .expList td {
        padding-bottom: 0px;
    }
    #sideBar {
        width: 95%;
        margin: 20px auto 0;
        float: none;
    }
    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;
    }
}
/************ タレント登録（完了画面） **************/
.proHeader-register {
    background-color: #FAFAFA;
    font-family: HiraKakuPro-W3;
    font-size: 15px;
    color: #353535;
    letter-spacing: 0px;
    border-bottom: none;
}
.profSection .profContent.profContent-register {
    border-left: 5px solid #00a858;
    font-size: 17px;
    color: #43494D;
    letter-spacing: 0px;
    padding: 15px;
}

.profSection .profContent.profContent-register > div > img.company_icon{
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 76px;
}

#mainContent .link-Companies{
    text-align: center;
    margin-top: 34px;
}
#mainContent .link-Companies a{
    font-family: HiraKakuPro-W3;
    font-size: 15px;
    color: #353535;
    letter-spacing: 0px;
    text-decoration: underline;
}
.container-register{
    min-height: 693px;
}
/************** タレント登録 (確認画面) ****************/
#mainContent  .buttom{
    text-align: center;
    width: 214px;
    height: 55px;
    float: left;
    line-height: 55px;
    color: #fff;
    background-color: #2A6A90;
    margin: 10px 0 0 243px;

}
#mainContent  .buttom a{
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0px;
}
/************** タレント登録企業一覧 ****************/
.profContent.profContent-register p span{
    font-size: 14px;
    color: #43494D;
    letter-spacing: 0px;
}
.mailto{
    top: 10px;
    right: 26px;
    width: 165px;
    text-align: right;
    background: url("../img/mail-icon.png") no-repeat left center;
    background-size: inherit;
}
.mailto a{
    font-size: 14px;
    color: #43494D;
    letter-spacing: 0px;
}

.talent-release {
    bottom: 10px;
    right: 20px;
}

.talent-release a{
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 5px;
    background: #eee;
}
.talent-release a:hover {
    background: #ccc;
}

.mgb20{margin-bottom: 20px;}
/************** パスワード変更 ****************/
.w783{
    width: 783px;
    margin: 0 auto;
    padding-top: 15px;
}
.psdchange-tlt{
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px;
    padding-bottom: 30px;
}
.psw{
    background-color: #fff;
    padding: 39px 70px;
}
.psw .caption{
    width: 135px;
    text-align: right;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    margin-right: 65px;
}
.psw i{padding-left: 205px}
.psw .item{margin-bottom: 21px;}
.psw input[type="password"] {min-width: 410px;}
/********************* カバー画像編集 **********************/
#mainBodyInner .container-editimage .editimage {
    width: 782px;
    height: 314px;
    margin: 0 auto;
}
#mainBodyInner .container-editimage .editimage h3 {
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px;
    margin-bottom: 25px;
}
#mainBodyInner .container-editimage .editimage form{
    background-color: #fff;
    padding: 20px 25px;
}
#mainBodyInner .container-editimage .editimage img{
}
#mainBodyInner .container-editimage .editimage a{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0px;
}
#mainBodyInner .container-editimage .editimage .buttom-top{
    max-width: 265px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    background-color: #5D666C;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

#mainBodyInner .container-editimage .editimage .buttom-bottom input {
    width: 218px;
    height: 54px;
    display: block;
    background-color: #2A6A90;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
    line-height: 40px;
}

/********************* プロフィール写真の編集 **********************/
.editimg-tlt{
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px;
    padding-bottom: 23px;
}
.editimg{
    background-color: #fff;
    padding: 20px 25px;
}
.editimg img{
    float: left;
}
.btn265{
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0px;
    padding: 10px 25px;
    width: 265px;
    margin: 54px 0 0 24px;
    cursor: pointer;
}
.editimg .buttom-bottom input {
    width: 218px;
    height: 54px;
    background-color: #2A6A90;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    display: block;
    outline: none;
    border: none;
    color: #FFFFFF;
    letter-spacing: 0px;
    cursor: pointer;
}
/********************* メールアドレスの変更 **********************/
.editemail{
    padding: 41px 90px;
}
.editemail .caption{
    width: 170px;
}
.editemail input[type="text"] {
    min-width: 410px;
}
.editemail i {
    padding-left: 175px;
}
/**************** 退会2 *****************/
#mainContent-Withdrawal{
    width: 783px;
    margin: 0 auto;
}
#mainContent-Withdrawal .proHeader-Withdrawal h2{
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px;
    margin:5px 0 35px 0;
}
#mainContent-Withdrawal .proHeader-Withdrawal p{
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 21px;
}
#mainContent-Withdrawal .proHeader-Withdrawal{
    background-color: #FAFAFA;
    border: 0;
    padding: 0;
}
/**************** 退会 *****************/
#mainContent-Withdrawal1{
    width: 783px;
    margin: 0 auto;
}
#mainContent-Withdrawal1 .proHeader-Withdrawal1{
    width: 783px;
    height: 328px;
    padding: 40px;
    background-color: #fff;

}
#mainContent-Withdrawal1 .proHeader-Withdrawal1 textarea{
    width: 704px !important;
    height: 134px !important;
    font-size: 16px;
    color: #43494D;
    letter-spacing: 0px;
    line-height: 22px;
    padding: 10px;
    border: 1px solid #d6d9d6;
}
#mainContent-Withdrawal1 .proHeader-Withdrawal1 label{
    font-size: 15px;
    color: #43494D;
    letter-spacing: 0px;
}

#mainContent-Withdrawal1 .proHeader-Withdrawal1 input[type="checkbox"] {
    display: none;
}
#mainContent-Withdrawal1 .proHeader-Withdrawal1 label {
    cursor: pointer;
}
#mainContent-Withdrawal1 .proHeader-Withdrawal1 .check-Withdrawal{
    text-align: center;
    text-align: center;
    margin: 28px 0 20px 0;
}
#mainContent-Withdrawal1 .proHeader-Withdrawal1 input[type="checkbox"] + label:before {
    border: 1px solid #d9d9d9;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 20px;
    margin-right: 5px;
    vertical-align: text-top;
    width: 20px;
}
#mainContent-Withdrawal1 .proHeader-Withdrawal1 input[type="checkbox"]:checked + label:before {
    background: #fff;
    color: #666;
    content: "\2713";
    text-align: center;
}
#mainContent-Withdrawal1 .proHeader-Withdrawal1 input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}
#mainContent-Withdrawal1 .proHeader-Withdrawal1 .text{
    float: left;
    width: 370px;
    height: 39px;
    border: 1px solid #CDD5DC;
    padding: 0 10px;
}
#mainContent-Withdrawal1 .h2-Withdrawal1{
    margin: 10px 0 28px 0;
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px
}

#mainContent-Withdrawal1 .buttom-Withdrawal1 input[type="submit"]{
    border: 0 !important;
    cursor: pointer;
    width: 218px;
    margin: 0 auto;
    display: block;
    background-color: #4F9AC7;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0px;

}
/********************* メッセージ **********************/
#listUpload .uploadFile{
    border: 0 !important;
    padding: 0 !important;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.chatbox{
    position: relative;
    width: 100%;
    background-color: #fff;
}
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}
.box-body:before, .box-footer:before, .box-body:after, .box-footer:after{
    content: " ";
    display: table;
}
.direct-chat-messages, .direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 20px;
    height: 472px;
    overflow: auto;
}
.direct-chat-msg {
    margin-bottom: 23px;
}
.direct-chat-msg, .direct-chat-text {
    display: block;
}
.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    overflow: hidden;
}
.clearfix:before{
    display: table;
    content: " ";
}
.clearfix:after{
    clear: both;
}
.direct-chat-name {
    font-size: 14px;
    color: #43494D;
    letter-spacing: 0px;
}
.pull-left {
    float: left;
}
.direct-chat-timestamp {
    font-size: 13px;
    color: #9B9B9B;
    letter-spacing: 0px;
}
.pull-right {
    float: right;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 56px;
    height: 56px;
}
.chatbox img {
    vertical-align: middle;
    border: 0;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 10px 13px;
    /*border: 1px solid #d2d6de;*/
    margin: 5px 0 0 70px;
    background: #50a5e5;
    color: #FFFFFF;
    width: 80%;
}

.direct-chat-msg .direct-chat-text a{
    color: #fbc909;
    text-decoration: underline;
}
.direct-chat-msg.right .direct-chat-text a{
    color: #0000FF;
}

.direct-chat-msg, .direct-chat-text {
    display: block;
}
.direct-chat-text:before {
    border-width: 6px !important;
    margin-top: -6px;
}
.direct-chat-text:after {
    border-width: 5px !important;
    margin-top: -5px;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #50a5e5;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.right .direct-chat-img {
    float: right;
}

.direct-chat-warning .box-header.with-border{
    border-bottom: 1px solid #eee;
}
.direct-chat-warning .box-header.with-border h3.box-title{
    text-align: center;
    padding: 8px;
    font-size: 1.2em;
}

.direct-chat-warning .right>.direct-chat-text {
    background: #d2d6de;
    color: #444;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    margin: 0 70px 0 auto;
}
.right .direct-chat-text {
    margin-right: 70px;
    margin-left: 0;
}
.right .direct-chat-text:after, .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 17px 20px 0 20px;
    background-color: #fff;
    height: 174px;
}
.input-group{
    border: 1px solid #d8d8d8;
    width: 100%;
}
.input-group textarea{
    background: #f7f7f7;
    border:none;
    width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    padding: 10px;
}
.input-group textarea:focus{
    outline: none;
}
.input-group-btn{
    text-align: right;
    margin-top: -6px;
    background: #f7f7f7;
}
.input-group-btn button{
    background: #2a6a90;
    border: 0;
    padding: 5px 18px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0px;
    border-width: 1px 0 0 1px;
    margin: 10px;
}
#sideBar .comp{
    background-color: #fff;
    height: 646px;
    overflow-x: hidden;
}
#sideBar .comp li{
    padding: 10px 13px 12px 13px;
    border-top: 1px solid #e5eaee;
}
#sideBar .comp li:first-child{
    border-top: 0;
}
#sideBar .comp div.box-header{
    text-align: center;
    padding: 12px
}
#sideBar .comp .company_icon{
    width: 76px;
    float: left;
    margin: 0 5px 0 0;
}
#sideBar .comp h3{
    font-size: 14px;
    color: #43494D;
    letter-spacing: 0px;
    line-height: 21px;
}
#sideBar .comp p{
    font-size: 12px;
    color: #43494D;
    letter-spacing: 0px;
    line-height: 21px;
}


.mainVisual .menuBar li.active{
    border-bottom: 3px solid #50a5e5;
}

/*TUNGLT*/
#top-head .myLink {
    position: relative;
    width: 200px;
    float: right;
    text-align: right;
    cursor: pointer;
    margin-top: 5px;
}
/* メッセージページのスマホの操作性改善 */
@media (max-width: 980px) {
    .userMessagePage.selected footer{
        display: none;
    }
    .userMessagePage.selected #sideBar{
        display: none;
    }
    .userMessagePage .mainVisual{
        display: none;
    }
    .userMessagePage.selected #main{
        margin-top: 0;
    }
    .userMessagePage #mainHeader{
        display: none;
    }
    .userMessagePage #mainBodyInner{
        width: 100%;
        padding-top: 0;
    }
    .userMessagePage #mainContent{
        width: 100%;
        margin: 0 auto;
    }
    .userMessagePage.selected #messageContactBoard .box-header{
        position: fixed;
        top: 54px;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: #fff;
    }
    .userMessagePage.selected #messageContactBoard .box-footer{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .userMessagePage.selected #messageContactBoard .box-body{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        padding-top: 98px;
        padding-bottom: 174px;
    }
    .userMessagePage.selected #messageContactBoard .box-body .direct-chat-messages{
        height: 100%;
        overflow-y: scroll;
        padding-top: 30px;
    }

    .userMessagePage.deselected #sideBar{
        width: 100%;
    }
    .userMessagePage.deselected #sideBar .comp{
        height: auto;
    }
    .userMessagePage.deselected #mainBodyInner{
        min-height: 600px;
    }
    .userMessagePage.deselected #messageContactBoard .direct-chat-messages{
        display: none;
    }
    .userMessagePage.deselected #messageContactBoard .box-footer{
        display: none;
    }
    #messageContactBoard .box-footer .input-group-btn button {
        padding: 5px 10px;
        margin: 3px;
    }
}

/*NHATDT*/
/*================================== REPONSIVE ==================================*/
@media (min-width: 320px) and (max-width: 568px){
    .btn265 {
        float: none;
        font-size: 14px;
        padding: 10px;
        width: 100%;
        margin: 8% auto 0;
        text-align: center;
    }
    .editimg img{float: none;}
}
@media (min-width: 320px) and (max-width: 980px){
    .w783,#mainContent-Withdrawal1{
        width: 90%;
        margin: 0 auto;
        padding-top: 0;
    }
    .editimg-tlt {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .editimg {padding: 7%;}
    .editimg .buttom-bottom input{margin-top: 12%;}
    #mainBodyInner .container-editimage .editimage h3{font-size: 20px;margin-bottom: 10px;}
    .profSection .profContent.profContent-register{
        padding-bottom: 30px;
    }
    .mailto{
        top: inherit;
        right: inherit;
        bottom: 0;
        left: 20px;
        width: 180px;
        text-align: center;
    }
    #main .footer .buttom-left, #main .footer .buttom-right {
        width: 100%;
        float: none;
        margin: 0 auto 20px;
    }
    #main .the-inner .footer{width: auto;}
}
@media (min-width: 320px) and (max-width: 980px){
    .container-01{padding: 0 7%;}
    .psdchange-tlt{font-size: 20px;padding-bottom: 10px;}
    .psw, .editemail, #mainContent-Withdrawal1 .proHeader-Withdrawal1{padding: 7% !important;}
    .psw input[type="password"],.editemail input[type="text"]{width: 100%; min-width: inherit;}
    .psw .caption{width: auto;text-align: left;}
    .psw i, .editemail i {padding-left: 0;}
    #mainContent-Withdrawal1 .proHeader-Withdrawal1 {width: 100%;}
    #mainContent-Withdrawal1 .proHeader-Withdrawal1 textarea{width: 100% !important;}
}
@media (min-width: 640px) and (max-width: 980px){
    .w783,#mainContent-Withdrawal1,#mainContent-Withdrawal1 .proHeader-Withdrawal1 {
        width: 500px;
        margin: 0 auto;
        padding-top: 0;
    }
}
@media (min-width: 320px) and (max-width: 980px){
    #mainBodyInner .container-editimage .editimage{
        width: 90%;
    }
    #sideBar .comp li {
        padding: 10px 20px 12px 20px;
    }
    .profContent-register{
        height: auto;
    }
    #mainContent  .buttom{
        margin: 0 auto;
        float: none;
    }
    #main .the-inner{
        width: 95%;
        margin: 0 auto;
        padding: 3%;
    }
    #main .the-inner h2{
        font-size: 17px;
        height: 30px;
    }
    #main .the-inner .table-top{
        height: auto;
        padding: 3%;
        margin: 5% 0;
    }
    #main .the-inner .table-content{margin-top: 3%;}
    #main .the-inner .table-content tr td.w186{width: 20% !important;}
    #main .the-inner .table-content tr td{width: 80%;}
    #main .the-inner .table-content tr td:nth-child(1){padding: 0 4%;}
    #main .the-inner .table-content tr td:nth-child(2){padding: 0 6%;}
    #main .the-inner .table-content tr td.special-height {
        /* vertical-align: middle; */
        padding: 20px 6% !important;
    }
}

/*06072016-vvv add*/
.user_skill .select .level3wrap .level3 {
    background: #FFA347;
}

#main.term h1,
#main.privacypolicy h1 {
    font-size: 1.6em;
}

#main.term div.body,
#main.privacypolicy div.body {
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 10px;
}



.fb-wrap {
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.fb-wrap a {
    display: block;
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 10px 25px 5px;
    background-color: #4385C3;
    border: 1px solid #4385C3;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
}

.fb-wrap a:hover {
    background-color: #FFF;
    color: #4385C3;
}

.fb-wrap a span {
    font-size: 1.2em;
    font-weight: bold;
}

.fb-wrap a span i {
    position: absolute;
    left: 40px;
    font-size: 1.4em;
    margin-right: 10px;
}

@media screen and (max-width: 740px) {
    .fb-wrap a {
        width: 100%;
        font-size: 0.9em;
        padding: 10px 0;
    }
    .fb-wrap a span i {
        display: none;
    }
}

a.url2link {
    color: #F1871D;
}
a.url2link:hover {
    text-decoration: underline;
}