html {
    font-family: sans-serif;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background: transparent none repeat scroll 0 0;
}
a:active, a:hover {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 80%;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 90%;
}
td, th {
    padding: 0;
}
.clearfix {
    display: block;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.inline-block {
    display: inline-block;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
html, body {
    background-color: #f5f5f5;
    color: #454545;
    font-family: "Helvetica Neue","Helvetica","Arial","Hiragino Kaku Gothic Pro","Meiryo","MS PGothic",sans-serif;
}
a {
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #333;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #333;
    font-weight: bold;
}
a, a:visited {
    transition: color 0.5s ease-out 0s;
}
a:hover {
    color: #999;
}
.btn {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    color: #454545;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
}
.btn:hover {
    background-color: #f5f5f5;
    text-decoration: none !important;
}
.btn-small {
    font-size: 11px !important;
    padding: 2px 10px !important;
}
.btn-large {
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
    padding: 13px 19px;
}
#globalheader-container {
    background-color: #333;
    color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
#container {
    margin-left: auto;
    margin-right: auto;
}
#container #content {
    display: block;
}
#container #content::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.globalheader-off #container {
    padding-top: 0;
}
#box2, #bottom-editarea {
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-sizing: border-box;
}
#wrapper {
    background-color: #fff;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #dadada;
    box-sizing: border-box;
}
#blog-title {
    background-color: #c70032;
}
h1#title {
    margin: 0;
    padding: 0;
}
h1#title, h2#blog-description {
    color: #fff;
    padding: 0 30px;
    text-align: center;
}
h1#title {
    margin-bottom: 0;
    padding-bottom: 0;
}
h1#title a {
    color: #fff;
}
#blog-description {
    color: #fff;
    font-size: 85%;
    font-weight: normal;
    margin: 5px 0 0;
}
.header-image-enable #blog-title #blog-title-inner, .header-image-only #blog-title #blog-title-inner {
    background-color: #fff;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    box-sizing: border-box;
}
.header-image-enable #blog-title #title a, .header-image-enable #blog-title #blog-description {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.header-image-enable #blog-title #blog-title-inner, .header-image-only #blog-title #blog-title-inner, #blog-title {
    border-radius: 5px 5px 0 0;
}
.header-image-enable #blog-title #blog-title-inner, .header-image-only #blog-title #blog-title-inner, #blog-title {
    height: auto !important;
}
.customized-header {
    clear: both;
}
#top-editarea {
    background-color: #fff;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    box-sizing: border-box;
    padding: 15px;
font-size: 110%;
}
#top-box {
    background-color: #fff;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    box-sizing: border-box;
    font-size: 110%;
}
#top-box .breadcrumb {
    color: #999;
