/* <system section="theme" selected="11696248318755805834"> */
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Simonetta:400);

* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size:100%;
}

img {
	border:none;
}

ol, ul{
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: Meiryo,sans-serif;
	color: #333;
	background: #ddd;
}

/* navigation design */
#globalheader-container {
	width: 100%;
	color: #666;
}

#container {
	width: 1005px;
	padding: 0 10px;
	margin: auto;
}

/* container design */
#content {
	width: 985px;
	margin: 15px auto;
	padding: 0;
}

#container a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper {
	width: 670px;
	background: transparent;
	float: left;

}

.entry {
	background: #fff;
	position: relative;
	margin-bottom: 15px;
}

/* title design */
#blog-title {
	width: 985px;
	text-align: left;
	margin: 40px auto 15px;
}

#title {
	font-size: 150%;
	display: inline-block;
}

#title a {
	color: #333;
}

#blog-description {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 90%;
	display: inline-block;
}

.header-image-enable #blog-title, .header-image-only #blog-title {
	padding: 0;
	background: #fff;
	margin: 15px auto;
}

.header-image-enable #blog-title-inner {
	padding: 70px;
	background: #fff;
}

.header-image-enable #title {
	text-align: center;
	display: block;
}

.header-image-enable #blog-description {
	text-align: center;
	display: block;
}

/* breadcrumb design */
.breadcrumb {
	width: 985px;
	margin: 0px auto;
	height: 35px;
}

.breadcrumb div {
	padding: 8px 20px;
	width: 670px;
	height: 35px;
	background: #888;
	color: #fff;
}

.breadcrumb a {
	color: #fff;
}

.entry-header .date {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.date .hyphen {
	display: none;
}

.date .date-month:before, .date .date-day:before {
	content: " / ";
}

/* calender design */
.date a {
	font-size: 90%;
}

/* entry title design */
.entry-title {
	font-size: 135%;
	font-weight: bold;
	margin: 0.2em 0;
}

.entry-title a {
	color: #333;
}

.entry-header {
	position: relative;
	padding: 10px 20px;
	background: #2980b9;
	color: #fff;
	margin-bottom: 1em;
}

.entry-header a {
	color: #fff;
}

/* edit button */
.entry-header-menu a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	text-align: center;
	background-color: #e73d40;
	font-size: 95%;
	color: #fff;
	border: dotted 1px #efefef;
}

.entry-header-menu a:hover {
	text-decoration: none;
	box-shadow: inset 0px 1px 12px #666;
	text-shadow:  0 0 3px #000;
	opacity: 0.8;
}

.categories {
	width: 540px;
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* カテゴリ未設定の時に表示させない！ */
.entry-header .no-categories {
	display: block;
	height: 21px;
}

.entry-header .categories a {
	font-size: 70%;
	display: inline-block;
	padding: 3px 6px;
	background: #999;
	background: rgba(0,0,0,0.1);
	color: #fff;
}

/* entry design */
.entry-content {
	line-height: 1.8;
	font-size: 90%;
	padding: 0px 20px 10px;
}

.entry-content p {
	margin: 0.8em 0;
}

.entry-content a {
	color: #3489bd;
}

.entry-content a:hover {
	text-decoration: underline;
}

a.keyword {
	color: #333;
	border-bottom: dotted 1px #ccc;
}

a.keyword:hover {
	border-bottom: solid 1px #aaa;
	text-decoration: none;
}

.entry-content h3, .entry-content h1, .entry-content h2 {
	font-size: 130%;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding: 4px 10px;
	border-left: solid 10px #c0392b;
	background: #fafafa;
	background: rgba(250,250,250,1);
}

.entry-content h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding: 2px 15px;
	border-left: solid 5px #c0392b;
	border-bottom: dashed 1px #c0392b;
}

.entry-content h5 {
	font-size: 110%;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding: 2px 0px;
}

.entry-content h5:before {
	content: "■ ";
	color: #c0392b;
}

.entry-content blockquote {
	padding: 20px 55px;
	background: #efefef;
	background: rgba(245,245,245,0.8);
	color: #333;
	position: relative;
	border: solid 1px #fff; /* 背景が白以外のケース用 */
	margin: 0.8em 0;
}

.entry-content blockquote p {
	font-size: 90%;
}

.entry-content blockquote:before {
	content: "“";
	font-family: serif;
	position: absolute;
	top:0;
	left:0;
	font-size: 600%;
	color: #c8c8c8;
	color: rgba(200,200,200,1);
	line-height: 1em;
}

.entry-content blockquote:after {
	content: "”";
	font-family: serif;
	position: absolute;
	bottom:0;
	right:0;
	font-size: 600%;
	color: #c8c8c8;
	color: rgba(200,200,200,1);
	line-height: 0;
}

.entry-content blockquote img {
	max-width: 100%;
}

.entry-content blockquote cite {
	display: block;
	text-align: right;
	font-size: 80%;
}

.entry-content blockquote p {
	margin: 0;
}

/* pre design */
.entry-content pre {
	color: #333;
	border: solid 1px #ddd;
	padding: 20px;
	background: #fff;
	font-size: 100%;
	margin: 0.8em 0;
}

/* super pre design */
.entry-content pre.code {
	color: #333;
	border: none;
	padding: 20px;
	background: #f6f6f2;
	font-size: 85%;
	margin: 0.8em 0;
}

.entry-content table {
	border-collapse: collapse;
	border: solid 1px #ddd;
	margin: 0.8em 0;
}

