strong {
background: linear-gradient(transparent 80%, #66ccff 40%);
} @font-face {
font-family: minmoji;
src: url(https://minmoji.ucda.jp/fontseot/http%3A__www.helentech.net);
src: local('minmoji'), url(https://minmoji.ucda.jp/fontswoff/http%3A__www.helentech.net) format('woff'), url(https://minmoji.ucda.jp/fonts/http%3A__www.helentech.net) format("opentype");
}
body {
font-family: minmoji;
}  .entry-content table {
border-collapse: collapse;
text-align: left;
line-height: 1.5;
border-top: 1px solid #ccc;
border-left: 3px solid #369;
}
.entry-content table th {
width: 147px;
padding: 10px;
font-weight: bold;
vertical-align: top;
color: #153d73;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.entry-content table td {
width: 349px;
padding: 10px;
vertical-align: top;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.entry-content h2 {
position: relative;
padding: .25em .25em .5em .75em;
border-left: 6px solid #3498db;
font-size: 26px;
}
.entry-content h2::after {
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 0;
border-bottom: 1px solid #ccc;
}
.entry-content h3 {
position: relative;
padding: .5em .75em;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 20px;
}
.entry-content h3::before,
.entry-content h3::after {
position: absolute;
top: 100%;
left: 30px;
content: '';
height: 0;
width: 0;
border: 10px solid transparent;
}  .double-rectangle {
text-align: center;
overflow: hidden;
margin-bottom: 30px;
}
.left-rectangle {
float: left;
margin-left: 5px; }
.right-rectangle {
float: right;
margin-right: 5px; }  .wpp-list li {
float: none;
clear: left;
}
.wpp-thumbnail {
display: inline;
float: left;
margin: 0 10px 0 0;
border: none;
}
#popular-post a {
font-size: 14px;
text-decoration : none;
}
#popular-post li {
padding : 20px 10px;
border-bottom: #d2d7e6 1px solid;
line-height: 1.5;
overflow: hidden;
text-align: left;
}
#popular-post li:hover { background-color: rgba(238,238,238,0.3) }
#popular-post ul li { position : relative }
#popular-post li:last-child { border-bottom: none }
#popular-post { counter-reset : wpp-ranking }
#popular-post ul li::before {
position : absolute;
top : 15px;
left : 5px;
color : #ffffff;
counter-increment : wpp-ranking;
text-align : center;
z-index : 9999;
float : left;
line-height : 25px;
width : 25px;
height : 25px;
border-radius : 2px;
}
#popular-post ul li.number1::before,
#popular-post ul li.number2::before,
#popular-post ul li.number3::before,
#popular-post ul li.number4::before,
#popular-post ul li.number5::before {
content : counter(wpp-ranking, decimal);
background-color : #cd6349; }
.wpp-views {
font-size: 20px;
display: block;
}
.main-color-font {
font-size: 24px;
border-bottom: solid 3px black; }
.related_post_title {
text-align: center;
background: #0083ef; padding: 0.5em; color: white; border-radius: 0.5em; } ul.wpp-list li {
border-bottom: 1px dashed #bbb;
counter-increment: wpp-count;
position: relative;
}
ul.wpp-list li:before {
display: block;
padding: 1px px;
color: #fff;
background-color: #333;
content: counter(wpp-count);
position: absolute;
opacity: 1;
z-index: 10000;
border-radius: 6px;
top: 6px;
left: 6px;
}
ul.wpp-list li:last-child {
border-bottom: none;
}
ul.wpp-list li:nth-child(1):before{
background-color: #FBCC54;
}
ul.wpp-list li:nth-child(2):before{
background-color: #B7BFC1;
}
ul.wpp-list li:nth-child(3):before{
background-color: #D47B16;
}
ul.wpp-list li img {
margin: 5px 10px 5px 5px;
padding: 3px;
border: 1px solid #ddd;
}
ul.wpp-list li a.wpp-post-title {
display: block;
font-size: 14px;
padding: 0 12px 12px;
text-decoration: none;
color: #333;
}  .breadcrumbs {
font-size : 10px;
}