/*
**	Jetpack CSS スタイルシート
**	Theme	Name:	永井俊哉ドットコム
**	The following settings are specific to Japanese website.
*/
body,
#content {
	font-family: 'ヒラギノ角ゴ ProN W3', HiraKakuProN-W3, 'メイリオ', Meiryo, 'モトヤLシーダ3等幅', MotoyaLCedar, Verdana, sans-serif;
}

#commentform textarea {
	font-family: 'ヒラギノ角ゴ ProN W3', HiraKakuProN-W3, 'メイリオ', Meiryo, 'モトヤLシーダ3等幅', MotoyaLCedar, Verdana, sans-serif;
}

q {
	font-style: normal;
	quotes: '\300c' '\300d' '\300e' '\300f';
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

span.ref {
	font-style: normal;
	quotes: 'ff3b' 'ff3d';
}

span.ref:before {
	content: open-quote;
}

span.ref:after {
	content: close-quote;
}

#search-2 {
	position: relative;
	width: 320px;
	margin: 0;
	padding: 10px 0 15px 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}

#search-2 h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 10px 10px 0;
	text-align: left;
	color: #294736;
}

/*
**	The following settings are common to all websites.
*/
#wrapper {
	position: relative;
	width: 96%;
	min-width: 320px;
	max-width: 1600px;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #008000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #edf3e6;
	-khtml-border-radius: 5px;
}

#wrapper.shadow {
	-webkit-box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
/*	Shadows	-	CSS3	for	browsers	that	support	it	*/
	box-shadow: 10px 10px 5px #888;
	-khtml-box-shadow: 10px 10px 5px #888;
}

/* Title Headers */
h1,
h2,
h3 {
	font-family: Georgia, 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, 'MS P明朝', 'MS PMincho', 'モトヤLマルベリ3等幅', MotoyaLMaru, serif;
}

#header	h1	a:active {
	text-decoration: none;
	background: transparent;
}

#header	h2	a:active {
	text-decoration: none;
	background: transparent;
}

.entry	h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px -10px;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #528f6c;
	-khtml-border-radius: 5px;
}

.entry	h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #517e8f;
	-khtml-border-radius: 5px;
}

.entry	h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #6c528f;
	-khtml-border-radius: 5px;
}

h2.category-title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-bottom: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #528f6c;
	-khtml-border-radius: 5px;
}

div.category-description {
	margin: 0 20px -20px;
}

/* Table of Content */
#toc,
.toc {
	font-size: 16px;
	margin: 30px 10px;
	padding: 20px 20px 0;
	border: 1px solid #000080;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ebfdff;
	-khtml-border-radius: 5px;
}

#toc h2,
.toc h2 {
	font-size: 18px;
	display: inline;
	color: #000080;
	border: none;
	background-color: #ebfdff;
}

#toc a,
.toc a {
	color: #000080;
}

#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	margin: 0 0 20px 10px;
	text-align: left;
}

#toc ul,
.toc ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
}

#toc .toctoggle,
.toc .toctoggle {
	font-size: 12px;
}

/*	Anchor	Styles	*/
.entry	a:link,
a:visited {
	text-decoration: none;
	color: #294736;
	background: transparent;
}

.entry	a:hover {
	text-decoration: none;
	color: #362947;
	background: transparent;
}

.entry	a:active {
	text-decoration: none;
	color: #473629;
	background: transparent;
}

.broken_link {
	text-decoration: none;
	color: #46293a;
}

.broken_link	a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #46293a;
}

/*	Text	*/
p {
	font-size: 16px;
	line-height: 180%;
	text-align: left;
}