.entry-content th {
	background: #f5f5f5;
	font-weight: bold;
}

.entry-content th, .entry-content td {
	border: solid 1px #ddd;
	padding: 5px 10px;
}

.entry-content td {
	background: #fff;
}

.entry-content > ul, .entry-content > ol {
	margin: 0.8em 0;
}

.entry-content ul li {
	list-style-type: disc;
	margin-left: 30px;
}
.entry-content ol li {
	list-style-type: decimal;
	margin-left: 30px;
}

.entry-content dl {
	margin: 0.8em 0;
}

.entry-content dt {
	font-weight: bold;
	margin-bottom: 0.2em;
}

.entry-content dd {
	margin-left: 30px;
	margin-bottom: 0.4em;
}

.entry-content img, .entry-content iframe, .entry-content embed { 
	max-width: 100%;
}

.entry-content img.magnifiable, .entry-content img.hatena-fotolife { 
	max-width: 100%;
	border: solid 1px #ddd;
	padding: 5px;
	background: #efefef;
}

.entry-content img.magnifiable:hover, .entry-content img.hatena-fotolife:hover { 
	border: solid 1px #de741e;
}

.entry-content .hatena-asin-detail, .entry-content .itunes-embed  {
	background: #fff;
	border: solid 1px #ddd;
	padding: 15px 20px;
}

.entry-content .hatena-asin-detail li, .entry-content .itunes-embed  li {
	list-style-type: none;
	font-size: 95%;
	margin: 0;
}

.entry-content .itunes-embed  li {
	font-size: 100%;
}


.entry-footer {
	padding: 10px 20px;
}

.entry-footer a {
	color: #3489bd;
	font-size: 80%;
}

.fn {
	font-size: 80%;
}

.entry-footer-section {
	display: inline-block;
}

.hatena-star-container {
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-buttons {
	margin: 0.8em 0;
}

/* コメント */
.comment-box ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 95%;
	line-height: 1.7;
}

.comment-box .comment > li {
	padding: 10px 0 10px 90px;
	border-bottom: 1px solid #dddddd;
	position: relative;
}

.comment-box .comment > li:first-child {
	border-top: 1px solid #dddddd;
}

.comment-box .hatena-id-icon {
	position: absolute;
	top: 10px;
	left: 0;
	width: 64px !important;
	height: 64px !important;
	
	border-radius: 50%;
	box-shadow: 0 0 0 5px #ecf0f1;
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.comment-user-name {
	margin: 0 0 10px 0;
	font-weight: normal;
}

.comment-metadata {
	font-size: 80%;
	color: #999999;
	margin: 0;
}
.comment-metadata a {
  color: #999999;
}

.comment-box .comment .read-more-comments {
	padding: 0;
}

.comment-box .comment .read-more-comments a {
	display: block;
	padding: 10px 0;
}

.comment-box .read-more-comments a:hover {
	background: #efefef;
	text-decoration: none;
	box-shadow: inset 0px 1px 12px #666;
	opacity: 0.8;
}

/* コメント欄はてな記法対応 */
.comment-content {
	font-size: 90%;
	margin: 0 0 10px 0;
	word-wrap: break-word;
}
.comment-content p {
	margin: 0.8em 0;
}

.comment-content img {
	max-width: 100%;
}

.comment-content h3 {
	margin: 1em 0 0.5em 0;
	font-size: 130%;
	font-weight: bold;
	padding: 4px 10px;
	border-left: solid 10px #c0392b;
	background: #fafafa;
	background: rgba(250,250,250,1);
}
.comment-content h4 {
	margin: 1em 0 0.5em 0;
	font-size: 120%;
	font-weight: bold;
	padding: 2px 15px;
	border-left: solid 5px #c0392b;
	border-bottom: dashed 1px #c0392b;
 }
 
.comment-content h5 {
	margin: 1em 0 0.5em 0;
	font-size: 110%;
	font-weight: bold;
}

.comment-content h5:before {
	content: "■ ";
	color: #c0392b;
}

.comment-content blockquote {
	padding: 20px 45px;
	background: rgba(245,245,245,0.8);
	color: #333;
	position: relative;
	border: solid 1px #fff; /* 背景が白以外のケース用 */
	margin: 0.8em 0;
}

.comment-content blockquote p {
	font-size: 90%;
}

.comment-content blockquote:before {
	content: "“";
	font-family: serif;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 600%;
	color: rgba(200,200,200,1);
	line-height: 1em;
}

.comment-content blockquote:after {
	content: "”";
	font-family: serif;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 600%;
	color: rgba(200,200,200,1);
	line-height: 0;
}

.comment-content blockquote cite {
	display: block;
	text-align: right;
}

.comment-content blockquote p {
	margin: 0;
}

.comment-content pre {
	color: #333;
	border: none;
	padding: 20px;
	background: #f6f6f2;
	font-size: 100%;
	margin: 0.8em 0;
}

.comment-content table {
	border-collapse: collapse;
	border: solid 1px #ddd;
	margin: 0.8em 0;
}

.comment-content th {
	background: #f5f5f5;
	font-weight: bold;
}

.comment-content th, .comment-content td {
	border: solid 1px #ddd;
	padding: 5px 10px;
}

.comment-content td {
	background: #fff;
}

.comment-content > ul, .comment-content > ol {
	margin: 0.8em 0;
}

.comment-content ul li {
	list-style-type: disc;
	margin-left: 30px;
}
.comment-content ol li {
	list-style-type: decimal;
	margin-left: 30px;
}

.comment-content dl {
	margin: 0.8em 0;
}

.comment-content dt {
	font-weight: bold;
	margin-bottom: 0.2em;
}

.comment-content dd {
	margin-left: 30px;
	margin-bottom: 0.4em;
}

.comment-content img, .comment-content iframe, .comment-content embed { 
	max-width: 100%;
}

.comment-content img { 
	max-width: 100%;
	border: solid 1px #ddd;
	padding: 5px;
	background: #efefef;
}

.entry-footer .comment-box {
	margin: 0.8em 0;
}

.entry-footer .leave-comment-title {
	display: block;
	padding: 8px 0;
	color: #fff;
	background: #999;
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	white-space: nowrap;
}

.entry-footer .leave-comment-title:hover {
	box-shadow: inset 0px 1px 15px #333;
	text-shadow:  0 0 3px #000;
	opacity: 0.8;
}

/* common sidebar */
#box2 {
	width: 300px;
	height: auto;
	float: right;
	position: relative;
}

