@charset "utf-8";
/*
Theme Name: 第6回関東甲信越臨床工学会 併催 第16回長野県臨床工学会
Version: 1.0beta
Author: Tomofumi Aizawa
*/

/*-----------------------------------------------------
	base
------------------------------------------------------*/

html {
	font-size: 62.5%;
}
body {
	color: #222;
	line-height: 1.75;
	letter-spacing: .1em;
	text-align: center;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
a {
	color: #1a0dab;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
img, iframe, object {
	max-width: 100%;
}
img {
	height: auto;
}

/*-----------------------------------------------------
	layout
------------------------------------------------------*/

/* header */

header {
	border-bottom: 3px solid #967f71;
	font-size: 1.6em;
	background: #fff;
}
header .inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 1em 0;
}
header .inner .logo {
	margin: auto auto auto 0;
	font-size: 0;
}
header .inner .logo img {
	max-width: 360px;
}
header .inner ul {
	text-align: right;
	margin: auto 0 auto auto;
}
header .inner ul li:first-child {
	font-size: 1.2rem;
	margin-bottom: 0.5em;
}
header .inner ul li:first-child a[target*="blank"]:after {
	font-family: "dashicons";
	content: "\f504";
}
header .inner ul li:last-child {
	text-align: center;
	font-weight: bold;
}
header .inner ul li:last-child a {
	text-decoration: none;
	background: #967f71;
	color: #fff;
	display: block;
	padding: 0.25em 1em;
	min-width: 180px;
}
header .inner ul li:last-child a:before {
	font-family: "dashicons";
	content: "\f466";
	margin-right: 0.1em;
	vertical-align: bottom;
}
header .inner ul li:last-child a:hover {
	background: #d6cdc7;
	color: #222;
}

/* main */

main {
	display: block;
}
main > .inner {
	width: 100%;
	max-width: 1024px;
	min-height: 100vh;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

/* aside */

aside {
	margin: 0 auto auto 0;
	width: 240px;
	z-index: 1;
}

/* article */

main article {
	margin: 0 0 auto auto;
	width: 760px;
}

/* nav */

aside nav {
	margin: 0 0 2em 0.5em;
	padding-top: 1em;
	font-size: 1.6em;
}
aside nav .menu {
	font-weight: bold;
}
aside nav .menu li {
	margin-bottom: 0.5em;
	position: relative;
}
aside nav .menu > .menu-item-has-children > a {
	position: relative;
}
aside nav .menu > .menu-item-has-children > a:after {
	font-family: "dashicons";
	content: "\f345";
	display: block;
	line-height: 1;
	height: 1em;
	width: 1em;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	color: rgba(0,0,0,0.25);
}
aside nav .menu li a {
	display: block;
	color: #222;
	text-decoration: none;
	border-left: 2px solid #967f71;
	padding-left: 1em;
}
aside nav .menu li a:not([href]) {
	color: #999;
}
aside nav .menu li a:hover {
	color: #967f71;
}
aside nav .menu li a:not([href]):hover {
	color: #999;
}
aside nav .menu li a .menu_description {
	display: block;
	font-weight: normal;
	font-size: 1.2rem;
}
aside nav .menu li .sub-menu {
	display: none;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 100%;
	padding-left: 0.5em;
}
aside nav .menu li:hover > .sub-menu {
	display: block;
	animation: appear .5s ease;
}
aside nav .menu li .sub-menu:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 2rem;
	height: 2rem;
	background: #967f71;
	position: absolute;
	top: 1rem;
	left: 0.5rem;
	transform: rotate(45deg);
	z-index: -1;
}
aside nav .menu li .sub-menu li {
	white-space: nowrap;
	margin-bottom: 0;
}
aside nav .menu li .sub-menu li a {
	color: #fff;
	border-left: 0;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background: #967f71;
	min-width: 160px;
}
aside nav .menu li .sub-menu li a:hover {
	background: #d6cdc7;
	color: #222;
}
aside nav .menu li .sub-menu li a .menu_description {
	display: none;
}

/* footer */

footer {
	font-size: 1.6em;
	background: #fff;
}
footer .top {
	background: -moz-linear-gradient(left top, #967f71 0%, #967f71 100%);
	background: -webkit-linear-gradient(left top, #967f71 0%, #967f71 100%);
	background: linear-gradient(to right bottom, #967f71 0%, #967f71 100%);
	color: #fff;
	padding: 2em;
}
footer .top a {
	color: #fff;
}
footer .top .inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	text-align: left;
}
footer .top .inner h2 {
	font-weight: bold;
}
footer .top .inner .menu {
	font-size: 0;
}
footer .top .inner .menu li {
	display: inline-block;
	font-size: 1.2rem;
}
footer .top .inner .menu li:not(:last-child):after {
	content: '|';
	margin: 0 0.5em;
}
footer .top .inner .menu li.home a:before, footer .top .inner .menu li.article a:before, footer .top .inner .menu li.contact a:before {
	font-family: "dashicons";
}
footer .top .inner .menu li.home a:before {
	content: "\f102";
}
footer .top .inner .menu li.article a:before {
	content: "\f203";
}
footer .top .inner .menu li.contact a:before {
	content: "\f466";
}
footer > small {
	display: block;
	font-size: 1.2rem;
	padding: 3.2rem;
}

/*-----------------------------------------------------
	module
------------------------------------------------------*/

/* bread */

article > #bread {
	font-size: 0;
	padding: 1rem 0;
}
article > #bread li {
	display: inline-block;
	font-size: 1.2rem;
}
article  > #bread li:first-child a:before {
	font-family: "dashicons";
	content: "\f102";
}
article > #bread li:not(:last-child):after {
	content: "\f139";
	font-family: "dashicons";
	margin: 0 0.5em;
	vertical-align: bottom;
	color: #333380;
}

