@charset "utf-8";

/* 全体構造 */
body {
	margin: 0 auto;
	color: #2b2b2b;
	background: #f3f3f3 url(../images/bg.png);
	font: 90%/180% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

#outer-wrapper {
	margin: 0 auto;
	position: relative;
	width: 688px;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	padding: 0 24px;
	float: left;
	width: 640px;
	background: #fff;
	text-align: left;
	box-shadow: 0px 0px 6px #dcdddd;
	/* border-right: 1px solid #dcdddd; */
	/* border-left: 1px solid #dcdddd; */
	/* background: #fff; */
}

a {
	color: #19448e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ヘッダー */
header h1 {
	margin: 0 -24px;
}

header img {
	vertical-align: middle;
}

/* グローバルナビゲーション */
#global-nav ul {
	margin: 0 -24px 24px;
	padding: 6px 24px;
	border-bottom: 1px solid #dcdddd;
	overflow: hidden;
}

#global-nav ul li {
	margin: 0 24px 0 0;
	float: left;
}

#global-nav a {
	font-weight: bold;
}

/* メインコンテンツ */
#contents {
	clear: both;
}

#contents h2 {
	padding: 0 0 24px;
	font-size: 180%;
}

#main {
	padding: 0 0 24px 0;
}

.timestamp {
	font-size: 80%;
	clear: both;
}

#contents h3 {
	margin: 0 -24px 24px;
	width: 688px;
	height: 48px;
}

#main p {
	padding: 0 0 24px;
}

#main blockquote {
	margin: 12px 0 24px 45px;
	padding: 0 0 0 11px;
	border-left: 4px solid #dcdddd;
	font-weight: bold;
}

#main blockquote p {
	padding: 0;
}

#main .quote-source {
	color: #7b7c7d;
	font-style: italic;
	font-size: 80%;
}

#main ol,
#main ul {
	margin: 0 0 0 60px;
	line-height: 180%;
	font-weight: bold;
}

#main ol {
	list-style: decimal;
}

#main ul {
	list-style: disc;
}

#main ol li,
#main ul li {
	margin: 12px 0;
}

.author {
	margin: 0 0 24px;
	font-weight: bold;
}

.share {
	float: right;
	margin: 0 0 24px;
}

.share span:first-child {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 0;
}

div.sharedaddy h3, #content div.sharedaddy h3, #main div.sharedaddy h3, #primary div.sharedaddy h3 {
	height: auto;
}

#nav-links {
	clear: both;
	margin: 12px 0 17px;
	padding: 11px 0 0;
	border-top: 1px solid #f3f3f3;
	overflow: hidden;
}

/* TEAM.TK4 */
#tk4,
#works {
	padding: 0 0 24px 0;
}

#tk4 h3 {
	background: url(../images/h3-tk4.png) no-repeat;
}

/* 最新の記事 */
#recent {
	margin: 0 0 12px;
	padding: 0 0 54px 0;
	/* margin: 12px 0; */
}

#recent h3 {
	background: url(../images/h3-recent.png) no-repeat;
}

.recent-articles {
	margin: 0 0 12px 24px;
	list-style: disc;
}

.recent-articles li {
	margin: 0 0 6px;
}

/* 著書紹介 */
#works h3 {
	background: url(../images/h3-works.png) no-repeat;
}

.bookshelf {
	margin: 0 auto 12px;
	clear: both;
	width: 576px;
	overflow: hidden;
}

.books {
	margin: 0 6px;
	float: left;
	height: 120px;
}

/* アーカイブ */
#archives {
	padding: 0 0 36px 0;
}

#searchform {
	margin: 0 0 6px;
	overflow: hidden;
}

#search-results {
	margin: 0 0 0 12px;
	font-size: 80%;
}

.search-highlight {
	font-weight: bold;
}

#year-selector {
	padding: 12px 0 0;
	overflow: hidden;
}

#year-selector li {
	margin: 0 12px 0 0;
	float: left;
	font-size: 120%;
}

#year-selector a:hover {
	border-bottom: 2px solid #19448e;
	text-decoration: none;
}

.selected-option {
	border-bottom: 2px solid #19448e;
}

.year-block {
	display: none;
}

.selected-year {
	display: block;
}

.month-block {
	margin: 24px 0 0 24px;
	list-style: disc;
}

/* お問い合わせ */
.form-field {
	margin: 0 0 12px 0;
}

.wpcf7 input,
.wpcf7 textarea {
	padding: 12px 6px;
	border: 1px solid #dcdddd;
	width: 628px;
	background: #fff;
	font-size: 100%;
	outline: none;
	border-radius: 6px;
}

.wpcf7-captcha-captcha-001 {
	margin: 12px 0;
	padding: 6px;
	border: 1px solid #dcdddd;
	border-radius: 6px;
}

.captcha-001 input {
	margin: 0 12px 0 0;
	width: 486px;
}

.wpcf7 .wpcf7-submit {
	margin: 0;
	border: none;
	width: 128px;
	height: 43px;
	color: #2b2b2b;
	background: #dcdddd;
}

.wpcf7 .wpcf7-submit:hover {
	background: #c0c6c9;
	cursor: pointer;
}

/* フッター */
footer {
	margin: 6px -24px 0;
	padding: 24px 24px 18px;
	border-top: 1px solid #dcdddd;
	clear: both;
	overflow: hidden;
	font-size: 80%;
}

/* 追従サイドバー */
#sidebar {
	display: none;
	position: absolute;
	top: 12px;
	right: -36px;
	float: right;
	width: 25px;
	height: 25px;
}

.page-top {
	display: block;
	position: fixed;
	top: 12px;
	z-index: 100;
	width: 25px;
	height: 25px;
	background: url(../images/page-top.png) no-repeat;
}

.page-top:hover {
	background-position: 0 -25px;
}

/* その他 */
.ir {
	text-indent: -9999px;
}

.overflow {
	overflow: hidden;
}

.float-clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-center {
	margin: 0 auto;
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

hr {
	margin: 24px auto;
	padding: 0;
	border: none;
	clear: both;
	width: 100%;
	height: 1px;
	background: #dcdddd;
}

.display-none {
	display: none;
}

#wpstats {
	width: 0px;
	height: 0px;
	overflow: hidden;
}