/*header*/
.frame_header {
    position: relative;
    width: 1300px;
    height: auto;
}
.head_frame_btns {
    font-size: 0;
    height: 100px;
    border-bottom: 1px solid #e3e3e3;
}
.head_login_name {
    display: none;
    text-align: right;
/*    margin-right: 24px;*/
    color: #333;
}

.head_login_name a {
    color: #444;
}

/*20170223 access*/
div.head_login_name {
    background-color:#f5f5ed;
    text-align:center;
    padding-top:2px;
}
div.head_login_name a {
    color:#000000;
}

.head_login_name.logined {
    display: block;
}

.head_logo {
    display: inline-block;
    width: 334px;
    height: 100px;
    text-align: center;
    padding: 19px 0 20px 0;
    border-right: 1px solid #e3e3e3;
    vertical-align: top;
}

.head_link_logo img {
    width: 187px;
/*    height: 61px;*/
}

.head_btn_search_company {
    display: inline-block;
    width: 155px;
    height: 100px;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    vertical-align: top;
    padding-top: 27px;
    font-size: 14px;
}
.head_btn_search_company:hover {
    cursor: pointer;
}
.head_btn_search_company img {
    width: 34px;
    height: 34px;
}
.head_btn_search_hitokara {
    display: inline-block;
    width: 155px;
    height: 100px;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    vertical-align: top;
    padding-top: 27px;
    font-size: 14px;
}
.head_btn_search_hitokara:hover{
    cursor: pointer;
}
.head_btn_search_hitokara img {
    width: 34px;
    height: 34px;
}
.head_btn_mypage {
    display: inline-block;
    width: 155px;
    height: 100px;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    vertical-align: top;
    padding-top: 27px;
    font-size: 14px;
}
.head_btn_mypage:hover {
    cursor: pointer;
}
.head_btn_mypage img {
    width: 34px;
    height: 34px;
}
.head_frame_right{
    display: inline-block;
    width: 500px;
    height: 100px;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
}
.head_frame_keyword {
    display: block;
    position: relative;
    width: 500px;
}
.head_input_keyword {
    width: 440px;
    text-align: left;
    height: 30px;
    margin: 10px 0 10px 30px;
    border-radius: 15px;
    border-style: ridge;
    padding-left: 12px;
    padding-right: 30px;
    display: block;
}
.head_frame_keyword img {
    position: absolute;
    top: 0;
    right: 0;
    margin: 6px 40px 0 0;
    width: 16px;
    height: 16px;
}

.head_input_keyword:after {
    content: "";
    background: url("../img/icon_pc_head_search_keyword.png");
    background-size: 17px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    float: right;
    margin-right: 6px;
    margin-top: 12px;
}

.head_select {
    display: inline-block;
    width: 124px;
    text-align: left;
    vertical-align: top;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}
.head_select:hover {
    cursor: pointer;
}
.head_select:after {
    content: "";
    background: url("../img/icon_pc_head_select.png");
    background-size: 17px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 6px;
    margin-top: 12px;
    margin-left: 16px;
}

.head_login {
    display: inline-block;
    width: 140px;
    height: 38px;
    text-align: left;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #dadada;
    line-height: 38px;
    font-size: 18px;
    box-sizing: content-box;
    vertical-align: top;
    margin: 0 5px;
}
.head_login:hover {
    cursor: pointer;
}
.head_login:after {
    content: "";
    background: url("../img/icon_pc_head_login.png");
    background-size: 17px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    float: left;
    margin: 10px;
}
.head_regist {
    display: inline-block;
    width: 150px;
    height: 40px;
    text-align: center;
    background: #eb6e8f;
    border-radius: 4px;
    line-height: 39px;
    vertical-align: top;
    color: #fff;
    margin-left: 5px;
}
.head_regist:hover {
    cursor: pointer;
}




.frame_username {
    display: inline-block;
    font-size: 32px;
    text-align: center;
    vertical-align: top;
    width: 500px;
    height: 100px;
    padding-top: 26px;
    border-right: 1px solid #999;
}


.head_btn_search {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    width: 155px;
    height: 100px;
    padding-top: 27px;
    border-right: 1px solid #999;
}

.head_btn_search img {
    width: 34px;
    height: auto;
}
.head_btn_search div{
    font-size: 10px;
}

.head_btn_menu {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    width: 155px;
    height: 100px;
    padding-top: 27px;
    z-index: 400;
}

.head_btn_menu.scrolled {
    position: fixed;
    top: 10px;
}

.head_btn_menu img, .head_btn_menu_nav img {
    width: 34px;
    height: auto;
    border-radius: 4px;
}

