@import url(/toritori/mt-static/support/theme_static/eiger/css/base.css);
@import url(/toritori/mt-static/support/theme_static/eiger/css/screen.css);

/* コメント、トラックバック用 */
@import url(/toritori/mt-static/support/theme_static/eiger/css/feedback.css);


/*
/ サンプルスタイル
*/

/* Body
body {
    font-size: 16px; letter-spacing: 1px; LINE-HEIGHT: 19pt
    font-family: sans-serif;
}
*/

/* カテゴリラベルカラー
.label {
  border-radius: 3px;
}

.label.category_basename {
  background-color: green;
}
*/

/* Responsive (Media Query)
body {
  background-color: lightgrey;
}

@media (min-width: 860px) {
  background-color: whitesmoke;
}

@media (min-width: 1090px) {
  background-color: white;
}
*/
