#loginViewHeader .bl_nav_menuLink:hover {
    background: inherit;
}

.bl_header_mypageBtnWrap .el_selectBox {
    margin-bottom: 0;
}

.bl_mypage_parts_information-content {
    margin-bottom: 26px;
}

/* ポイント表示 */

.point_wrapper {
    display: flex;
    align-items: center;
    line-height: 0;
}

.point_border {
    border: 1px #000 solid;
    justify-content: center;
    padding: 8px;
    margin: 20px 0;
}

.point_wrapper span {
    color: #f44336;
    font-weight: bold;
}

.point_large {
    font-size: 40px;
}

.point_large img {
    height: 44px;
    margin-right: 12px;
}

.point_large span {

}

.point_medium {
    font-size: 18px;
    font-weight: bold;
}

.point_medium img {
    height: 24px;
    margin: 0 4px;
}

.point_medium span {
    font-size: 21px;
}

.point_small {
    display: inline-block;
    margin: 0 8px;
}

.point_small img {
    height: 24px;
    margin-right: 4px;
}

.point_small span {
    margin-left: 4px;
}

/* フォーム */

.bl_form input[type="text"] {
    width: 20em;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.bl_form textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 9.1em;
    line-height: 1.6em;
    cursor: pointer;
}

.bl_form select {
    padding: 14px;
    border: 1px solid #e0e0e0;
    line-height: 1em;
    cursor: pointer;
}

.bl_form a,
.bl_form button,
.bl_form label,
.bl_form input[type="checkbox"],
.bl_form input[type="radio"] {
    cursor: pointer;
}

.bl_form_note {
    font-size: 14px;
    margin: 20px 0;
}

.bl_form_input {
    background-color: #fafafa;
    border: 1px solid #757575;
    margin-bottom: 20px;
}

.bl_form_input_item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #757575;
    font-size: 14px;
}

.bl_form_input_item:last-child {
    border: 0;
}

.bl_form_input_item_name {
    padding: 16px;
    width: 262px;
    min-width: 262px;
}

.bl_form_input_item_require {
    color: #f44336;
    font-size: 11px;
    font-weight: bold;
}

.bl_form_input_item_value {
    background-color: #fff;
    width: 100%;
    padding: 16px;
    border-left: 1px solid #757575;
/*    line-height: 0;*/
}

.bl_form_input_item_value.textarea {
}

.bl_form_input_item_checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -8px 0;
}

.bl_form_input_item_value label {
    display: flex;
    align-items: center;
    width: 20%;
    margin: 8px 0;
}

.bl_form_input_item_value label input {
    margin-right: 4px;
}

.bl_form_input_item_file {
    line-height: 1.6em;
}

.bl_form_small_text {
    font-size: 12px;
    margin-bottom: 12px;
}

.bl_form_input_item_image_preview {
    display: none;
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-top: 12px;
}

.bl_form_input_item_value .thumbnailImage {
    max-height: 120px;
}

.bl_form_input_item_value .thumbnailImage-content {
    background: left center no-repeat;
    background-size: contain;
}

.bl_form_headding {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
}

.bl_form_scroll {
    overflow-y: auto;
    height: 17.2em;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    line-height: 1.6em;
}

.bl_form_footer {
    text-align: center;
    font-size: 14px;
}

.bl_form_footer label {
    display: block;
    margin: 20px 0 40px;
}

.bl_form_footer_button {
    display: flex;
    justify-content: space-around;
    width: 500px;
    margin: auto;
}

[data-talent-select] {
    display: none;
}

.bl_complete_Btn {
    margin-top: 40px;
}

.bl_profile_basic img {
    border: 1px solid #e0e0e0;
}

.mailIcon {
    height: 0.9em;
    vertical-align: middle;
    margin: 0 4px 2px 0;
}

.mailIcon-l {
    height: 0.95em;
    vertical-align: middle;
    margin: 0 8px 3px 0;
}

.bl_profile_pickup_itemImg img {
    border: 1px solid #e0e0e0;
}

.bl_profile_basic_detail_banner {
    display: flex;
    margin-top: 18px;
}

.bl_profile_basic_detail_banner a {
    display: block;
    width: 146px;
}

.bl_profile_basic_detail_banner a:not(:first-child) {
    margin-left: 6px;
}

.bl_profile_basic_detail_banner a img {
    width: 100%;
}
