/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*header 周り
--------------------*/
.sitename img {
	max-width: 400px;
}

header {
	text-align: center;
	margin-bottom: 16px;
}

header h1 {
	margin: 0;
}

header .sitename {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 5px;
}

header .descr {
	padding: 0;
}

#headimg {
	padding-top: 10px;
}

#gazou {
	margin: 0;
}

/*タイポグラフィ 周り
--------------------*/
h1 {
	font-size: 1.7rem;
}

h2 {
	font-size: 1.2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.2rem;
}

h5 {
	font-size: 1.5rem;
}

h6 {
	font-size: 1.5rem;
}

.post >h1:nth-of-type(1),
.post article >h1:nth-of-type(1) {
/* background-color: #ebf6f7 !important; */
	padding: 17px 15px;
	border-radius: 4px;
/* box-shadow: 0px 1px 0px 0px #e3e3e3; */
/* border-top: 1px solid #E3E3E3; */
}

.post >h1:nth-of-type(1):before,
.post article >h1:nth-of-type(1):before {
/* content:"aa"; */
/* box-shadow: 0px 0px 0px 1px #000; */
}

.post h1 {
	padding: 17px 15px;
	border-radius: 4px;
	position: relative;
}

.post h4 {
	background-color: #ebf6f7;
	padding: 17px 15px;
	border-radius: 4px;
	position: relative;
}

.post h1:before {
	content: "";
	color: #a2d7dd;
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-42deg);
	display: inline-block;
	height: 18px;
	width: 18px;
	background-color: #a2d7dd;
	position: absolute;
	top: -5px;
	left: 7px;
}

.post h1:after {
	content: "";
	color: #a2d7dd;
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(28deg);
	display: inline-block;
	height: 11px;
	width: 11px;
	background-color: #a2d7dd;
	position: absolute;
	top: 17px;
	left: 0;
}

.post h2 {
	position: relative;
	background: #a2d7dd;
	color: #fff;
/* font-size: 20px; */
	line-height: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 4px;
}

.post h2:after {
	content: '';
	position: absolute;
	border-top: 10px solid #a2d7dd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}

.post h2:before {
	content: '';
	position: absolute;
	border-top: 10px solid #a2d7dd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}

.post h3 {
	border-bottom: 1px solid #ebf6f7;
}

.post h4 {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ebf6f7;
	border-radius: 4px;
}

p {
	font-size: .9rem;
	line-height: 27px;
	margin-bottom: 28px;
}

.post a {
	text-decoration: none;
/*	border-bottom: 1px dashed; */
}

.post blockquote {
	margin-right: 0;
	border-left: 3px solid #F4F5F6;
	background-color: #ebf6f7;
}

.post blockquote p {
	font-size: 14px;
}

.post ul li {
	font-size: 14px;
	line-height: 27px;
/* list-style-type: square */
}

.post ol {
	padding-left: 30px;
}

.wp-caption-text:before {
	content: "■ ";
}

table,
table tr td,
td,
th,
.post table {
	border: 1px solid #f1f1f1;
}

/*index メタ周り
--------------------*/
#topnews .clearfix dd .blog_info p {
	font-size: 13px;
	line-height: 24px;
}

.blog_info p a[rel="category tag"],
.blog_info p a[rel="category"] {
	background-color: #a2d7dd;
	padding: 0 4px;
	border-radius: 2px;
	color: #fff;
	white-space: nowrap;
	opacity: 1;
	margin-right: 2px;
}

.blog_info p a[rel="tag"] {
	background-color: #ebf6f7;
	padding: 3px 4px;
	border-radius: 2px;
	color: #fff;
	white-space: nowrap;
	opacity: 1;
}

.blog_info p a:hover {
	color: #fff;
	opacity: .8;
}

.pcone {
	color: #fff;
}

/*ページネーション　周り
--------------------*/
div.pagination {
	display: inline-block;
	background: none !important;
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
}

div.pagination a {
	color: #fff !important;
	border-radius: 50%;
	margin: 5px !important;
	padding: 0 !important;
	width: 30px;
	height: 30px;
	font-weight: normal !important;
	line-height: 30px;
	text-align: center;
}

div.pagination a:hover {
	opacity: .8;
}

div.pagination span,
div.pagination a {
	background-color: #a2d7dd !important;
	margin: 5px;
	padding: 9px;
}

div.pagination span.current {
	background-color: #fefefe !important;
	border-radius: 50%;
	margin: 5px !important;
	padding: 0 !important;
	width: 31px;
	height: 31px;
	font-weight: normal !important;
	line-height: 31px;
	text-align: center;
}

.pagination .current {
	color: #000;
}

/*navigatin 周り
-----------------------------*/
.st-pagelink {
/* position: relative; */
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	padding: 17px 0;
	margin: 20px 0;
}

.st-pagelink .page-numbers {
	padding: 6px 15px;
	font-size: .8rem;
	border-radius: 0;
	background-color: #a2d7dd;
	box-shadow: 0 2px 0 0 #a2d7dd, 0 -2px 0 0 #a2d7dd;
	border: none;
	border-top: 1px solid #EEF1F6;
	border-bottom: 1px solid #EEF1F6;
	transition: ease-in .1s;
}

.st-pagelink .page-numbers:hover {
	box-shadow: 0 4px 0 0 #a2d7dd, 0 -4px 0 0 #a2d7dd;
	opacity: .8;
}

.st-pagelink a,
.page-numbers {
	color: #fff;
}

li {
	list-style: none;
}

.lp .entry-title {
	font-size: 13px;
	color: #333;
	line-height: 1.6em;
}

a {
	display: inline-block;
	transition: .3s;
}

a:hover {
	transform: rotate(5deg);
}

#side a {
	color: #333;
}