　　padding: 15px;
}
#top-box .breadcrumb a {
    color: #999;
}
#top-box .breadcrumb a:hover {
    color: #333;
}
.entry {
    margin-bottom: 100px;
    position: relative;
}
header {
    display: table;
    position: relative;
    width: 100%;
}
.entry-title {
    display: table-header-group;
    font-size: 160%;
    line-height: 1.3;
    margin: 0;
    width: 100%;
}
h1.entry-title a {
    display: table-cell;
    padding-bottom: 1.4em;
}
h1.entry-title a {
    padding-left: 0.5em;
    padding-right: 0.25em;
}
.date {
    display: table-cell;
    text-align: right;
}
.date a {
    color: #999;
    font-size: 80%;
}
.date a:hover {
    color: #333;
}
.categories {
    float: left;
    font-size: 80%;
    margin-right: 100px;
    position: relative;
    top: -17px;
}
.categories.no-categories {
    margin: 0;
}
.categories a {
    color: #999;
}
.categories a:hover {
    color: #333;
}
.entry-header-menu {
    position: absolute;
    right: 0;
    top: 3px;
}
.entry-header-menu a {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 0;
    padding: 0;
    text-decoration: none !important;
}
.entry-header-menu a:hover {
    color: #333;
    text-decoration: none !important;
}
.entry-content {
margin-top: 1.75em;
    border-bottom: 1px dotted #dddddd;
    font-size: 110%;
    line-height: 1.7;
    padding-bottom: 10px;
}
.entry-content p {
    margin: 0 0 1em;
}
.entry-content img {
    max-width: 100%;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    line-height: 1.5;
    margin: 1.3em 0 0.8em;
}
.entry-content h1 {
    font-size: 160%;
}
.entry-content h2 {
    font-size: 150%;
}
.entry-content h3 {
    font-size: 140%;
}
.entry-content h4 {
    font-size: 130%;
}
.entry-content h5 {
    font-size: 110%;
}
.entry-content h6 {
    font-size: 100%;
}
.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
}
.entry-content table img {
    max-width: none;
}
.entry-content table th, .entry-content table td {
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.entry-content table th {
    background: #f5f5f5 none repeat scroll 0 0;
}
.entry-content blockquote {
    border: 1px solid #dddddd;
    margin: 0 0 10px;
    padding: 20px;
}
.entry-content blockquote p {
    margin-bottom: 0;
    margin-top: 0;
}
.entry-content pre {
    border: 1px solid #dddddd;
    margin: 0 0 10px;
    padding: 20px;
    white-space: pre;
}
.entry-content pre > code {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-family: "Monaco","Consolas","Courier New",Courier,monospace,sans-serif;
    margin: 0;
    padding: 0;
    white-space: pre;
}
.entry-content code {
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    font-family: "Monaco","Consolas","Courier New",Courier,monospace,sans-serif;
    font-size: 90%;
    margin: 0 2px;
    padding: 0 5px;
}
.entry-content .hatena-asin-detail li {
    line-height: 1.4;
}
.entry-content h2 {
    background: #c70032 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 26px;
    padding: 15px 12px 12px 10px;
    position: relative;
}
.entry-content h2 a {
    color: #fff;
}
.entry-content h2::after, .entry-content h2::before {
    content: "";
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.entry-content h2::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c70032 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 12px 11px 11px;
    left: 33px;
}
.entry-content h2::before {
    border: 14px solid transparent;
    left: 30px;
}

.entry-content h4 {
    border-left: 6px solid #c70032;
    padding: 3px 9px 2px 5px;
}
.entry-content strong {
}
a.hatena-fotolife {
    border: medium none;
}
.hatena-asin-detail, .itunes-embed {
    border-radius: 5px;
}
.entry-footer {
    margin-top: 0;
}
.entry-footer-section {
    color: #999;
    font-size: 80%;
    margin-top: 3px;
    text-align: right;
}
.entry-footer-section a {
    color: #999;
}
.social-buttons, .entry-footer-html {
    margin: 10px 0;
}
.comment-box ul {
    font-size: 95%;
    line-height: 1.7;
    list-style: outside none none;
    margin: 0 0 15px;
    padding: 0;
}
.comment-box li {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 10px 60px;
    position: relative;
}
.comment-box li:first-child {
    border-top: 1px dotted #ddd;
}
.comment-box .read-more-comments {
    padding-left: 0;
}
.comment-box .hatena-id-icon {
    background-clip: padding-box;
    border-radius: 3px;
    height: 50px !important;
    left: 0;
    position: absolute;
    top: 10px;
    width: 50px !important;
}
.comment-user-name {
    font-weight: bold;
    margin: 0 0 10px;
}
.comment-content {
    font-size: 90%;
    margin: 0 0 10px;
    word-wrap: break-word;
}
.comment-content p {
    margin: 0 0 10px;
}
.comment-metadata {
    color: #999;
    font-size: 80%;
    margin: 0;
}
.comment-metadata a {
    color: #999;
}
.leave-comment-title {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    color: #454545;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
}
.leave-comment-title:hover {
    background-color: #f5f5f5;
    text-decoration: none !important;
}

#box2 {
    font-size: 85%;
    line-height: 1.5;
}
.hatena-module {
    margin-bottom: 60px;
}
.hatena-module-title {
    color: #666;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 15px;
}
.hatena-module-title a {
    color: #666;
    text-decoration: none;
}
.hatena-module-profile .profile-icon {
    background-clip: padding-box;
    border-radius: 5px;
    float: left;
    margin: 0 10px 10px 0;
}
.hatena-module-profile .id {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
    font-size: 90%;
}
.hatena-module-profile .profile-description p {
    margin-top: 0;
}
.hatena-module-profile .id a {
    color: #999;
}
.hatena-module-profile .id a:hover {
    color: #333;
}
.hatena-urllist {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.hatena-urllist li {
    border-bottom: 1px solid #f2f2f2;
    line-height: 1.5;
    padding: 8px 0;
}
.hatena-urllist li a {
    text-decoration: none;
}
a.recent-entries-title-link {
    color: #666;
    font-weight: bold;
}
a.recent-entries-title-link:hover {
    color: #ccc;
}
.urllist-date-link a, .urllist-date-link a:visited, .urllist-categories a, .urllist-categories a:visited {
    color: #999;
}
.urllist-categories a {
    border-bottom: 1px dotted #999;
}
.urllist-date-link a:hover, .urllist-categories a:hover {
    color: #333;
}
.urllist-entry-body {
    color: #999;
}
.urllist-image {
    border-radius: 5px;
}
.hatena-module-search-box .search-form {
    background-clip: padding-box;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.hatena-module-search-box .search-module-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #454545;
    height: 20px;
    outline: medium none;
    padding: 5px;
    width: 90%;
}
.hatena-module-search-box .search-module-button {
    background: transparent url("https://cdn.blog.st-hatena.com/images/theme/search.png?version=22f3cada4c2c30955d90dee0ad651e") no-repeat scroll right center;
    border: medium none;
    height: 20px;
    opacity: 0.5;
    outline: medium none;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 5px;
    width: 20px;
}
.hatena-module-search-box .search-module-button:hover {
    opacity: 0.85;
}
.archive-module-calendar {
    color: #666;
}
.archive-module-calendar table {
    color: #999;
}
.archive-module-calendar table a {
    color: #666;
    text-decoration: underline;
}
.archive-module-calendar table a:hover {
    color: #ccc;
}
.archive-module-calendar {
    text-align: left !important;
}
.pager {
    display: block;
    margin: 1em 0;
}
.pager::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.pager .pager-prev {
    float: left;
    text-align: left;
    width: 45%;
}
.pager .pager-next {
    float: right;
    text-align: right;
    width: 45%;
}
#footer {
    color: #999;
    font-size: 80%;
    line-height: 1.5;
    padding: 30px 0;
    text-align: center;
}
#footer p {
    margin: 0;
}
#footer a {
    color: #999;
}
.page-about dt {
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.page-about dd {
    margin-bottom: 30px;
    margin-left: 0;
}
.page-archive .archive-entries .archive-entry {
    margin-bottom: 3em;
}
.page-archive .archive-entries .entry-title {
    border-left: 6px solid #c70032;
    font-size: 130%;
    margin: 0 0 0.5em;
}
.page-archive .archive-entries .categories {
    margin: 0 0 0.5em;
}
.page-archive .archive-entries .entry-description {
    font-size: 95%;
    line-height: 1.7em;
    margin: 0 0 1em;
}
.page-archive .categories a {
    background: #aaa none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 70%;
    margin-right: 2px;
    padding: 3px 5px;
    text-decoration: none;
}
.page-archive .archive-entries .entry-title, .page-archive .archive-entries .entry-title a, .page-archive .archive-entries .archive-entry .date {
    display: block;
}
.page-archive .archive-entries .entry-title a {
    border-bottom: medium none;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
}
.page-archive .archive-entries .archive-entry .date {
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
}
.page-archive .archive-entries .categories {
    float: none;
    font-size: 90%;
    position: static;
}
.page-archive .archive-entries .entry-description {
    font-size: 90%;
}
@media not all {
.hatena-module-search-box .search-module-button {
    background: transparent url("https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=22f3cada4c2c30955d90dee0ad651e") no-repeat scroll right center / 20px 20px;
}
}
@media (max-width: 736px), (min-width: 737px) and (max-width: 1024px) and (orientation: portrait) {
#globalheader-container {
    position: static;
}
#container {
    overflow: hidden;
    padding-top: 10px;
    width: 93.75%;
    word-wrap: break-word;
}
.globalheader-off #container {
    padding-bottom: 10px;
    padding-top: 10px;
}
#main-inner {
    padding: 2em 20px 20px;
}
#wrapper {
    margin-bottom: 25px;
}
.header-image-enable #blog-title #blog-title-inner, .header-image-only #blog-title #blog-title-inner {
    background-size: 100% auto;
}
}
@media (max-width: 736px) {
#globalheader-container {
    position: static;
}
#main-inner {
    padding: 2em 10px 10px;
}
#box2 {
    margin-bottom: 15px;
}
#box2-inner {
    padding: 10px;
}
#wrapper {
    margin-bottom: 15px;
}
#bottom-editarea {
    padding: 0 10px;
}
.header-image-enable #blog-title #blog-title-inner, .header-image-only #blog-title #blog-title-inner, #blog-title {
    background-position: center center !important;
    min-height: 110px;
}
#blog-title-inner h1#title {
    font-size: 180%;
    padding-top: 35px;
}
h2#blog-description {
    padding-bottom: 28px;
}
}
@media (min-width: 737px) and (max-width: 1024px) and (orientation: portrait) {
#container, .globalheader-off #container {
    padding-bottom: 20px;
    padding-top: 20px;
}
#box2 {
    margin-bottom: 25px;
}
#box2-inner {
    padding: 20px;
}
#bottom-editarea {
    padding: 0 20px;
}
.header-image-enable #blog-title #blog-title-inner, .header-image-only #blog-title #blog-title-inner, #blog-title {
    background-position: center center !important;
    min-height: 220px;
}
#blog-title-inner h1#title {
    font-size: 350%;
    padding-top: 72px;
}
h2#blog-description {
    padding-bottom: 65px;
}
.entry-content {
    font-size: 36px;
}
}
@media (min-width: 1025px), (min-width: 737px) and (max-width: 1024px) and (orientation: landscape) {
#container {
    padding-top: 62px;
    width: 1024px;
}
.globalheader-off #container {
    padding-bottom: 25px;
    padding-top: 25px;
}
#container-inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 974px;
}
.header-image-enable #blog-title #blog-title-inner, .header-image-only #blog-title #blog-title-inner, #blog-title {
    float: left;
    width: 630px;
}
#blog-title {
    min-height: 300px;
}
h1#title {
    font-size: 350%;
    padding-top: 35px;
}
h2#blog-description {
    padding-bottom: 100px;
}
.header-image-enable #blog-title #blog-title-inner, .header-image-only #blog-title #blog-title-inner {
    background-position: center center !important;
    background-size: 117.2% auto;
    min-height: 300px;
}
#top-box, #wrapper, #top-editarea {
    float: left;
    width: 630px;
}
#box2 {
    margin-left: 654px;
    position: relative;
    top: 0;
    width: 320px;
}
#main-inner {
    padding: 3em 15px 15px;
    width: 600px;
}
#box2-inner {
    overflow: hidden;
    padding: 25px 10px 0;
}
#bottom-editarea {
    margin: 25px 0;
    padding: 0 15px;
    width: 630px;
}
}
.entry-header div.date a::before, .entry-header div.categories a::before, .entry-header-menu a::before, .entry-footer span.author::before, time.updated::before, .hatena-module-links .hatena-urllist li a::before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.entry-header div.date a, .entry-header div.categories a, .entry-header-menu a, .entry-footer span.author, time.updated, .hatena-module-links .hatena-urllist li a {
    display: inline-block;
    line-height: 1;
}
.entry-header div.date a::before {
    content: "";
}
.entry-header div.categories a::before {
    content: "";
    font-size: 90%;
    margin: 0 2px 0 5px;
}
.entry-header-menu a::before {
    content: "";
    margin: 0 2px 0 0;
}
.entry-footer span.author::before {
    content: "";
    margin: 0 2px 0 0;
}
time.updated::before {
    content: "";
    margin: 0 2px 0 10px;
}
.hatena-module-links .hatena-urllist li a::before {
    color: #999;
    content: "";
    margin: 0 5px;
}
.entry-content blockquote::before {
    color: rgba(200, 200, 200, 1);
    content: "“";
    font-family: serif;
    font-size: 600%;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 0;
}
.entry-content blockquote::after {
    bottom: 0;
    color: rgba(200, 200, 200, 1);
    content: "”";
    font-family: serif;
    font-size: 600%;
    line-height: 0;
    position: absolute;
    right: 0;
}
.entry-content blockquote {
    background: rgba(245, 245, 245, 0.8) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #222;
    margin: 0.8em 0;
    padding: 20px 55px;
    position: relative;
}