/* hgroup */

article > #hgroup {
	color: #fff;
	background: -moz-linear-gradient(left top, #967f71 0%, #967f71 100%);
	background: -webkit-linear-gradient(left top, #967f71 0%, #967f71 100%);
	background: linear-gradient(to right bottom, #967f71 0%, #967f71 100%);
	padding: 4em 1em 1em 1em;
	font-size: 1.6em;
	margin-bottom: 3em;
}
article > #hgroup a {
	color: #fff;
}
article > #hgroup h1 {
	font-weight: bold;
	font-size: 2.1rem;
	position: relative;
	padding-bottom: 0.25em;
}
article > #hgroup h1:after {
	content: '.';
	font-size: 0;
	display: block;
	height: 2px;
	width: 100%;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.75) 30%, rgba(255,255,255,0.25) 30%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.75) 30%, rgba(255,255,255,0.25) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0.75) 30%, rgba(255,255,255,0.25) 30%);
	position: absolute;
	margin: auto;
	bottom: 0;
}
article > #hgroup time {
	display: block;
	font-size: 1.2rem;
	margin-top: 1em;
}
article > #hgroup ul {
	font-size: 0;
}
article > #hgroup ul li {
	display: inline-block;
	font-size: 1.2rem;
	margin-right: 1em;
}
article > #hgroup ul li a:before {
	content: '#';
}
article > #hgroup .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}

/* pagelink */

article > #pagelink {
	margin: -5em 0 5em 0;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
article > #pagelink li {
	display: inline-block;
	margin: 0 0.25em;
}
article > #pagelink li span, article > #pagelink li a {
	display: block;
	padding: 0.1em 0;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	min-width: 2em;
}
article > #pagelink li a {
	text-decoration: none;
	color: #fff;
	background: #967f71;
}
article > #pagelink li span, article > #pagelink li a:hover {
	color: #222;
	background: #d6cdc7;
}

/* postlink */

article > #postlink {
	font-size: 1.6em;
	text-align: center;
}
.entry + #postlink {
	margin-top: -5em;
}
article > #postlink li {
	display: inline-block;
	margin: 0 0.5em;
}
article > #postlink li a[rel="prev"]:before, article > #postlink li a[rel="next"]:after {
	font-family: "dashicons";
}
article > #postlink li a[rel="prev"]:before {
	content: "\f340";
}
article > #postlink li a[rel="next"]:after {
	content: "\f344";
}

/*-----------------------------------------------------
	archives
------------------------------------------------------*/

article > .archives {
	margin: 0 1em 10em 0;
	font-size: 1.6em;
}