sub,
sup {
	font-size: 12px;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

sub {
	position: relative;
	top: 4px;
}

sup {
	position: relative;
	top: -6px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	height: 1px;
	margin: .2em 0 1em;
	color: #294736;
	border: 0;
	background-color: #294736;
}

/*	Listing	*/
.entry	ul {
	margin: 10px 10px 30px 30px;
	padding: 0;
	list-style-type: circle;
	list-style-image: url('https://www.nagaitoshiya.com/ja/wp-content/themes/systemics/images/bulletgr.png');
}

.entry	ul	ul {
	margin: 10px 10px 30px;
	padding: 0;
	list-style-type: circle;
	list-style-image: url('https://www.nagaitoshiya.com/ja/wp-content/themes/systemics/images/bulletgr.png');
}

.entry	ol {
	margin: 10px 10px 30px 30px;
	padding: 0;
	list-style-image: none;
}

.entry	li {
	font-size: 16px;
	line-height: 1.8em;
	margin: 5px 15px 5px 10px;
}

.decimal {
	list-style-type: decimal;
}

.upper-alpha {
	list-style-type: upper-alpha;
}

.lower-alpha {
	list-style-type: lower-alpha;
}

.upper-roman {
	list-style-type: upper-roman;
}

.lower-roman {
	list-style-type: lower-roman;
}

.post-item {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #edf3e6;
	-khtml-border-radius: 5px;
}

/*	Images	*/
img {
	vertical-align: middle;
	border: none;
}

p	img {
	margin: 0;
}

.object_top {
	margin: 20px auto;
	padding: 0;
	text-align: center;
}

.caption_bottom {
	font-size: 14px;
	margin: 0 40px 20px;
	text-align: center;
}

.object_left {
	float: left;
	clear: left;
	padding: 7px 20px 20px 0;
	text-align: left;
}

.caption_right {
	font-size: 14px;
	float: left;
	clear: right;
	padding: 20px 10px 20px 20px;
	text-align: left;
}

.math {
	margin: 20px 0 20px 30px;
}

.suf-thumbnail-anchor-left {
	margin: 0 30px 30px 0;
}

.tex {
	margin: 0 0 20px 30px;
}

.thumb {
	margin: 0 auto;
	padding: 0;
}

.thumbinner {
	margin: 0 auto 30px;
	padding: 0;
}

.thumbcaption {
	margin: 5px;
	padding: 5px;
}

div.floatright,
table.floatright {
	position: relative;
	float: right;
	clear: right;
	margin: 0 0 .5em .5em;
	border: 0;
}

div.floatright	p {
	font-style: italic;
}

div.floatleft,
table.floatleft {
	position: relative;
	float: left;
	clear: left;
	margin: 0 .5em .5em 0;
	border: 0;
}

div.floatleft	p {
	font-style: italic;
}

/* Video */
div.video {
	overflow: hidden;
	margin: 30px auto;
	padding: 0;
	text-align: center;
	border: 0;
}

/*	Thumbnails	*/
div.thumb {
	width: auto;
	margin-bottom: .5em;
	background-color: transparent;
}

div.thumbinner {
	font-size: 16px;
	overflow: hidden;
	padding: 3px !important;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
}

html	.thumbimage {
	border: 1px solid #ccc;
}

html	.thumbcaption {
	font-size: 16px;
	line-height: 1.4em;
	padding: 3px !important;
	text-align: left;
	border: none;
}

/*	Table	*/
.standard table {
	width: 98%;
	margin: 0 auto 10px;
	padding: 0;
	empty-cells: show;
	border-collapse: collapse;
	border-width: 0;
}

.standard caption {
	font-weight: normal;
	margin: 0;
	padding: 0 10px 10px;
	caption-side: top;
}

.standard thead th,
tfoot th {
	font-weight: normal;
	margin: 0;
	padding: 10px;
	vertical-align: middle;
	color: #ebffed;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background: #3f8c33;
}

.standard thead td,
tfoot td {
	font-weight: normal;
	margin: 0;
	padding: 10px;
	vertical-align: middle;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background: #a8dda0;
}

.standard tbody th {
	font-weight: normal;
	margin: 0;
	padding: 10px;
	vertical-align: middle;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background: #ebffed;
}

.standard tbody td {
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background: #ffffce;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	float: left;
	clear: both;
	width: auto;
	margin: 0 10px 20px;
	padding: 10px;
	text-align: center;
	color: #000;
	border-width: 1px;
	border-style: dashed;
	border-color: #f00;
	background: #ffecec;
}

dd {
	float: left;
	width: auto;
	margin: 0 auto 20px 0;
	padding: 10px;
	text-align: left;
	color: #000;
	border-width: 1px;
	border-style: dashed;
	border-color: #f00;
	background: #ffffec;
}

.clear_both {
	clear: both;
}

/*	Boxes	*/
blockquote {
	margin: 0;
	padding: 0;
}

.endnote {
	margin: 20px 10px;
	padding: 20px 20px 0;
	text-align: left;
	text-indent: 0;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #008000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ebffed;
	-khtml-border-radius: 5px;
}

.intext {
	margin: 20px 10px 5px;
	padding: 20px 20px 10px;
	text-align: left;
	text-indent: 0;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #008000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ebffed;
	-khtml-border-radius: 5px;
}

.cite {
	margin: 0 20px 20px;
	padding: 0;
	text-align: right;
}

.endnote cite {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
	color: #368ad2;
}

.rtl {
	font-family: 'Arial Unicode MS', sans-serif;
	text-align: right;
	direction: rtl;
	unicode-bidi: bidi-override;
}

.phonetic {
	font-family: IPAKielSeven;
	font-weight: normal;
}

.chinese {
	font-family: 'MS UIゴシック', SimSun, Mingliu;
}

.classic_jp {
	font-family: 'HG正楷書体-PRO', 細明朝体;
	font-size: 16px;
}

.remark {
	font-size: 16px;
	overflow: visible;
	margin: 20px 10px;
	padding: 20px 20px 0;
	text-align: left;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #f00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffec;
	-khtml-border-radius: 5px;
}

.indent {
	margin-left: 30px;
	text-align: left;
}

pre {
/*	IE	5.5+	*/
	overflow-x: visible;
	margin: 20px 10px;
	padding: 20px;
	text-align: left;
	white-space: -moz-pre-wrap;
/*	need	for	Firefox	*/
	white-space: pre-wrap;
/*	CSS3	*/
	word-wrap: break-word;
	color: #000;
	border-width: 1px;
/*	need	for	Firefox,	extreme	long	string	:(	*/
	border-style: solid;
	border-color: #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
	-khtml-border-radius: 5px;
}

code {
	background-color: #f9f9f9;
}

.addtoany_share_save_container {
	margin: 0;
	padding: 20px 20px 0 0;
	text-align: right;
}

.postscript {
	font-family: Georgia, 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, 'MS P明朝', 'MS PMincho', 'モトヤLマルベリ3等幅', MotoyaLMaru, serif;
	font-size: 22px;
	font-weight: bold;
	margin: 20px -10px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #6c528f;
	-khtml-border-radius: 5px;
}

#jp-relatedposts {
	font-size: 16px;
	overflow: visible;
	margin: 30px 10px;
	padding: 30px 20px 0;
	text-align: left;
	color: #000;
	border: 1px solid #008000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #edf3e6;
	-khtml-border-radius: 5px;
}