.hatena-module {
	width: 300px;
	background: #fff;
	font-size: 90%;
	margin-bottom: 15px;
}

.hatena-module a {
	color: #3489bd;
}

.hatena-module a:hover {
	text-decoration: underline;
}

.hatena-module-title {
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background: #2980b9;
	padding: 10px 15px;
}

/* archiveリンク対応 */
.hatena-module-recent-entries .hatena-module-title, .hatena-module-archive .hatena-module-title  {
	padding: 0;
}

.hatena-module-title a {
	position: relative;
	display: block;
	color: #fff;
	padding: 10px 15px;
}

.hatena-module-title a:hover {
	text-decoration: none;
	box-shadow: inset 0px 1px 12px #666;
	text-shadow:  0 0 3px #000;
	opacity: 0.8;
}

.hatena-module-title a:after {
	content: ">>more";
	font-size: 14px;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.hatena-module-body {
	font-size: 90%;
	padding: 10px 15px;
}

/* For hentai game's banner */
.hatena-module-body a .erg {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	-o-box-sizing: content-box !important;
	box-sizing: content-box !important;
	padding: 10px;
	background: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	opacity: 0;
}

.hatena-module-body a .ergview {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

.hatena-module-body:hover a .erg {
	opacity: 0.8;
}

/* archive & link */
.hatena-module-recent-entries .hatena-module-body, .hatena-module-links .hatena-module-body {
	padding: 0;
}

.hatena-module-recent-entries .hatena-urllist li a, .hatena-module-links .hatena-urllist li a {
	display: block;
	padding: 8px 15px;
	border-bottom: solid 1px #ddd;
}

.hatena-module-recent-entries .hatena-urllist li:last-of-type a, .hatena-module-links .hatena-urllist li:last-of-type a {
	border-bottom: none;
}

.hatena-module-recent-entries .hatena-urllist li a:hover, .hatena-module-links .hatena-urllist li a:hover{
	background: #efefef;
	text-decoration: none;
	box-shadow: inset 0px 1px 12px #666;
	opacity: 0.8;
}

/* comments */
.hatena-module-recent-comments .hatena-module-body {
	padding: 0;
	color: #777;
}

.hatena-module-recent-comments .hatena-urllist li {
	position: relative;

	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.hatena-module-recent-comments .user-id {
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;

	max-width: 210px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hatena-module-recent-comments .user-id img {
	box-shadow: 0 0 0 2px #ecf0f1;
	border-radius: 50%;
}

.hatena-module-recent-comments a {
	display: block;
	padding: 30px 0 10px 15px;
	color: #3489bd;
	border-bottom: solid 1px #ddd;
}

.hatena-module-recent-comments a:hover {
	text-decoration: none;
}

.hatena-module-recent-comments .hatena-urllist li:hover {
	background: #efefef;
	box-shadow: inset 0px 1px 12px #666;
	opacity: 0.8;
}

.hatena-module-recent-comments .hatena-urllist li > .recent-comment-time {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	opacity: 1;
	font-style: normal;
}
.hatena-module-recent-comments .hatena-urllist li > .recent-comment-time time {
	font-style: normal;
}



.hatena-module-recent-comments .hatena-urllist li:last-of-type a {
	border-bottom: none;
}

/* ------- Archiveフラット化対応 ------- */
.hatena-module-archive .hatena-module-body {
	padding: 0;
}

.archive-module-year {
	position: relative;
}

.archive-module-button {
	position: absolute;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #efefef;
	text-align: center;
	cursor: pointer;
	border-bottom: solid 1px #ddd;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.archive-module-month {
	margin: 0 !important;
}

.archive-module-year-title, .archive-module-month-title {
	display: block;
	padding-left: 48px;
	border-bottom: solid 1px #ddd;
	height: 38px;
	line-height: 38px;
}

.archive-module-year-title {
	padding-left: 10px;
	margin-left: 38px;
}

a.archive-module-year-title:hover, a.archive-module-month-title:hover, .archive-module-button:hover {
	text-decoration: none !important;
	background: #efefef;
	box-shadow: inset 0px 1px 12px #666;
	opacity: 0.8;
}
/* ------- ここまで ------ */

/* Profile Design */
.hatena-module-profile .profile-icon {
	margin: 5px 15px 15px 5px;
	float: left;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #ecf0f1;
}

.profile-icon {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.profile-icon:hover {
	box-shadow: 0 0 0 5px #c45666 !important;
}

.id {
	font-size: 100%;
}

.profile-description {
	margin: 0.8em 0;
	text-align: left;
	line-height: 1.5;
}

/* Searchbox Design */
.hatena-module-search-box {
	margin-bottom: 0;
}

.hatena-module-search-box .hatena-module-title {
	display: none;
}

.hatena-module-search-box .hatena-module-body {
	padding: 0;
}

.search-form {
	position: absolute;
	top: -50px;
}

.search-module-input {
	width: 300px;
	height: 35px;
	padding: 0px 10px;
	font-size: 100%;
	border: solid 1px #ddd;
	vertical-align: middle;
	background: #efefef;
}

.search-module-input:focus {
	background: #fff;
}

.search-module-button {
	display: inline-block;
	text-indent: -999px;
	width: 35px;
	height: 35px;
	border: none;
	vertical-align: bottom;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	cursor: pointer;
	background: url(http://img.f.hatena.ne.jp/images/fotolife/p/platism/20130711/20130711002432.gif) no-repeat 50% 50%;
}

/* 改行防止(省略表示) */
.hatena-module-recent-entries li a {
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hatena-module-recent-entries li a:hover {
	white-space: normal;
	text-overflow: clip;
	overflow: visible;
}

.archive-module-month {
	list-style-type: none !important;
}

/* Category Cloud */
.hatena-module-category li  {
	display: inline-block;
	margin-bottom: -2px;
}

.hatena-module-category li a {
	display: inline-block;
	display: block;
	float: left;
	color: #fff;
	background: #4ba2db;
	padding: 0 5px;
	line-height: 25px;
	height: 25px;
	font-size: 85%;
	max-width: 100%;
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hatena-module-category li a:hover {
	text-decoration: none;
	background: #c73140;
	-webkit-transform: scale(1.4,1.4);
	transform: scale(1.4,1.4);
	box-shadow: 0 0 3px 1px #999;
}

.hatena-module-category .hatena-urllist li {
	padding: 0.1em 0;
}

.hatena-module-archive .hatena-module-body {
	font-size: 100%;
}

/* Pager Button */
.pager {
	width: 670px;
}

.pager:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.pager-next a:after {
	content: "  \25b6";
}

.pager-prev a:before {
	content: "\25c0  ";
}

/* 仕様変更対応(2014/3/3) */
.pager-arrow {
	display: none;
}

.page-entry .pager-next a,.page-entry .pager-prev a, .page-archive .pager-next a, .page-archive .pager-prev a {
	display: block;
	width: 328px;
	text-align: center;
	background: #e74c3c;
	float: left;
	margin: auto;
	padding: 12px 0;
	font-size: 90%;
	color: #fff;
}

.page-entry .pager-next a, .page-archive .pager-next a {
	float: right;
}

/* Index-Page */
.page-index .pager-next a , .page-search .pager-next a , .page-category-category_name .pager-next a, .page-entries-year-month-day .pager-next a {
	display: block;
	width: 670px;
	text-align: center;
	background: #e74c3c;
	margin: auto;
	padding: 12px 0;
	font-size: 90%;
	color: #fff;
}

.pager-next a:hover, .pager-prev a:hover {
	text-decoration: none;
	box-shadow: inset 0px 1px 12px #666;
	text-shadow:  0 0 3px #000;
	opacity: 0.8;
}

/* Archive Page */
.page-archive #main-inner:before {
	content: "Archive";
	display: block;
	width: 630px;
	margin-left: -20px;
	margin-top: -10px;
	padding: 10px 20px;
	background: #2980b9;
	color: #fff;
	font-size: 120%;
	font-family: 'Simonetta',meiryo,sans-serif;
	margin-bottom: 10px;
}


.page-archive #main-inner {
	padding: 10px 20px;
	background: #fff;
	position: relative;
	margin-bottom: 15px;
}

.page-archive #main-inner .page-archive-section:first-of-type {
	margin-top: 20px;
}

.page-archive #main-inner .page-archive-section {
	position: relative;
}

.page-archive #main-inner a {
	color: #333;
}

.page-archive #main p {
	font-size: 90%;
	color: #333;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.page-archive #main .entry-title {
	font-size: 110%;
	font-weight: normal;
	display: inline-block;
	margin-top: 10px;
	color: #3489bd;
}

.page-archive #main .entry-description {
	margin: 0.2em 0;
}
.page-archive #main .categories {
	margin: 0 0 0.5em;
}

