/*
Theme Name:twentytwelvechild
Template: twentytwelve
*/
 
@import url('../twentytwelve/style.css');

/* 赤で囲った部分 */
footer.entry-meta {
margin-top: 24px; /* 記事との間隔 */
font-size: 10px; /* 文字の大きさ */
color: #000000; /* 文字の色 */
}

/* 黒で囲った部分 */
.entry-meta a {
font-size: 10px; /* 文字の大きさ */
color: #000000; /* 文字の色 */
text-decoration: none; /* 下線がいらない場合に記述 */
}

.entry-meta a:visited {
color: #000000;} /* 訪問済みの色 */
.entry-meta a:hover{
color: #7a8285;} /* カーソルが乗った時の色 */

/* フォントと文字の大きさ、色 */
body {
font-family: "メイリオ", Meiryo, 
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", 
"Lucida Sans Unicode", Arial, Verdana, sans-serif;
text-rendering: optimizeLegibility;
color: #333;  /* 文字色 */
font-size: 16px; /* 文字の大きさ */
}
 
body.custom-font-enabled {
font-family: "メイリオ", Meiryo,
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande",
"Lucida Sans Unicode", Arial, Verdana, sans-serif;
}


.pagination{
    text-align: center;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #ccc;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.pagination .current{
    background: #000;
    border: solid 1px #000;
    color: #fff;
}

}
.entry-header .entry-title {
 font-size: 20px;
 font-size: 1.428571429rem;
 line-height: 1.2;
 font-weight: bold;
}

button.style-test {
    font-size: 1.7em;
    border-style: none;
    font-weight: bold;
    padding: 15px 35px;
    background-color: #7fa62a;
    color: #fff;
}
 
button.style-test:hover {
    background-color: #2a7fa6;
    color: #fff;
}


/* サムネイル画像 */
div.entry-post-thumbnail {
  float: left;
  margin: 0 10px 10px 0;
}

