@charset "UTF-8";
/*!
Theme Name: aol
Theme URI:
Description: theme for aol
Version:1.0
*/
/*!
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
site setting
*/
body {
  line-height: 1.5;
  color: #353435;
  background: #fff;
  position: relative;
  font-family: 'Hiragino Sans','ヒラギノ角ゴシック','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
}

a:link,
a:visited {
  color: #444;
  text-decoration: none;
}

a:hover,
a:active {
  color: #307fb8;
}

img {
  max-width: 100%;
  height: auto;
}

/*!
site frame
*/
.container {
  min-width: 320px;
  position: relative;
}
.container::after {
  content: '';
  display: block;
  clear: both;
}

.header {
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #bdd4e5;
  position: relative;
  text-align: center;
  width: 100%;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
}
.header .header-content {
  padding: 0 49px 0 15px;
  position: relative;
  text-align: left;
}
.header .logo,
.header .site-description {
  display: inline-block;
  vertical-align: middle;
}
.header .logo {
  margin-right: 15px;
  width: 93px;
  height: auto;
}
.header .site-description {
  font-size: 9px;
}
.home .header .header-content .logo,
.home .header .header-content .site-description {
  display: none;
  font-size: 1.5em;
}
.home .header.fixed .header-content .logo {
  display: block;
}

.home-content {
  min-height: 90px;
  display: table;
  width: 100%;
  text-align: center;
}
.home-content .home-content-inner {
  padding: 0 40px;
  display: table-cell;
  vertical-align: middle;
}
.home-content .logo {
  float: none;
  width: auto;
}
.home-content .site-description {
  padding-top: 20px;
  display: block;
  font-size: 1.5em;
}
.fixed .home-content .home-content {
  display: none;
}

.fixed-nav .toggle {
  width: 0;
  height: 0;
  overflow: hidden;
}
.fixed-nav .toggle:before {
  content: '\f419';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -17px;
  padding: 5px;
  width: 1em;
  height: 1em;
  line-height: 1;
  color: #fff;
  background-color: #307fb8;
  z-index: 1001;
}
.fixed-nav .toggle.is_open:before {
  content: '\f405';
}
.fixed-nav .col {
  display: none;
  text-align: left;
}
.fixed-nav .col.is_open {
  margin-top: -1px;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1002;
  border-bottom: 1px solid #bdd4e5;
  background-color: #fff;
}

.movie {
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: .5;
  overflow: hidden;
  min-width: 320px;
  display: none;
}
.movie iframe {
  width: 100%;
  height: auto;
  position: relative;
  pointer-events: none;
  display: none;
}

.images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  min-width: 320px;
  display: block;
}

.home-content-area {
  position: relative;
  z-index: 2;
}
.home-content-area .home-categories .category-line {
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  position: relative;
}
.home-content-area .home-categories .category-line:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #f0f0f0;
}
.home-content-area .home-categories .category-line:after {
  content: '';
  display: table;
  clear: both;
}
.home-content-area .home-categories .category {
  float: left;
  width: 50%;
}
.home-content-area .home-categories .category a {
  padding: 12px 30px 12px 15px;
  display: block;
  font-weight: 600;
  font-size: 12px;
  position: relative;
}
.home-content-area .home-categories .category a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content {
  position: relative;
  background: #fff;
}

.main {
  padding: 0 15px;
}

.icon::before {
  display: inline-block;
  vertical-align: middle;
  color: #777;
  font: normal 24px Genericons;
}

