/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。

このフィールドを使用して小さな CSS コードをテストします。重要な CSS カスタマイズは子テーマの style.css ファイルを変更することをおすすめします。
http//codex.wordpress.org/Child_Themes
*/
/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
.post-title,
.font-modern {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: normal;
}

#header {
	background: url(http://xn--2015-zs5f163g3rbb0w410fot6a.net/wp-content/uploads/2015/12/grass01.jpg);
}

#nav-header .container {
	background: #252520;
}

.widget > h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0 7px 22px;
	color: #86989C;
	border-bottom: 2px solid #86989c;
	background: url(http://xn--2015-zs5f163g3rbb0w410fot6a.net/wp-content/uploads/2015/12/hizume.gif) no-repeat 1px;
}

body,
.font-legacy {
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", meiryo, "ＭＳ ゴシック", sans-serif;
	color: #333;
}

body a:hover img {
	opacity: .8;
}

.lp {
	font-size: 18px;
	text-decoration: underline;
	margin-top:50px;
}

.lp a {
	font-size:20px;
	font-weight:bold;
	color: #1a0dab;
	padding: 2px;
}

.lp a:hover {
	color: #2f21c6;
}

.site-title {
	font-size: 45px;
	text-shadow: 3px 3px 3px #000;
	padding: 0;
}

.site-title a {
	color: #F7F347;
	font-size: 25px;
}

.single .post-title {
	color: #006ccc;
	font-weight: bold;
	font-size: 21px;
}

.post-byline {
	font-size: 12px;
}

.horse_images{
  float:left;
	margin:0 15px 15px 0;
	width:50%;
}

.info{
  background:#fff5e6;
	border:1px solid #f3e5d1;
	padding:10px;
	margin-bottom:20px;
}

.racetable td,th {
	border-top: 1px solid #808080 !important;
	border-bottom: 1px solid #808080 !important;
	border: 1px solid #808080;
}

.racetable th {
	background: #d9d9b0;
}

.entry a {
	text-decoration: underline;
}

.site-description {
	line-height: 0;
}

.entry-inner h2 {
	font-size: 1.2rem;
	border: 2px solid #333;
	padding: 20px;
	margin-top: 60px;
}

.entry h3 {
	color: #004daf;
	font-size: 21px;
	border-bottom: 1px solid #004daf;
	border-left: 4px solid #004daf;
	padding: 5px;
	clear:both;
}

/*------テーブル１------*/
.content table {
	table-layout: auto;
	font-size: 14px;
}

.content th {
	background: #fff7e0;
	border: 1px solid #b9b9b9 !important;
	text-align: left;
}

.content table td {
	padding: 2px;
	text-align: left;
	border: 1px solid #b9b9b9;
}

.border {
	border: 1px solid #9eb4db;
	padding: 10px;
	margin: 10px 0;
}

@media only screen and (max-width: 719px) {
	#nav-header.nav-container {
		background: #252520;
	}
	
	.post-list .post, .post-list .page {
		background: #33363b;
		border: 2px solid #33363B;
	}
	
	.post-title {
		color: #006ccc;
		font-size: 18px;
	}
	
	.post-title a {
		color: #f7f347;
	}
	
	.featured, .featured.flexslider {
		background: #9f0100;
		border: 2px solid #33363B;
	}
	
	.related-posts a {
		color: #006ccc;
	}
	
	.entry h2 {
		font-size: 16px;
		font-weight: bold;
	}
	
	.entry h3 {
		font-size: 16px;
		font-weight: bold;
	}
}