@import url(http://www.muikamachi.or.jp/mt-static/support/theme_static/eiger/css/base.css);
@import url(http://www.muikamachi.or.jp/mt-static/support/theme_static/eiger/css/screen.css);

/* コメント、トラックバック用 */
@import url(http://www.muikamachi.or.jp/mt-static/support/theme_static/eiger/css/feedback.css);


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

/* Body
body {
    font-size: 16px;
    font-family: sans-serif;
}
*/

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

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

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

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

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