#jp-relatedposts h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
	text-align: left;
	color: #000;
	border: none;
	background-color: transparent;
}

/* Comment Form */
#comments blockquote {
	font-size: 1em;
	margin: 15px 5px 25px;
	padding: 15px 15px 0;
	text-align: left;
	text-indent: 0;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #008000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ebffed;
	background-image: none;
	-khtml-border-radius: 5px;
}

#comments blockquote cite {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
	color: #368ad2;
}

#comments ul {
	margin: 10px 10px 30px 30px;
	padding: 0;
	list-style-type: circle;
	list-style-image: url('https://www.nagaitoshiya.com/ja/wp-content/themes/systemics/images/bulletgr.png');
}

#comments ul	ul {
	margin: 10px 10px 30px;
	padding: 0;
	list-style-type: circle;
	list-style-image: url('https://www.nagaitoshiya.com/ja/wp-content/themes/systemics/images/bulletgr.png');
}

#comments ol {
	margin: 10px 10px 30px 30px;
	padding: 0;
	list-style-image: none;
}

#comments li {
	font-size: 16px;
	line-height: 1.8em;
	margin: 5px 15px 5px 10px;
}

/*
**	Legacy
*/
table.standard {
	width: 98%;
	margin: 20px auto 30px;
	padding: 0;
	empty-cells: show;
	border-collapse: collapse;
	border-width: 0;
}

caption {
	font-weight: normal;
	margin: 0;
	padding: 10px;
	caption-side: top;
}

table.standard	tr.thead	th {
	font-weight: normal;
	margin: 0;
	padding: 10px;
	vertical-align: middle;
	color: #ebffed;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background: #3f8c33;
}

table.standard	tr.thead	td {
	font-weight: normal;
	margin: 0;
	padding: 10px;
	vertical-align: middle;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background: #a8dda0;
}

table.standard	tr.tbody	th {
	font-weight: normal;
	margin: 0;
	padding: 10px;
	vertical-align: middle;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background: #ebffed;
}

table.standard	tr.tbody	td {
	margin: 0;
	padding: 10px;
	vertical-align: middle;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background: #ffffce;
}

.book {
	font-size: 16px;
	margin: 20px auto;
	padding: 30px;
	color: #000;
	background: #ebffed;
}

.book	p {
	margin-bottom: 0;
}

.section {
	margin-right: 40px;
	margin-left: 40px;
	text-align: left;
}

.down_30 {
	margin-top: 30px;
}

.down_20 {
	margin-top: 20px;
}

.down_10 {
	margin-top: 10px;
}