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


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


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

/*2015 02 26 16:50～ amyが暫定追加＆暫定運用中*/
body {
    font-family: sans-serif;
}

/* 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;
}
*/

.content {
  padding-top: 1.61em;
  border-top: 1px solid #00cc00; }
  .widget h3 {
    margin-bottom: 0.809em;
    border-bottom: 1px solid #00cc00; }