/* post */

article > .archives .post {
	padding: 2em 0;
	border-bottom: 1px dotted #999;
}
article > .archives .post figure {
	float: right;
	font-size: 0;
}
article > .archives .post figure img {
	width: 125px;
	height: 125px;
}
article > .archives .post ul {
	font-size: 1.2rem;
}
article > .archives .post ul li {
	display: inline-block;
	margin-right: 1em;
}
article > .archives .post ul li a:before {
	content: '#';
}
article > .archives .post h2 {
	font-weight: bold;
	font-size: 2.1rem;
}
article > .archives .post h2 sup {
	font-size: 0.8rem;
	font-weight: normal;
	color: #fff;
	background: #c00;
	letter-spacing: .1em;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0.5em;
	z-index: 1;
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}
article > .archives .post h2 sup:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	background-image: -moz-linear-gradient( left bottom, rgba(204,0,0,0) 50%, rgba(204,0,0,1) 50%);
	background-image: -webkit-linear-gradient( left bottom, rgba(204,0,0,0) 50%, rgba(204,0,0,1) 50%);
	background-image: linear-gradient(to right top, rgba(204,0,0,0) 50%, rgba(204,0,0,1) 50%);
	position: absolute;
	margin: auto;
	bottom: -0.4rem;
	left: 0;
	z-index: -1;
}
article > .archives .post time {
	display: block;
	font-size: 1.2rem;
}
article > .archives .post .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}

/* pagination */

article > .navigation.pagination {
	margin-top: -5em;
	font-size: 1.6em;
}
article > .navigation.pagination .nav-links {
	font-weight: bold;
	text-align: center;
}
article > .navigation.pagination .nav-links .page-numbers {
	display: inline-block;
	padding: 0.1em 0;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	min-width: 2em;
}
article > .navigation.pagination .nav-links a.page-numbers {
	text-decoration: none;
	background: #967f71;
	color: #fff;
}
article > .navigation.pagination .nav-links .page-numbers.current, article > .navigation.pagination .nav-links a.page-numbers:hover {
	background: #d6cdc7;
	color: #222;
}
article > .navigation.pagination .nav-links .page-numbers.prev, article > .navigation.pagination .nav-links .page-numbers.next {
	padding: 0;
	background: transparent;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #1a0dab;
	text-decoration: underline;
	font-weight: normal;
}
article > .navigation.pagination .nav-links .page-numbers.prev:before {
	font-family: "dashicons";
	content: "\f340";
}
article > .navigation.pagination .nav-links .page-numbers.next:after {
	font-family: "dashicons";
	content: "\f344";
}
article > .navigation.pagination .nav-links .page-numbers.prev:hover, article > .navigation.pagination .nav-links .page-numbers.next:hover {
	background: transparent;
	color: #1a0dab;
}

/*-----------------------------------------------------
	default
------------------------------------------------------*/

/* wp-block */

.wp-block-file:not(.wp-element-button) {
	font-size: inherit;
}
.wp-block-file, .wp-block-image, .wp-block-table {
	margin-bottom: 2em;
}
.wp-block-image .alignleft {
	margin: 0 1em 0 0;
}
.wp-block-image .alignright {
	margin: 0 0 0 1em;
}

/* buttons */

