@charset "utf-8"; /* 日本語 UTF-8 */
/*
//-------------------------------------------------------------
// 管理サイト：サイト固有レイアウト
//-------------------------------------------------------------
*/
/* 汎用スタイル */
.none {
    display: none;
}
.red {
    color: red;
}
.tc {
    text-align: center;
}
.mt1em {
    margin-top: 1em;
}
.mt2em {
    margin-top: 2em;
}
/* サイト依存：トリマティス */
div.content a {
    color: blue;
}
/*
//-------------------------------------------------------------
// END
//-------------------------------------------------------------
*/
