@charset "utf-8";

/* 変更アイコン
---------------------------------------------------------------------------*/
.henkouicon {
    background: #00F;    /*背景色*/
    color: #FFF;        /*文字色*/
    font-size: 70%;
    line-height: 1.5;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 0px 5px;
    vertical-align: text-top;
}

/* フォント
---------------------------------------------------------------------------*/
.bold {
    font-weight: bold;
}
.red {
    color: red;
}
.blue {
    color: blue;
}
.white {
    color: white;
}
.small{
    font-size: 80%;
}
.torikeshi{
    text-decoration: line-through;
}