.head_btn_menu_nav {
    position: absolute;
    margin-left: 280px;
    border: 1px solid #ffffff;
    z-index: 1000;
    width: 34px;
    height: 34px;
    top: 8px;
    box-sizing: content-box;
    border-radius: 4px;
}

/*サーチバー*/
.frame_searchbar {
    position: absolute;
    top: 44px;
    width: 320px;
    height: 0px;
    background: url("/2027/front/common/img/search_bg2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 498;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    overflow: hidden;
}

.frame_searchbar.open {
    height: 75px;
}

#frame_searchbar_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 497;
    top: 0;
    left: 0;
}

#frame_searchbar_bg.open {
    display: block;
}

.frame_inputbox {
    display: block;
    height: 33.5px;
    width: 300px;
    margin-left: auto;
    margin-top: 14.5px;
    overflow: hidden;
    border-radius: 2px;
    background: #dddddd;
    margin-right: auto;
    line-height: 34px;
}
.frame_radio {
    font-size: 11px;
    color: #fcfcfc;
    display: inline-block;
    margin-left: 6px;
}
.frame_radio div {
    display: inline-block;
    padding: 0vw 1.875vw;
    border: 1px solid #fcfcfc;
    margin: 4px;
    background: #fcfcfc;
    color: #4193e0;
    border-radius: 0.625vw;
}
.frame_radio div.active {
    color: #fcfcfc;
    background: #eb6e8e;
}
.frame_radio input {
    position: relative;
    top: 3px;
}

.input_search {
    height: 100%;
    margin: auto;
    width: 245px;
    border-style: none;
    background-color: #ffffff;
    background-image: url("/2027/front/common/img/search_icon.png");
    background-position: 11px center;
    padding-left: 34px;
    background-size: 15px;
    background-repeat: no-repeat;
    font-size: 12px;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline;
    padding-right: 0;
}

.submit_search {
    color: #ffffff;
    background: #444444;
    border-style: none;
    width: 54px;
    height: 100%;
    font-size: 12px;
    padding: 0;
    border: 0;
    float: right;
    text-align: center;
}

.submit_search:after {
    clear: both;
}


/*オーバーレイメニュー*/

#menu_frame {
    display: none;
    width: 320px;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    right: auto;
    top: 0;
    z-index: 500;
    overflow-y: auto;
    height: 100%;
    padding-top: 45px;
}

#menu_frame.open {
    display: block;
}

#menu_frame_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 499;
    top: 0;
    left: 0;
}

#menu_frame_bg.open {
    display: block;
}

.menu_top a {
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
}

.menu_select {
    color: #ffffff;
    height: 35px;
    margin: 10px;
    text-align: center;
    line-height: 35px;
    text-decoration: underline;
}

.menu_login {
    color: #ffffff;
    width: auto;
    height: 35px;
    background: #4193e0;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    line-height: 35px;
}

.menu_register {
    color: #ffffff;
    width: auto;
    height: 35px;
    background: #ff7070;
    margin: 10px;
    text-align: center;
    line-height: 35px;
}

#acMenu {
    margin-bottom: 10px;
}

#acMenu dd div {
    color: #333333;
    display: block;
    height: 30px;
    width: auto;
    padding-left: 10px;
}


#acMenu dt {
    display: block;
    font-size: 9px;
    color: #ffffff;
    background: #000000;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#acMenu dt:after {
    content: "";
    float: right;
    margin-right: 10px;
    margin-top: 7.5px;
    width: 15px;
    height: 15px;
    background-image: url("/2027/front/common/img/menu_ac_btn_down_icon.png");
    background-size: 15px;
    background-repeat: no-repeat;
}

#acMenu dt.open:after {
    content: "";
    float: right;
    margin-right: 10px;
    margin-top: 7.5px;
    width: 15px;
    height: 15px;
    background-image: url("/2027/front/common/img/menu_ac_btn_up_icon.png");
    background-size: 15px;
    background-repeat: no-repeat;
}

#acMenu dd div {
    display: block;
    font-size: 9px;
    background: #ffffff;
    width: auto;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ededed;
    margin-left: 10px;
    margin-right: 10px;
}

#acMenu dd div:before {
    content: "";
    float: right;
    margin-right: 10px;
    margin-top: 9px;
    width: 6px;
    height: 12px;
    background-image: url("/2027/front/common/img/menu_next_icon.png");
    background-size: 6px;
    background-repeat: no-repeat;
}

#menu_mypage_content {
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#menu_mypage_content.open {
    height: auto;
}

#menu_search_content {
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#menu_search_content.open {
    height: auto;
}

#menu_sight_content {
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#menu_sight_content.open {
    height: auto;
}

#menu_find_content {
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#menu_find_content.open {
    height: auto;
}

#menu_learn_content {
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#menu_learn_content.open {
    height: auto;
}

.menu_search {
    padding-left: 10px;
}
