/*
 Theme Name:   Twenty Twelvw Child
 Description:  olivater Child Theme
 Template:     twentytwelve
*/

@import url('../twentytwelve/style.css');

/*ヘッダー上の余白 フッター下の余白*/
    body .site {
        padding: 0 40px;
        padding: 0 2.857142857rem;
	margin-top:0;
        margin-bottom: 40px;
        margin-bottom: 0rem;
        box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    }

/* ブログタイトル部分 */
.site-header h1 {
font-size: 22px; /* 文字の大きさ */
line-height: 1.846153846; /* タイトル部分の高さ */
background-color: #fff; /* 背景に色を使う場合に記入 */
}

/* 記事タイトル */
.entry-header .entry-title {
font-size: 20px; /* 文字の大きさ */
line-height: 1; /* 高さ */
}
.entry-header .entry-title a {
color: #21759b;/* 文字の色 */
}

/* フォントと文字の大きさ、色 */
body {
font-family: "メイリオ", Meiryo, 
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", 
"Lucida Sans Unicode", Arial, Verdana, sans-serif;
text-rendering: optimizeLegibility;
color: #515151;  /* 文字色 */
font-size: 14px; /* 文字の大きさ */
}

/* ウィジェットタイトル部分 */
.widget-area .widget h3  {
margin-bottom: 1px; /* 下の余白 */
}

/* footerのコピーラーツ位置*/
.site-info {
	text-align: center;
	margin-top: -60px;
	margin-bottom: -10px;
} 

.site-info a {
	text-decoration: none;}

/* タグクラウド */
.tagcloud a {
 font-size: 0.5em !important;
 display: inline-block;
 margin-top: 2px;
 padding: 5px;
 border: solid 1px #AAA;
 border-radius: 5px;
 text-decoration: none;
}

/* 引用分のスタイル */
blockquote {
position: relative;
padding: 1.2em;
font-size: .9em;
background: #dcedf2;
}
blockquote:before{
position: absolute;
top: -12px;
left: 20px;
content: '“';
font-size: 4em;
color: #FFF;
font-family:"メイリオ", Meiryo, 
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", 
"Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/*アーカイブのレイアウト*/
div.entry-post-thumbnail {
float: left;
margin: 0 10px 10px 0;}

/*コメントを残すを消す*/
.comments-link {
    display: none;
}

/*四角で囲んだBOXデザイン*/
p.box {
margin: 0px 0px 10px 0px;
border: 3px double #ddd;
padding: 2px;
color: #339933;
font-size: 0.8em;
text-align: center;
}
p.box a {
text-decoration:none;
}


/* スマホのメニューカスタマイズ*/
.menu-toggle {
  width: 200px;
  background: 333;
}
/* メニューを開くとき */
.menu-toggle:before {
    font-size:12px;
    content: 'MENU';
}
/* メニューを閉じるとき */
.menu-toggle.toggled-on:before {
    font-size:12px;
    content: 'Close';
}
/* 「メニュー」を消す */
.menu-toggle {
    font-size:0;
}