.archive-entry {
	border-bottom: solid 1px #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px !important;
}

.page-archive section {
/*	margin-bottom: 10px; */
	font-family: sans-serif;
}

.page-archive #main section h1 {
	font-weight: bold;
	font-size: 90%;
	color: #333;
	margin-bottom: 0.4em
}

.page-archive #main section li {
	margin-bottom: 0.8em;
	border-bottom: solid 1px #ddd;
	padding-bottom: 0.4em; 
}

.page-archive #main .categories a {
	display: inline-block;
	color: #fff;
	background: #4ba2db;
	padding: 0 5px;
	line-height: 23px;
	height: 23px;
	font-size: 75%;
}

.page-archive #main .categories {
	display: block;
}

.page-archive #main li:first-of-type .categories {
	position: absolute;
	top: -4px;
	left: 90px;
}

.page-archive #main li:not(:first-of-type) .categories {
	position: relative;
	left: 90px;
}

/* about */
.page-about #main dt {
	padding: 0 0 0.4em;
	margin: 0 0 0.4em 0;
	border-bottom: solid 1px #ddd;
}

.page-about #main dd {
	margin: 0 0 0.8em 10px;
}

.page-about #main img {
	width: 50px;
	height: 50px;
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #ecf0f1;
}

.page-about #main dt:before {
	content: "■ ";
	color: #ce0c0c;
}

