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

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


/* Body */
body {
    background-image: url("http://evermere.atkakaku.com/image/page_back.png"); 
    background-position: center top;
    background-repeat: repeat-x;
}

/* ヘッダー */
h1 {
	font-size: 16px;
}

/* ソーシャルボタン */
div#socialbutton li {
    list-style-type: none;
    float: left;
    margin: -10px 5px 5px 0;
    width: 110px;
}

div#socialbutton ul {
    margin-left: -40px;
}

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


/* カテゴリラベルカラー
.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;
}
*/
