/* プロフィールベージ用css */
.profile_title {
    padding-left: 10px;
    border-left: 5px solid #2E59AE;
    margin: 10px 0;
    font-size: 16px;
}

.profile_sub_title {
    font-size: 14px;
}

.profile_time {
    color: #818181;
    font-size: 12px;
    margin-bottom: 10px;
}

/* table周り */
.profile_table {
    border-style: none;
    margin-bottom: 20px;
}
.profile_table th, .profile_table td {
    border: 1px solid #EEEEEE;
    padding:.5em;
    line-height:1.5em;
}
.profile_table td.title {
    white-space: nowrap;
}

.profile_table td a {
    text-decoration: none;
    color: inherit;
}
.tr_ffffff{
    background-color:#FFFFFF;
}

/* sns */
.sns_area {
    display: flex;
    margin: .6em 0;
    padding: .6em;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: inherit;
}

.sns_icon {
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
}

.sns_icon.twitter {
    background-image: url("../images/sns/twitter_icon.png");
}

.sns_icon.facebook {
    background-image: url("../images/sns/facebook_icon.png");
}

.sns_icon.instagram {
    background-image: url("../images/sns/instagram_icon.png");
}

.sns_icon.url {
    background-image: url("../images/sns/url_icon.png");
}

.sns_text {
    margin-left: .6em;
}