.page-about #main .entry-content {
	padding: 10px 20px;
}

.page-about #main .entry-content:before {
	content: "About";
	display: block;
	width: 630px;
	margin-left: -20px;
	margin-top: -10px;
	padding: 10px 20px;
	background: #2980b9;
	color: #fff;
	font-size: 120%;
	font-family: 'Simonetta',meiryo,sans-serif;
}

.page-about .subscription-count {
	display: block;
}

/* 404notfound */
.no-entry .entry-content {
	padding: 10px 20px;
}

.no-entry .entry-content h1 {
	margin: 0.5em 0;
}

/* height対応 */
#content:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* footer */
#footer {
	clear: both;
	text-align: center;
	padding: 10px;
	font-size: 80%;
	z-index: 4;
}

#footer a {
	color: #333;
	text-shadow: 0 0 1px #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#footer a:hover {
	text-decoration: underline;
}

#footer img {
	border-radius: 50%;
}

#top-editarea, #bottom-editarea {
	width: 985px;
	margin: 0 auto;
}

/* WebFont指定 */
#blog-title, .date, .categories, #box2, .pager, .leave-comment-title, .entry-footer-section, #footer, .breadcrumb, .entry-header-menu, .page-archive-section h1, .page-archive #main p, .comment-user-name, .comment-metadata, .read-more-comments {
	font-family: 'Simonetta',meiryo,sans-serif;
}

.page-archive-section h1 {
	font-weight: normal !important;
}

.zenback-container * {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	-o-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
/* </system> */

/* <system section="background" selected="bg9"> */
body{ background-color:#e9fbff; background-image:url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/theme9.gif?version=1cb944db0eeca13f9892a4d8ff32d3'); background-repeat:repeat-x; background-attachment:scroll; background-position:left top; }
/* </system> */


/* ----- ブログタイトル下のスペース調整 ---- */
#blog-title{
height:165px;
}


.table-of-contents:before{
    content: "目次";
    font-size: 150%;
    font-weight: bold;
}



.table-of-contents{
    padding: 20px 10px 20px 40px;
    border-radius: 5px;
    background: #f0f0f0;/*背景色はここから変更*/
}



/* ページトップへ戻るボタン */
#pagetop {
    position:fixed;
    bottom:10px;
    right:10px;
    padding:10px 20px;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    background:#00bfff;
}

/* ページトップへ戻るボタン：ホバー時 */
#pagetop:hover {
    background:#e74c3c;
}



.entry-content .emphasize-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #ee7917;
  background-color: #fffbf5;
}
.entry-content .emphasize-link p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-link::before {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px 0 26px;
  content: "Check!!";
  background-color: #ee7917;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.entry-content .emphasize-link::after {
  position: absolute;
  top: -16px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #ee7917;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  content: "\f029";
  font-size: 18px;
  font-family: "blogicon";
  color: #fff;
}



.ssImg{
    height: 80px;
    width: 80px;
    padding: 0;
}
.ssTitle{
    font-size: 90%;
}
.ssPanel{
    border-top: 1px solid rgb(228, 228, 228) !important;
    border-bottom: none !important;
    width: 49% !important;
    height: 100px !important;
    float: left !important;
    margin-right: 1% !important;
}
.ssLimitedContainerHeader > div > div > div{
     color: #ffffff ;
     background: #202f55;
     font-size: 16px ;
     padding: 10px 5px 10px 10px !important;
     margin-top: 15px;
}

/*-------------*/
/*  追尾する目次  */
/*-------------*/
#stoc-module {
  backface-visibility: hidden;
}
#stoc-module.tracking {
  margin-bottom: 0;
}
#stoc-module.fixed {
  position: fixed;
}
#stoc-module.absolute {
  position: absolute;
}
#stoc-module.sticky {
  position: -webkit-sticky;
  position: sticky;
}
#stoc-module.fade-in {
  animation: fadeIn 300ms;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

#stoc {
  overflow-y: auto;
  /* Shadows */
  background:
    radial-gradient(farthest-side at top, rgba(0,0,0,.17), transparent) top / 100% 11px,
    radial-gradient(farthest-side at bottom, rgba(0,0,0,.17), transparent) bottom / 100% 11px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#stoc ol {
  margin: 0;
  padding: 0 0 0 12px;
  list-style-type: none;
}
#stoc > ol {
  padding-left: 0;
  /* Shadow covers */
  background:
    linear-gradient(#fff 30%, transparent) top / 100% 40px,
    linear-gradient(transparent, #fff 70%) bottom / 100% 40px;
  background-repeat: no-repeat;
  background-attachment: local;
}
#stoc a {
  padding: 2px 2px 2px 6px;
  display: block;
  text-decoration: none;
}
#stoc:not(.touch) a:hover {
  background-color: rgba(0,0,0,.04);
  text-decoration: underline;
}
#stoc .active {
  background-color: rgba(0,0,0,.04);
}

#stoc::-webkit-scrollbar {
  width: 8px;
  background: #ececec;
}
#stoc::-webkit-scrollbar-button {
  display: none;
}
#stoc::-webkit-scrollbar-thumb {
  background: #b1b1b1;
}


