body {
	margin:0;
	padding:0;
	font-family: "Klee One", YuMincho, 'Yu Mincho', serif !important;
}

a {
  text-decoration:none !important;
}

a:hover {
  text-decoration:none !important;
  font-weight: 700;
}

.blog_top {
  height: 60px;
  background: #48d1cc;
}

.header_blog {
  padding: 8px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  height: 40px;
}

.entry-title-link {
  text-decoration:none;
}

#blog-title-inner {
	display:none;
}

.hfeed .entry-title {
    text-align: left;
}

.archive-entries .entry-title {
   padding:5px;
}

.badge {
    font-family: 'Dosis', "Sawarabi Gothic", Cursive;
}

.categories a {
    display: inline-block;
	padding: .25em .4em;
	font-size: 80%;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	color: #fff;
	background-color: #20b2aa;
	font-family: 'Dosis', "Sawarabi Gothic", Cursive;
}

.categories a:hover, .categories a:focus {
    color: #fff;
    background-color: #117a8b;
}

.entry {
    margin: 20px 25px;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	border-radius: 5px;
    background-image: linear-gradient(172deg, rgba(96, 96, 96, 0.05), rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(96, 96, 96, 0.05));
}

.entry:hover {
	box-shadow: 0 8px 16px 0 rgba(17,122,139,0.2);
	border: 1px solid rgba(17,122,139,0.4);
    background-image: linear-gradient(172deg, rgba(0, 206, 209, 0.05), rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(0, 206, 209, 0.05));
}

.entry-inner {
	padding: 10px;
}

.entry-title {
	flex-grow: 1;
}

.entry-title a {
	color:#00ced1 !important;
}

.entry-title a:hover {
	color: #20b2aa !important;
}

.entry-content {
	color:#242424;
	font-size: 120%;
	padding: 10px;
}

.entry-footer {
	text-align:right;
	margin: 10px 0;
	padding: 0px;
	border-top: 1px solid rgba(0,0,0,0.2);
}

.hatena-module {
   padding: 10px;
   border-bottom: 1px solid #DDD;
   background: #EEE;
   font-size: 13px;
}

.hatena-module a {
   color: #999;
}

.hatena-module-title {
   color: #444;
   font-weight: 700px;
   font-size: 120%;
}

.hatena-module-body {
	padding: 10px;
}

.hatena-module-body ul {
  list-style-type: none;
  padding: 2px;
  margin: 0px;
}

.hatena-module-body li {
  padding: 2px;
}

.search-module-input {
  width: 100%;
}

.comment {
    font-size: 0.8rem;
}

.comment-box ul {
  list-style-type: none;
  padding: 1px;
  margin: 0px;
}

.comment-box li {
  padding: 2px;
  text-align: left;
  border-radius: 2px;
  border: 1px solid #EEE;
}

.comment-box li:nth-child(even) {
  background: #EEE;
}

.hatena-module-body li:nth-child(even) {
  background: #FFF;
}

.leave-comment-title {
  display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	border-radius: .25rem;
	transition: all .15s ease-in-out;

	color: #fff !important;
	background-color: #868e96;
	border-color: #868e96;
}

.leave-comment-title:hover {
   font-weight: 700;
}

#box2 {
	right: 0px;
	top: 70px;
	margin: 10px;
	width: 300px;
	position: absolute;
	z-index: 5;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	border-radius: 5px;
}

#wrapper {
	margin: 0px 300px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	background: #FFF;
}

div#google_afc_user {
height:1px;
}

.hfeed .entry-header, .archive-entry-header {
    margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,206,209,0.2);
	display: flex;
    justify-content: space-between; 
    align-items: center;
}

.hfeed .date, .archive-entry-header .date {
  display: inline-block;
  margin: 0 10px;
  padding: .25em .4em;
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  color: #fff;
  background-color: #20b2aa;
  font-family: 'Dosis', cursive;
}

.hfeed .date a, .archive-entry-header .date a {
    color: #FFF;
}

.hfeed .categories, .archive-entry-header .categories {
   margin: 10px;
}

.archive-entries .categories {
    text-align: right;
    margin: 10px;
}

.archive-header-category {
    margin: 10px 25px;
}

.archive-entry {
    margin: 20px 25px;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	border-radius: 5px;
}

.archive-entries .social-buttons{
  display: none;
}

.aa {
    font-family: IPAMonaPGothic,'ＭＳ Ｐゴシック',sans-serif;
font-size  : 16px;
line-height: 18px;
}

.pager {
   text-align: center;
   margin: 20px;   
}

.pager a {
   display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	border-radius: .25rem;
	transition: all .15s ease-in-out;

	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.pager a:hover, .pager a:focus {
    color: #fff;
    background-color: #117a8b;
}

.hatena-fotolife {
	width: auto;
	max-height: 360px;
	object-fit: cover;
	border-radius: 10px;
}

.entry-thumb {
	border-radius: 10px;
}

.video{
    width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
}

.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}