.wp-block-buttons {
	font-weight: bold;
    justify-content: center;
}
.wp-block-buttons > .wp-block-button {
	margin: 0 0.5em;
	text-align: center;
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link {
	background-color: #967f71;
	color: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0.25em 1em;
    font-size: inherit;
	min-width: 240px;
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link:hover {
	background-color: #d6cdc7;
	color: #222;
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link:after {
	font-family: "dashicons";
	content: "\f139";
	vertical-align: bottom;
}

/* notice */

p.notice {
	-moz-box-shadow: 0 0 0.5em rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.15);
	box-shadow: 0 0 0.5em rgba(0,0,0,0.15);
	background: #fff;
	padding: 0.5em 1em;
	border-left: 4px solid #c3c4c7;
}
p.notice.notice-success {
	border-left: 4px solid #00a32a;
}
p.notice.notice-success.notice-alt {
	background-color: #edfaef;
}
p.notice.notice-warning {
	border-left: 4px solid #dba617;
}
p.notice.notice-warning.notice-alt {
	background-color: #fcf9e8;
}
p.notice.notice-error {
	border-left: 4px solid #d63638;
}
p.notice.notice-error.notice-alt {
	background-color: #fcf0f1;
}
p.notice.notice-info {
	border-left: 4px solid #72aee6;
}
p.notice.notice-info.notice-alt {
	background-color: #f0f6fc;
}
p.notice + p.notice {
	margin-top: -1.25em;
}

/* wp-block-file */

.wp-block-file:not(.wp-element-button) {
	font-size: inherit;
}
.wp-block-file:not(.wp-element-button) a {
	text-decoration: none;
	border: 1px solid #222;
	color: #222;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	padding: 0.75em 1.5em;
	font-weight: bold;
}
.wp-block-file:not(.wp-element-button) a[href*=".doc"], .wp-block-file:not(.wp-element-button) a[href*=".docx"] {
	border: 1px solid #000080;
	color: #000080;
}
.wp-block-file:not(.wp-element-button) a[href*=".xls"], .wp-block-file:not(.wp-element-button) a[href*=".xlsx"] {
	border: 1px solid #008000;
	color: #008000;
}
.wp-block-file:not(.wp-element-button) a[href*=".pdf"] {
	border: 1px solid #b22222;
	color: #b22222;
}
.wp-block-file:not(.wp-element-button) a:hover {
	color: #fff;
	background: #222;
}
.wp-block-file:not(.wp-element-button) a[href*=".doc"]:hover, .wp-block-file:not(.wp-element-button) a[href*=".docx"]:hover {
	background: #000080;
}
.wp-block-file:not(.wp-element-button) a[href*=".xls"]:hover, .wp-block-file:not(.wp-element-button) a[href*=".xlsx"]:hover {
	background: #008000;
}
.wp-block-file:not(.wp-element-button) a[href*=".pdf"]:hover {
	background: #b22222;
}
.wp-block-file:not(.wp-element-button) a:before {
	font-family: "dashicons";
	vertical-align: bottom;
}
.wp-block-file:not(.wp-element-button) a[href*=".doc"]:before, .wp-block-file:not(.wp-element-button) a[href*=".docx"]:before {
	content: "\f497";
}
.wp-block-file:not(.wp-element-button) a[href*=".xls"]:before, .wp-block-file:not(.wp-element-button) a[href*=".xlsx"]:before {
	content: "\f495";
}
.wp-block-file:not(.wp-element-button) a[href*=".pdf"]:before {
	content: "\f190";
}
.wp-block-file:not(.wp-element-button) a[href*=".zip"]:before {
	content: "\f501";
}

/* drawer */

.drawer-nav, .drawer-hamburger {
	display: none;
}

/*-----------------------------------------------------
	entry
------------------------------------------------------*/

.entry {
	margin: 0 1em 10em 0;
	font-size: 1.6em;
	text-align: left;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin-bottom: 1em;
	font-weight: bold;
	letter-spacing: .1em;
}
.entry h1 {
	font-size: 2.1rem;
}
.entry h2 {
	font-size: 1.8rem;
	background: #d6cdc7;
	padding: 0.25em 1em;
	margin-bottom: 1.25em;
	border-left: 5px solid #967f71;
}
.entry h3 {
	font-size: 1.8rem;
	border-bottom: 1px solid #d6cdc7;
	padding-bottom: 0.25em;
}
.entry h4 {
	font-size: 1.8rem;
}
.entry h6 {
	font-weight: normal;
}
.entry p, .entry pre, .entry ul, .entry ol {
	margin-bottom: 2em;
}
.entry pre {
	font-family: monospace;
	white-space: pre-wrap;
}
.entry ul {
	list-style: disc;
	padding-left: 2em;
}
.entry ol {
	list-style: decimal;
	padding-left: 2em;
}
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul {
	margin-bottom: 0;
}
.entry table th, .entry strong {
	font-weight: bold;
}
.entry table th, .entry table td {
	text-align: left;
}
.entry em, .entry cite {
	font-style: italic;
}
.entry sup {
	font-size: 50%;
	vertical-align: top;
}
.entry sub {
	font-size: 50%;
	vertical-align: bottom;
}
.entry blockquote {
	padding: 0 1em;
	font-family: serif;
}
.entry blockquote:before {
	content: '“';
	float: left;
	margin-left: -1em;
}
.entry blockquote cite {
	margin: -1em 0 2em 0;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	display: block;
}
.entry figure figcaption {
	margin-bottom: 0;
}

/*-----------------------------------------------------
	class
------------------------------------------------------*/

/* clearfix */

.clearfix:after {
	content: '.';
	height: 0;
	font-size: 0;
	display: block;
	width: 100%;
	clear: both;
	visibility: hidden;
}

/*-----------------------------------------------------
	custom
------------------------------------------------------*/

/* greeting_a */

.entry .greeting_a {
	position: relative;
	padding-bottom: 1em;
}
.entry .greeting_a:after {
	content: '.';
	font-size: 0;
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: auto;
	background-image: -moz-linear-gradient( left, #967f71 20%, #d6cdc7 20%);
	background-image: -webkit-linear-gradient( left, #967f71 20%, #d6cdc7 20%);
	background-image: linear-gradient(to right, #967f71 20%, #d6cdc7 20%);
}
.entry .greeting_a h2 {
	margin-bottom: 0;
	background: transparent;
	padding: 0;
	border-left: none;
}
.entry .greeting_a h3 {
	margin-bottom: 0;
	font-size: inherit;
	border-bottom: none;
	padding-bottom: 0;
}

/* guide_a */

.entry .guide_a.is-layout-flex {
	margin-bottom: 0.5em;
}
.entry .guide_a.is-layout-flex h3 {
	margin-bottom: 0;
	margin-right: 1em;
	font-size: inherit;
	border-bottom: none;
	border: 1px solid #967f71;
	padding-top: 0.25em;
	padding-right: 1em;
	padding-bottom: 0.25em;
	padding-left: 1em;
	white-space: nowrap;
	min-width: calc(9em - 2em);
	text-align: center;
}
.entry .guide_a.is-layout-flex p {
	margin-bottom: 0;
	padding-top: calc(0.25em + 1px);
}

/* registration_c */

.entry .registration_c {
	border: 1px solid #967f71;
	padding: 1.5em;
}
.entry .registration_c h3 {
	background: #d6cdc7;
	border-bottom: none;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
}
.entry .registration_c p {
	margin-bottom: 1em;
}
.entry .registration_c :last-child {
	margin-bottom: 0;
}

/* registration_b */

.entry figure.registration_b table {
	margin-bottom: 0.5em;
}
.entry figure.registration_b table th, .entry figure.registration_b table td {
	border: 1px solid #967f71;
}
.entry figure.registration_b table th {
	background: #d6cdc7;
}

/* registration_a */

.entry figure.registration_a thead {
	color: #fff;
	background: #967f71;
	border-bottom: none;
}
.entry figure.registration_a table {
	margin-bottom: 0.5em;
}
.entry figure.registration_a table th, .entry figure.registration_a table td {
	border: 1px solid #d6cdc7;
}

/* home_a */

.entry .home_a {
	border: 1px solid #d6cdc7;
	gap: 0;
	padding: 1.5em 0;
}
.entry .home_a .wp-block-column {
	text-align: center;
	position: relative;
	padding: 0 1em;
}
.entry .home_a .wp-block-column:not(:last-child) {
	border-right: 1px solid #d6cdc7;
}
.entry .home_a .wp-block-column :last-child {
	margin-bottom: 0;
}
.entry .home_a .wp-block-column h2 {
	margin-bottom: 0.5em;
	background: transparent;
	padding: 0;
	color: inherit;
	border-left: none;
}
.entry .home_a .wp-block-column .wp-block-image {
	margin-bottom: 1em;
}
.entry .home_a .wp-block-column p {
	font-weight: bold;
}
.entry .home_a .wp-block-column p a {
	display: block;
	padding: 0.25em 1em;
	color: #fff;
	text-decoration: none;
	background: #967f71;
}
.entry .home_a .wp-block-column p a:after {
	content: '.';
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	background-color: transparent;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.entry .home_a .wp-block-column p a:hover:after {
	background: rgba(255,255,255,0.5);
}

/*-----------------------------------------------------
	section
------------------------------------------------------*/

/* sign */

#sign.entry {
	margin: 0 0 4em 0;
}
#sign.entry h1 img {
	max-width: 100%;
}

/* recent */

#recent.entry {
	margin: -8em 1em 5em 0;
}
#recent.entry .post {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #999;
}
#recent.entry .post:last-of-type {
	margin-bottom: 2em;
}
#recent.entry .post time, #recent.entry .post h3 {
	display: table-cell;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	vertical-align: top;
}
#recent.entry .post time {
	width: 10em;
}
#recent.entry .post h3 {
	border-bottom: none;
	font-size: inherit;
	margin-bottom: 0;
}
#recent.entry .post h3 sup {
	font-size: 0.8rem;
	font-weight: normal;
	color: #fff;
	background: #c00;
	letter-spacing: .1em;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0.5em;
	z-index: 1;
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}
#recent.entry .post h3 sup:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	background-image: -moz-linear-gradient( left bottom, rgba(204,0,0,0) 50%, rgba(204,0,0,1) 50%);
	background-image: -webkit-linear-gradient( left bottom, rgba(204,0,0,0) 50%, rgba(204,0,0,1) 50%);
	background-image: linear-gradient(to right top, rgba(204,0,0,0) 50%, rgba(204,0,0,1) 50%);
	position: absolute;
	margin: auto;
	bottom: -0.4rem;
	left: 0;
	z-index: -1;
}
#recent.entry p {
	font-weight: bold;
    text-align: center;
}
#recent.entry p a {
	background: #967f71;
	color: #fff;
	display: inline-block;
	padding: 0.25em 1em;
	min-width: 240px;
	text-decoration: none;
}
#recent.entry p a:hover {
	background: #d6cdc7;
	color: #222;
}
#recent.entry p a:before {
	font-family: "dashicons";
	content: "\f203";
	margin-right: 0.1em;
	vertical-align: bottom;
}

