@charset "utf-8";

/* =======================================

	Others CSS

========================================== */
/* ラベル
========================================== */
/* タグ */
.m_label {
    padding :8px 5px;
    border-radius :4px;
    background-color :#e5e5e5;
    display :block;
    font-size :12px;
    text-align :center;
}


/* リスト
========================================== */
/* ソーシャルボタン */
.m_list2 {
    letter-spacing :-.40em; /* 文字間を詰めて隙間を削除する */
    margin-top :0;
    margin-bottom :-4px;
    margin-right :-4px;
}
.m_list2 > li {
    letter-spacing :normal; /* 文字間を通常に戻す */
    display :inline-block;
    margin-right :4px;
    margin-bottom :4px;
}