hr {
  border: 1px dashed #ddd;
}
strong {
  font-weight: bold;
}
sup,
sub {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.2em;
}
small {
  font-size: 0.85em;
}
acronym,
abbr {
  border-bottom: 1px dotted;
}
ul,
ol,
dl {
  margin: 0 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dt {
  font-weight: bold;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  font-size: 14px;
}
body {
  background-color: #f0f0f0;
  color: #222;
  font-family: -apple-system, "Avenir-light", "AvenirLTStd-Light", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6rem;
}
a {
  position: relative;
  color: #222;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #db4d52;
}
#backToTop {
  position: fixed;
  z-index: 999;
  bottom: 2.285714285714286rem;
  left: 50%;
  margin-left: 52.285714285714285vw;
  background-color: #fff;
  width: 2.285714285714286rem;
  height: 2.285714285714286rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
}
#backToTop.show {
  opacity: 1;
}
#backToTop:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
  box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
}
#backToTop:hover .back-arrow-right {
  -webkit-transform: rotate(45deg) translate(-3px, 0px);
  -moz-transform: rotate(45deg) translate(-3px, 0px);
  -ms-transform: rotate(45deg) translate(-3px, 0px);
  transform: rotate(45deg) translate(-3px, 0px);
}
#backToTop:hover .back-arrow-left {
  -webkit-transform: rotate(-45deg) translate(3px, 0px);
  -moz-transform: rotate(-45deg) translate(3px, 0px);
  -ms-transform: rotate(-45deg) translate(3px, 0px);
  transform: rotate(-45deg) translate(3px, 0px);
}
#backToTop .back-arrow {
  background-color: #db4d52;
  width: 0.8rem;
  height: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#backToTop .back-arrow-right {
  -webkit-transform: rotate(30deg) translate(-2px, 0px);
  -moz-transform: rotate(30deg) translate(-2px, 0px);
  -ms-transform: rotate(30deg) translate(-2px, 0px);
  transform: rotate(30deg) translate(-2px, 0px);
}
#backToTop .back-arrow-left {
  -webkit-transform: rotate(-30deg) translate(2px, 0px);
  -moz-transform: rotate(-30deg) translate(2px, 0px);
  -ms-transform: rotate(-30deg) translate(2px, 0px);
  transform: rotate(-30deg) translate(2px, 0px);
}
.container {
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.home {
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 479px) {
  .container {
    width: 100%;
    padding: 0 1rem;
  }
}
.header {
  padding: 2.285714285714286rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 479px) {
  .header {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.header-rightul {
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .header-right {
    padding: 1.2rem 0;
  }
}
.avatar {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  padding: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.avatar a {
  width: 100%;
  height: 100%;
  display: block;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.author {
  margin-left: 1.142857142857143rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.3rem 0;
}
.author-name {
  font-size: 2.285714285714286rem;
  font-weight: bold;
}
.about-me {
  color: #999;
}
.navigation:before,
.navigation:after {
  content: "";
  display: table;
}
.navigation:after {
  clear: both;
}
.navigation li {
  float: left;
  margin-left: 2rem;
}
.navigation li a {
  color: #999;
}
.navigation li a:after {
  display: none;
}
.navigation li a:hover {
  color: #db4d52;
}
footer {
  color: #999;
  font-size: 12px;
}
footer a {
  color: #222;
  font-weight: bold;
}
.rights {
  padding: 1.142857142857143rem 0;
}
.about-me-mask {
  position: fixed;
  background-color: rgba(255,255,255,0.48);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  display: none;
}
.about-me-mask.open {
  display: block;
}
.about-me-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30rem;
  margin: 10rem auto;
  padding: 2.285714285714286rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
  box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
}
@media screen and (max-width: 479px) {
  .about-me-wrap {
    width: auto;
    margin: 10rem 1rem;
  }
}
.about-me__header .avatar {
  border-radius: 50%;
  outline: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.07);
  box-shadow: 0 6px 10px rgba(0,0,0,0.07);
}
.socials {
  margin-top: 2rem;
}
.social-item {
  margin-bottom: 1rem;
}
@media screen and (max-width: 479px) {
  .social-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 18rem;
  }
}
.social-item .label {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin: 0 0.5rem;
  vertical-align: middle;
}
.social-item .label img {
  width: 100%;
  height: 100%;
}
.post {
  padding: 0;
}
.post .title {
  font-size: 2rem;
}
.post .content {
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  color: #222;
}
.post .content p {
  color: #222;
}
.post .tags {
  margin-top: 1rem;
}
.slide-hide {
  height: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.article {
  background-color: #fff;
  padding: 1.371428571428571rem 1.371428571428571rem 8px;
  position: relative;
  margin-bottom: 4.571428571428571rem;
}
@media screen and (max-width: 479px) {
  .article {
    padding: 1.371428571428571rem;
    line-height: 2rem;
  }
}
.home .article {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-bottom: 2.285714285714286rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: calc((100% - 30px) / 4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 479px) {
  .home .article {
    width: calc((100% - 10px) / 2);
  }
}
.home .article:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
  box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
}
.article.special {
  background: #fff9e8;
  -webkit-box-shadow: 0px 1px 3px #f6e8b7;
  box-shadow: 0px 1px 3px #f6e8b7;
}
.article img {
  max-width: 100%;
  display: block;
}
.article s,
.article strike,
.article del {
  color: #999;
}
.article u {
  text-decoration: none;
  position: relative;
}
.article u:after {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #db4d52;
}
.article strong {
  font-weight: bold;
}
.article em,
.article cite {
  font-style: italic;
}
.article .checkbox-wrap {
  background-size: 80%;
  background-position: center;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  padding: 1px;
  margin-right: 0.3rem;
  vertical-align: text-top;
  border-radius: 3px;
  border: 1px #d5bda0 solid;
}
.article .checkbox-wrap.checked {
  background-image: url("/images/check.svg");
  background-repeat: no-repeat;
}
.article .checkbox-wrap input {
  display: none;
}
.article .check-content.checked {
  text-decoration: line-through;
  color: #999;
}
.article #more {
  display: none;
}
.article dt {
  font-weight: bold;
}
.article ul {
  list-style: disc;
}
.article ol {
  list-style: decimal;
}
.article li {
  line-height: 2rem;
  margin-bottom: 1.142857142857143rem;
  margin-left: 1.142857142857143rem;
  padding-left: 0.2rem;
  color: #db4d52;
}
@media screen and (max-width: 479px) {
  .article li {
    font-size: 1.142857142857143rem;
  }
}
.article li .li-inner {
  color: #222;
}
.home .article li .li-inner {
  color: #999;
}
.article li .li-inner p {
  margin: 0;
}
.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.142857142857143rem;
  line-height: 1.6rem;
}
.home .title {
  display: block;
  font-size: 21.599999999999998px;
}
@media screen and (max-width: 479px) {
  .post .title {
    line-height: 2.8rem;
    font-size: 1.6rem;
  }
}
.title:after {
  display: none;
}
.content p {
  line-height: 1.4rem;
  margin: 0rem 0;
  font-size: 1rem;
  color: #999;
}
@media screen and (max-width: 479px) {
  .content p {
    font-size: 1.142857142857143rem;
  }
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: bold;
  line-height: 1.1rem;
  margin: 1.1rem 0;
}
.content h1 {
  font-size: 22px;
}
.content h2 {
  font-size: 20px;
}
.content h3 {
  font-size: 18px;
}
.content h4 {
  font-size: 16px;
}
.content h5 {
  font-size: 14px;
}
.content a {
  color: #db4d52;
}
.content a:before {
  content: '[';
  margin: 0 2px;
  color: #999;
}
.content a:after {
  content: ']';
  margin: 0 2px;
  color: #999;
}
.content a.headerlink:after,
.content a.fancybox:after,
.content a.headerlink:before,
.content a.fancybox:before {
  display: none;
}
.nav {
  margin-bottom: 4.571428571428571rem;
}
.nav li {
  position: relative;
  color: #999;
  margin-bottom: 1.142857142857143rem;
  line-height: 1.8rem;
}
.nav li a {
  color: #db4d52;
}
.nav li a:before {
  content: '[';
  margin: 0 2px;
  color: #999;
}
.nav li a:after {
  content: ']';
  margin: 0 2px;
  color: #999;
}
.nav li:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  left: -gutter-size;
  background-color: #db4d52;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  margin-right: 1.142857142857143rem;
}
.excerpt {
  color: #222;
  margin: 1.142857142857143rem 0;
}
.price {
  color: #222;
  margin: 1.142857142857143rem 0;
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #f85d03;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.price:before {
  content: "￥";
  font-size: 1rem;
}
.price.USD:before {
  content: "$";
  font-size: 1rem;
}
.price.EURO:before {
  content: "€";
  font-size: 1rem;
}
@media screen and (max-width: 479px) {
  .price {
    position: initial;
  }
}
.article-header .desc {
  color: #666;
}
.article-footer {
  margin-top: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .article-footer {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.date {
  color: #999;
  margin-bottom: 1.142857142857143rem;
}
.home .date {
  margin-bottom: 0;
}
.excerpt-link {
  font-size: 1rem;
}
.home .tags {
  margin-bottom: 0;
}
.tag-link {
  background-color: #d5bda0;
  color: #fff;
  line-height: 22px;
  padding: 0 0.6rem;
  display: inline-block;
  border-radius: 12px;
  margin-right: 0.5rem;
  font-size: 12px;
}
.tag-link:last-child {
  margin-right: 0;
}
.tag-link:hover {
  color: #fff;
}
.tag-link:before {
  content: '#';
  color: #fff1d9;
  margin-right: 0.2rem;
}
.container.tag {
  padding: 1rem;
}
.container.tag .title {
  font-size: 2rem;
}
.container.tag .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 10px;
}
.container.tag .tags a.link {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 64px;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0px 1px 3px rgba(50,50,50,0.02);
  box-shadow: 0px 1px 3px rgba(50,50,50,0.02);
  text-align: center;
  font-size: 16.8px;
  padding: 1rem 1.2rem;
}
.tag_title {
  font-size: 2rem;
}
.archives {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-archive {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.142857142857143rem 0;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 479px) {
  .post-archive {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) {
  .post-archive:nth-child(2n + 1) {
    padding-right: 1rem;
  }
  .post-archive:nth-child(2n) {
    padding-left: 1rem;
  }
}
.post-archive__content {
  background-color: #fff;
  padding: 1.142857142857143rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  line-height: 1.6rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.post-archive__content:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
  box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
}
.post-archive__month {
  color: #d5bda0;
  -webkit-flex-basis: 3rem;
  flex-basis: 3rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.post-archive__body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
}
.post-archive__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  display: block;
}
.post-archive__excerpt {
  color: #999;
  height: 3rem;
  overflow: hidden;
  position: relative;
}
.post-archive__excerpt-content {
  position: absolute;
  width: 100%;
}
.article pre,
.article .highlight {
  background: #fff;
  margin: 0 0 20px 0;
  padding: 12px 16px;
  border-radius: 6px;
  overflow: auto;
  font-size: 12px;
  color: #24292e;
  line-height: 1.8;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 479px) {
  .article pre,
  .article .highlight {
    line-height: 1.6;
  }
}
.article .highlight .gutter pre,
.article .gist .gist-file .gist-data .line-numbers {
  color: #666;
}
.article code {
  color: #222;
  background-color: #fff;
  border: 1px #d8d8d8 solid;
  font-size: 12px;
}
.article blockquote {
  border-left: 3px solid #db4d52;
  padding: 16px 20px;
  margin: 10px 0;
  background: #f0f0f0;
  line-height: 1.8;
}
.article blockquote p {
  margin: 0;
}
.article table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.article table th {
  background-color: rgba(229,229,229,0.28);
}
.article table th,
.article table td {
  border: 1px solid #ddd;
  padding: 0.75rem;
}
.article table p {
  margin: 0;
}
.article pre,
.article code {
  font-family: "fira mono", Consolas, Menlo, Consolas, monospace;
}
.article code {
  padding: 0.3em 0.5em;
  margin: 0 0.2em;
  border-radius: 2px;
}
.article pre code {
  background: none;
  text-shadow: none;
  padding: 0;
}
.article .highlight pre {
  border: none;
  margin: 0;
  padding: 0;
}
.article .highlight table {
  margin: 0;
  padding: 0;
  border: 0;
  width: auto;
}
.article .highlight td {
  border: none;
  padding: 0;
}
.article .highlight figcaption {
  font-size: 0.85em;
  color: #959da5;
  line-height: 1em;
  margin-bottom: 1em;
}
.article .highlight figcaption:before,
.article .highlight figcaption:after {
  content: "";
  display: table;
}
.article .highlight figcaption:after {
  clear: both;
}
.article .highlight figcaption a {
  float: right;
}
.article .highlight .gutter {
  display: none;
}
.article .highlight .gutter pre {
  text-align: right;
  padding-right: 20px;
}
.article .highlight .line {
  line-height: 1.8;
  font-size: 12px;
}
@media screen and (max-width: 479px) {
  .article .highlight .line {
    line-height: 1.6;
    font-size: 12px;
  }
}
.article .gist {
  margin: 20px 0;
  border-style: solid;
  border-color: $baseBorderColor;
  border-width: 1px 0;
  background: #fff;
  padding: 15px article-padding 15px 15px;
}
.article .gist .gist-file {
  border: none;
  font-family: $font-en;
  margin: 0;
}
.article .gist .gist-file .gist-data {
  background: none;
  border: none;
}
.article .gist .gist-file .gist-data .line-numbers {
  background: none;
  border: none;
  padding: 0 20px 0 0;
}
.article .gist .gist-file .gist-data .line-data {
  padding: 0 !important;
}
.article .gist .gist-file .highlight {
  margin: 0;
  padding: 0;
  border: none;
}
.article .gist .gist-file .gist-meta {
  background: #fff;
  color: #959da5;
  font: 13px $font-zh;
  text-shadow: 0 0;
  padding: 0;
  margin-top: 1em;
  margin-left: article-padding;
}
.article .gist .gist-file .gist-meta a {
  color: #db4d52;
  font-weight: normal;
}
.article .gist .gist-file .gist-meta a:hover {
  text-decoration: underline;
}
pre .comment {
  color: #959da5;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
  color: #d73a49;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
  color: #e36209;
}
pre .ruby .class .title,
pre .css .rules .attribute {
  color: #009688;
}
pre .string {
  color: #539afc;
}
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #009688;
}
pre .title {
  font-size: 12px !important;
  margin: 0 !important;
}
pre .title,
pre .css .hexcolor {
  color: #70c0b1;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
  color: #539afc;
}
pre .keyword,
pre .javascript .function {
  color: #009688;
}
