/*
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: #333;  /* 文字色 */
font-size: 15px; /* 文字の大きさ */
}
 
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: 14px; /* 文字の大きさ */
}

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

/* ブログタイトルの色 */
.site-header h1 a {color:#000000;} /* タイトルの色 */
.site-header h1 a:hover {
color: #7a8285;} /* カーソルが乗った時の色 */

/* 記事タイトル */
.entry-header .entry-title {
font-size: 20px; /* 文字の大きさ */
line-height: 1.2; /* 高さ */
padding-left: 0px; /* ちょっと左に余白 */
margin-bottom: 10px !important;
padding-bottom: 0px !important;
}
.entry-header .entry-title a {
color: #000000;/* 文字の色 */
background-image:
url(https://アップロードしておいた画像URL);
background-repeat:repeat;
}

/* ウィジェットタイトル部分 */
.widget-area .widget h3  {
text-align:center;  /* タイトルの中央寄せ */
line-height: 20px; /* 高さ */
font-size: 15px; /* 文字の大きさ */
color: #fff; /* 文字色 */
background-color: #1F5E73; /* 背景色 */
border-radius: 3px; /* 角に丸みをつける */
padding: 2px 10px; /* 左と上下に余白 */
background-image:
url(https://アップロードしておいた画像URL);
background-repeat:repeat;
}

/* 見出しh2 */
.entry-content h2 {
border: 2px solid #1F5E73;
padding-left: 18px ;
line-height: 2;
font-size: 20px;
background-color: #fff;}

.entry-content h2:before{
position: absolute;
content: "";
background: #1F5E73;
height: 30px;
width: 8px;
margin-top :5px;
margin-left :-13px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}



.entry-content h3 {
border-left: 6px solid #1F5E73;
border-bottom: 2px solid #1F5E73;
padding-left: 5px ;
font-size: 18px;
}

.entry-content h4 {
border-left: 4px solid #1F5E73;
padding-left: 5px ;
font-size: 16px;
}

/* 記事内のリンク */
.entry-content a  {
text-decoration: underline; /* リンク部分にアンダーライン */
font-weight:bold; /* リンク文字を太字 */
color: #0066cc;} /* リンクの色 */
.entry-content a:visited {
color: #0066cc;} /* 訪問済みの色 */
.entry-content a:hover{
color: #7a8285;} /* カーソルが乗った時の色 */

 /* サイドバーの文字 */
.widget-area .widget p, .widget-area 
.widget li, .widget-area .widget .textwidget {
line-height: 28px; /* 文字の高さ */
font-size: 14px; /* 文字の大きさ */
}

.widget-area .widget a {
color: #000000; /* リンク部分の文字色 */
text-decoration: underline; /* リンク部分にアンダーライン */
font-weight: normal; /* 文字の太さはノーマル */
}
.widget-area .widget a:visited {color: #000000;}
.widget-area .widget a:hover{color: #7a8285;}

widget-area .widget li {
border-bottom: 1px dotted #CCC;
}

/* ナビメニュー */
.main-navigation li a {
color: #fff; /* 文字色（白） */
font-weight:bold; /* 太字にして */
line-height: 25px; /* 高さ */
font-size: 15px;} /* 文字の大きさ */
.main-navigation ul {
background: #1F5E73; /* 背景色 */
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

.main-navigation li a:visited {color: #fff;}
.main-navigation li a:hover{color: #7a8285;}

@media screen and (min-width: 960px) {
.main-navigation ul.nav-menu { display: table !important;}
.main-navigation li { display: table-cell;}
}

/* ナビゲーションサブメニュ－ */
ul.sub-menu li a{
color:#fff !important;  /* サブメニュー文字色 */
background-color:#1F5E73 !important;  /* サブメニューの背景色 */
font-size:12px !important;  /* 文字の大きさ */
font-weight:bold !important;  /* 文字を太字に */
}
  
ul.sub-menu li {
margin-right:0px !important; /* サブメニューの右の余白を0に */
}

/* 背景色 */ 
.site {background: white;}

/* コンテンツ背景色 */
.site-content { background: white;} /* 色を指定 */

/* コンテンツ背景画像 */ 
.site-content {
background-image:
url(https://アップロードしておいた画像URL);
background-repeat:repeat;}

/* サイドバーの背景色 */ 
.widget-area {background: white;}

.site-header {background: white;}

/* ヘッダー下の余白をなくす */
.site-header {padding: 24px 0 0 0;}

hgroup {
margin-bottom:10px;} /* タイトル下に余白 */
 
.header-image {
margin-bottom:10px;} /* ヘッダー画像下に余白 */
 
.main-navigation {
margin-bottom:10px;} /* ナビメニュー下に余白 */

@media screen and (min-width: 600px) {
.site {max-width: 1200px;}
.widget-area {width: 25%;}
.site-content {width: 73.333333333%;}
}

@media screen and (min-width: 600px) {
.ie8 .site {max-width: 1200px;}
.ie8 .widget-area {width: 25%;}
.ie8 .site-content {width: 73.333333333%;}
}

/* パンくず */
div#breadcrumb div {
line-height: 20px; /* 文字の高さ */
display: inline; /* 横並びに */
}

/* パンくず位置調整 */
div#breadcrumb {
margin:-15px 0 20px 0 !important;}
.site-header {
padding: 24px 0 10px 0;}

/* 赤で囲った部分 */
footer.entry-meta {
margin-top: 24px; /* 記事との間隔 */
font-size: 14px; /* 文字の大きさ */
color: #000000; /* 文字の色 */
font-weight: bold; /* 必要あれば太字に */
}

/* 黒で囲った部分 */
.entry-meta a {
font-size: 14px; /* 文字の大きさ */
color: #000000; /* 文字の色 */
font-weight: bold; /* 必要あれば太字に */
text-decoration: none; /* 下線がいらない場合に記述 */
}

.entry-meta a:visited {
color: #000000;} /* 訪問済みの色 */
.entry-meta a:hover{
color: #7a8285;} /* カーソルが乗った時の色 */

/* コンテンツの上に余白 */
.entry-content{margin-top:10px;}

/* サムネイルの横に文章 */
.entry-post-thumbnail {
float: left !important;
margin: 0 10px 0 0;
height:37.7358491%;
}

/* アーカイブタイトル */
.archive-title {
border-left: 5px solid #1F5E73;
border-bottom:2px solid #1F5E73;
padding: 0 0 0 15px ;
color:#000000;
line-height: 2;
font-size: 18px;}

/* 勝手に大文字にしない */
.main-navigation li a {text-transform: none;}
.archive-title {text-transform: none;}
.widget-title {text-transform: none;}

/* カテゴリー別アーカイブ下の薄い線を消す */
.archive-header{ border-bottom: none}

/* 記事タイトルとの距離を狭くする */
.archive-header {margin-bottom: 0px;}
/* 「・」を消して、文字を左に寄せ */
.widget-area .textwidget ul {
list-style:  none;}
.widget-area .textwidget li {
margin-left: 0px;}

/* サイドバー人気記事位置調整 */
.pop {
  margin-left:0px !important;  /* 人気記事左の余白を無くす */
  padding-left:0px !important; /* 人気記事左の余白を無くす */
}
 
.pop li{
  border-top: 1px dotted #CCC;  /* 各記事の上に点線 */
  list-style-type:none;  /* リストマークを無くす */
  list-style-image:none; /* リストマークを無くす */
  clear: both;  /* 画像の左寄せを解除 */
  margin-left: 0px !important;  /* 左側の余白を無くす */
  padding: 5px 0 5px 0;  /* 改めて余白をちょい足し */
  border-bottom: none !important;  /* 記事下の点線を削除 */
}
  
/* サムネイル */
.pop img{
  width:33.33333333%;  /* 画像の横幅 */
  margin-right:5px;  /* 画像とタイトルの隙間 */
  padding:0px;  /* とりあえず余白は無くす */
  float: left;  /* 画像は左寄せ */
}
 
.pop li a {
  font-weight: bold !important;  /* タイトル文字を太字に */
}
 
ul.pop:after {
  content: "";
  display: block;
  clear: both;
}

.ad-newpost-bottom, 
.ad-newpost-bottom-sm {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 4px double #EEEEEE;
}

/* 個別記事ごとのliタグ */
.popular-posts li{
border-top: 1px dotted #CCC;
list-style-type:none;
list-style-image:none;
clear: both;
margin: 0px;
padding: 5px 0 5px 0;}
 
/* サムネイル */
.popular-posts img{
 width:33.33333333%;  /* 画像の横幅 */
 height:33.33333333%;
margin-right: 5px;
float: left !important;
}

.site-content article {
    border-bottom: none;
    margin-bottom: 0px;  
    padding-bottom: 24px;
} 

.entry-header{
 margin-bottom: 0px !important;
}

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 0px;/*zono-custom 24px;*/
	margin-bottom: 0rem;/*zono-custom 1.714285714rem;*/
}

.h1 {
text-align: left;
margin-bottom: 0px !important;
}

/* Newpost Catch */ 
#npcatch li{ 
overflow:hidden; 
clear:both; 
vertical-align:top; 
} 

#npcatch img{
 width:33.33333333%;  /* 画像の横幅 */
 height:33.33333333%;
float:left;
padding:0px;
margin-right: 5px;
margin-bottom: 5px; 
}

#npcatch .title a{ 
font-weight: 700;
}

#npcatch .date { 
font-size: x-small; 
font-weight: 400; 
display:block; 
} 

#npcatch li:hover{
} 
#npcatch li:hover .title{
} 
#npcatch li:hover .title a{
} 
#npcatch li:hover .date{
}

.yarpp-thumbnail{
width:33.33333333%;  /* 画像の横幅 */
 height:33.33333333%;
}

.site-content article {
clear: both;
list-style-type:none;
list-style-image:none;
border-bottom: 4px double #ededed;
margin-bottom: 28px;
height:auto;
overflow: hidden;
}　

#toc_container {
  margin-left: auto;
  margin-right: auto;
}

blockquote {
	background:url(アップした画像パス),url(アップした画像パス); 
	background-repeat:no-repeat,no-repeat;
	background-position:top left,bottom right;
	background-color: #eee;
	padding:35px 10px 10px 30px;
	margin: 15px 0 15px 0;
}

/*入力ボックス*/
#cse-search-box input[type="text"]{
  width: calc(100% - 60px);
}
 
/*サブミットボタン*/
#cse-search-box input[type="submit"]{
  width: 50px;
}
 
/*入力フォーム全体*/
#cse-search-box input {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
}

ins[style] {
	background-color:transparent;
}


/* fonts */
@font-face {
  font-family: 'icomoon';
  src:  url('./fonts/icomoon.eot?qylgm9');
  src:  url('./fonts/icomoon.eot?qylgm9#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?qylgm9') format('truetype'),
    url('./fonts/icomoon.woff?qylgm9') format('woff'),
    url('./fonts/icomoon.svg?qylgm9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-feedly:before {
  content: "\e902";
}
.icon-hatebu:before {
  content: "\e900";
}
.icon-line:before {
  content: "\e901";
}
.icon-pocket:before {
  content: "\e903";
}
.icon-google-plus2:before {
  content: "\ea8c";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-rss2:before {
  content: "\ea9c";
}


/* SNSボタン */
.share {margin-bottom : 10px;}
.share ul {margin : 0;
    padding : 0;
    list-style : none;}
.share li a {display : block;
    padding : 10px;
    margin:0 2% 2% 0;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;}
.share li a:hover {opacity :0.8;
    color : #fff;}
.share li a:visited{ color: #fff;}
.share ul:after {content : "";
    display : block;
    clear : both;}
.tweet a{background-color : #55acee;}
.follow a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a{background-color: #ff8c00;}
.feedly a{background-color: #6cc655;}
  
.share li {float : left;
    width : 23%;
    margin : 0;
margin-top:0px;}

@media screen and (max-width:599px){
.share li a {
    padding : 5px;
}
.share li {
  float : left;
  width : 49%;
  margin:0 1% 1% 0;}
}


/* Twitter followボタン */
.twitter {
list-style:  none;
}
.twitter li a {
    color : #fff !important;
    padding:5px 10px 5px 10px;
    text-decoration : none !important;
}
.twitter li a:hover {
    opacity :0.8;
    color : #fff;}
.twitter a{background-color : #55acee;
    border-radius:3px;
}

#comments { /* コメント欄全体の枠 */
	padding: 10px;
	border: solid 2px #1F5E73;
	border-radius: 3px;
}

.comments-area article header cite {
margin-left: 0;
margin-right: 5px;
float:left;
}

.comments-area cite b {
	font-weight: bold;
}

.comments-area article header time {
	font-size: 15px;
	margin: 0;
	line-height: 1.42857143;
}

.commentlist > li.comment {
	border: solid 1px #1F5E73;
	border-radius: 3px;
	margin-bottom: 5px;
}

.comments-area article {
padding: 10px;
margin: 0;
border-bottom: dotted 1px #1F5E73;
border-left: dotted 1px #1F5E73;
background: #e3f2df;
border-radius: 3px;
}

.comments-title {
	margin-bottom: 20px;
}

.comments-area article header {
margin-bottom: 5px;
}

#respond {
margin-top: 30px;
}

@media screen and (min-width: 600px) {
.commentlist .children {
		margin-left: 24px;
	}
}

.comment-content p {
margin: 0;
}

.comments-area .bypostauthor cite b {
color: #1F5E73;
}

a.comment-reply-link {
background: #1F5E73;
color: #e3f2df;
padding: 1px 3px 1px 3px;
border-radius: 3px;
}