/*
  Skin Name: for Tai8Ken
  Description: スキン自作の際にひな型となるスキンです。スタイルは何も入っていません。
  Skin URI: https://www.tai8ken.net
  Author: tona
  Author URI: https://www.tai8ken.net
  Screenshot URI: 
  Version: 1.0.2
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/
/*

#dde2ea
#7ca6cf
#3f7db4
#00489d

アクセント
#f07312

カテゴリーカラー
虫虫大調査
#709d88 #3f7275

勉強ノート
#346286 #38445e

ぼくの本棚
#c06469 #8f4e56

旅の足あと
#e4bb61 #cab179

日常の色々
#3f7db4 #00489d
*/



#header{
	background-color:#00489d;
}
.logo-header{
	padding: 1.5em 0 0;
}
.logo-image img{
	max-height:70px;
}
.tagline{
	color: #dde2ea;
    font-weight: bold;
    letter-spacing: 1px;
}
#header-container .navi{
	background-color:#3f7db4;
}

#navi-in.navi-in a{
	font-style: bold;
	color:#fff;
}
#navi-in.navi-in a:hover{
	background-color:#7ca6cf;
}
#container #footer{
	background-color:#7ca6cf;
}
#footer-in{
	color: #333;
}

.under-entry-content h2{
	color:#7ca6cf;
	text-align:center;
	border-top: 5px solid #7ca6cf;
    border-bottom: 5px solid #7ca6cf;
}

/* ウィジェットの投稿数表示 */
.post-count{
	padding: 0 5px;
	border:1px solid #f07312;
	box-sizing: box-sizing;
    border-radius: 8px;
    color: #f07312;
    min-width: 3em;
    text-align: center;
    font-size: 0.8em;
}
/* ウィジェットの新着情報 */
#info_list-2 .info-list{
	padding:0;
}


/* カテゴリーページ別
	カテゴリーカラー
	日常の色々
	#3f7db4 #00489d

	虫虫大調査
	#709d88 #3f7275

	旅の足あと
	#e4bb61 #cab179

	勉強ノート
	#346286 #38445e

	ぼくの本棚
	#c06469 #8f4e56
*/
.category .archive-title{
	border-width:2px;
	border-style:solid;
	border-left:0;
	border-right:0;
	text-align:center;
}
.category-ramblings .archive-title{
	color:#3f7db4;
	border-color: #3f7db4;
}

.category-insect .archive-title{
	color:#709d88; 
	border-color: #709d88;
}

.category-trip .archive-title{
	color:#e4bb61;
	border-color: #e4bb61;
}

.category-study .archive-title{
	color:#346286;
	border-color: #346286;
}

.category-books .archive-title{
	color:#c06469;
	border-color: #c06469;
}
.category-sports .archive-title{
	color:#20c2db;
	border-color:#20c2db;
}

.wp-caption-text.gallery-caption{
	padding:0 5px;
	text-align: left;
    display: inline-block;
	line-height:1.4;
}
.wp-caption-text.gallery-caption strong{
	text-align:center;
	display:block;
}

.gallery-columns-2 .wp-caption-text.gallery-caption{
    max-width: 400px;
}