#facebook_shade {
    position            : fixed;
    height              : 100%;
    width               : 100%;
    top                 : 0px;
    left                : 0px;
    background-color    : #222;
    opacity             : 0.8;
    filter              : alpha(opacity=80);
    -moz-opacity        : 0.8;
    z-index             : 1000;
}

#facebook_lightbox {
    position            : relative;
    width               : 520px;
    background-color    : #fff; 
    margin              : 15% auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.32);
    background-color: #fff;
    text-align          : center; 
    padding             : 32px;
    /*-moz-box-shadow     : 0px 0px 8px #000;*/
    /*-webkit-box-shadow  : 0px 0px 8px #000;*/
    /*box-shadow          : 0px 0px 8px #000;    */
    /*moz-border-radius   : 2px;*/
    /*border-radius       : 2px;*/
    z-index             : 1001;
}

#facebook_info_image {
    margin-bottom: 24px;
}

#title_medium {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #212121;
    margin-bottom: 6px;
}
#title_medium_left {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #212121;
    margin-bottom: 6px;
}

#content {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #212121;
}
#content_left {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    word-break: keep-all;
    color: #212121;
}
.mobile-btn-group {
    width: 100%;
}
.mobile-btn {
    width: calc((100% - 16px)/2)
}
.pc-btn {
    width: 80px;
}
#facebook_info_box {
    padding: 10px 20px 16px 20px;
    border-radius: 8px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 24px 0;
}
.facebook_info {
    display: flex;
    margin-top: 6px;
}
.facebook_info_box_title {
    margin-right: 16px;
    width: 48px;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #616161;
}

.facebook_info_box_content {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #616161;
}
#facebook_wrapper {
    position            : absolute;
    top                 : 0px;
    width               : 100%;
    z-index             : 1001;
}

#facebook_loading {
    margin-top          : 15px;
}

#facebook_close {
    position            : absolute;
    right               : 32px;
    top                 : 26px;
    width               : 24px;
    height              : 24px;
    cursor              : pointer;
}