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

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


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

/* Body
body {
    font-size: 19px;
    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;
}
*/

/* 
p img {
   max-width: 100%;
}

*/

/* サイト全体 
body {
font-size: 14px;
font-size: 1rem;
text-rendering: optimizeLegibility;
color: #333;
}
*/

/* 記事本文の文字 
.entry-content {
font-size: 18px;
font-size: 1.28571428591rem;
}
*/
