/*
カスタム CSS へようこそ!

CSS (カスケーディングスタイルシート)
は、ブラウザに対し Web
ページの表示方法を指定するためのコードです。このコメントを削除し、カスタマイズを始めることができます。

デフォルトでは、ここで指定したカスタムスタイルはテーマのスタイルシートが読み込まれた後に追加されます。つまり、デフォルトの
CSS
ルールを上書きできるということです。テーマのスタイルシートの内容をここにコピーする必要はありません。追加したい内容だけを書き込んでください。
*/
body {
	font-family: "Lato", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	line-height: 1.5;
	color: #545B63;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
}


/* フッターのreCAPCHA文言 */
.footer-text {
    font-size: small;
    text-align: left;
    color: white;
  }
  .footer-text a {
    color: white;
    text-decoration: none;
  }



/* サムネイル */
.popular-posts img {
	padding-right: 10px;
	float: left;
}

.writer {
	font-size: 70%;
}

like_text　 {
	font-size: 14px;
}

.site_description {
	font-weight: bold;
}

/* ショートコードで関連記事を取得 */
.related_article {
	margin: .8em 0;
}

.related_article .inbox {
	padding-left: 25%;
}

.related_article p.ttl {
	margin: 0 0 .1em;
	font-size: 1em;
	font-weight: bold;
}

.related_article .ttl:before {
	content: 'tdrhack.com';
	font-size: .6em;
	font-weight: normal;
	color: #fff;
	background: #27b2bc;
	width: 7em;
	display: inline-block;
	padding: .2em;
	position: relative;
	top: -2px;
	text-align: center;
	margin-right: .5em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.related_article .date {
	font-size: .8em;
}

.related_article .thum {
	width: 22%;
	float: left;
}

.related_article .thum img {
	width: 100%;
	margin-bottom: 0;
}

.related_article a {
	color: #333;
	background: #FFF;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 #efefef;
	text-decoration: none;
	display: block;
	padding: .9em;
}

.related_article a:hover {
	color: #666;
	background: lightyellow;
}

/* 吹き出しのフォント大きく */
.supplement {
	font-size: 110%;
}

h2.land {
	background: #cd587d;
}

h2.sea {
	background: #4fa6a7;
}

h3.land {
	border-left: solid 5px #cd587d;
}

h3.sea {
	border-left: solid 5px #4fa6a7;
}
/* 目次の中黒を消す */
#ez-toc-container li:before {content:none;}



/* reCAPTCHAのイメージを消す */
.grecaptcha-badge { visibility: hidden; }

/* List Category Post */

ul.lcp_catlist li {
  list-style: none;
 　position: relative;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding-bottom: 0.75em;
}

ul.lcp_catlist li a.wpp-post-title {
  display: block;
}

ul.lcp_catlist li a.wpp-post-title:before,
ul.lcp_catlist li .wpp-author a:before,
ul.lcp_catlist li .wpp-category a:before {
  content: none;
}

ul.lcp_catlist li img {
padding-right: 5px;
padding-bottom: 3px;
float: left;
margin-right: 5px;
}

pagination {
  margin-bottom: 0.5em;
}