.entry-content blockquote {
    position: relative;
}
.entry-content h3 {
    border-left: 9px solid #8A2BE2;
    color: #4d517d;
    font-size: 140%;
    line-height: 1.6em;
    padding: 12px 0 12px 13px;
}
html, body {
    color: #454545;
    font-family: "Avenir Next","Quicksand",Arial,YuGothic,"Yu Gothic",游ゴシック体,"游ゴシック","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"MS ゴシック","MS Gothic",sans-serif;
}
.entry-content ul, .entry-content ol {
    border: 2px solid #566aa0;
    color: #566aa0;
    padding: 15px 20px 7px;
}
.entry-content p {
    margin: 0 0 1em;
}
.entry-title {
    font-size: 160%;
    line-height: 1.3;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color: #333333;
    text-decoration: none;
}
a.entry-see-more {
    color: #fff;
    display: block;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 0;
}
a.entry-see-more::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff) repeat scroll 0 0;
    content: "";
    display: block;
    height: 200px;
    margin-top: -200px;
    z-index: 0;
}
a.entry-see-more::after {
    background: #de0020 none repeat scroll 0 0;
    border-radius: 1em;
    content: "";
    height: 1.7em;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 2000;
    transition: all 0.5s ease 0s;
    width: 200px;
    z-index: -1;
}
a.entry-see-more:hover::after {
    width: 300px;
}