.post-list li {
  font-size: 14px;
  margin-top: 15px;
  padding-left: 70px;
  min-height: 90px;
  position: relative;
}
.stack.related .stack-body .post-list li {
  font-size: 16px;
  padding-left: 0;
}
.stack.related .stack-body .post-list li.no-relatedpost {
  padding-left: 0;
  min-height: 0;
  width: 100%;
  float: none;
}
.sidebar-1st .post-list li, .sidebar-2nd .post-list li {
  padding: 0 0 16px 105px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar-1st .post-list li a, .sidebar-2nd .post-list li a {
  font-weight: 600;
}
.post-list li img {
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
}
.post-list li .related_post_thumbnail img {
  border-radius: 0;
  position: relative;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-list.writers {
  padding: 0 15px;
}
.post-list.writers .writer {
  padding: 0 0 16px 65px;
}
.post-list.writers .writer img {
  width: 50px;
  height: 50px;
}

.sidebar {
  padding-bottom: 50px;
  background: rgba(255, 255, 255, 0.94);
}
.sidebar .sidebar1st-fixed {
  position: fixed;
}
.sidebar .sidebar1st-absolute {
  position: fixed;
}
.sidebar.sidebar-1st .widget {
  /*&:first-child{
  	margin-bottom: 25px;
  	.widget-title{
  		margin-bottom: 0;
  		padding: 0;
  		background: none;
  	}
  }
  &:nth-child(2){
  	margin-top: 0;
  }*/
}
.sidebar.sidebar-1st .widget li {
  border-bottom: 1px solid #f0f0f0;
}
.sidebar.sidebar-1st .widget li a {
  padding: 12px;
  display: block;
}
.sidebar.sidebar-1st .widget li a:hover, .sidebar.sidebar-1st .widget li a:active {
  color: #307fb8;
  background: #e9ecf0;
}
.sidebar.sidebar-1st .widget li a::before {
  content: "";
}
.sidebar.sidebar-1st .widget .follow-sns {
  min-width: 220px;
  text-align: center;
  margin-bottom: 15px;
  display: table;
  display: block\9;
  word-spacing: -1em;
  width: 100%;
}
.sidebar.sidebar-1st .widget .follow-sns li {
  margin: 0 5px;
  border: 0;
  display: inline-block;
}
.sidebar.sidebar-1st .widget .follow-sns a {
  padding: 0;
  width: 54px;
  height: 54px;
}
.sidebar.sidebar-1st .widget .follow-sns a::before {
  content: none;
}
.sidebar.sidebar-1st .widget .follow {
  min-width: 220px;
  text-align: center;
}
.sidebar.sidebar-1st .widget .follow li {
  margin: 0 5px;
  border: 0;
  display: inline-block;
}
.sidebar.sidebar-1st .widget .follow span {
  display: none;
}
.sidebar.sidebar-1st .widget .follow a {
  padding: 0;
}
.sidebar.sidebar-1st .widget .follow a::before {
  padding: 13px 0;
  color: #fff;
  border-radius: 3px;
  width: 50px;
}
.sidebar.sidebar-1st .widget .follow a.twitter::before {
  content: '\f202';
  background: #1cabe7;
}
.sidebar.sidebar-1st .widget .follow a.facebook::before {
  content: '\f204';
  background: #3b589e;
}
.sidebar.sidebar-1st .widget .follow a.rss::before {
  content: '\f413';
  background: #fe9901;
}
.sidebar.sidebar-1st .widget .follow-btn {
  text-align: center;
  margin: 0 auto;
  width: 240px;
}
.sidebar.sidebar-1st .widget .follow-btn:after {
  content: "";
  display: block;
  clear: both;
}
.sidebar.sidebar-1st .widget .follow-btn .facebook {
  float: left;
  width: 80px;
}
.sidebar.sidebar-1st .widget .follow-btn .twitter {
  float: left;
  width: 80px;
  margin-top: 7px;
}
.sidebar.sidebar-1st .widget .follow-btn .feedly {
  float: left;
  width: 80px;
  margin-top: 6px;
}
.sidebar.sidebar-1st .widget .writers li a {
  padding: 0;
  display: inline;
}
.sidebar.sidebar-1st .widget .writers li a::before {
  content: "";
}
.sidebar.sidebar-1st .widget .writers li a:hover, .sidebar.sidebar-1st .widget .writers li a:active {
  background: none;
}
.sidebar.sidebar-1st .widget .writers li .info {
  font-size: 14px;
}
.sidebar.sidebar-1st .sidebar-toggle {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.sidebar.sidebar-2nd {
  display: none;
}
.sidebar.sidebar-2nd .sidebar-toggle {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.sidebar .sidebar-toggle,
.sidebar .widget-title {
  padding: 16px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.sidebar .widget-body {
  padding: 0 15px;
}
.sidebar .sidebar-toggle {
  color: #fff;
  background: #307fb8;
  cursor: pointer;
  text-align: center;
  display: none;
}
.sidebar .sidebar-toggle:before {
  content: '\f436';
  color: #fff;
}
.sidebar .widget {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}
.sidebar .widget:first-child {
  margin-top: 0 !important;
}
.sidebar .widget .widget-title {
  margin-bottom: 20px;
  padding: 14px 20px;
  border-radius: 3px;
  font-size: 18px;
}
.sidebar .widget select,
.sidebar .widget #wp-calendar,
.sidebar .widget .tagcloud {
  margin: 0 30px;
}
.sidebar .widget.hrnavi-ranking .post-list li {
  counter-increment: num;
}
.sidebar .widget.hrnavi-ranking .post-list li:nth-child(n+6) .image:before, .sidebar .widget.hrnavi-ranking .post-list li:nth-child(n+6) .image:after {
  display: none;
}
.sidebar .widget.hrnavi-ranking .post-list li .image {
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  z-index: 1;
  overflow: hidden;
}
.sidebar .widget.hrnavi-ranking .post-list li .image:before {
  content: counter(num);
  position: absolute;
  top: 2px;
  left: 4px;
  color: #fff;
  font-size: 14px;
  z-index: 3;
}
.sidebar .widget.hrnavi-ranking .post-list li .image:after {
  content: '';
  border-style: solid;
  border-width: 38px 38px 0 0;
  border-color: #2caea6 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 2;
}
.sidebar .widget.hrnavi-ranking .post-list li .image img {
  z-index: 1;
}
.sidebar .widget.banner {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .widget.banner img {
  display: block;
  min-width: 300px;
  height: auto;
}

.sidebar-1st-expand .sidebar-1st,
.sidebar-2nd-expand .sidebar-2nd {
  -moz-transition: width .2s ease;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.sidebar-1st-expand .sidebar-1st .widgets,
.sidebar-2nd-expand .sidebar-2nd .widgets {
  padding-top: 10px;
  overflow: hidden;
}
.sidebar-1st-expand .sidebar-1st .widget,
.sidebar-2nd-expand .sidebar-2nd .widget {
  display: block;
}
.sidebar-1st-expand .sidebar-1st .widget iframe,
.sidebar-2nd-expand .sidebar-2nd .widget iframe {
  /*margin-top:20px;*/
}

.sidebar-1st-expand .sidebar.sidebar-1st {
  margin-left: 0;
  left: 0;
  width: 260px;
}
.sidebar-1st-expand .sidebar.sidebar-1st .widget {
  min-width: 260px;
}

.post.sidebar-1st-expand .sidebar.sidebar-1st .widget {
  min-width: 160px;
}

.sidebar-2nd-expand .sidebar.sidebar-2nd {
  margin-right: 0;
  right: 0;
  width: 300px;
}
.sidebar-2nd-expand .sidebar.sidebar-2nd .widget {
  min-width: 300px;
}

#wp-calendar {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  width: 200px;
  word-break: break-all;
  word-wrap: break-word;
  text-align: center;
}
#wp-calendar th,
#wp-calendar td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#wp-calendar th {
  color: #fff;
  background: #33363b;
}
#wp-calendar caption {
  margin-bottom: 1em;
}
#wp-calendar caption,
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}
#wp-calendar #prev,
#wp-calendar #next {
  padding: 0 .25em;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  color: #353435;
  text-decoration: none;
}
#wp-calendar #prev a:hover, #wp-calendar #prev a:active,
#wp-calendar #next a:hover,
#wp-calendar #next a:active {
  text-decoration: underline;
}

.tagcloud a {
  margin: 4px .5em 4px 0;
  padding: .25em .75em;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  background: #d1d7de;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
}
.tagcloud a:hover, .tagcloud a:active {
  background: #bbc4ce;
}
.sidebar .tagcloud a {
  margin-top: 0;
}

.searchform {
  margin-top: 30px;
  display: inline-block;
  position: relative;
}
.single-content .searchform {
  margin-top: 0;
}
.searchform div {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.searchform label::before,
.searchform input[type="submit"] {
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  z-index: 10;
  cursor: pointer;
}
.searchform label {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.searchform label::before {
  content: '\f400';
  display: inline-block;
  vertical-align: middle;
  color: #353435;
  font: normal 24px Genericons;
  z-index: 9;
}
.searchform input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 34px 16px 10px;
  border: 0;
  width: 180px;
  outline: 0;
  font-size: 13px;
}
.searchform input[type="submit"] {
  border: 0;
  opacity: 0;
}

.widget_search .searchform {
  margin-top: 0;
  display: block;
}
.widget_search .searchform div {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}
.widget_search .searchform label::before {
  color: #dee0e3;
}
.widget_search .searchform input[type="text"] {
  width: 100%;
}

.footer-nav-area {
  padding-bottom: 10px;
  background-color: #f0f7fc;
}
.footer-nav-area .logo {
  display: none;
}
.footer-nav-area .footer-nav.twitter {
  display: none;
}
.footer-nav-area .categories ul {
  padding-bottom: 20px;
  background-color: #fff;
}
.footer-nav-area .categories ul:before {
  content: 'カテゴリー';
  padding: 5px 15px;
  display: block;
  color: #fff;
  background-color: #307fb8;
  font-weight: 600;
  font-size: 16px;
}
.footer-nav-area .categories li {
  border-bottom: 1px solid #f0f0f0;
}
.footer-nav-area .categories a {
  padding: 15px 30px 15px 15px;
  display: block;
  font-weight: 600;
  font-size: 15px;
  position: relative;
}
.footer-nav-area .categories a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-nav-area .social dl {
  text-align: center;
}
.footer-nav-area .social dt {
  padding-top: 10px;
  font-weight: 600;
}
.footer-nav-area .social ul {
  padding-bottom: 5px;
  word-spacing: -1em;
  display: table;
  display: block\9;
  width: 196px;
}
.footer-nav-area .social li {
  margin: 5px;
  display: inline-block;
  word-spacing: normal;
  vertical-align: top;
}
.footer-nav-area .social a, .footer-nav-area .social img {
  display: block;
}
.footer-nav-area .facebook {
  margin: 0 10px;
  /*padding-bottom: 10px;*/
  background-color: #fff;
  text-align: center;
}

.footer {
  background: #fff;
}
.footer .footer-container {
  clear: both;
  padding: 40px 15px;
  overflow: hidden;
}
.footer .site-nav,
.footer .social {
  text-align: center;
}
.footer .site-nav {
  clear: both;
  margin: 0 15px;
  font-size: 12px;
}
.footer .site-nav ul {
  margin: 4px 0;
}
.footer .site-nav li {
  display: inline-block;
}
.footer .site-nav li::before {
  padding: 0 1em;
  content: "/";
}
.footer .site-nav li:first-child::before {
  padding: 0;
  content: "";
}
.footer .social {
  margin: 0 6px;
  padding: 24px 0 0;
}
.footer .social li {
  margin: 0 9px;
  display: inline-block;
}
.footer .social a {
  display: block;
  width: 53px;
  height: 59px;
  background: url(images/bg-social.png) center center no-repeat;
}
.footer .social a span {
  display: none;
}
.footer .social a::before {
  padding-top: 17px;
  color: #fff;
}
.footer .social a.twitter::before {
  content: "";
}
.footer .social a.facebook::before {
  content: "";
}
.footer .pagetop {
  margin-top: 40px;
}
.footer .pagetop ul:after {
  content: '';
  display: table;
  clear: both;
}
.footer .pagetop li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
}
.footer .pagetop li:first-child {
  padding-right: 2px;
  float: left;
}
.footer .pagetop li:last-child {
  padding-left: 1px;
  float: right;
}
.footer .pagetop li a {
  padding: 12px 0;
  display: block;
  color: #353435;
  background-color: #f0f0f0;
  font-weight: 600;
  font-size: 14px;
}
.footer .jump {
  padding: 17px 0;
}
.footer .jump ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.footer .jump li {
  display: table-cell;
  width: 30%;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
}
.footer .jump li:nth-child(2) {
  width: 40%;
}

.fb_iframe_widget {
  border-radius: 3px;
  background-color: #fff;
}
.sidebar .fb_iframe_widget {
  height: 420px;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style] {
  width: 100% !important;
}

@media screen and (max-width: 480px) {
  .home-content .site-description {
    font-size: 1.2em;
  }

  .home .header {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .home .header.fixed {
    border-bottom: 1px solid #bdd4e5;
  }
  .home .header.fixed .header-content .logo,
  .home .header.fixed .header-content .site-description {
    display: inline-block;
    font-size: 9px;
  }

  .stacks .stack.prev, .stacks .stack.next {
    display: none;
  }
  .stacks .stack.tagcloud {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .stacks .stack.social li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: block;
    width: 50%;
  }
  .stacks .stack.social li img {
    max-height: 47px;
  }
  .stacks .stack.social .lineapp {
    display: block;
  }

  .widget_search {
    margin-bottom: 20px;
  }
  .widget_search .widgettitle {
    color: #fff;
    background: #307fb8;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 0;
    margin-bottom: 4px;
  }
  .widget_search .searchform {
    padding: 0 15px;
  }
  .widget_search .searchform label::before {
    color: #dee0e3;
  }
  .widget_search .searchform input[type="text"] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .sidebar .widget .widget-title {
    color: #fff;
    background: #307fb8;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 0;
    margin-bottom: 4px;
  }
  .sidebar.sidebar-1st {
    padding-bottom: 0;
  }
  .sidebar.sidebar-1st .widgets {
    padding-bottom: 0;
  }
  .sidebar.sidebar-1st .widget {
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
    /*&:first-child{
    	display: block;
    	margin-bottom: 0;
    	.widget-title{
    		margin-bottom: 0;
    		display: block;
    	}
    }
    &:nth-child(2){
    	display:none;
    }*/
    /*&.likebox{
    	margin-top: 30px;
    	margin-bottom: 0;
    	padding: 0 10px;
    	display: block;
    	border: none;
    	text-align: center;
    }*/
  }
  .sidebar.sidebar-1st .widget .widget-title {
    padding: 5px 15px;
    border-radius: 0;
    color: #fff;
    background-color: #307fb8;
  }
  .sidebar.sidebar-1st .widget.likebox, .sidebar.sidebar-1st .widget.twitter {
    display: none;
  }
  .sidebar.sidebar-2nd {
    padding-bottom: 0;
    display: block;
  }
  .sidebar.sidebar-2nd .widget {
    display: none;
  }
  .sidebar.sidebar-2nd .widget.hrnavi-ranking ~ .banner {
    display: block;
    text-align: center;
  }
  .sidebar.sidebar-2nd .widget.hrnavi-ranking ~ .banner a {
    display: inline-block;
  }
  .sidebar.sidebar-2nd .widget.widget_search {
    display: block;
  }
  .sidebar.sidebar-2nd .widget.hrnavi-ranking .post-list li:nth-child(n+6) {
    display: none;
  }

  .footer-nav-area .social ul {
    width: 100%;
  }

  .footer {
    padding-bottom: 30px;
  }
  .footer .footer-container {
    background: #fff;
    padding: 0 0 40px;
  }
  .footer .site-nav li:last-child {
    display: block;
  }
  .footer .site-nav li:last-child::before {
    padding: 0;
    content: "";
  }

  .post .post-header .post-category-list {
    padding-right: 0;
  }
  .post .post-header .post-category-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .post .post-header .post-category-list a {
    padding: 1px 6px;
    font-size: 12px;
  }
  .post .post-header .post-category-list .date {
    display: none;
  }
  .post .post-header .post-category {
    display: none;
  }
  .post .post-header .post-title {
    margin-top: 4px;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
  }
  .post .single-content h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
  }
  .post .stacks {
    padding-bottom: 20px;
    border-top: 0;
  }
  .post .sidebar.sidebar-1st {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .post .sidebar.sidebar-1st .widgets {
    padding-bottom: 0;
  }
  .post .sidebar.sidebar-1st .widget {
    margin-top: 0;
    /*&:first-child{
    	display: block;
    	margin-bottom: 10px;
    	.widget-title{
    		margin-bottom: 0;
    		display: block;
    	}
    }
    &:nth-child(2){
    	display:none;
    }*/
  }
  .post .sidebar.sidebar-2nd {
    display: block;
  }
  .post .sidebar.sidebar-2nd .widgets {
    padding-bottom: 10px;
  }
  .post .sidebar.sidebar-2nd .widget {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .post .sidebar.sidebar-2nd .widget:first-child {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
  }
  .post .sidebar.sidebar-2nd .widget.banner {
    margin-bottom: 10px;
    padding: 0 15px;
    text-align: center;
    font-size: 0;
    line-height: 1;
  }
  .post .sidebar.sidebar-2nd .widget.banner a {
    display: inline-block;
  }
  .post .sidebar.sidebar-2nd .widget.banner img {
    min-width: 0;
  }
  .post .sidebar.sidebar-2nd .widget.lastupdate-posts, .post .sidebar.sidebar-2nd .widget.hrnavi-ranking, .post .sidebar.sidebar-2nd .widget.hrnavi-ranking ~ .banner, .post .sidebar.sidebar-2nd .widget.widget_search {
    display: block;
  }
  .post .sidebar.sidebar-2nd .widget.lastupdate-posts .widget-title, .post .sidebar.sidebar-2nd .widget.hrnavi-ranking .widget-title, .post .sidebar.sidebar-2nd .widget.hrnavi-ranking ~ .banner .widget-title, .post .sidebar.sidebar-2nd .widget.widget_search .widget-title {
    color: #fff;
    background: #307fb8;
    font-size: 16px;
    padding: 10px 13px;
    border-radius: 0;
  }
  .post .sidebar.sidebar-2nd .widget.lastupdate-posts a, .post .sidebar.sidebar-2nd .widget.hrnavi-ranking a, .post .sidebar.sidebar-2nd .widget.hrnavi-ranking ~ .banner a, .post .sidebar.sidebar-2nd .widget.widget_search a {
    font-weight: 600;
  }
}
@media screen and (min-width: 480px) {
  .home .header .home-content {
    min-height: 135px;
  }
  .home .header .logo, .home .header .site-description {
    margin: 0;
    float: none;
  }
  .home .header .site-description {
    padding-top: 20px;
    font-size: 1.5em;
  }

  .home-categories {
    display: none;
  }

  .content {
    padding-right: 40px;
    padding-left: 40px;
  }
  .content::after {
    clear: both;
    content: '';
    display: block;
  }

  .main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    float: right;
    width: 100%;
  }
  .main .single .post-header .post-meta {
    display: none;
  }

  .sidebar {
    position: relative;
  }
  .sidebar .sidebar-toggle {
    display: block;
  }
  .sidebar.sidebar-1st {
    margin-left: -40px;
    float: left;
    width: 40px;
  }
  .sidebar.sidebar-1st .widget {
    /*&:first-child{
    	margin-top: 40px;
    }*/
  }
  .sidebar.sidebar-1st .widget.social-single, .sidebar.sidebar-1st .widget.author, .sidebar.sidebar-1st .widget.twitter {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .sidebar.sidebar-1st .widget.social-single, .sidebar.sidebar-1st .widget.author {
    background-color: #f0f7fc;
  }
  .sidebar.sidebar-1st .widget.social-single .widget-title, .sidebar.sidebar-1st .widget.author .widget-title {
    margin-bottom: 0;
    padding: 8px 0;
    color: #444;
    background-color: transparent;
    font-size: 14px;
    text-align: center;
  }
  .sidebar.sidebar-1st .widget.social-single {
    margin-top: 0;
  }
  .sidebar.sidebar-1st .widget.author dt {
    text-align: center;
  }
  .sidebar.sidebar-1st .widget.author dt a, .sidebar.sidebar-1st .widget.author dt img {
    display: block;
    width: 80px;
    line-height: 1;
  }
  .sidebar.sidebar-1st .widget.author dt a {
    margin: 0 auto;
  }
  .sidebar.sidebar-1st .widget.author dt img {
    border-radius: 3px;
  }
  .sidebar.sidebar-1st .widget.author dt span {
    margin: 10px 10px 10px;
    display: block;
  }
  .sidebar.sidebar-1st .widget.author dt span a {
    color: #307fb8;
    font-weight: 600;
    font-size: 16px;
  }
  .sidebar.sidebar-1st .widget.author dd {
    padding: 0 10px;
    font-weight: 600;
    font-size: 12px;
  }
  .sidebar.sidebar-1st .widget.author .viewAll {
    padding: 10px;
  }
  .sidebar.sidebar-1st .widget.author .viewAll a {
    padding: 10px;
    display: block;
    color: #307fb8;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
  }
  .sidebar.sidebar-1st .widget.author .viewAll a span {
    padding-left: 22px;
    display: inline-block;
    position: relative;
  }
  .sidebar.sidebar-1st .widget.author .viewAll a span:before {
    content: '\f443';
    font: normal 22px Genericons;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    color: #777;
  }
  .sidebar.sidebar-1st .widget.social-single ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .sidebar.sidebar-1st .widget.social-single li {
    padding: 0 0 10px 10px;
    border-bottom: 0;
    float: left;
  }
  .sidebar.sidebar-1st .widget.social-single li:last-child {
    padding-left: 8px;
  }
  .sidebar.sidebar-1st .widget.social-single li a, .sidebar.sidebar-1st .widget.social-single li img {
    display: block;
  }
  .sidebar.sidebar-1st .widget.social-single li a {
    padding: 0;
  }
  .sidebar.sidebar-1st .widget.social-single li a:before {
    display: none;
  }
  .sidebar.sidebar-1st .widget.twitter {
    margin-top: 0;
  }
  .sidebar.sidebar-1st .widget.twitter .widget-body {
    margin-bottom: 40px;
  }
  .sidebar.sidebar-1st .widget.twitter .widget-body .likebox {
    height: 230px;
    overflow: hidden;
  }
  .sidebar.sidebar-1st .widget.twitter .timeline {
    height: 600px;
  }
  .sidebar.sidebar-1st .widget.twitter .timeline .twitter-timeline {
    min-width: 0 !important;
    width: 100% !important;
    vertical-align: bottom;
    font-size: 0;
  }
  .sidebar.sidebar-1st .widget.twitter .followButton {
    margin-top: 20px;
  }
  .post .sidebar.sidebar-1st .widget.twitter .timeline {
    height: 1000px;
  }
  .sidebar-1st-expand .sidebar.sidebar-1st dt, .sidebar-1st-expand .sidebar.sidebar-1st a:before {
    color: #353435;
  }
  .post.sidebar-1st-expand .sidebar.sidebar-1st {
    width: 160px;
  }
  .sidebar.sidebar-1st .widget-body {
    padding: 0;
  }
  .sidebar.sidebar-2nd {
    margin-right: -40px;
    float: right;
    width: 40px;
    right: -100%;
    display: block;
  }
  .sidebar.sidebar-2nd .widgets {
    display: none;
  }
  .sidebar.sidebar-2nd .widgets > :nth-last-child(2) {
    margin-bottom: 40px;
  }
  .sidebar.sidebar-2nd .widgets .widget {
    display: none;
  }
  .sidebar.sidebar-2nd .widgets .widget.banner, .sidebar.sidebar-2nd .widgets .widget.hrnavi-ranking, .sidebar.sidebar-2nd .widgets .widget.lastupdate-posts, .sidebar.sidebar-2nd .widgets .widget.widget_search {
    display: block;
  }
  .post .sidebar.sidebar-2nd .widget {
    display: block;
  }
  .sidebar-2nd-expand .sidebar .widgets {
    display: block;
  }

  .footer-nav-area {
    background-color: #f0f7fc;
  }
  .footer-nav-area:after {
    content: '';
    display: table;
    clear: both;
  }
  .footer-nav-area .logo {
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
    display: table;
    display: block\9;
    word-spacing: -1em;
    width: 100%;
    text-align: center;
  }
  .footer-nav-area .logo img, .footer-nav-area .logo span {
    display: inline-block;
    vertical-align: middle;
    word-spacing: normal;
    font-weight: 600;
    font-size: 14px;
  }
  .footer-nav-area .logo img {
    margin-right: 12px;
  }
  .footer-nav-area .categories {
    margin: 0 auto;
    width: 380px;
    overflow: hidden;
  }
  .footer-nav-area .categories ul {
    margin-left: -10px;
    display: table;
    display: block\9;
    word-spacing: -1em;
    width: 390px;
    background-color: transparent;
  }
  .footer-nav-area .categories ul:before {
    color: #444;
    background-color: transparent;
  }
  .footer-nav-area .categories li {
    margin: 10px 0 0 10px;
    border-bottom: 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: normal;
    width: 185px;
  }
  .footer-nav-area .categories a {
    padding: 10px;
    display: block;
    color: #307fb8;
    background-color: #fff;
    font-size: 14px;
  }
  .footer-nav-area .categories a:hover, .footer-nav-area .categories a:active {
    color: #fff;
    background-color: #307fb8;
  }
  .footer-nav-area .categories a:after {
    display: none;
  }
  .footer-nav-area .social {
    margin: 0 auto 20px;
    width: 380px;
  }
  .footer-nav-area .social dl {
    display: table;
    width: 380px;
  }
  .footer-nav-area .social dt, .footer-nav-area .social dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .footer-nav-area .social dt {
    padding-top: 0;
    padding-left: 10px;
    font-size: 14px;
  }
  .footer-nav-area .social dd {
    padding-right: 5px;
    text-align: right;
  }

  .footer {
    padding: 0 55px;
  }
  .footer .footer-container {
    padding-top: 0;
  }
  .footer .pagetop {
    display: none;
  }
  .footer .jump {
    float: right;
  }
  .footer .jump ul {
    display: block;
  }
  .footer .jump li {
    margin-left: 20px;
    float: left;
    width: auto;
  }
  .footer .jump li:nth-child(2) {
    width: auto;
  }
  .footer .site-nav {
    clear: none;
    float: left;
  }
  .footer .site-nav .logo, .footer .site-nav .copyright {
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 768px) {
  .container {
    margin: 0 20px 20px;
    padding: 0 20px 30px;
  }

  .home .movie {
    height: 0;
    display: block;
  }
  .home .movie iframe {
    display: block;
  }
  .home .images {
    display: none;
  }
  .home .header .home-content {
    min-height: 216px;
  }

  .main {
    padding: 0 10px;
  }

  .sidebar .widget-title {
    color: #fff;
    background: #307fb8;
  }
  .sidebar.sidebar-1st {
    margin-left: -60px;
    width: 40px;
  }
  .sidebar-1st-expand .sidebar.sidebar-1st {
    margin-left: -20px;
  }
  .sidebar.sidebar-1st .widget-body {
    padding: 0;
  }
  .sidebar.sidebar-2nd {
    margin-right: -60px;
    width: 40px;
  }
  .sidebar-2nd-expand .sidebar.sidebar-2nd {
    margin-right: -20px;
  }

  .footer-nav-area {
    padding: 10px 0 20px;
  }
  .footer-nav-area .footer-nav-inner {
    margin: 0 auto;
    width: 380px;
  }
  .footer-nav-area .footer-nav-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .footer-nav-area .footer-nav {
    margin-top: 20px;
    float: left;
    width: 380px;
  }
  .footer-nav-area .footer-nav.twitter {
    display: block;
  }
  .footer-nav-area .footer-nav.twitter iframe {
    vertical-align: bottom;
  }
  .footer-nav-area .footer-nav.facebook {
    margin-right: 0;
    margin-left: 0;
  }

  .footer {
    padding: 20px 0 0;
  }
  .footer .footer-container {
    padding: 0;
  }
  .footer .site-nav {
    /*float:left;
    text-align:left;*/
  }
  .footer .site-nav li {
    display: inline-block;
  }
  .footer .copyright br {
    display: none;
  }
  .footer .social {
    float: right;
  }
}
@media screen and (min-width: 960px) {
  .home .home-content {
    min-height: 270px;
  }

  .content {
    margin: 0 50px 0 260px;
    padding: 0;
  }
  .post .content {
    margin-left: 160px;
  }

  .main {
    padding-left: 30px;
  }

  .sidebar.sidebar-1st {
    padding-bottom: 100px;
    margin-left: -260px;
    width: 260px;
  }
  .sidebar.sidebar-1st .sidebar-toggle {
    display: none;
  }
  .sidebar.sidebar-1st .widgets {
    width: 260px;
  }
  .sidebar.sidebar-1st .widget {
    display: block;
    margin-top: 0;
    width: 260px;
  }
  .sidebar.sidebar-1st .widget-body {
    padding: 0;
  }
  .post .sidebar.sidebar-1st {
    margin-left: -160px;
    width: 160px;
  }
  .post .sidebar.sidebar-1st .widgets,
  .post .sidebar.sidebar-1st .widget {
    width: 160px;
  }
  .post .sidebar.sidebar-1st .widgets {
    padding-top: 0;
  }
  .post .sidebar.sidebar-1st .twitter {
    margin-top: 20px;
  }
  .sidebar.sidebar-2nd {
    margin-right: -70px;
    width: 50px;
  }
  .sidebar-2nd-expand .sidebar.sidebar-2nd {
    margin-right: -70px;
  }

  .footer-nav-area .footer-nav-inner {
    width: 768px;
  }
  .footer-nav-area .footer-nav {
    width: 380px;
  }
  .footer-nav-area .footer-nav .logo {
    padding-top: 0;
    text-align: left;
  }
  .footer-nav-area .footer-nav:nth-child(even) {
    margin-left: 8px;
  }
  .footer-nav-area .footer-nav:nth-child(odd) {
    clear: both;
  }
}
@media screen and (min-width: 1240px) {
  .container {
    margin: 0 auto 20px;
    width: 1200px;
  }

  .home .home-content {
    min-height: 349px;
  }

  .header .site-description {
    display: block;
  }

  .content {
    margin: 0 300px 0 260px;
    padding: 0;
  }

  .main {
    padding-right: 30px;
  }

  .sidebar .widgets {
    background: none;
  }
  .sidebar.sidebar-2nd {
    margin-right: -300px;
    padding-bottom: 100px;
    width: 300px;
  }
  .sidebar.sidebar-2nd .sidebar-toggle {
    display: none;
  }
  .sidebar.sidebar-2nd .widgets {
    display: block;
  }
  .sidebar.sidebar-2nd .widget {
    display: block;
    width: 300px;
  }
  .sidebar.sidebar-2nd .widget iframe {
    margin-top: 0;
  }
  .sidebar.sidebar-2nd .widget-title {
    color: #fff;
    background: #307fb8;
  }
  .sidebar .widget-body {
    padding: 0;
  }
  .sidebar-2nd-collapse .sidebar.sidebar-2nd .widget.banner, .sidebar-2nd-collapse .sidebar.sidebar-2nd .widget.hrnavi-ranking, .sidebar-2nd-collapse .sidebar.sidebar-2nd .widget.lastupdate-posts, .sidebar-2nd-collapse .sidebar.sidebar-2nd .widget.widget_search {
    display: block;
  }

  .footer-nav-area .footer-nav-inner {
    margin: 0 auto;
    width: 1200px;
  }
  .footer-nav-area .footer-nav {
    float: left;
    width: 380px;
  }
  .footer-nav-area .footer-nav:nth-child(2) {
    margin-right: 30px;
    margin-left: 30px;
  }
  .footer-nav-area .footer-nav:nth-child(odd) {
    clear: none;
  }
}
@media screen and (max-width: 480px) {
  .fixed-nav .categories:before,
  .fixed-nav .social:before {
    padding: 2px 15px;
    display: block;
    color: #fff;
    background-color: #307fb8;
    font-weight: 600;
    font-size: 16px;
  }
  .fixed-nav .categories {
    padding-bottom: 20px;
  }
  .fixed-nav .categories:before {
    content: 'カテゴリー';
  }
  .fixed-nav .categories li {
    border-bottom: 1px solid #f0f0f0;
  }
  .fixed-nav .categories a {
    padding: 8px 30px 8px 15px;
    display: block;
    font-weight: 600;
    font-size: 15px;
    position: relative;
  }
  .fixed-nav .categories a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .fixed-nav .social {
    padding-bottom: 12px;
  }
  .fixed-nav .social:before {
    content: '公式アカウントをフォロー';
  }
  .fixed-nav .social:after {
    content: '';
    display: table;
    clear: both;
  }
  .fixed-nav .social ul {
    text-align: center;
  }
  .fixed-nav .social li {
    padding-top: 20px;
    display: inline-block;
    vertical-align: top;
  }
  .fixed-nav .social a, .fixed-nav .social img {
    display: block;
  }
  .fixed-nav .social .fb_iframe_widget,
  .fixed-nav .social .fb_iframe_widget span {
    vertical-align: top !important;
  }
  .fixed-nav .social .fb_iframe_widget {
    height: 420px;
  }
  .home .fixed-nav .toggle {
    display: none;
  }
  .fixed .fixed-nav .toggle,
  .fixed .fixed-nav .widget_search {
    display: block;
  }
}
@media screen and (min-width: 480px) {
  .header {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .header .header-content {
    padding-right: 40px;
  }
  .header .logo {
    margin-right: 0;
    width: 136px;
  }
  .header .site-description {
    display: none;
  }
  .header .wrap {
    margin: 0 auto;
    width: auto;
  }
  .header .wrap:after {
    content: '';
    display: table;
    clear: both;
  }
  .home .header .wrap {
    display: table;
    text-align: center;
  }
  .home .header .fixed-nav .categories {
    padding-left: 20px;
  }
  .home .header .home-categories {
    display: none;
  }

  .fixed-nav {
    background-color: #fff;
    position: relative;
    display: block;
    width: auto;
    height: auto;
  }
  .fixed-nav:after {
    content: '';
    display: table;
    clear: both;
  }
  .home .fixed-nav {
    width: 100%;
  }
  .fixed .fixed-nav {
    width: auto;
  }
  .fixed-nav .toggle,
  .fixed-nav .widget_search {
    display: none;
  }
  .fixed-nav .col {
    margin: 0 auto;
    width: auto;
    display: block;
    overflow: hidden;
  }
  .fixed-nav .col:after {
    content: '';
    display: table;
    clear: both;
  }
  .fixed-nav .categories {
    overflow: hidden;
  }
  .fixed-nav .categories ul, .fixed-nav .categories li {
    float: left;
  }
  .fixed-nav .categories ul {
    display: block;
  }
  .fixed-nav .categories li {
    margin: 5px 5px 5px 0;
    font-size: 13px;
  }
  .fixed-nav .categories li a:hover, .fixed-nav .categories li a:active {
    color: #fff;
    background-color: #307fb8;
  }
  .fixed-nav .categories a {
    padding: 4px 18px;
    color: #167dbb;
    background-color: #f0f7fc;
    display: block;
    font-weight: 600;
  }
  .fixed-nav .social {
    padding-right: 20px;
    display: none;
  }
  .fixed-nav .social ul {
    float: right;
  }
  .fixed-nav .social li {
    margin-left: 10px;
    float: left;
  }
  .fixed-nav .social a, .fixed-nav .social img {
    display: block;
  }
  .fixed-nav .social img {
    width: 29px;
    height: auto;
  }
  .fixed-nav .social .targetpage {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header .header-content {
    float: left;
  }

  .fixed-nav {
    padding: 12px 0;
    overflow: hidden;
  }
  .fixed-nav .categories {
    overflow: visible;
  }
  .fixed-nav .social ul {
    display: block;
  }
  .fixed-nav .facebook {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  .header .wrap {
    width: 1200px;
  }
  .header .header-content {
    margin-right: 30px;
    padding: 0;
  }

  .fixed-nav {
    display: block;
    overflow: hidden;
  }
  .fixed-nav .col .social {
    padding-right: 0;
    float: right;
  }
  .fixed-nav .col ul {
    float: left;
  }

  .home .header .fixed-nav .categories {
    padding-left: 0;
  }

  .home .header .fixed-nav .categories {
    padding-left: 0;
  }
}
/*!
single and archive
*/
.post-block .image a,
.related-list .image a,
.stack-body .image a,
.highlight .image a {
  position: relative;
  display: block;
}
.post-block .image a .counters-container,
.related-list .image a .counters-container,
.stack-body .image a .counters-container,
.highlight .image a .counters-container {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  z-index: 100;
}
.post-block .image a.hover .counters-container, .post-block .image a:hover .counters-container,
.related-list .image a.hover .counters-container,
.related-list .image a:hover .counters-container,
.stack-body .image a.hover .counters-container,
.stack-body .image a:hover .counters-container,
.highlight .image a.hover .counters-container,
.highlight .image a:hover .counters-container {
  opacity: 1;
}
.post-block .image a .sns-counters,
.related-list .image a .sns-counters,
.stack-body .image a .sns-counters,
.highlight .image a .sns-counters {
  position: relative;
  width: 100%;
  top: 43%;
  text-align: center;
  color: white;
}
.post-block .image a .sns,
.related-list .image a .sns,
.stack-body .image a .sns,
.highlight .image a .sns {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}
.post-block .image a .sns-icon,
.related-list .image a .sns-icon,
.stack-body .image a .sns-icon,
.highlight .image a .sns-icon {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
}
.post-block .image a .sns-icon img,
.related-list .image a .sns-icon img,
.stack-body .image a .sns-icon img,
.highlight .image a .sns-icon img {
  border-radius: 0;
  position: relative;
  width: 100%;
  height: auto;
}
.post-block .image a .sns-count,
.related-list .image a .sns-count,
.stack-body .image a .sns-count,
.highlight .image a .sns-count {
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
}

@media screen and (max-width: 480px) {
  .related-list .image a .counters-container,
  .stack-body .image a .counters-container {
    display: none;
  }
}
.archive {
  overflow: hidden;
}
.archive .post-line {
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  position: relative;
}
.archive .post-line::before {
  content: '';
  border-top: 30px solid #fff;
  border-bottom: 30px solid #fff;
  margin-left: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #f0f0f0;
}
.archive .post-line .post-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
.archive .image a {
  display: block;
}
.archive .image a > img {
  border-radius: 3px;
  width: 100%;
  display: block;
}
.archive .article-title {
  clear: both;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 1.4;
  font-weight: 600;
  font-size: 20px;
}
.archive .excerpt {
  margin-top: 12px;
}
.archive .highlight {
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.archive .highlight .image a {
  position: relative;
}
.archive .highlight .image a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 84px;
  background: url(images/icon-pickup.png) 0 0 no-repeat;
}
.archive .highlight .article-title {
  line-height: 1.4;
  font-size: 26px;
}

.post-meta {
  clear: both;
  margin-left: 0;
}
.post-meta:after {
  content: '';
  display: table;
  clear: both;
}
.post-meta li {
  margin-top: 10px;
  font-size: 12px;
}
.post-meta li span {
  margin-left: 4px;
}
.post-meta .date {
  float: right;
}
.post-meta .author {
  float: left;
}
.post-meta .author span, .post-meta .author img {
  display: inline-block;
  vertical-align: middle;
}
.post-meta .author img {
  margin-right: 5px;
  width: 24px;
  height: auto;
}
.post .post-meta .date,
.post .post-meta .author {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
}
.post .post-meta .date {
  margin-right: 10px;
}

.category-anchor {
  padding-top: 6px;
}
.category-anchor a {
  margin-right: 5px;
  padding: 1px 6px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-color: #2caea6;
  font-size: 12px;
}

.post-header .social {
  margin-top: 20px;
  text-align: center;
}
.post-header .social li {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 15px;
}

.stacks {
  border-top: 1px solid #f0f0f0;
  padding-bottom: 30px;
}
.stacks.heading {
  border-top: none;
  padding-bottom: 20px;
}

.stack {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
.stack .stack-title,
.stack .stack-body {
  display: inline-block;
  vertical-align: middle;
}
.stack .stack-title {
  padding-right: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
.stack.follow {
  margin-bottom: 40px;
  padding: 0;
  border-bottom: none;
  background-color: #f0f7fc;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.stack.follow .followImage,
.stack.follow .stack-body {
  display: table-cell;
  vertical-align: middle;
}
.stack.follow .followImage {
  width: 173px;
  height: 47%;
  overflow: hidden;
  position: relative;
}
.stack.follow .followImage .imageCrop {
  display: block;
}
.stack.follow .followImage .imageCrop img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 100%;
  height: auto;
}
.stack.follow .stack-title {
  font-size: 16px;
  font-weight: 600;
}
.stack.follow .stack-body {
  padding: 20px;
  text-align: center;
}
.stack.follow ul {
  padding-top: 4px;
  display: block;
  display: table;
  display: block\9;
  word-spacing: -1em;
  width: 100%;
  text-align: center;
}
.stack.follow li {
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
}
.stack.follow li.twitter {
  margin-top: 1px;
}
.stack.socialbtn {
  display: none;
}
.stack.social {
  border-bottom: none;
}
.stack.social .stack-title {
  display: none;
}
.stack.social .stack-body {
  display: block;
}
.stack.social ul {
  display: table;
  width: 100%;
}
.stack.social li {
  display: table-cell;
  padding-right: 2px;
  margin-bottom: 2px;
  text-align: center;
}
.stack.social li img {
  width: auto;
  max-height: 60px;
  vertical-align: top;
}
.stack.social li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.stack.social .facebook a {
  background-color: #3b579d;
}
.stack.social .twitter a {
  background-color: #55acee;
}
.stack.social .hatena a {
  background-color: #1c99cd;
}
.stack.social .lineapp {
  display: none;
}
.stack.social .lineapp a {
  background-color: #00c300;
}
.stack.likebox {
  background-color: #f0f7fc;
  padding: 14px;
  margin: 0 0 30px;
}
.stack.likebox .stack-title {
  font-size: 110%;
  font-weight: 600;
  line-height: 1.0em;
  margin-bottom: 12px;
}
.stack.likebox .stack-title.icon:before {
  content: '\f418';
}
.stack.likebox .fb-like-box {
  background-color: #fff;
  margin-bottom: 10px;
}
.stack.likebox .fb-like-box, .stack.likebox .fb-like-box span, .stack.likebox .fb-like-box iframe[style] {
  width: 100% !important;
}
.stack.likebox .follow li {
  margin: 0;
  display: inline-block;
}
.stack.likebox .follow li.rss {
  width: 76px;
}
.stack.author {
  border-bottom: none;
  background-color: #f5f5f5;
  padding: 10px 16px;
  margin: 40px 0 25px;
}
.stack.author .stack-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.stack.author .stack-title .genericon {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.stack.author .stack-body {
  display: block;
}
.stack.author .author-profile {
  background-color: white;
  padding: 15px;
  overflow: hidden;
}
.stack.author .avatar {
  width: 80px;
  height: 80px;
  border-radius: 3px;
  float: left;
  margin-right: 15px;
}
.stack.author .author-text {
  overflow: hidden;
  font-weight: 600;
}
.stack.author .author-name {
  font-size: 16px;
}
.stack.author .author-name a {
  color: #307fb8;
}
.stack.author .author-description {
  font-size: 12px;
}
.stack.author .author-posts ul {
  border-top: solid 1px white;
}
.stack.author .author-posts li {
  border-bottom: solid 1px white;
  padding-bottom: 15px;
  min-height: 60px;
}
.stack.author .author-posts a {
  font-weight: 600;
}
.stack.author .author-posts .post-list li img {
  width: 60px;
  height: 60px;
}
.stack.author .author-posts-link {
  text-align: right;
  font-weight: 600;
  font-size: 12px;
  margin-top: 10px;
}
.stack.author .author-posts-link a {
  color: #307fb8;
}
.stack.related, .stack.recommend, .stack.tagcloud {
  font-size: 16px;
}
.stack.related .stack-title, .stack.recommend .stack-title, .stack.tagcloud .stack-title {
  display: block;
  font-weight: 600;
  color: white;
  background-color: #307fb8;
  padding: 5px 12px;
  border-radius: 3px;
}
.stack.related {
  margin-bottom: 35px;
}
.stack.related .stack-body {
  display: block;
}
.stack.related .stack-body > ul {
  overflow: hidden;
  border-bottom: solid 1px #f0f0f0;
}
.stack.related .stack-body > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}
.stack.related .stack-body > ul > li:nth-child(2n) {
  padding-right: 0;
  padding-left: 15px;
  border-left: solid 1px #f0f0f0;
}
.stack.related .stack-body > ul > li ul {
  border-bottom: 0;
}
.stack.related .stack-body > ul > li ul:after {
  content: '';
  display: table;
  clear: both;
}
.stack.related .stack-body > ul > li li {
  margin: 12px 0 8px;
  padding-right: 5px;
  float: left;
  width: auto;
  min-height: 0;
}
.stack.related .stack-body > ul > li li a {
  padding: 2px 10px;
  border-radius: 3px;
  display: block;
  color: #fff;
  background-color: #2caea6;
  font-size: 12px;
}
.stack.related .stack-body .related_post_thumbnail {
  text-align: center;
  overflow: hidden;
  border-radius: 3px;
}
.stack.related .stack-body .related_post_thumbnail img {
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.stack.related .stack-body > ul:last-child {
  border-bottom: none;
}
.stack.related .stack-body > ul:last-child > li {
  margin-bottom: 0;
}
.stack.related .stack-body a {
  font-weight: 600;
}
.stack.recommend {
  margin-bottom: 15px;
  border-bottom: 0;
}
.stack.recommend .stack-body li {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.stack.recommend .stack-body li .image {
  margin-right: 15px;
  float: left;
  width: 220px;
}
.stack.recommend .stack-body li .image a, .stack.recommend .stack-body li .image img {
  display: block;
}
.stack.recommend .stack-body li .image img {
  border-radius: 3px;
}
.stack.recommend .stack-body li .text {
  font-weight: 600;
  overflow: hidden;
}
.stack.tagcloud {
  margin-bottom: 5px;
  border-bottom: 0;
}
.stack.tagcloud .stack-body {
  display: block;
}
.stack.tagcloud .tag-list {
  padding-top: 12px;
  display: table;
  display: block\9;
  word-spacing: -1em;
  width: 100%;
}
.stack.tagcloud .tag-list li {
  margin: 8px 8px 0 0;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
}
.stack.tagcloud .tag-list a {
  margin: 0;
  padding: 4px 12px;
  color: #444;
  background-color: #e7ecef;
  font-weight: 600;
  font-size: 14px;
}
.stack.jump .stack-title {
  display: block;
}
.stack.pagelink {
  display: none;
}

@media screen and (max-width: 480px) {
  .post-header .social {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #f0f7fc;
    padding: 15px 15px 0;
  }

  .archive .highlight {
    padding-bottom: 15px;
  }
  .archive .post-line {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .archive .post-line::before {
    background: none;
  }
  .archive .post-line .post-block {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
  }

  .stacks.heading {
    display: none;
  }

  .stack.follow {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px;
    padding: 10px 0 16px;
    display: block;
    width: auto;
    text-align: center;
  }
  .stack.follow .followImage {
    display: none;
  }
  .stack.follow .stack-title {
    padding: 0 0 6px 16px;
    font-weight: 600;
    font-size: 12px;
  }
  .stack.follow .stack-body {
    padding: 0;
    display: block;
  }
  .stack.follow ul {
    width: auto;
    display: inline-block;
    overflow: hidden;
  }
  .stack.follow li {
    margin-right: 8px;
    display: block;
    float: left;
  }
  .stack.follow li.twitter {
    width: 90px;
    height: 20px;
    overflow: hidden;
  }
  .stack.follow li.twitter a,
  .stack.follow li.twitter iframe {
    width: 90px;
    height: 20px;
    display: block;
    overflow: hidden;
  }
  .stack.socialbtn {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    display: block;
    background-color: #f5f5f5;
    border-top: solid 1px #b2b2b2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
  }
  .stack.socialbtn .stack-body {
    display: block;
  }
  .stack.socialbtn ul {
    margin: 0;
    display: table;
    width: 100%;
  }
  .stack.socialbtn li {
    padding-right: 5px;
    display: table-cell;
    width: 35px;
    text-align: center;
    vertical-align: middle;
  }
  .stack.socialbtn li.facebookpage {
    padding-right: 0;
    padding-left: 5px;
    width: auto;
  }
  .stack.socialbtn a, .stack.socialbtn img {
    display: block;
  }
  .stack.socialbtn img {
    width: 35px;
    height: 35px;
  }
  .stack.social {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0;
  }
  .stack.social .twitter, .stack.social .lineapp {
    padding-right: 0;
  }
  .stack.author {
    margin-right: -15px;
    margin-left: -15px;
  }
  .stack.related .stack-title, .stack.recommend .stack-title, .stack.tagcloud .stack-title {
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px 13px;
    border-radius: 0;
    font-size: 16px;
  }
  .stack.related, .stack.recommend {
    margin-bottom: 0;
    border-bottom: none;
  }
  .stack.related .stack-body li .image, .stack.recommend .stack-body li .image {
    margin-right: 10px;
    float: left;
    width: 140px;
  }
  .stack.related .stack-body li .image a, .stack.related .stack-body li .image img, .stack.recommend .stack-body li .image a, .stack.recommend .stack-body li .image img {
    display: block;
  }
  .stack.related .stack-body li .image img, .stack.recommend .stack-body li .image img {
    border-radius: 3px;
  }
  .stack.related .stack-body li .text, .stack.recommend .stack-body li .text {
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
  }
  .stack.related .stack-body li .text .post-category li, .stack.recommend .stack-body li .text .post-category li {
    margin: 0;
    padding: 0 5px 5px 0;
    border-bottom: 0;
  }
  .stack.related .stack-body li .text .post-category li a, .stack.recommend .stack-body li .text .post-category li a {
    font-size: 11px;
  }
  .stack.related .stack-body > ul {
    border-bottom: none;
  }
  .stack.related .stack-body > ul li {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
    border-left: none;
    border-bottom: solid 1px #f0f0f0;
  }
  .stack.related .stack-body > ul li:nth-child(2n) {
    margin-bottom: 0;
    padding-left: 0;
  }
  .stack.related .stack-body > ul:last-child li:last-child {
    border-bottom: none;
  }
  .stack.likebox {
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
  }
  .stack.pagelink {
    margin-right: -15px;
    margin-left: -15px;
    display: block;
    padding: 0;
    border-bottom: none;
  }
  .stack.pagelink .toppage, .stack.pagelink .pagetop {
    background-color: #f0f0f0;
    display: block;
    float: left;
    text-align: center;
    width: 50%;
    margin: 0 0 0 -1px;
    border-left: 1px solid #fff;
    margin-bottom: 30px;
  }
  .stack.pagelink .toppage a, .stack.pagelink .pagetop a {
    display: block;
    padding: 14px 0;
  }
}
@media screen and (min-width: 480px) {
  .archive {
    overflow: hidden;
  }
  .archive .highlight .article-title {
    font-size: 26px;
  }
  .archive .post-line {
    margin-left: -30px;
  }
  .archive .post-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    float: left;
    width: 50%;
  }
  .archive .post-block:nth-child(odd) {
    clear: both;
  }
  .archive .image img {
    border-radius: 3px;
  }

  .stack.follow {
    margin-bottom: 10px;
    padding: 10px 0 16px;
    display: block;
    width: auto;
  }
  .stack.follow .followImage {
    display: none;
  }
  .stack.follow .stack-title {
    padding: 0 0 6px 16px;
    font-weight: 600;
    font-size: 12px;
  }
  .stack.follow .stack-body {
    padding: 0;
    display: block;
  }
  .stack.follow li {
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .page-nav {
    padding-bottom: 30px;
  }
}
.page-nav {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
  text-align: center;
}
.page-nav .page, .page-nav .current {
  margin: 0 4px 10px;
  border-radius: 3px;
  width: 3.2em;
  display: inline-block;
  line-height: 2.8em;
  color: #fff;
  background: #307fb8;
  font-weight: 300;
  text-align: center;
}
.page-nav .current, .page-nav .page:hover {
  background: #4391ca;
}

@media screen and (min-width: 768px) {
  .stack.follow {
    margin-bottom: 40px;
    padding: 0;
    border-bottom: none;
    background-color: #f0f7fc;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .stack.follow .followImage,
  .stack.follow .stack-body {
    display: table-cell;
  }
  .stack.follow .stack-title {
    font-size: 16px;
  }
  .stack.follow .stack-body {
    padding: 10px 16px;
  }
  .stack.follow li {
    margin-right: 8px;
  }
}
.post-header {
  padding-bottom: 15px;
}
.post-header::after {
  content: '';
  display: table;
  clear: both;
}
.post-header .post-category {
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.post-header .post-category.post-404 {
  text-transform: uppercase;
}
.post-header .post-category::before {
  margin-right: 10px;
  content: "";
}
.post-header .post-category.post-page::before {
  content: "";
}
.post-header .post-category.post-404::before {
  content: "";
}
.post-header .post-category-list {
  font-size: 14px;
  padding-right: 9em;
  position: relative;
  *zoom: 1;
}
.post-header .post-category-list:after {
  content: '';
  display: table;
  clear: both;
}
.post-header .post-category-list ul {
  float: left;
}
.post-header .post-category-list li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.post-header .post-category-list a {
  padding: 2px 10px;
  border-radius: 3px;
  display: block;
  color: #fff;
  background-color: #2caea6;
  font-weight: 600;
}
.post-header .post-category-list .date {
  padding-top: 2px;
  position: absolute;
  top: 0;
  right: 0;
  width: 9em;
  text-align: right;
}
.post-header .post-title {
  padding: 10px 0 20px;
  line-height: 1.3;
  font-size: 36px;
}
.post-header .post-meta {
  color: #666;
  font-size: 12px;
}

/*!
custom social button
*/
.post-header .social-button {
  text-align: center;
}
.post-header .social-button .social-share {
  overflow: hidden;
  position: relative;
}
.post-header .social-button .social-share li + li {
  margin-left: .3em;
}
.post-header .social-button .social-share li {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  margin-right: 2px;
  margin-bottom: 15px;
  text-align: center;
}
.post-header .social-button .social-share li .bubble {
  background: #FFF;
  border: 1px solid #D9D9D9;
  color: #ccc;
  height: 36px;
  line-height: 36px;
  padding: .5em;
  margin-bottom: 7px;
  min-width: 36px;
  position: relative;
}
.post-header .social-button .social-share li .bubble a {
  color: #ccc;
}
.post-header .social-button .social-share li .bubble:after, .post-header .social-button .social-share li .bubble:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.post-header .social-button .social-share li .bubble:before {
  border-color: rgba(217, 217, 217, 0);
  border-top-color: #9197a3;
  border-width: 5px;
  margin-left: -5px;
}
.post-header .social-button .social-share li .bubble:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}
.post-header .social-button .social-share li a {
  display: block;
  line-height: 36px;
  min-width: 36px;
  color: #fff;
  white-space: nowrap;
}
.post-header .social-button .social-share li a.has-text {
  width: auto;
  padding: 0 0.8em;
}
.post-header .social-button .social-share li a.has-text span {
  padding-right: .5em;
}
.post-header .social-button .social-share li a.facebook {
  background: #2F609C;
}
.post-header .social-button .social-share li a.twitter {
  background: #55ACEE;
}
.post-header .social-button .social-share li a.google-plus {
  background: #D24231;
}
.post-header .social-button .social-share li a.hatena {
  background: #2A9ACC;
}
.post-header .social-button .social-share li a.pocket {
  background: #EE3C56;
}
.post-header .social-button .social-share li a.line {
  background: #00c300;
}
.post-header .social-button .social-share.social-share-with-bubbles li {
  font-size: 12px;
  width: auto;
  height: auto;
  margin-right: 2px;
}
.post-header .social-button .social-share.social-share-with-bubbles li .bubble {
  line-height: 20px;
  height: 20px;
  color: #4e5665;
  border-radius: 2px;
  border: 1px solid #9197a3;
}
.post-header .social-button .social-share.social-share-with-bubbles li .bubble a {
  font-size: 12px;
  line-height: 18px;
  color: #167dbb;
}
.post-header .social-button .social-share.social-share-with-bubbles li a {
  font-size: 11px;
  line-height: normal;
  border-radius: 2px;
  padding: .1em .6em .2em;
  height: 17px;
}
.post-header .social-button .social-share.social-share-with-bubbles li a span {
  margin-top: .35em;
  display: inline-block;
}
.post-header .social-button .social-share-list {
  clear: both;
}
.post-header .social-button .social-share-list .line {
  display: none;
}

@media screen and (max-width: 480px) {
  .post-header .social-button {
    margin-top: 20px;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #f0f7fc;
    padding: 15px 15px 0;
  }
  .post-header .social-button .social-share-list .line {
    display: inline-block;
  }
}
.single-content {
  clear: both;
  padding-bottom: 20px;
  font-size: 16px;
  overflow: auto;
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
  clear: both;
  margin: 0.8em 0 0.8em;
}
.single-content h1 {
  font-size: 34px;
}
.single-content h2 {
  font-size: 30px;
}
.single-content h3 {
  font-size: 26px;
}
.single-content h4 {
  font-size: 22px;
}
.single-content h5 {
  font-size: 18px;
}
.single-content h6 {
  font-size: 14px;
}
.single-content p {
  margin-bottom: 1.4em;
}
.single-content a:link,
.single-content a:visited {
  color: #307fb8;
}
.single-content a:hover,
.single-content a:active {
  text-decoration: underline;
}
.single-content strong, .single-content b {
  font-weight: 600;
}
.single-content em {
  font-style: italic;
}
.single-content ul, .single-content ol {
  margin: 0 0 1em 1.4em;
  padding: 0;
  counter-reset: li;
}
.single-content ul ul, .single-content ul ol, .single-content ol ul, .single-content ol ol {
  margin-bottom: 0;
}
.single-content ul li, .single-content ol li {
  margin-top: .5em;
  padding-left: 1em;
  text-indent: -1em;
}
.single-content ul li:before {
  margin-right: 12px;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #307fb8;
}
.single-content ol li:before {
  margin-right: 8px;
  color: #307fb8;
  counter-increment: li;
  content: counter(li) ".";
}
.single-content table {
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.single-content th,
.single-content td {
  padding: .25em 1em;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  font-size: 100%;
}
.single-content th {
  font-weight: 300;
}
.single-content blockquote {
  padding: 0 70px;
  position: relative;
  font-style: italic;
}
.single-content blockquote::before, .single-content blockquote::after {
  content: '\f106';
  position: absolute;
  top: 0;
  color: #c0c0c0;
  font: normal 46px Genericons;
}
.single-content blockquote:before {
  left: 0;
}
.single-content blockquote:after {
  right: 0;
}
.single-content .wp-caption {
  margin-bottom: 1.6em;
  padding: 0;
  max-width: 100% !important;
  font-size: 78.5714%;
}
.single-content .wp-caption.aligncenter {
  margin-bottom: 2em;
}
.single-content .wp-caption img {
  display: block;
  margin: 0;
}
.single-content p.wp-caption-text {
  margin: 0;
  padding: 10px;
  background-color: #eee;
  font-weight: 600;
}
.single-content .alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
.single-content .alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
.single-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-content img.alignleft,
.single-content img.alignright,
.single-content img.aligncenter {
  margin-bottom: 1.6em;
}
.single-content iframe {
  max-width: 100%;
}
.single-content .lkc-content {
  height: auto;
  margin-bottom: 8px;
}
.single-content .lkc-title {
  font-weight: 600;
  line-height: 26px;
}
.single-content .lkc-excerpt {
  line-height: 18px;
}
.single-content .lkc-thumbnail {
  max-width: 120px;
  max-height: 120px;
  margin: 0 14px 14px 4px;
}
.single-content .lkc-thumbnail-img {
  max-width: 120px;
  max-height: 120px;
}
@media screen and (max-width: 480px) {
  .single-content .alignleft, .single-content .alignright {
    max-width: 50% !important;
  }
}

.user-list-widget {
  margin: 0 15px;
  margin-bottom: 5px;
  position: relative;
  top: -20px;
  border-bottom: 1px solid #f0f0f0;
}
.user-list-widget .user-name {
  display: inline-block;
  position: relative;
  bottom: 20px;
}
.user-list-widget img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 3px;
}

.widget.user-list-widget {
  margin-bottom: 5px;
}

@media screen and (min-width: 960px) {
  .sidebar.sidebar-1st .widget.user-list-widget {
    width: 230px;
  }
}
@media screen and (min-width: 1240px) {
  .sidebar.sidebar-2nd .widget.user-list-widget {
    width: 270px;
    margin-top: 0;
  }
}
.author-posts-list {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */
