/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, footer, header, nav, section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption, figure, main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details, menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #fff;
  color: #36393d;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  font-size: 14.4px;
  font-size: .9rem;
  word-wrap: break-word
}

a {
  color: #5289db;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

p {
  line-height: 1.6
}

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #36393d;
  text-decoration: none
}

.l-section {
  margin: 2.5em auto
}

@media(min-width:992px) {
  .l-section {
    margin: 4em auto
  }
}

.l-section img {
  max-width: 100%
}

.section-header {
  text-align: center;
  margin-bottom: 1em
}

.section-header h2 {
  margin: .5em auto;
  font-size: 25.6px;
  font-size: 1.6rem
}

@media(min-width:768px) {
  .section-header h2 {
    font-size: 2rem
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.site-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.l-container {
  width: auto;
  margin-left: 10px;
  margin-right: 10px
}

@media(min-width:768px) {
  .l-container {
    width: 720px;
    margin-left: auto;
    margin-right: auto
  }
}

@media(min-width:992px) {
  .l-container {
    width: 940px
  }
}

@media(min-width:1200px) {
  .l-container {
    width: 1140px
  }
}

.l-container-mini {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 700px
}

@media(min-width:768px) {
  .l-container-mini {
    width: 720px;
    margin-left: auto;
    margin-right: auto
  }
}

@media(min-width:992px) {
  .l-container-mini {
    width: 940px
  }
}

@media(min-width:1200px) {
  .l-container-mini {
    width: 1140px
  }
}

.l-row:after {
  content: " ";
  display: block;
  clear: both
}

@media(min-width:768px) {
  .l-row {
    margin-left: -15px;
    margin-right: -15px
  }
}

[class*=l-span] {
  margin-bottom: 1em
}

@media(min-width:768px) {
  [class*=l-span] {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    box-sizing: border-box;
    margin-bottom: 0
  }
}

[class*=l-span] img {
  max-width: 100%
}

@media(min-width:768px) {
  .l-span1 {
    width: 8.33333333%
  }
  .l-span2 {
    width: 16.66666667%
  }
  .l-span3 {
    width: 25%
  }
  .l-span4 {
    width: 33.33333333%
  }
  .l-span5 {
    width: 41.66666667%
  }
  .l-span6 {
    width: 50%
  }
  .l-span7 {
    width: 58.33333333%
  }
  .l-span8 {
    width: 66.66666667%
  }
  .l-span9 {
    width: 75%
  }
  .l-span10 {
    width: 83.33333333%
  }
  .l-span11 {
    width: 91.66666667%
  }
}

.header {
  margin: 2em 0
}

@media(min-width:768px) {
  .header {
    margin: 4em 0
  }
}

@media(min-width:1200px) {
  .header {
    margin: 5em 0
  }
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(min-width:768px) {
  .header-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media(min-width:768px) {
  .header-box-title {
    width: 50%
  }
}

@media(min-width:768px) {
  .header-box-nav {
    width: 50%
  }
}

.header-blog-title {
  margin: 0 0 .6em;
  font-size: 24px;
  font-size: 1.5rem
}

@media(min-width:768px) {
  .header-blog-title {
    margin: 0
  }
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center
}

@media(min-width:768px) {
  .nav ul {
    text-align: right
  }
}

.nav li {
  margin: .4em .8em;
  display: inline-block
}

@media(min-width:768px) {
  .nav li {
    margin: .4em 0 .4em 1.5em
  }
}

.nav li a {
  color: #36393d
}

.nav li a:hover {
  color: #3072d4;
  text-decoration: none
}

.header-content {
  position: relative;
}

.logo{
  position:absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#cover-image{
  position: relative;
  height:50vw;
 margin-bottom: 3em;
 overflow: hidden;
}

#cover-image:after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAFElEQVQImWNgYGD4D8UMDOgcOAAAab0D/ZvOQYQAAAAASUVORK5CYII=) repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}


.slide-wrapper img{
  display: table-cell;
  width:100%;
  height:auto;
}



@media(min-width:768px) {

.slick-slide {
        height: 40vw;
        max-height: 400px;
        position: relative;
    }
    .slide-wrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .slick-track {
        height: 40vw;
        max-height: 400px;
    }

#cover-image {
    height: 40vw;
    max-height: 400px
  }
}

.section-post {
  margin-top: 0
}

.index-post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.index-post-wrapper.margin-narrow {
  margin-left: -2px
}

.index-post-wrapper.margin-wide {
  margin-left: -2%
}

.index-post {
  overflow: hidden;
  box-sizing: border-box
}

.margin-narrow .index-post {
  padding-left: 2px;
  padding-bottom: 2px
}

.margin-wide .index-post {
  padding-left: 2%;
  padding-bottom: 2vw
}

.index-post.photo .post-inner>a:not(:first-child) {
  display: none
}

.size-xs, .size-s {
  width: auto;
  margin-left: 10px;
  margin-right: 10px
}

@media(min-width:768px) {
  .size-xs, .size-s {
    width: 720px;
    margin-left: auto;
    margin-right: auto
  }
}

@media(min-width:992px) {
  .size-xs, .size-s {
    width: 940px
  }
}

@media(min-width:1200px) {
  .size-xs, .size-s {
    width: 1140px
  }
}

.size-xs .index-post, .size-s .index-post {
  width: 33.3333%
}

@media(min-width:768px) {
  .size-xs .index-post, .size-s .index-post {
    width: 20%
  }
}

@media(min-width:768px) {
  .size-m {
    width: auto;
    margin-left: 10px;
    margin-right: 10px
  }
}

@media(min-width:768px) and (min-width:768px) {
  .size-m {
    width: 720px;
    margin-left: auto;
    margin-right: auto
  }
}

@media(min-width:768px) and (min-width:992px) {
  .size-m {
    width: 940px
  }
}

@media(min-width:768px) and (min-width:1200px) {
  .size-m {
    width: 1140px
  }
}

.size-m .index-post {
  width: 33.3333%
}

@media(min-width:768px) {
  .size-m .index-post {
    width: 25%
  }
}

@media(min-width:768px) {
  .size-l {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto
  }
}

.size-l .index-post {
  width: 50%
}

@media(min-width:768px) {
  .size-l .index-post {
    width: 25%
  }
}

@media(min-width:768px) {
  .size-xl {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto
  }
}

.size-xl .index-post {
  width: 50%
}

@media(min-width:768px) {
  .size-xl .index-post {
    width: 33.3333%
  }
}

.post-photo-thumb, .post-content-anchor {
  background-color: rgba(0, 0, 10, .07);
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat
}

.post-photo-thumb:hover, .post-content-anchor:hover {
  text-decoration: none
}

.size-xs .post-photo-thumb, .size-xs .post-content-anchor {
  height: 15vw
}

@media(min-width:768px) {
  .size-xs .post-photo-thumb, .size-xs .post-content-anchor {
    height: 10vw
  }
}

@media(min-width:992px) {
  .size-xs .post-photo-thumb, .size-xs .post-content-anchor {
    height: 7vw
  }
}

.size-s .post-photo-thumb, .size-s .post-content-anchor {
  height: 33.3333vw
}

@media(min-width:768px) {
  .size-s .post-photo-thumb, .size-s .post-content-anchor {
    height: 144px
  }
}

@media(min-width:992px) {
  .size-s .post-photo-thumb, .size-s .post-content-anchor {
    height: 188px
  }
}

@media(min-width:1200px) {
  .size-s .post-photo-thumb, .size-s .post-content-anchor {
    height: 228px
  }
}

.size-m .post-photo-thumb, .size-m .post-content-anchor {
  height: 33.3333vw
}

@media(min-width:768px) {
  .size-m .post-photo-thumb, .size-m .post-content-anchor {
    height: 180px
  }
}

@media(min-width:992px) {
  .size-m .post-photo-thumb, .size-m .post-content-anchor {
    height: 210px
  }
}

@media(min-width:1200px) {
  .size-m .post-photo-thumb, .size-m .post-content-anchor {
    height: 250px
  }
}

.size-l .post-photo-thumb, .size-l .post-content-anchor {
  height: 50vw
}

@media(min-width:768px) {
  .size-l .post-photo-thumb, .size-l .post-content-anchor {
    height: 20vw
  }
}

.size-xl .post-photo-thumb, .size-xl .post-content-anchor {
  height: 50vw
}

@media(min-width:768px) {
  .size-xl .post-photo-thumb, .size-xl .post-content-anchor {
    height: 25vw
  }
}

.post-photo-img {
  display: block;
  margin: auto;
  max-width: 100%
}

@media(min-width:768px) {
  .post-photo-img {
    max-height: 80vw
  }
}

.post-content-anchor {
  background-color: rgba(0, 0, 10, .07);
  display: block;
  box-sizing: border-box;
  padding: .6em;
  color: #36393d;
  overflow: hidden
}

.post-content-wrapper {
  overflow: hidden
}

.has-thumbnail .post-content-wrapper {
  visibility: hidden
}

.size-xs .post-content-wrapper {
  height: calc(15vw - 1.2em)
}

@media(min-width:768px) {
  .size-xs .post-content-wrapper {
    height: calc(10vw - 1.2em)
  }
}

@media(min-width:992px) {
  .size-xs .post-content-wrapper {
    height: calc(7vw - 1.2em)
  }
}

.size-s .post-content-wrapper {
  height: calc(33.3333vw - 1.2em)
}

@media(min-width:768px) {
  .size-s .post-content-wrapper {
    height: calc(144px - 1.2em)
  }
}

@media(min-width:992px) {
  .size-s .post-content-wrapper {
    height: calc(188px - 1.2em)
  }
}

@media(min-width:1200px) {
  .size-s .post-content-wrapper {
    height: calc(228px - 1.2em)
  }
}

.size-m .post-content-wrapper {
  height: calc(33.3333vw - 1.2em)
}

@media(min-width:768px) {
  .size-m .post-content-wrapper {
    height: calc(180px - 1.2em)
  }
}

@media(min-width:992px) {
  .size-m .post-content-wrapper {
    height: calc(235px - 1.2em)
  }
}

@media(min-width:1200px) {
  .size-m .post-content-wrapper {
    height: calc(285px - 1.2em)
  }
}

.size-l .post-content-wrapper {
  height: calc(50vw - 1.2em)
}

@media(min-width:768px) {
  .size-l .post-content-wrapper {
    height: calc(20vw - 1.2em)
  }
}

.size-xl .post-content-wrapper {
  height: calc(50vw - 1.2em)
}

@media(min-width:768px) {
  .size-xl .post-content-wrapper {
    height: calc(25vw - 1.2em)
  }
}

.index-post-content>p:first-child {
  margin-top: 0
}

@media(min-width:768px) {
  .index-post-content.index-post-title {
    font-size: 1.4rem
  }
}

.post-content-posttype {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14.4px;
  font-size: .9rem;
  color: #878ea0;
  margin-bottom: .5em
}

.index-entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5em;
  font-size: 11.2px;
  font-size: .7rem;
  box-sizing: border-box;
  padding-left: .7em;
  padding-right: .7em
}

.index-entry-footer a {
  color: #878ea0
}

.index-entry-footer .meta-elements {
  display: block;
  margin-bottom: .2em
}

.index-entry-footer .meta-elements:last-child {
  margin-bottom: 0
}

.size-xxs .index-entry-footer-meta, .size-xs .index-entry-footer-meta, .size-s .index-entry-footer-meta {
  display: none
}

@media(min-width:768px) {
  .size-xxs .index-entry-footer-meta, .size-xs .index-entry-footer-meta, .size-s .index-entry-footer-meta {
    display: block
  }
}

.top-single-column .post {
  margin: 0 0 4em
}

@media(min-width:768px) {
  .top-single-column .post {
    margin: 0 0 6em
  }
}

.top-single-column .top-single-column-photo-content {
  margin-left: -10px;
  margin-right: -10px
}

@media(min-width:540px) {
  .top-single-column .top-single-column-photo-content {
    margin-left: 0;
    margin-right: 0
  }
}

.top-single-column .top-single-column-photo-content iframe.photoset {
  display: block;
  width: 100vw
}

@media(min-width:540px) {
  .top-single-column .top-single-column-photo-content iframe.photoset {
    width: 500px
  }
}

@media(min-width:540px) {
  .top-single-column .l-container-mini {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
  }
}

@media(min-width:540px) {
  .top-single-column iframe.photoset {
    width: 500px
  }
}

.top-single-column .index-entry-footer {
  padding: 0;
  margin-top: 1em;
  font-size: 13.6px;
  font-size: .85rem
}

.pagenation {
  margin: 3em 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 11.2px;
  font-size: .7rem;
  letter-spacing: .1em
}

@media(min-width:768px) {
  .pagenation {
    font-size: .85rem
  }
}

.pagenation a {
  display: inline-block;
  text-decoration: none;
  margin: 0 1em;
  color: #36393d
}

.pagenation a:hover {
  color: #3072d4
}

.pagenation a:hover:before, .pagenation a:hover:after {
  border-color: #3072d4
}

.pagenation .pager-prev:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 1px solid #36393d;
  border-top: 1px solid #36393d;
  position: relative;
  bottom: .05em
}

.pagenation .pager-next:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #36393d;
  border-top: 1px solid #36393d;
  position: relative;
  bottom: .05em
}

.tag-list ul {
  margin: 0;
  padding: 0
}

.tag-list ul li {
  list-style: none;
  display: inline-block;
  margin-right: .5em;
  color: #878ea0;
  line-height: 2.5;
  font-size: 12.8px;
  font-size: .8rem
}

@media(min-width:768px) {
  .tag-list ul li {
    font-size: .85rem
  }
}

.tag-list ul li a {
  display: inline-block;
  color: #878ea0;
  border: 1px solid #ddd;
  padding: .2em .6em;
  border-radius: 2em;
  margin-bottom: .5em;
  line-height: 1.4em
}

.tag-list ul li a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #fff
}

.permalink-post {
  margin: auto
}

.full-image {
  text-align: center;
  margin-bottom: 2em;
  margin-left: 0;
  margin-right: 0
}

@media(min-width:768px) {
  .full-image {
    margin-left: auto;
    margin-right: auto
  }
}

.full-image iframe.photoset {
  display: block;
  width: 100vw;
  margin-left: auto;
  margin-right: auto
}

@media(min-width:768px) {
  .full-image iframe.photoset {
    width: 700px
  }
}

.full-image img {
  max-width: 100%
}

.post.photo .full-image img {
  max-height: 1000px
}

.entry-title {
  font-size: 150%
}

@media(min-width:768px) {
  .entry-title {
    font-size: 200%
  }
}

.entry-content {
  line-height: 1.6;
  word-wrap: break-word
}

@media(min-width:768px) {
  .entry-content {
    font-size: 1rem
  }
}

.entry-content p {
  margin: 1em 0
}

.entry-content img, .entry-content video {
  max-width: 100%;
  height: auto
}

.entry-content iframe {
  max-width: 100%
}

.entry-content>script[src*=nicovideo]+div {
  max-width: 100%
}

.entry-content .tumblr_video_container {
  width: auto!important;
  height: 100vw!important
}

.entry-content .tumblr_video_container iframe {
  height: 100vw
}

.entry-content a[title*=Flickr] img {
  height: auto!important
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 1em 0 .8em;
  line-height: 1.3
}

.entry-content h1 {
  font-size: 150%
}

@media(min-width:992px) {
  .entry-content h1 {
    font-size: 170%
  }
}

.entry-content h2 {
  font-size: 140%
}

@media(min-width:992px) {
  .entry-content h2 {
    font-size: 160%
  }
}

.entry-content h3 {
  font-size: 130%
}

@media(min-width:992px) {
  .entry-content h3 {
    font-size: 140%
  }
}

.entry-content h4 {
  font-size: 120%
}

@media(min-width:992px) {
  .entry-content h4 {
    font-size: 130%
  }
}

.entry-content h5 {
  font-size: 100%
}

@media(min-width:992px) {
  .entry-content h5 {
    font-size: 110%
  }
}

.entry-content ul, .entry-content ol, .entry-content dd {
  margin: 0 0 1em 1.5em;
  padding: 0
}

.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol, .entry-content dd li ul, .entry-content dd li ol {
  margin-bottom: 0
}

.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1em;
  margin-bottom: 1em;
  width: 100%;
  overflow: auto;
  display: block
}

.entry-content table th, .entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px
}

.entry-content table th {
  background: rgba(0, 0, 10, .07)
}

.entry-content .hatena-asin-detail li {
  line-height: 1.4
}

.entry-content blockquote {
  margin: 1em 0;
  padding: 5px 10px;
  border-left: 2px solid #ddd;
  color: #878ea0
}

.entry-content blockquote p:last-child {
  margin-bottom: 0
}

@media(min-width:768px) {
  .entry-content blockquote {
    margin: 1.5em 2em;
    padding: 5px 20px
  }
}

.entry-content pre, .entry-content code {
  font-family: Monaco, Consolas, Courier New, Courier, monospace, sans-serif
}

.entry-content pre {
  padding: 15px;
  background: rgba(0, 0, 10, .07);
  border: none;
  word-wrap: normal;
  overflow-x: auto;
  font-size: 100%;
  line-height: 1.3
}

.entry-content pre>code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background-color: transparent;
  font-family: Monaco, Consolas, Courier New, Courier, monospace, sans-serif
}

.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #ddd;
  background-color: rgba(0, 0, 10, .07);
  border-radius: 3px
}

.entry-content hr {
  width: 20%;
  margin: 3em auto;
  border: 0;
  border-top: 3px solid #ddd
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 100%;
  overflow: hidden
}

.video-wrap iframe, .video-wrap object, .video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.answer .question {
  border-radius: 5px;
  padding: 15px;
  font-size: 110%;
  background: rgba(0, 0, 10, .07);
  margin-bottom: 1em;
  position: relative
}

.answer .asker-group img {
  vertical-align: middle
}

.link .entry-title {
  text-align: center
}

.link-url {
  display: block;
  background-color: #5289db;
  color: #fff;
  padding: 1em .5em
}

.link-url:hover {
  color: #fff
}

.entry-footer {
  color: #878ea0;
  font-size: 95%;
  margin-top: 3em
}

.entry-footer:before {
  content: "";
  display: block;
  background: #878ea0;
  width: 15px;
  height: 1px;
  margin-bottom: .5em
}

.entry-footer a {
  color: #878ea0;
  text-decoration: none
}

.entry-footer a:hover {
  color: #3072d4
}

.entry-footer-section {
  margin-bottom: 3em
}

.entry-footer-section h3 {
  text-transform: uppercase;
  font-size: 110%;
  margin: 0 0 .8em;
  color: #36393d
}

.article-meta .meta-elements {
  margin-left: 1em
}

.article-meta .meta-elements:first-child {
  margin-left: 0
}

.like_and_reblog_buttons {
  margin: 1em 0;
  padding: 0;
  display: table
}

.like_and_reblog_buttons>li {
  display: table-cell;
  text-align: center;
  padding-right: 1.5em;
  vertical-align: middle
}

.like_and_reblog_buttons>li .social-icon {
  width: 20px;
  height: auto;
  vertical-align: top
}

.like_and_reblog_buttons>li:last-child {
  padding-right: 0
}

.rebloggedfrom {
  display: table;
  width: 100%;
  table-layout: fixed
}

.rebloggedfrom .entry-footer-section-inner {
  display: table-cell
}

.rebloggedfrom .favicon {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  vertical-align: middle
}

.hastags .meta-elements a {
  margin-right: .5em
}

.notecontainer {
  margin-bottom: 1em
}

.notecontainer .notes {
  margin: 0;
  padding: 0
}

.notecontainer .notes li {
  list-style: none;
  padding: .5em 0;
  border-bottom: 1px solid #ddd;
  color: #878ea0;
  font-size: 90%
}

.notecontainer .notes li a {
  font-weight: 700;
  color: #878ea0;
  text-decoration: none
}

.notecontainer .notes li .avatar {
  max-height: 16px;
  width: auto;
  vertical-align: middle;
  margin-right: 3px
}

.notecontainer .notes li blockquote {
  margin: 1em 1em 1em 0;
  padding-left: 1em;
  border-left: 3px solid #ddd
}

.notecontainer .notes li blockquote a {
  font-weight: 400;
  color: #878ea0
}

.section-profile {
  text-align: center;
  margin: 3em 0
}

.profile-image img {
  width: 64px;
  height: 64px;
  border-radius: 50%
}

.profile-content h2 {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin: .5em 0
}

.profile-content p {
  margin: .5em 0;
  font-size: 13.6px;
  font-size: .85rem
}

.social-accounts {
  margin: 1em 0;
  padding: 0
}

.social-accounts li {
  display: inline-block;
  list-style: none;
  margin-right: .7em;
  padding: 0;
  vertical-align: middle
}

.social-accounts li a {
  border: 1px solid #ddd;
  border-radius: 42px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  text-align: center
}

.social-accounts li a:hover {
  text-decoration: none
}

.social-accounts li .social-accounts-icon {
  vertical-align: middle;
  display: block;
  margin: auto;
  line-height: 100%;
  width: 18px;
  height: 100%
}

.section-footer {
  margin-bottom: 1em;
  margin-top: 0
}

@media(min-width:768px) {
  .section-footer {
    margin-bottom: 2em
  }
}

.footer-content {
  font-size: 12px;
  font-size: .75rem;
  text-align: center;
  color: #878ea0
}

.footer-content a {
  font-weight: 700;
  text-decoration: none;
  color: #878ea0
}

.footer-content span {
  line-height: 1.4
}

@media(min-width:768px) {
  .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.footer-copyright {
  margin-bottom: 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(min-width:768px) {
  .footer-copyright {
    text-align: left;
    margin-bottom: 0
  }
}

.footer-theme {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-theme>div {
  vertical-align: middle
}

@media(min-width:768px) {
  .footer-theme {
    margin: 0;
    text-align: right
  }
}

.footer-title {
  display: block;
  font-size: 14.4px;
  font-size: .9rem
}

.footer-theme-author {
  padding-right: 1em
}

@media(min-width:768px) {
  .footer-theme-author {
    min-width: 250px
  }
}

.footer-text {
  margin-bottom: 0
}

.footer-theme-illustfolio4 {
  display: block
}

.footer-install-btn {
  display: inline-block;
  text-align: center;
  padding: .6em 1.2em;
  cursor: pointer;
  line-height: 1.5;
  font-size: 90%;
  border-radius: .25em;
  overflow: hidden;
  color: #5289db;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #5289db;
  border-color: #ddd;
  white-space: nowrap
}

.footer-install-btn:hover {
  background-color: #5289db;
  color: #fff;
  text-decoration: none;
  border-color: transparent
}

.footer-install-btn:hover {
  background-color: rgba(0, 0, 10, .07);
  color: #878ea0
}