.entry-content {
    font-size:16px;
    line-height:1.8em;
}


/*=================================================================================
	カエレバ・ヨメレバ・トマレバ
=================================================================================*/
 
.cstmreba {
	width:98%;
	height:auto;
	margin:36px auto;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
	line-height: 1.5;
	word-wrap: break-word;
	box-sizing: border-box;
	display: block;
}
.cstmreba a {
	transition: 0.8s ;
	color:#285EFF; /* テキストリンクカラー */
}
.cstmreba a:hover {
	color:#FFCA28; /* テキストリンクカラー(マウスオーバー時) */
}
.booklink-box, .kaerebalink-box, .tomarebalink-box {
	width: 100%;
	background-color: #fafafa; /* 全体の背景カラー */
	overflow: hidden;
	border-radius: 0px;
	box-sizing: border-box;
	padding: 12px 8px;
	box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
}
/* サムネイル画像ボックス */
.booklink-image,
.kaerebalink-image,
.tomarebalink-image {
	width:150px;
	float:left;
	margin:0 14px 0 0;
	text-align: center;
	background: #fff;
}
.booklink-image a,
.kaerebalink-image a,
.tomarebalink-image a {
	width:100%;
	display:block;
}
.booklink-image a img, .kaerebalink-image a img, .tomarebalink-image a img {
	margin:0 ;
	padding: 0;
	text-align:center;
	background: #fff;
}
.booklink-info, .kaerebalink-info, .tomarebalink-info {
	overflow:hidden;
	line-height:170%;
	color: #333;
}
/* infoボックス内リンク下線非表示 */
.booklink-info a,
.kaerebalink-info a,
.tomarebalink-info a {
	text-decoration: none;
}
/* 作品・商品・ホテル名 リンク */
.booklink-name>a,
.kaerebalink-name>a,
.tomarebalink-name>a {
	border-bottom: 1px solid ;
	font-size:16px;
}
/* powered by */
.booklink-powered-date,
.kaerebalink-powered-date,
.tomarebalink-powered-date {
	font-size:10px;
	line-height:150%;
}
.booklink-powered-date a,
.kaerebalink-powered-date a,
.tomarebalink-powered-date a {
	color:#333;
	border-bottom: none ;
}
.booklink-powered-date a:hover,
.kaerebalink-powered-date a:hover,
.tomarebalink-powered-date a:hover {
	color:#333;
	border-bottom: 1px solid #333 ;
}
/* 著者・住所 */
.booklink-detail, .kaerebalink-detail, .tomarebalink-address {
	font-size:12px;
}
.kaerebalink-link1 div img, .booklink-link2 div img, .tomarebalink-link1 div img {
	display:none !important;
}
.booklink-link2 {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
.booklink-link2>div,
.kaerebalink-link1>div,
.tomarebalink-link1>div {
	float:left;
	width:24%;
	min-width:128px;
	margin:0.5%;
}
/***** ボタンデザインここから ******/
.booklink-link2 a,
.kaerebalink-link1 a,
.tomarebalink-link1 a {
	width: 100%;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	margin: 1px 0;
	padding:3% 0.5%;
	border-radius: 8px;
	font-size: 13px;
	font-weight: bold;
	line-height: 180%;
	color: #fff;
	box-shadow: 0px 2px 4px 0 rgba(0,0,0,.26);
}
/* トマレバ */
.tomarebalink-link1 .shoplinkrakuten a {background: #76ae25; border: 2px solid #76ae25; }/* 楽天トラベル */
.tomarebalink-link1 .shoplinkjalan a { background: #ff7a15; border: 2px solid #ff7a15;}/* じゃらん */
.tomarebalink-link1 .shoplinkjtb a { background: #c81528; border: 2px solid #c81528;}/* JTB */
.tomarebalink-link1 .shoplinkknt a { background: #0b499d; border: 2px solid #0b499d;}/* KNT */
.tomarebalink-link1 .shoplinkikyu a { background: #bf9500; border: 2px solid #bf9500;}/* 一休 */
.tomarebalink-link1 .shoplinkrurubu a { background: #000066; border: 2px solid #000066;}/* るるぶ */
.tomarebalink-link1 .shoplinkyahoo a { background: #ff0033; border: 2px solid #ff0033;}/* Yahoo!トラベル */
/* カエレバ */
.kaerebalink-link1 .shoplinkyahoo a {background:#ff0033; border: 2px solid #ff0033;} /* Yahoo!ショッピング */
.kaerebalink-link1 .shoplinkbellemaison a { background:#84be24 ; border: 2px solid #84be24;}	/* ベルメゾン */
.kaerebalink-link1 .shoplinkcecile a { background:#8d124b; border: 2px solid #8d124b;} /* セシール */
.kaerebalink-link1 .shoplinkkakakucom a {background:#314995; border: 2px solid #314995;} /* 価格コム */
/* ヨメレバ */
.booklink-link2 .shoplinkkindle a { background:#007dcd; border: 2px solid #007dcd;} /* Kindle */
.booklink-link2 .shoplinkrakukobo a { background:#bf0000; border: 2px solid #bf0000;} /* 楽天kobo */
.booklink-link2  .shoplinkbk1 a { background:#0085cd; border: 2px solid #0085cd;} /* honto */
.booklink-link2 .shoplinkehon a { background:#2a2c6d; border: 2px solid #2a2c6d;} /* ehon */
.booklink-link2 .shoplinkkino a { background:#003e92; border: 2px solid #003e92;} /* 紀伊國屋書店 */
.booklink-link2 .shoplinktoshokan a { background:#333333; border: 2px solid #333333;} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.kaerebalink-link1 .shoplinkamazon a, .booklink-link2 .shoplinkamazon a {
	background:#FF9901;
	border: 2px solid #ff9901;
} /* Amazon */
.kaerebalink-link1 .shoplinkrakuten a, .booklink-link2 .shoplinkrakuten a {
	background: #bf0000;
	border: 2px solid #bf0000;
} /* 楽天 */
.kaerebalink-link1 .shoplinkseven a, .booklink-link2 .shoplinkseven a {
	background:#225496;
	border: 2px solid #225496;
} /* 7net */
/****** ボタンカラー ここまで *****/
 
/***** ボタンデザイン　マウスオーバー時ここから *****/
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover,
.tomarebalink-link1 a:hover {
	background: #fff;
}
/* トマレバ */
.tomarebalink-link1 .shoplinkrakuten a:hover { color: #76ae25; }/* 楽天トラベル */
.tomarebalink-link1 .shoplinkjalan a:hover { color: #ff7a15; }/* じゃらん */
.tomarebalink-link1 .shoplinkjtb a:hover { color: #c81528; }/* JTB */
.tomarebalink-link1 .shoplinkknt a:hover { color: #0b499d; }/* KNT */
.tomarebalink-link1 .shoplinkikyu a:hover { color: #bf9500; }/* 一休 */
.tomarebalink-link1 .shoplinkrurubu a:hover { color: #000066; }/* るるぶ */
.tomarebalink-link1 .shoplinkyahoo a:hover { color: #ff0033; }/* Yahoo!トラベル */
/* カエレバ */
.kaerebalink-link1 .shoplinkyahoo a:hover {color:#ff0033;} /* Yahoo!ショッピング */
.kaerebalink-link1 .shoplinkbellemaison a:hover { color:#84be24 ; }	/* ベルメゾン */
.kaerebalink-link1 .shoplinkcecile a:hover { color:#8d124b; } /* セシール */
.kaerebalink-link1 .shoplinkkakakucom a:hover {color:#314995;} /* 価格コム */
/* ヨメレバ */
.booklink-link2 .shoplinkkindle a:hover { color:#007dcd;} /* Kindle */
.booklink-link2 .shoplinkrakukobo a:hover { color:#bf0000; } /* 楽天kobo */
.booklink-link2 .shoplinkbk1 a:hover { color:#0085cd; } /* honto */
.booklink-link2 .shoplinkehon a:hover { color:#2a2c6d; } /* ehon */
.booklink-link2 .shoplinkkino a:hover { color:#003e92; } /* 紀伊國屋書店 */
.booklink-link2 .shoplinktoshokan a:hover { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.kaerebalink-link1 .shoplinkamazon a:hover, .booklink-link2 .shoplinkamazon a:hover {
	color:#FF9901; } /* Amazon */
.kaerebalink-link1 .shoplinkrakuten a:hover , .booklink-link2 .shoplinkrakuten a:hover {
	color: #bf0000; } /* 楽天 */
.kaerebalink-link1 .shoplinkseven a:hover, .booklink-link2 .shoplinkseven a:hover {
	color:#225496;} /* 7net */
/***** ボタンデザイン　マウスオーバー時ここまで *****/
.booklink-footer {
	clear:both;
}
 
/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px){
	.booklink-image,
	.kaerebalink-image,
	.tomarebalink-image {
		width:100%;
		float:none;
	}
	.booklink-link2>div,
	.kaerebalink-link1>div,
	.tomarebalink-link1>div {
		width: 32.33%;
		margin: 0.5%;
	}
	.booklink-info,
	.kaerebalink-info,
	.tomarebalink-info {
	  text-align:center;
	  padding-bottom: 1px;
	}
}
 
/*****  解像度480px以下のスタイル *****/
@media screen and (max-width:480px){
	.booklink-link2>div,
	.kaerebalink-link1>div,
	.tomarebalink-link1>div {
		width: 49%;
		margin: 0.5%;
	}
}



.follow-btn{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.follow-btn a {
    display: inline-block;
    height: 45px;
    line-height: 22px;
    width: 25%;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.follow-btn .hatena {
    color: #3D3F44;
    border: 2px solid #3D3F44;
    background: #ffffff; 
}
.follow-btn .twitter {
    color: #00ACEE;
    border: 2px solid #00ACEE;
    background: #ffffff; 
}
.follow-btn .feedly { 
    color: #70CA3B;
    border: 2px solid #70CA3B;
    background: #ffffff;
}
.follow-btn .hatena:hover {
    color: #ffffff;
    background: #3D3F44;
    transition: all .3s;
}
.follow-btn .twitter:hover {
    color: #ffffff;
    background: #00ACEE;
    transition: all .3s;
}
.follow-btn .feedly:hover {
    color: #ffffff;
    background: #70CA3B;
    transition: all .3s;
}
.text-small{
    font-size: 8px;
}

/* テーブルを横スクロール */
table {
 width: 100%;
}

/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
 overflow: auto;
 white-space: nowrap;
}


/* スクロール */
#○○ {
box-sizing: border-box;　/* スクロール用の箱のサイズ */
overflow-x: scroll; /* 横スクロール */
-webkit-overflow-scrolling: touch;
border-right:3px solid #E0E0E0; /* 右端の線の太さ・種類・色コード */
}
/* スクロールここまで */





/*share-botton*/
.share-buttons{
    margin-bottom: 10px;
    text-align: center;
}
.share-buttons .inner a {
    position: relative;
    display: inline-block;
    width: 15%;
    height: 45px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding:5px;
}
.share-buttons .inner .share-text{
    font-size: 15px;
}
.share-buttons .inner .hatena-bookmark-button{
    background: #008fde;
    box-shadow: 0 3px #5478a5;
}
.share-buttons .inner .hatena-bookmark-button:hover{
    background: #1db4eb;
}
.share-buttons .inner .hatena-bookmark-button:active{
    background: #5478a5;
}
.share-buttons .inner .facebook-button{
    background: #305097;
    box-shadow: 0 3px #213254;
}
.share-buttons .inner .facebook-button:hover{
    background: #4c70ba;
}
.share-buttons .inner .facebook-button:active{
    background: #213254;
}
.share-buttons .inner .twitter-button{
    background: #55acee;
    box-shadow: 0 3px #0285b7;
}
.share-buttons .inner .twitter-button:hover{
    background: #83c3f3;
}
.share-buttons .inner .twitter-button:active{
    background: #0285b7;
}
.share-buttons .inner .googleplus-button{
    background: #db4a39;
    box-shadow: 0 3px #a23629;
}
.share-buttons .inner .googleplus-button:hover{
    background: #e47365;
}
.share-buttons .inner .googleplus-button:active{
    background: #a23629;
}
.share-buttons .inner .pocket-button{
    background: #ee4256;
    box-shadow: 0 3px 0 #b5392c;
}
.share-buttons .inner .pocket-button:hover{
    background: #f26f7f;
}
.share-buttons .inner .pocket-button:active{
    background: #b5392c;
}
.share-buttons .inner .share-buttons a:active{
    top: 3px;
    box-shadow: none;
}





#menu {
 position: relative;
 width: 100%;
 padding-left: 0px;
 height: 40px;
 background: #343838;/*グローバルメニュー背景色*/
}
.menu-inner{
 width: 968px;
 margin: 0 auto;
 height: 40px;
}
#menu li {
 list-style-type: none;
 float: left;
 height: 40px;
 text-align: left;
}
#menu li a {
 padding-left: 15px;
 padding-right: 15px;
 display: block;
 color: #ffffff;/*グローバルメニュー文字色*/
 font-size: 80%;
 font-weight: bold;
 line-height: 40px;
}
#menu li:hover a {
 color: #00DFFC;
 background: #ffffff;
 transition: all .5s;
}

.menu-toggle{
 display: none;
} 

/*パソコン１カラム*/
@media screen and (max-width:968px){
    .menu-inner{
        width: 768px;
    }
}

/*タブレット*/
@media screen and (max-width:768px){
 #top-editarea{
  height: initial;
  background: #343838;/*MENU背景色*/
  text-align: right;/*MENUの文字の位置*/
  width: 100%;
 }
 .menu-toggle{
  color: #ffffff;/*MENUの文字色*/
  display: inline-block;
  padding: 5px;
  margin: 3px;
 }
 #menu {
  width: 100%;
  display: none;
  height: initial;
  padding: 0;
  margin: 0;
  
 }
 .menu-inner{
  width: 100%;
  height: initial;
  position: static;
  margin: 0;
 }
 #menu li{
  float: none;
  height: 35px;
  width: 100%;
  list-style-type: none;
  background: #00DFFC;/*リスト文字の背景色*/
  margin: 0 auto;
  text-align: left;/*リストの文字の位置*/
 }
 #menu li a {
  height: initial;
  color: #343838;/*リスト文字色*/
  display: block;
 }
 #menu li:hover a{
  color: initial;
  background: initial;
 }
}


table.type09 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;

}
table.type09 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #369;
	border-bottom: 3px solid #036;
}
table.type09 tbody th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #f3f6f7;
}
table.type09 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}




.sample-box-5 {
    background-color: #cafbce;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #cafbce;
    color: #0a8915;
    margin: 2em 0;
    padding: 2em;
}

/*続きを読むボタン*/
.entry-see-more {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
  position: relative;
  color: #333;
  z-index:2;
  overflow: hidden;
  color:#fff;
  background:#333;
}

.entry-see-more:hover {
  color:#333;
  background:#fff;
  transition:all 0.5s;
}

.entry-see-more:before,
.entry-see-more:after{
  position:absolute;
  content:'';
  width:0%;
  height:0%;
  transition:all 0.5s;
  opacity:0;
}

.entry-see-more:before {
  top:0;
  left:0;
  z-index:-1;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
}
  
.entry-see-more:after {
  bottom:0;
  right:0;
  z-index:-1;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.entry-see-more:hover:before,
.entry-see-more:hover:after {
  width:100%;
  height:100%;
  opacity:1;
}


 <style>

/* はてなブログをはじめようを非表示にする */
.footer-action-wrapper{
display:none;
}

/* はてなブログ開発ブログ等のリンクを非表示にする */
.touch-item-list{
display:none;
}

.guest-footer-content{
display:none;
}

.entry-content a:not([href*="https://hnml.hateblo.jp/"])::after{
  content: '\f009';
  font-family:blogicon;
}
.entry-content a[href^="#"]::after{
  content:'';
}

</style>
