/*
Theme Name: Child
Template: twentytwelve
*/
 
@import url('../twentytwelve/style.css');

/* ????????????? */
body {
font-family: "????", Meiryo, 
"Hiragino Kaku Gothic Pro",
"?????? Pro W3", "?? ?????", "Lucida Grande", 
"Lucida Sans Unicode", Arial, Verdana, sans-serif;
text-rendering: optimizeLegibility;
color: #000000;  /* ??? */
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;
}

/* ?????? */
.entry-content p {line-height: 28px;}

/* ??????????????? */
.widget-area .widget li {
line-height: 28px; /* ?? */
font-size: 16px; /* ?????? */
}

.comments-link {
    display: none;
}
/* 記事内のリンク */
.entry-content a  {
text-decoration: underline; /* リンク部分にアンダーライン */
font-weight:bold; /* リンク文字を太字 */
color: #0066cc;} /* リンクの色 */
.entry-content a:visited {
color: #0066cc;} /* 訪問済みの色 */
.entry-content a:hover{
color: #7a8285;} /* カーソルが乗った時の色 */

.entry-header .entry-title {
border-left: 5px solid #996666;
border-bottom:1px solid #996666;
padding: 0 0 0 24px ;
line-height: 2;
font-size: 21px;
background-color: #FFF;
font-weight:bold; }

ins {
        background: #fff;
	text-decoration: none;