form,table,input,textarea,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}

cite {
	text-align: right;
	display: block;
}

object {
	display: block;
	margin: 0 auto;
	height: auto;
}

del {
	color: #333;
}

hr {
	border: 1px solid #ccc;
	margin: 40px 0;
}

.wp-caption-text {
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

input[type="text"], input[type="password"], textarea, select {
	outline: none;
}

/*
	Jetpack から移行された CSS
*/

/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*header 周り
--------------------*/
.sitename img {
	max-width: 400px;
}

header {
	text-align: center;
	margin-bottom: 16px;
}

header h1 {
	margin: 0;
}

header .sitename {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 5px;
}

header .descr {
	padding: 0;
}

#headimg {
	padding-top: 10px;
}

#gazou {
	margin: 0;
}

/*タイポグラフィ 周り
--------------------*/
h1 {
	font-size: 1.7rem;
}

h2 {
	font-size: 1.2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.2rem;
}

h5 {
	font-size: 1.5rem;
}

h6 {
	font-size: 1.5rem;
}

.post >h1:nth-of-type(1),
.post article >h1:nth-of-type(1) {
/* background-color: #ebf6f7 !important; */
	padding: 17px 15px;
	border-radius: 4px;
/* box-shadow: 0px 1px 0px 0px #e3e3e3; */
/* border-top: 1px solid #E3E3E3; */
}

.post >h1:nth-of-type(1):before,
.post article >h1:nth-of-type(1):before {
/* content:"aa"; */
/* box-shadow: 0px 0px 0px 1px #000; */
}

.post h1 {
	padding: 17px 15px;
	border-radius: 4px;
	position: relative;
}

.post h4 {
	background-color: #ebf6f7;
	padding: 17px 15px;
	border-radius: 4px;
	position: relative;
}

.post h1:before {
	content: "";
	color: #a2d7dd;
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-42deg);
	display: inline-block;
	height: 18px;
	width: 18px;
	background-color: #a2d7dd;
	position: absolute;
	top: -5px;
	left: 7px;
}

.post h1:after {
	content: "";
	color: #a2d7dd;
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(28deg);
	display: inline-block;
	height: 11px;
	width: 11px;
	background-color: #a2d7dd;
	position: absolute;
	top: 17px;
	left: 0;
}

.post h2 {
	position: relative;
	background: #a2d7dd;
	color: #fff;
/* font-size: 20px; */
	line-height: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 4px;
}