/*-----------------------------------------------------
	widget
------------------------------------------------------*/

aside .entry {
	margin: 0 0 2em 0.5em;
}
aside .entry h2 {
	color: inherit;
	background: transparent;
	padding: 0 0 0.25em 0;
	margin-bottom: 0.75em;
	border-left: none;
	border-bottom: 1px solid #d6cdc7;
}
aside .entry h3 {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0.5em;
}
aside .entry h6 {
	font-weight: normal;
}
aside .entry p, aside .entry pre, aside .entry ul, aside .entry ol {
	margin-bottom: 1em;
}
aside .entry .wp-block-image {
	margin-bottom: 1em;
}
aside .entry .wp-block-buttons {
	display: block;
}
aside .entry .wp-block-buttons > .wp-block-button {
	margin: 0 0 0.5em 0;
	display: block;
}
aside .entry .wp-block-buttons > .wp-block-button a.wp-block-button__link {
	padding: 0.25em 1em;
	min-width: 0;
	display: block;
}
aside .entry .widget {
	margin-bottom: 2em;
}

/* linkcat-7 */

aside #linkcat-7.entry .widget ul {
	list-style: none;
	padding-left: 0;
}
aside #linkcat-7.entry .widget ul li img {
	-moz-box-shadow: 0 0 0.25em rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 0.25em rgba(0,0,0,0.25);
	box-shadow: 0 0 0.25em rgba(0,0,0,0.25);
}

/* access */

aside .entry .widget .access .wp-block-buttons > .wp-block-button a.wp-block-button__link[target*="blank"]:after {
	content: "\f230";
}

/* secretariat */

aside .entry .widget .secretariat .wp-block-buttons > .wp-block-button a.wp-block-button__link[target*="blank"]:after {
	content: none;
}
aside .entry .widget .secretariat .wp-block-buttons > .wp-block-button a.wp-block-button__link[target*="blank"]:before {
	font-family: "dashicons";
	content: "\f466";
	vertical-align: bottom;
	margin-right: 0.1em;
}

/*-----------------------------------------------------
	keyframes
------------------------------------------------------*/
@keyframes appear {

	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}
@-webkit-keyframes blink {

	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}
@-moz-keyframes blink {

	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}
@keyframes blink {

	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}