.post h2:after {
	content: '';
	position: absolute;
	border-top: 10px solid #a2d7dd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}

.post h2:before {
	content: '';
	position: absolute;
	border-top: 10px solid #a2d7dd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}

.post h3 {
	border-bottom: 1px solid #ebf6f7;
}

.post h4 {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ebf6f7;
	border-radius: 4px;
}

p {
	font-size: .9rem;
	line-height: 27px;
	margin-bottom: 28px;
}

.post a {
	text-decoration: none;
/*	border-bottom: 1px dashed; */
}

.post blockquote {
	margin-right: 0;
	border-left: 3px solid #F4F5F6;
	background-color: #ebf6f7;
}

.post blockquote p {
	font-size: 14px;
}

.post ul li {
	font-size: 14px;
	line-height: 27px;
/* list-style-type: square */
}

.post ol {
	padding-left: 30px;
}

.wp-caption-text:before {
	content: "■ ";
}

table,
table tr td,
td,
th,
.post table {
	border: 1px solid #f1f1f1;
}

/*index メタ周り
--------------------*/
#topnews .clearfix dd .blog_info p {
	font-size: 13px;
	line-height: 24px;
}

.blog_info p a[rel="category tag"],
.blog_info p a[rel="category"] {
	background-color: #a2d7dd;
	padding: 0 4px;
	border-radius: 2px;
	color: #fff;
	white-space: nowrap;
	opacity: 1;
	margin-right: 2px;
}

.blog_info p a[rel="tag"] {
	background-color: #ebf6f7;
	padding: 3px 4px;
	border-radius: 2px;
	color: #fff;
	white-space: nowrap;
	opacity: 1;
}

.blog_info p a:hover {
	color: #fff;
	opacity: .8;
}

.pcone {
	color: #fff;
}

/*ページネーション　周り
--------------------*/
div.pagination {
	display: inline-block;
	background: none !important;
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
}

div.pagination a {
	color: #fff !important;
	border-radius: 50%;
	margin: 5px !important;
	padding: 0 !important;
	width: 30px;
	height: 30px;
	font-weight: normal !important;
	line-height: 30px;
	text-align: center;
}

div.pagination a:hover {
	opacity: .8;
}

div.pagination span,
div.pagination a {
	background-color: #a2d7dd !important;
	margin: 5px;
	padding: 9px;
}

div.pagination span.current {
	background-color: #fefefe !important;
	border-radius: 50%;
	margin: 5px !important;
	padding: 0 !important;
	width: 31px;
	height: 31px;
	font-weight: normal !important;
	line-height: 31px;
	text-align: center;
}

.pagination .current {
	color: #000;
}

/*navigatin 周り
-----------------------------*/
.st-pagelink {
/* position: relative; */
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	padding: 17px 0;
	margin: 20px 0;
}

.st-pagelink .page-numbers {
	padding: 6px 15px;
	font-size: .8rem;
	border-radius: 0;
	background-color: #a2d7dd;
	box-shadow: 0 2px 0 0 #a2d7dd, 0 -2px 0 0 #a2d7dd;
	border: none;
	border-top: 1px solid #EEF1F6;
	border-bottom: 1px solid #EEF1F6;
	transition: ease-in .1s;
}

.st-pagelink .page-numbers:hover {
	box-shadow: 0 4px 0 0 #a2d7dd, 0 -4px 0 0 #a2d7dd;
	opacity: .8;
}

.st-pagelink a,
.page-numbers {
	color: #fff;
}

li {
	list-style: none;
}

.lp .entry-title {
	font-size: 13px;
	color: #333;
	line-height: 1.6em;
}

a {
	display: inline-block;
	transition: .3s;
}

a:hover {
	transform: rotate(5deg);
}

#side a {
	color: #333;
}

form,table,input,textarea,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}

cite {
	text-align: right;
	display: block;
}

object {
	display: block;
	margin: 0 auto;
	height: auto;
}

del {
	color: #333;
}

hr {
	border: 1px solid #ccc;
	margin: 40px 0;
}

.wp-caption-text {
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

input[type="text"], input[type="password"], textarea, select {
	outline: none;
}

/*
	Jetpack から移行された CSS
*/

/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*header 周り
--------------------*/
.sitename img {
	max-width: 400px;
}

header {
	text-align: center;
	margin-bottom: 16px;
}

header h1 {
	margin: 0;
}

header .sitename {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 5px;
}

header .descr {
	padding: 0;
}

#headimg {
	padding-top: 10px;
}

#gazou {
	margin: 0;
}

/*タイポグラフィ 周り
--------------------*/
h1 {
	font-size: 1.7rem;
}

h2 {
	font-size: 1.2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.2rem;
}

h5 {
	font-size: 1.5rem;
}

h6 {
	font-size: 1.5rem;
}

.post >h1:nth-of-type(1),
.post article >h1:nth-of-type(1) {
/* background-color: #ebf6f7 !important; */
	padding: 17px 15px;
	border-radius: 4px;
/* box-shadow: 0px 1px 0px 0px #e3e3e3; */
/* border-top: 1px solid #E3E3E3; */
}

.post >h1:nth-of-type(1):before,
.post article >h1:nth-of-type(1):before {
/* content:"aa"; */
/* box-shadow: 0px 0px 0px 1px #000; */
}

.post h1 {
	padding: 17px 15px;
	border-radius: 4px;
	position: relative;
}

.post h4 {
	background-color: #ebf6f7;
	padding: 17px 15px;
	border-radius: 4px;
	position: relative;
}

.post h1:before {
	content: "";
	color: #a2d7dd;
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-42deg);
	display: inline-block;
	height: 18px;
	width: 18px;
	background-color: #a2d7dd;
	position: absolute;
	top: -5px;
	left: 7px;
}

.post h1:after {
	content: "";
	color: #a2d7dd;
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(28deg);
	display: inline-block;
	height: 11px;
	width: 11px;
	background-color: #a2d7dd;
	position: absolute;
	top: 17px;
	left: 0;
}

.post h2 {
	position: relative;
	background: #a2d7dd;
	color: #fff;
/* font-size: 20px; */
	line-height: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 4px;
}

.post h2:after {
	content: '';
	position: absolute;
	border-top: 10px solid #a2d7dd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}

.post h2:before {
	content: '';
	position: absolute;
	border-top: 10px solid #a2d7dd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}

.post h3 {
	border-bottom: 1px solid #ebf6f7;
}

.post h4 {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ebf6f7;
	border-radius: 4px;
}

p {
	font-size: .9rem;
	line-height: 27px;
	margin-bottom: 28px;
}

.post a {
	text-decoration: none;
/*	border-bottom: 1px dashed; */
}

.post blockquote {
	margin-right: 0;
	border-left: 3px solid #F4F5F6;
	background-color: #ebf6f7;
}

.post blockquote p {
	font-size: 14px;
}

.post ul li {
	font-size: 14px;
	line-height: 27px;
/* list-style-type: square */
}

.post ol {
	padding-left: 30px;
}

.wp-caption-text:before {
	content: "■ ";
}

table,
table tr td,
td,
th,
.post table {
	border: 1px solid #f1f1f1;
}

/*index メタ周り
--------------------*/
#topnews .clearfix dd .blog_info p {
	font-size: 13px;
	line-height: 24px;
}

.blog_info p a[rel="category tag"],
.blog_info p a[rel="category"] {
	background-color: #a2d7dd;
	padding: 0 4px;
	border-radius: 2px;
	color: #fff;
	white-space: nowrap;
	opacity: 1;
	margin-right: 2px;
}

.blog_info p a[rel="tag"] {
	background-color: #ebf6f7;
	padding: 3px 4px;
	border-radius: 2px;
	color: #fff;
	white-space: nowrap;
	opacity: 1;
}

.blog_info p a:hover {
	color: #fff;
	opacity: .8;
}

.pcone {
	color: #fff;
}

/*ページネーション　周り
--------------------*/
div.pagination {
	display: inline-block;
	background: none !important;
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
}

div.pagination a {
	color: #fff !important;
	border-radius: 50%;
	margin: 5px !important;
	padding: 0 !important;
	width: 30px;
	height: 30px;
	font-weight: normal !important;
	line-height: 30px;
	text-align: center;
}

div.pagination a:hover {
	opacity: .8;
}

div.pagination span,
div.pagination a {
	background-color: #a2d7dd !important;
	margin: 5px;
	padding: 9px;
}

div.pagination span.current {
	background-color: #fefefe !important;
	border-radius: 50%;
	margin: 5px !important;
	padding: 0 !important;
	width: 31px;
	height: 31px;
	font-weight: normal !important;
	line-height: 31px;
	text-align: center;
}

.pagination .current {
	color: #000;
}

/*navigatin 周り
-----------------------------*/
.st-pagelink {
/* position: relative; */
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	padding: 17px 0;
	margin: 20px 0;
}

.st-pagelink .page-numbers {
	padding: 6px 15px;
	font-size: .8rem;
	border-radius: 0;
	background-color: #a2d7dd;
	box-shadow: 0 2px 0 0 #a2d7dd, 0 -2px 0 0 #a2d7dd;
	border: none;
	border-top: 1px solid #EEF1F6;
	border-bottom: 1px solid #EEF1F6;
	transition: ease-in .1s;
}

.st-pagelink .page-numbers:hover {
	box-shadow: 0 4px 0 0 #a2d7dd, 0 -4px 0 0 #a2d7dd;
	opacity: .8;
}

.st-pagelink a,
.page-numbers {
	color: #fff;
}

li {
	list-style: none;
}

.lp .entry-title {
	font-size: 13px;
	color: #333;
	line-height: 1.6em;
}

a {
	display: inline-block;
	transition: .3s;
}

a:hover {
	transform: rotate(5deg);
}

#side a {
	color: #333;
}

form,table,input,textarea,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}

cite {
	text-align: right;
	display: block;
}

object {
	display: block;
	margin: 0 auto;
	height: auto;
}

del {
	color: #333;
}

hr {
	border: 1px solid #ccc;
	margin: 40px 0;
}

.wp-caption-text {
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

input[type="text"], input[type="password"], textarea, select {
	outline: none;
}