@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
/*----------------------------------------------------
	Theme Name: Bhive Theme CSS
	Author: Bhive
	Author URI:
	Description:
	Version: 1.0
*----------------------------------------------------/

/*----------------------------------------------------
	Table of Contents
 -----------------------------------------------------
 * Media colors
 * Reset
 * Typography
 * Utility classes
 * Elements
 * Forms
 * Table
 * Layout
 * Multisite
 * Header
 * Navigations
 * Footer
 * Sidebar
 * Parts
 * Article
 *    - Article content
 * Pagination
 * Error/ Maintenance Page
 * Custom
 * Media Queries
 *    - Phones						(767px under)
 *    - Phones landscape			(480px - 767px)
 *    - Desktop/Tablets landscape	(768px over)
 *    - Tablets						(768px - 1023px)
 *    - Desktop						(1024px over)
 *    - Desktop Large				(1200px over)
 *----------------------------------------------------*/
/*----------------------------------------------------
 * Media colors
----------------------------------------------------*/
body {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #333;
}
a:link {
  text-decoration: none;
  color: #333;
}
a:visited {
  color: #333;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

::selection {
  color: #fff;
  background: #d85038;
}

::-moz-selection {
  color: #fff;
  background: #d85038;
}

.entry-content a {
  color: #d85038;
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content .btn-common {
  background-color: #333;
}
.entry-content .btn-common-round {
  background-color: #d85038;
  border-bottom: 2px solid #b93b24;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.entry-meta .category a, .entry-meta .category span {
  background-color: #d85038;
}

.parts.articles-list-type-author p a {
  color: #d85038;
  text-decoration: underline;
}
.parts.articles-list-type-author p a:hover {
  text-decoration: none;
}

.article-pagination li.page-arrow a {
  background-color: #d85038;
}
.article-pagination li.page-arrow a:hover {
  background-color: #d85038;
}

/*----------------------------------------------------
 * Reset
----------------------------------------------------*/
html {
  font-size: 93.75%;
  line-height: 1.2em;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

b,
strong {
  font-weight: 700;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  font-size: 1rem;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}

pre {
  max-width: 100%;
  margin-bottom: 24px;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  border: 1px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-style: normal;
  font-size: 19px;
  font-size: 1.26667rem;
  line-height: 36px;
  line-height: 2.4rem;
}

small {
  font-size: 11px;
  font-size: 0.73333rem;
}

big {
  font-size: 18px;
  font-size: 1.2rem;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 18px;
  margin-bottom: 1.2rem;
}

ul,
ol {
  list-style: none;
  margin: 0 0 24px 24px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 24px;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  margin-bottom: 24px;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  font-weight: bold;
}

th, td {
  border: 1px solid #e3e3e3;
}

del {
  color: #767676;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 24px;
}

cite,
figcaption {
  font-style: normal;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 18px;
  line-height: 1.2rem;
  color: #4d4d4d;
}
a cite, a
figcaption {
  color: inherit;
}

figure {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 18px;
  margin-bottom: 1.2rem;
}

/*----------------------------------------------------
 * Typography
----------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Roboto Slab", "Hiragino Kaku Gothic ProN", "Meiryo", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-top: 9px;
  margin-top: 0.6rem;
  margin-bottom: 9px;
  margin-bottom: 0.6rem;
}

#masthead h1 {
  margin: 0;
  line-height: 1;
}
#masthead h1 a {
  display: inline-block;
}

p {
  font-size: 15px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.68rem;
}

::selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

a {
  outline: none;
}
a:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media (min-width: 768px) {
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
cite a {
  color: #4d4d4d;
}

.fa {
  font-size: 14px;
  font-size: 0.93333rem;
}

.btns {
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  background-color: #242424;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-arrow, .common-page-top a.btn-arrow-top,
.btn-arrow-r {
  position: relative;
  display: inline-block;
}
.btn-arrow:before, .common-page-top a.btn-arrow-top:before, .btn-arrow:after, .common-page-top a.btn-arrow-top:after,
.btn-arrow-r:before,
.btn-arrow-r:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: -8px;
  text-align: center;
  content: '';
}
.btn-arrow:before, .common-page-top a.btn-arrow-top:before,
.btn-arrow-r:before {
  background-color: #242424;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.btn-arrow:after, .common-page-top a.btn-arrow-top:after,
.btn-arrow-r:after {
  font-family: "FontAwesome";
  font-size: 12px;
  content: "\f105";
  color: #fff;
}

.btn-arrow, .common-page-top a.btn-arrow-top {
  padding-left: 20px;
}
.btn-arrow:before, .common-page-top a.btn-arrow-top:before, .btn-arrow:after, .common-page-top a.btn-arrow-top:after {
  left: 0;
}

.btn-arrow-r {
  padding-right: 20px;
}
.btn-arrow-r:before, .btn-arrow-r:after {
  right: 0;
}

.btn-arrow-top:after {
  content: "\f106";
}

.btn-arrow-bottom:after {
  content: "\f107";
}

.btn-arrow-left:after {
  content: "\f104";
}

.btns-form {
  min-width: 200px;
}

/*----------------------------------------------------
 * Utility classes
----------------------------------------------------*/
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.element-left {
  text-align: left !important;
}

.element-right {
  text-align: right !important;
}

.element-center {
  text-align: center !important;
}

.element-justify {
  text-align: justify;
}

.element-nowrap {
  white-space: nowrap;
}

.element-bold {
  font-weight: bold;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.sp-show {
  display: none !important;
  visibility: hidden !important;
}

@media only screen and (max-width: 767px) {
  .sp-show {
    display: block !important;
    visibility: visible !important;
  }

  .sp-hidden {
    display: none !important;
    visibility: hidden !important;
  }
}
.list-inline {
  margin: 0;
}
.list-inline > li {
  display: inline-block;
}

.element-red {
  color: #CC0000;
}

/*----------------------------------------------------
 * Forms
----------------------------------------------------*/
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #b2b2b2;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
button,
textarea {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e3e3e3;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
  padding: 8px 10px;
  outline: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus {
  border: 1px solid #49bbe0;
  -moz-box-shadow: 0 0 2px #49bbe0;
  -webkit-box-shadow: 0 0 2px #49bbe0;
  box-shadow: 0 0 2px #49bbe0;
}
table input[type="text"], table
input[type="password"], table
input[type="email"], table
input[type="url"], table
input[type="number"], table
textarea {
  width: 100%;
}

button,
input[type="submit"],
input[type="button"] {
  padding: 8px 10px;
  color: #fff;
  text-align: center;
  border: none;
  background-color: #242424;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input[type="submit"] {
  background-color: #f15d4d;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

input[type="search"] {
  font-size: 13px;
  font-size: 0.86667rem;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]:focus {
  border-color: #cccccc;
}

select {
  padding: 6px 10px;
}

/*----------------------------------------------------
 * Table
----------------------------------------------------*/
table {
  width: 100%;
  margin: 0 0 24px;
  font-size: 14px;
  font-size: 0.93333rem;
}
table th, table td {
  padding: 6px 10px;
}
table th {
  background-color: #eee;
}
table td {
  border-top: 1px solid #e3e3e3;
}
table caption {
  margin: 10px 0 5px;
  font-size: 15px;
  font-size: 1rem;
  line-height: 29px;
  line-height: 1.92rem;
}
form table th {
  font-size: 90%;
}

/*----------------------------------------------------
 * Layout
----------------------------------------------------*/
.wrapper, .parts-feature-contents {
  position: relative;
  margin: 0 auto;
  *zoom: 1;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper:after, .parts-feature-contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#main img, #main iframe {
  max-width: 100%;
}

#main-content {
  margin-top: 35px;
}

#main-content-header {
  *zoom: 1;
  clear: both;
}
#main-content-header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.content-bottom-area {
  padding-top: 25px;
  background-color: #d85038;
}

/*----------------------------------------------------
 * Header
----------------------------------------------------*/
header#masthead {
  background-color: #d85038;
}
header#masthead .wrapper, header#masthead .parts-feature-contents {
  padding: 20px 0;
}
header#masthead #site-navigation-wrapper .wrapper, header#masthead #site-navigation-wrapper .parts-feature-contents {
  padding: 0;
}

#navigation-toggle {
  display: none;
}

#site-branding-wrapper {
  position: relative;
  min-height: 75px;
}

/* Branding logo center */
.site-branding-center {
  text-align: center;
}

/* Branding logo + Site description  */
.site-branding-description .site-title,
.site-branding-description .logo {
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}
.site-branding-description .site-title img,
.site-branding-description .logo img {
  vertical-align: baseline;
}
.site-branding-description .site-description {
  display: inline-block;
  margin: 0;
  font-size: 80%;
  color: #666;
}

/*----------------------------------------------------
 * Navigations
----------------------------------------------------*/
.main-navigation ul li {
  margin-bottom: 0;
}
.main-navigation ul li:before {
  display: none;
}

#breadcrumbs {
  padding: 8px 0;
  font-size: 74%;
  background-color: #f5f5f5;
}
#breadcrumbs li {
  padding-right: 8px;
}
#breadcrumbs li:after {
  margin-left: 8px;
  font-family: "FontAwesome";
  content: "\f105";
}
#breadcrumbs li:last-child:after {
  display: none;
}
#breadcrumbs a {
  text-decoration: underline;
}
#breadcrumbs a:hover {
  text-decoration: none;
}

.common-page-top {
  margin-top: 20px;
  text-align: right;
  *zoom: 1;
  clear: both;
}
.common-page-top:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.common-page-top a {
  position: relative;
  font-size: 85%;
}
.common-page-top a.btn-arrow-top:after {
  content: "\f106";
}

/*----------------------------------------------------
 * Footer
----------------------------------------------------*/
footer#colophon ul {
  margin: 0;
}

.footer-page-top a {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-size: 1.2rem;
  text-align: center;
  background: #b93b24;
}

.footer-page-top.footer-page-top-desktop a {
  position: fixed;
  bottom: 40px;
  right: 20px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 29px;
  z-index: 99;
}

.site-info {
  display: block;
  text-align: center;
  background-color: #ebebeb;
}

/*----------------------------------------------------
 * Parts
----------------------------------------------------*/
/* Parts common
----------------------------------------------------*/
.parts {
  *zoom: 1;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parts:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
#main-content .parts {
  margin-bottom: 25px;
}
#main-content .parts .parts-title {
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 1.68rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 14px;
  margin-bottom: 0.96rem;
  border-bottom: 1px solid #dadada;
}
footer#colophon .parts .parts-title {
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 18px;
  line-height: 1.2rem;
}

.parts.parts-sub-articles-list ul {
  margin: 0;
  list-style: none;
}
.parts.parts-sub-articles-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style: none;
}
.parts.parts-sub-articles-list li:after {
  display: none;
}
.parts.parts-sub-articles-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.content-area .parts.parts-sub-articles-list li {
  padding-bottom: 0;
}

/* List of articles for side area
----------------------------------------------------*/
/* Parts - Article .post-layout-line */
.parts.parts-sub-articles-list .post-layout-line li:after {
  display: none;
}
.parts.parts-sub-articles-list .post-layout-line .post-thumbnail {
  position: relative;
  margin: 0;
  width: 85px;
}
.parts.parts-sub-articles-list .post-layout-line .post-thumbnail a {
  width: 70px;
  height: 70px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.parts.parts-sub-articles-list .post-layout-line .post-detail {
  vertical-align: middle;
}
.parts.parts-sub-articles-list .post-layout-line .entry-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 23px;
  line-height: 1.56rem;
}

/* Parts - Article .post-layout-panel */
.parts.parts-sub-articles-list .post-layout-panel {
  float: none;
  width: 100%;
}

/* Parts - Article .post-layout-grid */
.parts.parts-sub-articles-list .post-layout-grid {
  padding-bottom: 0;
}

/* Popular article rankings
----------------------------------------------------*/
.parts.articles-list-type-popular li .post-thumbnail,
.parts-list-content-popular-posts .parts-list-article article .post-thumbnail {
  position: relative;
}
.parts.articles-list-type-popular li:nth-child(-n+3) .post-thumbnail a:before, .parts.articles-list-type-popular li:nth-child(-n+3) .post-thumbnail a:after,
.parts-list-content-popular-posts .parts-list-article article:nth-child(-n+3) .post-thumbnail a:before,
.parts-list-content-popular-posts .parts-list-article article:nth-child(-n+3) .post-thumbnail a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
}
.parts.articles-list-type-popular li:nth-child(-n+3) .post-thumbnail a:before,
.parts-list-content-popular-posts .parts-list-article article:nth-child(-n+3) .post-thumbnail a:before {
  border-style: solid;
  border-width: 16px;
  border-color: #63caf6 transparent transparent #63caf6;
}
.parts.articles-list-type-popular li:nth-child(-n+3) .post-thumbnail a:after,
.parts-list-content-popular-posts .parts-list-article article:nth-child(-n+3) .post-thumbnail a:after {
  width: 16px;
  line-height: 23px;
  text-align: center;
  color: #fff;
}
.parts.articles-list-type-popular li:nth-child(1) .post-thumbnail a:after,
.parts-list-content-popular-posts .parts-list-article article:nth-child(1) .post-thumbnail a:after {
  content: '1';
}
.parts.articles-list-type-popular li:nth-child(1) .post-thumbnail a:before,
.parts-list-content-popular-posts .parts-list-article article:nth-child(1) .post-thumbnail a:before {
  border-color: #ff9600 transparent transparent #ff9600;
}
.parts.articles-list-type-popular li:nth-child(2) .post-thumbnail a:after,
.parts-list-content-popular-posts .parts-list-article article:nth-child(2) .post-thumbnail a:after {
  content: '2';
}
.parts.articles-list-type-popular li:nth-child(2) .post-thumbnail a:before,
.parts-list-content-popular-posts .parts-list-article article:nth-child(2) .post-thumbnail a:before {
  border-color: #f9bd11 transparent transparent #f9bd11;
}
.parts.articles-list-type-popular li:nth-child(3) .post-thumbnail a:after,
.parts-list-content-popular-posts .parts-list-article article:nth-child(3) .post-thumbnail a:after {
  content: '3';
}

/* Carousel
----------------------------------------------------*/
.parts-feature .slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.parts-feature .slide:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.parts-feature .post-layout-grid .post-detail {
  padding: 10px 20px;
}
.parts-feature article {
  position: relative;
  height: 300px;
}

/* Carousel .parts-feature-carousel */
.parts-feature-carousel {
  position: relative;
  margin-top: -1px;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.parts-feature-carousel:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.parts-feature-carousel .slide {
  display: block;
  float: left;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: #fff;
  border: none;
  background-color: rgba(36, 36, 36, 0.9);
  -webkit-appearance: none;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 99;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slick-arrow:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-indent: 0%;
  font-family: "FontAwesome";
}

.slick-prev {
  left: 32px;
}
.slick-prev:before {
  content: '\f104';
}

.slick-next {
  right: 32px;
}
.slick-next:before {
  content: '\f105';
}

.slick-dots {
  display: block;
  width: 100%;
  margin: 0px 0 -10px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  background: #cccccc;
  cursor: pointer;
  outline: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #d85038;
}

/* Content width 2 articles .parts-feature-contents */
.parts-feature-contents {
  margin-top: 20px;
}

/* Social
----------------------------------------------------*/
/* Social information
----------------------------------------------------*/
.parts-social-info a {
  display: block;
}
.parts-social-info li a {
  width: 34px;
  height: 34px;
  line-height: 36px;
  text-align: center;
}
.header-multicolumn .parts-social-info {
  margin-top: 3px;
}

.parts-social-info-simple li a {
  font-size: 22px;
  font-size: 1.46667rem;
}
.parts-social-info-simple .fa {
  font-size: inherit;
}

.parts-social-info-simple.parts-social-info-small li a {
  font-size: 18px;
  font-size: 1.2rem;
}

.parts-social-info-circle li a {
  color: #fff;
  background-color: #333;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.parts-social-info-square li a {
  color: #fff;
  background-color: #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Social share
----------------------------------------------------*/
.parts-social-share ul {
  *zoom: 1;
  clear: both;
  margin-bottom: 16px;
}
.parts-social-share ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.parts-social-share li.line {
  display: none;
}
#main-content .parts-social-share {
  margin-bottom: 0;
}

.parts-social-share-default li {
  float: left;
  margin-right: 10px;
  min-height: 25px;
}

.parts-social-share-btns li {
  display: block;
  float: left;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parts-social-share-btns li.hatena i {
  font-size: 11px;
}
.parts-social-share-btns a {
  display: block;
  margin: 0 2px 4px 3px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background-color: #242424;
  border-style: solid;
  border-bottom-width: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.parts-social-share-btns a span {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 700;
}
.parts-social-share-btns a i {
  margin-right: 7px;
  vertical-align: middle;
}
.parts-social-share-btns li.twitter a {
  background-color: #55acee;
  border-color: #1689e0;
}
.parts-social-share-btns li.facebook a {
  background-color: #3b5998;
  border-color: #263961;
}
.parts-social-share-btns li.googleplus a {
  background-color: #dd4b39;
  border-color: #ac2d1e;
}
.parts-social-share-btns li.hatena a {
  background-color: #008fde;
  border-color: #005e92;
}
.parts-social-share-btns li.line a {
  background-color: #00b900;
  border-color: #006d00;
}
.parts-social-share-btns li.pocket a {
  background-color: #ef4056;
  border-color: #d1122a;
}
.parts-social-share-btns li.feedly a {
  background-color: #87c040;
  border-color: #5f872d;
}

body._smartphone .parts-social-share li.line,
body._tablets .parts-social-share li.line {
  display: block;
}

/* Search
----------------------------------------------------*/
.parts-search {
  position: relative;
  overflow: hidden;
}
.parts-search input.search-field {
  padding: 7px 10px;
  min-width: 240px;
  width: 100%;
  border: none;
  border-right: none;
  background-color: #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.parts-search input.search-field:focus {
  background-color: #fff;
  outline: 0;
}
.header-multicolumn .parts-search input.search-field {
  padding: 5px 10px;
  height: 34px;
}
.parts-search button.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  border: none;
  color: #d85038;
  background-color: #fff;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}
.parts-search button.search-submit:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -8px;
  font-family: "FontAwesome";
  content: "\f002";
}

/* Site about
----------------------------------------------------*/
.parts-site-about .logo {
  margin-top: 18px;
  margin-top: 1.2rem;
  margin-bottom: 18px;
  margin-bottom: 1.2rem;
}
.parts-site-about .logo a {
  display: inline-block;
  line-height: 0;
}
.parts-site-about .logo a img {
  max-width: 100%;
}
.parts-site-about .site-description {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 18px;
  margin-bottom: 1.2rem;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 22px;
  line-height: 1.44rem;
}
.sidebar .parts-site-about {
  padding: 10px 20px;
  background-color: #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .parts-site-about .logo {
  text-align: center;
}
header#masthead .parts-site-about .logo {
  margin: 0;
  text-align: center;
}
header#masthead .parts-site-about .site-description {
  display: inline-block;
  margin: 0;
  margin: 0;
  font-size: 80%;
  color: #666;
}
footer#colophon .parts-site-about .logo {
  text-align: center;
}

/* custom navigation
----------------------------------------------------*/
.sidebar .parts-custom-navi li {
  border-bottom: 1px dotted #e3e3e3;
}
.sidebar .parts-custom-navi a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  *zoom: 1;
  clear: both;
}
.sidebar .parts-custom-navi a:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* category
----------------------------------------------------*/
.parts-category-navi li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content .parts-category-navi li {
  border-bottom: 1px dotted #e3e3e3;
}
#main-content .parts-category-navi a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  *zoom: 1;
  clear: both;
}
#main-content .parts-category-navi a:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
#main-content .parts-category-navi .parts-title {
  margin-bottom: 5px;
}
.parts-category-navi .category-featured-image {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#main-content .parts-category-navi-thumbnail li {
  margin: 0;
  padding: 3px 0;
}
#main-content .parts-category-navi-thumbnail li:before, #main-content .parts-category-navi-thumbnail li:after {
  display: none;
}
#main-content .parts-category-navi-thumbnail a {
  display: block;
}
#main-content .parts-category-navi-thumbnail .category-title {
  display: block;
  padding-left: 40px;
}

#page .parts-category-navi.parts-children-category-navi .parts-title a {
  display: inline;
  padding: 0;
}
#page .parts-category-navi.parts-children-category-navi .parts-title a:after {
  display: inline-block;
  margin-left: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #242424;
  border-right: 2px solid #242424;
  vertical-align: middle;
  visibility: visible;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
footer#colophon .parts-category-navi.parts-children-category-navi .parts-title a:after {
  width: 5px;
  height: 5px;
  vertical-align: baseline;
}

/* category list .parts-category-list */
.parts-category-list ul {
  margin: 15px 0 0 0;
  font-size: 0;
  border: 2px solid #e3e3e3;
  *zoom: 1;
  clear: both;
}
.parts-category-list ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.parts-category-list li {
  display: inline-block;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parts-category-list li .post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.parts-category-list .post {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e3e3e3;
}
.parts-category-list .post-thumbnail,
.parts-category-list .post-detail {
  display: table-cell;
  vertical-align: middle;
}
.parts-category-list .category-name {
  margin-bottom: 3px;
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: 700;
}
.parts-category-list .category-name span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.parts-category-list .entry-title {
  max-height: 47px;
  overflow: hidden;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 22px;
  line-height: 1.44rem;
}
.parts-category-list .post-thumbnail {
  width: 60px;
}
.parts-category-list .post-thumbnail a {
  width: 50px;
  height: 50px;
}

/* category list - type:line */
.parts-category-list-line li {
  padding: 10px;
  border-top: 1px solid #e3e3e3;
}
.parts-category-list-line li:first-child {
  border-top: none;
}

/* category list - type:grid */
.parts-category-list-grid .entry-title {
  margin: 0;
}
.parts-category-list-grid .entry-title:hover {
  text-decoration: underline;
}

/* category info .parts-category-info (category page) */
.parts-category-info {
  padding-top: 15px;
  background-color: #f5f5f5;
}
.parts-category-info .wrapper, .parts-category-info .parts-feature-contents {
  padding: 10px 0;
}
.parts-category-info .category-info-thumbnail span {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e4e4e4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.parts-category-info .category-info-title {
  font-size: 23px;
  font-size: 1.53333rem;
  line-height: 23px;
  line-height: 1.56rem;
}
.parts-category-info .category-info-summary {
  color: #666666;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 21px;
  line-height: 1.38rem;
}
.parts-category-info .articles-list-type-tags {
  margin: 0;
}
.parts-category-info .articles-list-type-tags li {
  margin-top: 8px;
}
.parts-category-info .articles-list-type-tags li a {
  background-color: #fff;
}
#main-content-header .parts-category-info .articles-list-type-tags {
  width: 100%;
  padding: 0;
}
#main-content-wrapper .parts-category-info {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .parts-category-info .articles-list-type-tags li {
  margin-bottom: 0;
}

/* tag
----------------------------------------------------*/
.articles-list-type-tags ul {
  margin: 0;
}
.articles-list-type-tags li {
  display: inline-block;
}
.articles-list-type-tags li a {
  display: inline-block;
  padding: 4px 6px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.articles-list-type-tags li a:hover span {
  text-decoration: underline;
}
.articles-list-type-tags li a:before {
  padding-right: 4px;
  color: #929292;
  content: '#';
}
#main-content-header .articles-list-type-tags li, #main-content .articles-list-type-tags li, footer#colophon .articles-list-type-tags li {
  padding-bottom: 0;
}
#main-content-header .articles-list-type-tags {
  width: 95%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
.sidebar .articles-list-type-tags ul {
  margin: 0;
}
.sidebar .articles-list-type-tags li {
  list-style: none;
  margin-bottom: 8px;
}
footer#colophon .articles-list-type-tags li {
  display: block;
}
footer#colophon .articles-list-type-tags li:before, footer#colophon .articles-list-type-tags li:after {
  display: none;
}

/* author
----------------------------------------------------*/
.parts.articles-list-type-author {
  font-size: 14px;
  font-size: 0.93333rem;
}
.parts.articles-list-type-author ul {
  margin-top: 20px;
}
.parts.articles-list-type-author li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parts.articles-list-type-author li.author-layout-line {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #e3e3e3;
}
.parts.articles-list-type-author li.author-layout-line:last-child {
  border-bottom: none;
}
.parts.articles-list-type-author li.author-layout-grid {
  padding: 15px;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.parts.articles-list-type-author li.author-layout-grid .author-thumbnail {
  margin-bottom: 10px;
}
.parts.articles-list-type-author a {
  display: inline-block;
}
.parts.articles-list-type-author .author-avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.parts.articles-list-type-author .author-detail {
  *zoom: 1;
  clear: both;
}
.parts.articles-list-type-author .author-detail:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.parts.articles-list-type-author .author-name {
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
}
.parts.articles-list-type-author .author-post {
  display: block;
  margin-top: 6px;
}
.parts.articles-list-type-author p {
  margin-top: 4px;
  font-size: 12px;
  font-size: 0.8rem;
}
.parts.articles-list-type-author .author-link {
  float: right;
  margin-top: 8px;
}
.parts.articles-list-type-author .author-link:before {
  margin-right: 4px;
  font-family: "FontAwesome";
  content: "\f101";
}
.parts.articles-list-type-author .author-link span {
  text-decoration: underline;
}
.parts.articles-list-type-author .author-link span:hover {
  text-decoration: none;
}
#main-content-header .parts.articles-list-type-author {
  background-color: #f5f5f5;
}
#main-content-header .parts.articles-list-type-author .author-layout-line {
  border: none;
}

/* Author .author-layout-line */
.parts .author-layout-line {
  display: table;
  table-layout: fixed;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parts .author-layout-line .author-thumbnail {
  display: table-cell;
  vertical-align: top;
  width: 85px;
  line-height: 1;
}
.parts .author-layout-line .author-detail {
  vertical-align: top;
  display: table-cell;
}

/* Author .author-layout-grid */
.parts .author-layout-grid {
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parts .author-layout-grid .author-avatar {
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.parts .author-layout-grid p {
  text-align: left;
}

/* Author info .parts-author-info */
.parts-author-info {
  margin-bottom: 15px;
}
.parts-author-info .author-layout-line {
  padding: 15px;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*----------------------------------------------------
 * Article
----------------------------------------------------*/
/* common
----------------------------------------------------*/
article.post {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article.single-post {
  margin-bottom: 25px;
}

.article-shadow {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%);
}

.post-detail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.headline-title {
  font-size: 22px;
  font-size: 1.46667rem;
  line-height: 32px;
  line-height: 2.16rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 18px;
  margin-bottom: 1.2rem;
}
.headline-title .count {
  display: inline-block;
  margin: 0 8px;
  padding: 1px 10px;
  font-size: 95%;
  line-height: 1.5;
  background-color: #e9e9e9;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.entry-title {
  word-wrap: break-word;
}
.entry-title a {
  word-wrap: break-word;
}

.post-thumbnail a,
.author-avatar,
.category-featured-image {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e4e4e4;
}

.label-pr {
  display: inline-block;
  padding: 0 6px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #242424;
}

/* Article .post-layout-line */
.post-layout-line {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #e3e3e3;
}
.post-layout-line .post-thumbnail {
  display: table-cell;
}
.post-layout-line .post-thumbnail a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.post-layout-line .post-detail {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.post-layout-line .entry-title {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 27px;
  line-height: 1.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 9px;
  margin-bottom: 0.6rem;
}
.post-layout-line .tags {
  margin-top: 9px;
  margin-top: 0.6rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.post-layout-line .date,
.post-layout-line .category,
.post-layout-line .author {
  display: inline-block;
  margin-bottom: 6px;
}

/* Article .post-layout-panel */
.post-layout-panel {
  margin-bottom: 20px;
  background-color: #fff;
}
.post-layout-panel .post-thumbnail {
  width: 100%;
}
.post-layout-panel .post-thumbnail a {
  width: 100%;
  height: 180px;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.post-layout-panel .entry-title {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 27px;
  line-height: 1.8rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 9px;
  margin-bottom: 0.6rem;
}
.post-layout-panel .post-detail {
  padding: 10px 13px;
  border-top: 1px solid #e3e3e3;
  border: 1px solid #e3e3e3;
  border-top: none;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
.post-layout-panel .panel-bottom {
  display: block;
  margin: 10px -13px -10px;
  padding: 5px 10px;
  background: #f5f5f5;
}
.post-layout-panel .panel-bottom span {
  display: inline-block;
}
.post-layout-panel .panel-bottom span:last-child {
  float: right;
}
.post-layout-panel .entry-meta {
  font-size: 11px;
  font-size: 0.73333rem;
}
.post-layout-panel .date,
.post-layout-panel .category,
.post-layout-panel .author {
  display: inline-block;
  margin-bottom: 6px;
}

/* Article .post-layout-grid */
.post-layout-grid {
  position: relative;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-layout-grid:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#main-content .post-layout-grid, footer#colophon .post-layout-grid {
  height: 260px;
}
.content-area .post-layout-grid {
  margin-bottom: 20px;
}
.post-layout-grid .post-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: transparent;
}
.post-layout-grid .post-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  color: #fff;
}
.post-layout-grid .entry-title {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 27px;
  line-height: 1.8rem;
  margin-top: 9px;
  margin-top: 0.6rem;
  margin-bottom: 9px;
  margin-bottom: 0.6rem;
}
.post-layout-grid .entry-summary {
  margin-bottom: 6px;
}
.post-layout-grid .label-pr {
  font-size: 11px;
  font-size: 0.73333rem;
  color: #242424;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #fff;
}
.post-layout-grid .category a,
.post-layout-grid .author a,
.post-layout-grid .tags a {
  position: relative;
  z-index: 2;
}
.post-layout-grid .author a,
.post-layout-grid .tags a {
  color: #fff;
}
.post-layout-grid .date,
.post-layout-grid .author {
  display: inline-block;
  margin-bottom: 6px;
}

/*----------------------------------------------------
 *    - Article content
----------------------------------------------------*/
.post-list .entry-summary {
  font-size: 12px;
  font-size: 0.8rem;
  color: #999;
}
.post-list .entry-summary span {
  display: block;
  width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-list.post-layout-grid .entry-summary {
  color: inherit;
}

.entry-meta {
  font-size: 12px;
  font-size: 0.8rem;
}
.entry-meta .category a, .entry-meta .category span {
  display: inline-block;
  margin-bottom: 2px;
  padding: 1px 10px;
  color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.entry-meta .date:before,
.entry-meta .view:before,
.entry-meta .tags:before {
  margin-right: 4px;
  font-family: "FontAwesome";
  font-size: 11px;
  font-size: 0.73333rem;
}
.entry-meta .date:before {
  content: "\f017";
}
.entry-meta .view:before {
  content: "\f06e";
}
.entry-meta .tags {
  display: block;
}
.entry-meta .tags:before {
  content: "\f02b";
}
.entry-meta .tags a:after {
  padding-right: 3px;
  content: ',';
}
.entry-meta .tags a:last-child:after {
  padding-right: 0;
  content: '';
}
.entry-meta .author a:hover,
.entry-meta .tags a:hover {
  text-decoration: underline;
}
.post-list .entry-meta {
  margin-top: 9px;
  margin-top: 0.6rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}

.entry-content {
  margin-bottom: 20px;
  *zoom: 1;
  clear: both;
  font-size: 15px;
  font-size: 1rem;
  line-height: 29px;
  line-height: 1.92rem;
  /* table of contents */
}
.entry-content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  *zoom: 1;
  clear: both;
}
.entry-content h1:after, .entry-content h2:after, .entry-content h3:after, .entry-content h4:after, .entry-content h5:after, .entry-content h6:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.entry-content h1 {
  font-size: 28px;
  font-size: 1.86667rem;
  line-height: 54px;
  line-height: 3.6rem;
}
.entry-content h2 {
  position: relative;
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 36px;
  line-height: 2.4rem;
  margin-top: 54px;
  margin-top: 3.6rem;
  margin-bottom: 18px;
  margin-bottom: 1.2rem;
  padding-top: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}
.entry-content h1 + h2,
.entry-content h2:first-child {
  margin-top: 18px;
  margin-top: 1.2rem;
  margin-bottom: 18px;
  margin-bottom: 1.2rem;
}
.entry-content .mce-toc + h2 {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 18px;
  margin-bottom: 1.2rem;
}
.entry-content h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 36px;
  line-height: 2.4rem;
  margin-top: 36px;
  margin-top: 2.4rem;
  margin-bottom: 9px;
  margin-bottom: 0.6rem;
}
.entry-content h2 + h3 {
  margin-top: 18px;
  margin-top: 1.2rem;
  margin-bottom: 9px;
  margin-bottom: 0.6rem;
}
.entry-content h4 {
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 36px;
  line-height: 2.4rem;
  margin-top: 9px;
  margin-top: 0.6rem;
  margin-bottom: 9px;
  margin-bottom: 0.6rem;
}
.entry-content h5 {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 1.44rem;
  margin-top: 9px;
  margin-top: 0.6rem;
  margin-bottom: 9px;
  margin-bottom: 0.6rem;
}
.entry-content h6 {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 22px;
  line-height: 1.44rem;
  margin-top: 9px;
  margin-top: 0.6rem;
  margin-bottom: 9px;
  margin-bottom: 0.6rem;
}
.entry-content p {
  font-size: 15px;
  font-size: 1rem;
  line-height: 29px;
  line-height: 1.92rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 22px;
  margin-bottom: 1.44rem;
}
.entry-content .more-link {
  white-space: nowrap;
}
.entry-content .mce-toc {
  margin-bottom: 20px;
  padding: 10px 18px;
  background-color: #f5f5f5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.entry-content .mce-toc h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  border: none;
}
.entry-content .mce-toc ul {
  margin: 0 10px;
  list-style: none;
  font-size: 94%;
}
.entry-content .mce-toc ul ul {
  margin-left: 15px;
}
.entry-content .mce-toc li {
  position: relative;
  margin: 0;
}
.entry-content .mce-toc li:before {
  display: inline-block;
  margin-right: 10px;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 1px solid #949494;
  border-right: 1px solid #949494;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
.entry-content .mce-toc a {
  text-decoration: none;
}
.entry-content img {
  max-width: 100%;
}
.entry-content ol {
  margin: 0;
}
.entry-content ul {
  margin: 0;
}
.entry-content ol ol, .entry-content ul ol, .entry-content ol ul {
  margin-bottom: 0;
}
.entry-content ul {
  list-style: disc outside;
}
.entry-content ul > br {
  display: none;
}
.entry-content ol {
  list-style: decimal outside;
}
.entry-content ol > br {
  display: none;
}
.entry-content li {
  margin: 0 0 10px 36px;
}
.entry-content figcaption {
  margin-top: 5px;
}
.entry-content blockquote {
  position: relative;
  padding: 30px 30px 20px;
  font-size: 14px;
  background-color: #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-content blockquote:before {
  position: absolute;
  left: 5px;
  top: 1px;
  color: #999;
  font-family: Georgia, serif;
  font-size: 70px;
  line-height: 1;
  content: "\201C";
}
.entry-content blockquote p {
  margin-bottom: 0;
}
.entry-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 2;
}
.entry-content pre {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  margin: 0;
  padding: 24px;
  overflow: auto;
  background-color: #f0f0f0;
  border: 1px solid #e3e3e3;
}
.entry-content pre code {
  display: block;
}
.entry-content abbr, .entry-content dfn, .entry-content acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}
.entry-content address {
  display: block;
  margin: 0 0 24px;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content [class^="PIN_"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
.entry-content dl {
  margin: 0 24px;
}
.entry-content dl > br {
  display: none;
}
.entry-content dt {
  font-weight: bold;
}
.entry-content dd {
  margin-bottom: 24px;
}
.entry-content a.btn-common,
.entry-content a.btn-common-round {
  display: inline-block;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-footer {
  margin-bottom: 10px;
}

/* product box */
.product-box-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #e3e3e3;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-box-wrapper .product-box-thumbnail {
  display: table-cell;
  vertical-align: top;
  width: 140px;
}
.product-box-wrapper .product-box-thumbnail a {
  display: block;
  line-height: 0;
}
.product-box-wrapper .product-box-thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
}
.product-box-wrapper .product-box-detail {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}

.blockquote-style-quotation {
  position: relative;
  padding: 30px 32px 15px;
  font-size: 14px;
  background-color: #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blockquote-style-quotation:before {
  position: absolute;
  left: 5px;
  top: 1px;
  color: #999;
  font-family: Georgia, serif;
  font-size: 70px;
  line-height: 1;
  content: "\201C";
}

/* Article Meta .single-post */
.single-post .entry-title {
  font-size: 30px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.64rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 14px;
  margin-bottom: 0.96rem;
}

.single-entry-meta {
  margin-bottom: 12px;
  *zoom: 1;
  clear: both;
}
.single-entry-meta:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.single-entry-meta .entry-meta-date .date {
  margin-left: 5px;
}
.single-entry-meta .entry-meta-category {
  display: block;
  margin-bottom: 10px;
}
.single-entry-meta .author-thumbnail {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.single-entry-meta .author-thumbnail a {
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.single-entry-meta .articles-list-type-tags {
  margin: 0;
}
.single-entry-meta .articles-list-type-tags li {
  margin-bottom: 8px;
}

.single-post-featured,
.single-post-summary {
  margin-bottom: 20px;
}

.single-post-featured img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.single-post-summary {
  padding-bottom: 26px;
}
.single-post-summary:before {
  display: none;
  content: '';
}

/* Article Meta .sidebar + .single-post */
.sidebar .single-entry-meta {
  border: 1px solid #e3e3e3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .single-entry-meta .entry-meta-author {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 0.93333rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e3e3e3;
}
.sidebar .single-entry-meta .author-thumbnail a {
  width: 60px;
  height: 60px;
}
.sidebar .single-entry-meta .entry-meta-date {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 13px;
  font-size: 0.86667rem;
  border-bottom: 1px solid #e3e3e3;
}
.sidebar .single-entry-meta .entry-meta-category {
  margin: 0 10px 10px;
}
.sidebar .single-entry-meta .articles-list-type-tags {
  margin: 0 10px 0;
}

/*----------------------------------------------------
 * Pagination
----------------------------------------------------*/
.parts-pagination ul {
  margin: 0;
}
.parts-pagination li {
  position: relative;
  display: inline-block;
}
.parts-pagination li.page-arrow a {
  display: inline-block;
  padding: 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parts-pagination li.page-arrow a:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
}
.parts-pagination li.previous-page a {
  padding-left: 30px;
  padding-right: 10px;
}
.parts-pagination li.previous-page a:after {
  left: 4px;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.parts-pagination li.previous-page a:hover:after {
  border-color: #555;
}
.parts-pagination li.previous-page a.off {
  cursor: default;
  pointer-events: none;
  color: #A8A8A8;
}
.parts-pagination li.previous-page a.off:after {
  border-color: #A8A8A8;
}
.parts-pagination li.next-page a {
  padding-left: 10px;
  padding-right: 30px;
}
.parts-pagination li.next-page a:after {
  right: 4px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.parts-pagination li.next-page a:hover {
  color: #555;
}
.parts-pagination li.next-page a:hover:after {
  border-color: #555;
}
.parts-pagination li.next-page a.off {
  cursor: default;
  pointer-events: none;
  color: #A8A8A8;
}
.parts-pagination li.next-page a.off:after {
  border-color: #A8A8A8;
}

/* List of articles pager */
.pagination {
  text-align: center;
  *zoom: 1;
  clear: both;
}
.pagination:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.pagination li {
  display: inline-block;
  margin-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 18px;
  line-height: 1.2rem;
}
.pagination li.current span {
  display: block;
  width: 40px;
  padding: 10px 0;
  background-color: #eee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pagination li.page-arrow a {
  display: block;
  width: 100%;
}
.pagination a {
  display: block;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Article pager */
.parts-pager {
  font-size: 14px;
  font-size: 0.93333rem;
}
.parts-pager ul {
  *zoom: 1;
  clear: both;
}
.parts-pager ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.parts-pager li.page-arrow a:after {
  top: 50%;
  margin-top: -13px;
}

/* Article split pager */
.article-pagination {
  padding: 5px;
  background-color: #f3f3f3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article-pagination li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.article-pagination li a:hover {
  background-color: #ddd;
}
.article-pagination li.current span {
  background-color: #fff;
}
.article-pagination li.page-arrow a {
  color: #fff;
}
.article-pagination li.page-arrow a:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.article-pagination li.page-arrow a:hover:after {
  border-color: #fff;
}
.article-pagination li.page-arrow a:after {
  border-color: #fff;
}
.article-pagination li.page-arrow a.off {
  color: #A8A8A8;
  background-color: transparent;
}
.article-pagination li.previous-page a:after {
  left: 7px;
}
.article-pagination li.next-page a:after {
  right: 7px;
}

/*----------------------------------------------------
 * Error/ Maintenance Page
----------------------------------------------------*/
body.http-page {
  height: 100%;
  color: #fff;
  background-color: #d85038;
}
body.http-page .http-page-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
body.http-page .http-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}
body.http-page .http-logo {
  margin-bottom: 20px;
}
body.http-page .http-logo img {
  max-width: 250px;
  height: auto;
}
body.http-page .http-wrap {
  margin: 30px auto;
}
body.http-page .http-title-en {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
body.http-page .http-title {
  margin-top: 20px;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.2;
}
body.http-page .http-text {
  padding: 20px 0;
}
body.http-page .http-site-info {
  font-size: 85%;
}
body.http-page .http-site-info a {
  color: #fff;
}
body.http-page .btn-http {
  display: block;
  margin: 0 auto;
  padding: 15px 10px;
  max-width: 250px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*----------------------------------------------------
 * Custom
----------------------------------------------------*/
/* twitter-tweet */
.twitter-tweet {
  margin: 0 auto;
}

/* mirrorz */
#mirrorz #playwindow .title {
  background: #656565 !important;
}
#mirrorz #playwindow .title p {
  padding: 3px 10px !important;
}
#mirrorz #playwindow td,
#mirrorz #playwindow .answer li {
  border-color: #656565 !important;
}
#mirrorz #playwindow .paging {
  background: #656565 !important;
}
#mirrorz #playwindow .paging ul li {
  border-color: #7d7d7d !important;
}
#mirrorz #playwindow .paging ul li.current span {
  color: #bf2121 !important;
  background: #fff0f0 !important;
}
#mirrorz #playwindow .paging ul a {
  color: #000 !important;
  background: #d8d8d8 !important;
}

/* regions */
.regions-information .regions-title {
  font-size: 28px;
  font-size: 1.86667rem;
  line-height: 36px;
  line-height: 2.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 18px;
  margin-bottom: 1.2rem;
}
.regions-information .region-maps {
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  background-color: #fafafa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.regions-information svg, .regions-information object {
  max-width: 100%;
  height: auto;
}
.regions-information #town,
.regions-information #region,
.regions-information #fujisan {
  pointer-events: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.regions-information .region {
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.regions-information .region:last-child {
  margin-bottom: 0;
}
.regions-information .region-title-wrap {
  position: relative;
  display: block;
}
.regions-information .region-title {
  position: absolute;
  top: 10px;
  padding: 15px;
  background-color: #fff;
  font-size: 30px;
  font-size: 2rem;
  line-height: 18px;
  line-height: 1.2rem;
}
.regions-information .region-thumbnail {
  display: block;
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.regions-information .region-summary {
  margin-bottom: 15px;
  padding: 15px 15px 0;
  line-height: 1.6;
}
.regions-information .articles-list-type-tags {
  margin: 0;
  padding: 10px 15px 2px;
  border-top: 1px solid #e3e3e3;
  background-color: #f7f7f7;
}
.regions-information .articles-list-type-tags li {
  margin-bottom: 8px;
}
.regions-information .articles-list-type-tags li a {
  background-color: #fff;
}

/*====================================================
 * Media Queries
====================================================*/
/* Phones(767px under) - Media Queries ===============================================*/
@media only screen and (max-width: 767px) {
  /*----------------------------------------------------
   * Elements
  ----------------------------------------------------*/
  img, iframe {
    max-width: 100%;
  }

  /*----------------------------------------------------
   * Table
  ----------------------------------------------------*/
  .smartphone-table tbody {
    display: block;
  }
  .smartphone-table tbody tr {
    display: block;
  }
  .smartphone-table tbody th, .smartphone-table tbody td {
    display: list-item;
    border: none;
  }
  .smartphone-table tbody th {
    font-weight: bold;
    list-style-type: none;
  }
  .smartphone-table tbody td {
    list-style: none;
  }

  /*----------------------------------------------------
   * Layout
  ----------------------------------------------------*/
  body.sidr-open {
    position: fixed !important;
  }

  .wrapper, .parts-feature-contents {
    width: 92%;
  }

  .overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(142, 142, 142, 0.3);
    z-index: 99998;
  }

  .sidebar {
    margin-top: 20px;
  }

  #main-content {
    margin-top: 20px;
  }

  /*----------------------------------------------------
   * Multisite -  pattern
  ----------------------------------------------------*/
  .layout-column2-sidebar-left .content-bottom-area {
    margin-top: 20px;
  }

  /*----------------------------------------------------
   * Header
  ----------------------------------------------------*/
  header#masthead .wrapper, header#masthead .parts-feature-contents {
    padding: 15px 0;
  }
  header#masthead .header-multicolumn {
    margin-top: 10px;
  }
  header#masthead .header-multicolumn-left {
    /* hide */
    display: none;
    visibility: hidden;
    /* hide */
  }
  header#masthead .parts-social-info {
    text-align: center;
  }

  #navigation-toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    z-index: 1;
  }
  #navigation-toggle i {
    font-size: 17px;
    font-size: 1.13333rem;
  }

  /* Branding logo + Site description */
  /*----------------------------------------------------
   * Navigations
  ----------------------------------------------------*/
  #site-navigation-wrapper {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    overflow-x: none;
    overflow-y: auto;
    background: #fff;
    border: none;
    z-index: 99999;
  }
  #site-navigation-wrapper.right {
    left: auto;
    right: -240px;
  }
  #site-navigation-wrapper.left {
    left: -240px;
    right: auto;
  }
  #site-navigation-wrapper .wrapper, #site-navigation-wrapper .parts-feature-contents {
    width: 100%;
  }
  #site-navigation-wrapper .nav-menu-title {
    display: block;
    padding: 15px 10px;
    color: #fff;
    background-color: #d85038;
  }
  #site-navigation-wrapper ul {
    margin: 0;
  }
  #site-navigation-wrapper li {
    display: block;
  }
  #site-navigation-wrapper li a {
    display: block;
    padding: 15px 14px;
    border-bottom: 1px dotted #cccccc;
    position: relative;
  }
  #site-navigation-wrapper li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #site-navigation-wrapper li a:before {
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /*----------------------------------------------------
   * Footer
  ----------------------------------------------------*/
  footer#colophon .wrapper, footer#colophon .parts-feature-contents {
    width: 100%;
  }
  footer#colophon .parts .parts-title {
    margin: 0;
    padding: 10px;
    background: #eee;
  }
  footer#colophon .parts li, footer#colophon .parts a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer#colophon .parts-social-info {
    padding: 0 10px;
  }
  footer#colophon .parts-custom-navi,
  footer#colophon .parts-category-navi,
  footer#colophon .articles-list-type-tags {
    *zoom: 1;
    clear: both;
  }
  footer#colophon .parts-custom-navi:after,
  footer#colophon .parts-category-navi:after,
  footer#colophon .articles-list-type-tags:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  footer#colophon .parts-custom-navi li,
  footer#colophon .parts-category-navi li,
  footer#colophon .articles-list-type-tags li {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
  }
  footer#colophon .parts-custom-navi li:before,
  footer#colophon .parts-category-navi li:before,
  footer#colophon .articles-list-type-tags li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  footer#colophon .parts-custom-navi li:before,
  footer#colophon .parts-category-navi li:before,
  footer#colophon .articles-list-type-tags li:before {
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer#colophon .parts-custom-navi li a,
  footer#colophon .parts-category-navi li a,
  footer#colophon .articles-list-type-tags li a {
    display: block;
    padding: 18px 10px;
    width: 84%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  footer#colophon .articles-list-type-tags li a {
    width: 100%;
  }
  footer#colophon .parts-category-navi-thumbnail .category-featured-image {
    left: 10px;
  }
  footer#colophon .parts-category-navi-thumbnail li {
    float: none;
    width: 100%;
  }
  footer#colophon .parts-category-navi-thumbnail li a {
    width: 93%;
    padding-left: 50px;
  }
  footer#colophon .parts-sub-articles-list li.post-layout-line {
    margin: 0;
    padding: 10px;
  }
  footer#colophon .parts-sub-articles-list li.post-layout-panel {
    margin: 0;
    padding: 10px;
  }
  footer#colophon .parts-sub-articles-list li.post-layout-grid {
    margin: 0;
  }
  footer#colophon .parts-category-list ul {
    margin: 10px;
  }
  footer#colophon .articles-list-type-tags li a {
    border: none;
    background: none;
  }
  footer#colophon .footer-inside-left section.parts-list {
    position: relative;
  }
  footer#colophon .footer-inside-left section.parts-list:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
    border-bottom: 1px solid #e3e3e3;
  }

  .footer-page-top a {
    padding: 10px 0;
  }

  /*----------------------------------------------------
   * Parts
  ----------------------------------------------------*/
  /* Parts common
  ----------------------------------------------------*/
  .parts-category-navi,
  .sidebar .parts-custom-navi {
    *zoom: 1;
    clear: both;
  }
  .parts-category-navi:after,
  .sidebar .parts-custom-navi:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  .parts-category-navi ul,
  .sidebar .parts-custom-navi ul {
    margin: 0;
  }
  .parts-category-navi li,
  .sidebar .parts-custom-navi li {
    display: block;
    float: left;
    width: 50%;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .parts-category-navi li:before,
  .sidebar .parts-custom-navi li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .parts-category-navi li:before,
  .sidebar .parts-custom-navi li:before {
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .parts-category-navi li a,
  .sidebar .parts-custom-navi li a {
    display: block;
    padding: 18px 10px;
    width: 84%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Carousel
  ----------------------------------------------------*/
  .parts-feature article {
    height: 250px;
  }
  .parts-feature .post-layout-grid .post-detail {
    padding: 10px 15px;
  }

  /* Content width 2 articles .parts-feature-contents */
  .parts-feature-contents article:first-child {
    margin-bottom: 10px;
  }

  /* Social
  ----------------------------------------------------*/
  /* Social info
  ----------------------------------------------------*/
  .parts-social-info {
    margin: 10px 0;
  }

  /* Social share
  ----------------------------------------------------*/
  .parts-social-share-btns li {
    width: 50%;
  }

  /* Search
  ----------------------------------------------------*/
  .parts-search input.search-field {
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
  footer#colophon .parts-search {
    margin: 10px;
  }

  /* Site about
  ----------------------------------------------------*/
  header#masthead .parts-site-about .logo {
    display: block;
    text-align: center;
    padding-right: 0;
  }
  header#masthead .parts-site-about .site-description {
    display: block;
    margin-bottom: -8px;
    padding-top: 4px;
    text-align: center;
  }
  footer#colophon .parts-site-about {
    padding: 0px 20px;
  }

  /* category
  ----------------------------------------------------*/
  .sidebar .parts-category-navi a {
    padding: 13px 0;
  }

  #page .parts-category-navi.parts-children-category-navi .parts-title a {
    display: block;
  }

  .parts-category-navi-thumbnail li {
    float: none;
    width: 100%;
  }
  .parts-category-navi-thumbnail li a {
    width: 100%;
  }
  .parts-category-navi-thumbnail .category-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  /* category list .parts-category-list */
  .parts-category-list a {
    display: block;
  }
  .parts-category-list .post-detail {
    vertical-align: middle;
  }

  /* category list - type:grid */
  .parts-category-list-grid li {
    border-top: 2px solid #e3e3e3;
  }
  .parts-category-list-grid li:first-child {
    border-top: none;
  }

  /* category info .parts-category-info (category page) */
  .parts-category-info .wrapper, .parts-category-info .parts-feature-contents {
    padding-top: 6px;
  }
  .parts-category-info .category-info-thumbnail span {
    float: left;
    margin: 5px 10px 10px 0;
    width: 80px;
    height: 80px;
  }
  .parts-category-info .category-info-summary {
    margin-bottom: 10px;
  }
  .parts-category-info .articles-list-type-tags {
    *zoom: 1;
    clear: both;
  }
  .parts-category-info .articles-list-type-tags:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  #main-content .parts-category-info .wrapper, #main-content .parts-category-info .parts-feature-contents {
    width: 100%;
    padding: 15px;
  }

  /* tag
  ----------------------------------------------------*/
  .articles-list-type-tags li a {
    padding: 6px 10px;
  }

  /* author
  ----------------------------------------------------*/
  .parts.articles-list-type-author p {
    font-size: 13px;
    font-size: 0.86667rem;
  }
  footer#colophon .parts.articles-list-type-author li.author-layout-line {
    padding: 0 15px 10px;
  }
  footer#colophon .parts.articles-list-type-author li.author-layout-line:first-child {
    padding-top: 15px;
  }
  footer#colophon .parts.articles-list-type-author li.author-layout-grid {
    margin: 10px;
  }

  /*----------------------------------------------------
   * Article
  ----------------------------------------------------*/
  /* common
  ----------------------------------------------------*/
  .entry-title a {
    display: block;
  }

  .blockquote-style-quotation {
    padding: 30px 25px 15px;
  }

  /* Article .post-layout-line */
  .post-layout-line {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    *zoom: 1;
    clear: both;
  }
  .post-layout-line:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  .post-layout-line .post-thumbnail {
    width: 95px;
  }
  .post-layout-line .post-thumbnail a {
    width: 80px;
    height: 80px;
  }
  .post-layout-line .post-detail {
    vertical-align: middle;
  }
  .post-layout-line .entry-title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  /* Article .post-layout-panel */
  .post-layout-panel .entry-title {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 27px;
    line-height: 1.8rem;
  }
  .post-layout-panel .post-thumbnail a {
    height: 180px;
  }

  /* Article .post-layout-grid */
  .content-bottom-area .post-layout-panel, .content-bottom-area
  .post-layout-grid {
    margin-bottom: 20px;
  }

  /*----------------------------------------------------
   *    - Article content
  ----------------------------------------------------*/
  /* Article META .single-post */
  .single-post .entry-title {
    font-size: 25px;
    font-size: 1.66667rem;
    line-height: 36px;
    line-height: 2.4rem;
  }
  .single-post .entry-meta-author,
  .single-post .entry-meta-date {
    display: block;
    margin-bottom: 10px;
  }

  .single-post-summary {
    padding: 20px;
  }

  .entry-content .image-center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content blockquote {
    padding: 30px 20px 20px;
  }

  /* product box */
  .product-box-wrapper .product-box-thumbnail {
    width: 120px;
  }

  /*----------------------------------------------------
   * Pagination
  ----------------------------------------------------*/
  /* List of articles pager */
  .pagination {
    width: 90%;
    margin: 20px auto 0;
  }
  .pagination li {
    margin: 0;
    width: 15%;
  }
  .pagination li.off {
    display: none;
  }
  .pagination li.page-arrow {
    width: 100%;
  }
  .pagination li.page-arrow a {
    width: 100%;
  }
  .pagination li.previous-page a {
    margin-bottom: 10px;
  }
  .pagination li.previous-page a.off {
    display: none;
  }
  .pagination li.next-page a {
    margin-top: 10px;
  }
  .pagination li.next-page a.off {
    display: none;
  }
  .pagination li.current span {
    width: 100%;
  }
  .pagination a {
    width: 100%;
  }

  /* Article pager */
  .parts-pager li.page-arrow a {
    display: block;
  }

  .parts-pager-text li {
    width: 50%;
  }
  .parts-pager-text li.prev-page {
    float: left;
    text-align: right;
  }
  .parts-pager-text li.next-page {
    float: right;
    text-align: right;
  }
  .parts-pager-text li:only-child {
    float: none;
    width: 100%;
  }

  /* Article split pager */
  .article-pagination {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .article-pagination li.page-arrow a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .article-pagination li.previous-page a:after {
    left: 12px;
  }
  .article-pagination li.next-page a:after {
    right: 12px;
  }

  /*----------------------------------------------------
   * custom
  ----------------------------------------------------*/
  /* regions */
  .regions-information .region-thumbnail {
    height: 220px;
    background-size: cover;
  }

  /*----------------------------------------------------
   * Error/ Maintenance Page
  ----------------------------------------------------*/
  body.http-page .http-text {
    text-align: left;
  }
}
/* Phones landscape(480px - 767px) - Media Queries ===================================*/
/* Desktop/Tablets landscape(768px over) - Media Queries =============================*/
@media (min-width: 768px) {
  /*----------------------------------------------------
   * Layout
  ----------------------------------------------------*/
  body {
    position: relative !important;
    width: auto !important;
    right: auto !important;
    left: auto !important;
  }

  .wrapper, .parts-feature-contents {
    width: 95%;
    max-width: 1030px;
  }

  /*----------------------------------------------------
   * Header
  ----------------------------------------------------*/
  /* header multicolumn ------------------------------*/
  .header-multicolumn {
    position: absolute;
    top: 20px;
  }

  .header-multicolumn-left {
    left: 10px;
  }

  .header-multicolumn-right {
    right: 10px;
  }

  /*----------------------------------------------------
   * Pagination
  ----------------------------------------------------*/
  /* Article pager */
  .parts-pager li {
    width: 50%;
  }
  .parts-pager li.prev-page {
    float: left;
  }
  .parts-pager li.next-page {
    float: right;
    text-align: right;
  }

  /* Article split pager */
  .article-pagination {
    margin-bottom: 15px;
  }
  .article-pagination li {
    font-size: 13px;
    font-size: 0.86667rem;
    line-height: 18px;
    line-height: 1.2rem;
  }
  .article-pagination li.page-arrow a:after {
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }

  /*----------------------------------------------------
   * Navigations
  ----------------------------------------------------*/
  #site-navigation-wrapper {
    background-color: #b93b24;
  }

  .main-navigation ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-navigation ul li {
    display: table-cell;
    padding: 0;
    font-size: 13px;
    font-size: 0.86667rem;
  }
  .main-navigation ul a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    white-space: nowrap;
  }

  /*----------------------------------------------------
   * Footer
  ----------------------------------------------------*/
  footer#colophon {
    font-size: 12px;
    font-size: 0.8rem;
  }
  footer#colophon .wrapper, footer#colophon .parts-feature-contents {
    padding: 15px 0;
  }
  footer#colophon .footer-inside-left {
    float: left;
    display: table;
    table-layout: fixed;
    width: 70%;
  }
  footer#colophon .footer-inside-left .cell-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  footer#colophon .footer-inside-right {
    float: left;
    width: 30%;
  }
  footer#colophon .parts-list {
    padding: 0 10px 0 0;
  }
  footer#colophon .footer-inside-left .parts-list {
    float: left;
    display: block;
    width: 25%;
    clear: inherit;
  }
  footer#colophon .parts-category-navi-thumbnail li {
    margin: 0;
    padding: 8px 10px 8px 34px;
  }
  footer#colophon .parts-category-navi-thumbnail li:before, footer#colophon .parts-category-navi-thumbnail li:after {
    display: none;
  }
  footer#colophon .parts-category-navi-thumbnail .category-featured-image {
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }
  footer#colophon .articles-list-type-tags li {
    margin-bottom: 5px;
    padding-left: 10px;
  }

  footer#colophon.site-footer-column1 .footer-inside-left {
    width: 100%;
  }

  /*----------------------------------------------------
   * Parts
  ----------------------------------------------------*/
  /* Parts common
  ----------------------------------------------------*/
  .parts-category-navi ul,
  .parts-custom-navi ul,
  .articles-list-type-new ul,
  .articles-list-type-popular ul,
  .articles-list-type-recommend ul,
  .articles-list-type-writter ul {
    margin: 0;
  }
  .parts-category-navi li,
  .parts-custom-navi li,
  .articles-list-type-new li,
  .articles-list-type-popular li,
  .articles-list-type-recommend li,
  .articles-list-type-writter li {
    margin-bottom: 5px;
    list-style: none;
    position: relative;
    padding-left: 24px;
  }
  .parts-category-navi li:before,
  .parts-custom-navi li:before,
  .articles-list-type-new li:before,
  .articles-list-type-popular li:before,
  .articles-list-type-recommend li:before,
  .articles-list-type-writter li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .parts-category-navi li:before,
  .parts-custom-navi li:before,
  .articles-list-type-new li:before,
  .articles-list-type-popular li:before,
  .articles-list-type-recommend li:before,
  .articles-list-type-writter li:before {
    left: 10px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .articles-list-type-popular li:before {
    display: none;
  }

  /* Carousel
  ----------------------------------------------------*/
  /* Full wide 3 articles .parts-feature-wide */
  .parts-feature-wide {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .parts-feature-wide .slide {
    display: table-cell;
  }

  /* Content width 2 articles .parts-feature-contents */
  .parts-feature-contents .slide {
    float: left;
    width: 50%;
  }

  /* Social
  ----------------------------------------------------*/
  /* Social info
  ----------------------------------------------------*/
  /* Social info Small */
  .parts-social-info.parts-social-info-small li a {
    width: 28px;
    height: 28px;
    line-height: 30px;
  }

  /* Search
  ----------------------------------------------------*/
  footer#colophon .parts-search {
    margin-right: 20px;
  }

  /* category
  ----------------------------------------------------*/
  .layout-column3 .sidebar-left .parts-category-navi {
    font-size: 90%;
  }

  .content-bottom-area .parts-category-navi ul {
    *zoom: 1;
    clear: both;
  }
  .content-bottom-area .parts-category-navi ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  .content-bottom-area .parts-category-navi li {
    float: left;
    width: 31%;
    margin: 0 1.1% !important;
  }

  /* category list .parts-category-list */
  .parts-category-list .entry-title {
    margin: 0;
  }

  /* category list - type:line */
  .parts-category-list-line li {
    float: left;
    width: 50%;
    border-right: 1px solid #e3e3e3;
  }
  .parts-category-list-line li:nth-child(2) {
    border-top: none;
  }
  .parts-category-list-line li:nth-child(2n) {
    border-right: none;
  }

  /* category list - type:grid */
  .parts-category-list-grid li {
    float: left;
    width: 25%;
    border-right: 1px solid #e3e3e3;
  }
  .parts-category-list-grid li:nth-child(4n) {
    border-right: none;
  }
  .parts-category-list-grid li:nth-child(5n) {
    border-right: 1px solid #e3e3e3;
  }
  .parts-category-list-grid li:nth-child(n+5) {
    border-top: 2px solid #e3e3e3;
  }
  .parts-category-list-grid .entry-title {
    font-size: 11px;
    font-size: 0.73333rem;
    line-height: 1.5;
  }
  .sidebar .parts-category-list-grid li {
    width: 50%;
    border-top: 2px solid #e3e3e3;
  }
  .sidebar .parts-category-list-grid li:nth-child(2n) {
    border-right: none;
  }
  .sidebar .parts-category-list-grid li:first-child, .sidebar .parts-category-list-grid li:nth-child(2) {
    border-top: none;
  }

  /* category info .parts-category-info (category page) */
  .parts-category-info .wrapper, .parts-category-info .parts-feature-contents {
    display: table;
    table-layout: fixed;
    padding: 0 0 10px 0;
  }
  .parts-category-info .category-info-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 150px;
  }
  .parts-category-info .category-info-thumbnail span {
    width: 130px;
    height: 130px;
  }
  .parts-category-info .category-info-meta {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }
  #main-content .parts-category-info .wrapper, #main-content .parts-category-info .parts-feature-contents {
    padding: 15px;
  }
  #main-content-wrapper .parts-category-info .category-info-thumbnail {
    width: 110px;
  }
  #main-content-wrapper .parts-category-info .category-info-thumbnail span {
    width: 90px;
    height: 90px;
  }
  .sidebar .parts-category-info .category-info-thumbnail {
    display: block;
    float: left;
  }
  .sidebar .parts-category-info .category-info-meta {
    display: block;
  }

  /* tag
  ----------------------------------------------------*/
  .articles-list-type-tags li a {
    font-size: 12px;
    font-size: 0.8rem;
  }

  /* author
  ----------------------------------------------------*/
  #main-content-header .parts.articles-list-type-author .author-layout-line {
    width: 95%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }
  .content-area .parts.articles-list-type-author li.author-layout-grid {
    float: left;
    width: 31%;
    margin: 0 1%;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(3n+1) {
    clear: both;
    overflow: hidden;
  }
  .layout-column3 .content-area .parts.articles-list-type-author li.author-layout-grid, .layout-column2-sidebar-right .content-area .parts.articles-list-type-author li.author-layout-grid, .layout-column2-sidebar-left .content-area .parts.articles-list-type-author li.author-layout-grid {
    float: left;
    width: 50%;
    margin: 0;
    padding: 15px 20px;
    border-top: 1px dotted #e3e3e3;
  }
  .layout-column3 .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(-n + 2), .layout-column2-sidebar-right .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(-n + 2), .layout-column2-sidebar-left .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(-n + 2) {
    border-top: none;
  }
  .layout-column3 .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(odd), .layout-column2-sidebar-right .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(odd), .layout-column2-sidebar-left .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(odd) {
    border-right: 1px dotted #e3e3e3;
  }
  .layout-column3 .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(even), .layout-column2-sidebar-right .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(even), .layout-column2-sidebar-left .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(even) {
    margin-left: -1px;
    border-left: 1px dotted #e3e3e3;
  }
  .layout-column3 .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(3n+1), .layout-column2-sidebar-right .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(3n+1), .layout-column2-sidebar-left .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(3n+1) {
    clear: inherit;
    overflow: auto;
  }
  .layout-column3 .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(2n+1), .layout-column2-sidebar-right .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(2n+1), .layout-column2-sidebar-left .content-area .parts.articles-list-type-author li.author-layout-grid:nth-child(2n+1) {
    clear: both;
    overflow: hidden;
  }
  .content-bottom-area .parts.articles-list-type-author li {
    float: left;
    width: 31%;
    margin: 0 1%;
    border: none;
  }
  .content-bottom-area .parts.articles-list-type-author li:nth-child(3n+1) {
    clear: both;
    overflow: hidden;
  }
  footer#colophon .parts.articles-list-type-author {
    padding-right: 20px;
  }

  /*----------------------------------------------------
   * Article
  ----------------------------------------------------*/
  /* Article .post-layout-line */
  .post-layout-line .post-thumbnail {
    width: 190px;
  }
  .post-layout-line .post-thumbnail a {
    width: 170px;
    height: 120px;
  }

  /* Article .post-layout-grid */
  .post-layout-panel .post-detail {
    min-height: 110px;
  }

  .content-area .post-layout-panel, .content-area
  .post-layout-grid {
    float: left;
    width: 49%;
  }
  .content-area .post-layout-panel:nth-child(even), .content-area
  .post-layout-grid:nth-child(even) {
    float: right;
  }
  .content-area .post-layout-panel:nth-child(2n+1), .content-area
  .post-layout-grid:nth-child(2n+1) {
    *zoom: 1;
    clear: both;
  }
  .content-area .post-layout-panel:nth-child(2n+1):after, .content-area
  .post-layout-grid:nth-child(2n+1):after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  .content-bottom-area .post-layout-panel, .content-bottom-area
  .post-layout-grid {
    float: left;
    width: 31%;
    margin: 0 1% 15px 1%;
  }
  .content-bottom-area .post-layout-panel:nth-child(3n+1), .content-bottom-area
  .post-layout-grid:nth-child(3n+1) {
    *zoom: 1;
    clear: both;
  }
  .content-bottom-area .post-layout-panel:nth-child(3n+1):after, .content-bottom-area
  .post-layout-grid:nth-child(3n+1):after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }

  /*----------------------------------------------------
   *    - Article content
  ----------------------------------------------------*/
  .entry-content .image-center {
    text-align: center;
  }
  .entry-content .image-left {
    float: left;
    margin-right: 20px;
  }
  .entry-content .image-right {
    float: right;
    margin-left: 20px;
  }
  .entry-content iframe.instagram-media {
    position: relative !important;
    max-width: 480px !important;
    height: auto;
    min-height: 580px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Article META .single-post */
  .single-post .entry-meta-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px;
  }
  .single-post .entry-meta-author,
  .single-post .entry-meta-date {
    display: table-cell;
    vertical-align: middle;
  }
  .single-post .entry-meta-date {
    text-align: right;
  }
}
/* Tablets (768px - 1023px) - Media Queries ===========================================*/
@media (min-width: 768px) and (max-width: 1023px) {
  /*----------------------------------------------------
   * Layout
  ----------------------------------------------------*/
  .wrapper, .parts-feature-contents {
    width: 92%;
  }

  .sidebar {
    margin-top: 20px;
  }

  /*----------------------------------------------------
   * Multisite -  pattern
  ----------------------------------------------------*/
  .content-area {
    margin-bottom: 20px;
  }

  /*----------------------------------------------------
   * Header
  ----------------------------------------------------*/
  /* header multicolumn ------------------------------*/
  .header-multicolumn {
    position: relative;
  }
  .header-multicolumn .parts-social-info {
    text-align: center !important;
  }

  .header-multicolumn-left,
  .header-multicolumn-right {
    margin: 5px 0 0 0;
    top: auto;
    left: auto;
    right: auto;
    text-align: center;
  }

  /*----------------------------------------------------
   * Navigations
  ----------------------------------------------------*/
  .main-navigation ul {
    display: block;
    *zoom: 1;
    clear: both;
  }
  .main-navigation ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  .main-navigation ul li {
    display: block;
    float: left;
    width: 14.2%;
  }

  /*----------------------------------------------------
   * Footer
  ----------------------------------------------------*/
  footer#colophon .footer-inside-left,
  footer#colophon .footer-inside-right {
    width: 100%;
  }
  footer#colophon .parts-list {
    float: left;
    display: block;
    width: 33.3333%;
    clear: inherit;
  }

  /*----------------------------------------------------
   * Parts
  ----------------------------------------------------*/
  /* Search
  ----------------------------------------------------*/
  footer#colophon .parts-search {
    margin: 10px 0;
  }

  /* category
  ----------------------------------------------------*/
  /* category list - type:grid */
  /* category info .parts-category-info (category page) */
  .parts-category-info .wrapper, .parts-category-info .parts-feature-contents {
    width: 95%;
  }
  #main-content .parts-category-info .wrapper, #main-content .parts-category-info .parts-feature-contents {
    width: 100%;
  }
}
/* Desktop(1024px over) - Media Queries ==============================================*/
@media (min-width: 1024px) {
  /*----------------------------------------------------
   * Multisite -  pattern
  ----------------------------------------------------*/
  #main-content-wrapper {
    *zoom: 1;
    clear: both;
  }
  #main-content-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }

  .content-area {
    margin-bottom: 30px;
  }

  .sidebar-right {
    float: right;
    width: 336px;
  }

  .sidebar-left {
    float: left;
    width: 150px;
  }

  .layout-column2-sidebar-right .content-area {
    float: left;
    width: 62%;
  }

  .layout-column2-sidebar-left .content-area {
    float: left;
    width: 62%;
  }
  .layout-column2-sidebar-left .sidebar-left {
    width: 336px;
  }
  .layout-column2-sidebar-left .content-area {
    float: right;
  }

  .layout-column3 .content-area {
    float: left;
    margin-left: 30px;
    width: 44%;
  }

  /*----------------------------------------------------
   * Header
  ----------------------------------------------------*/
  /* header multicolumn ------------------------------*/
  .header-multicolumn-left {
    left: 0;
  }

  .header-multicolumn-right {
    right: 0;
  }

  /*----------------------------------------------------
   * Parts
  ----------------------------------------------------*/
  /* Search
  ----------------------------------------------------*/
  header#masthead .parts-search {
    max-width: 610px;
  }

  /* category
  ----------------------------------------------------*/
  /* category list - type:line */
  .sidebar .parts-category-list-line li {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e3e3e3;
  }
  .sidebar .parts-category-list-line li:last-child {
    border-bottom: none;
  }

  /* category list - type:grid */
  .layout-column3 .sidebar .parts-category-list-grid li {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e3e3e3;
  }
  .layout-column3 .sidebar .parts-category-list-grid li:last-child {
    border-bottom: none;
  }
}
/* Desktop Large(1200px over) - Media Queries ========================================*/
@media (min-width: 1200px) {
  /*----------------------------------------------------
   * Layout
  ----------------------------------------------------*/
  .wrapper, .parts-feature-contents {
    width: 100%;
    max-width: 1030px;
  }

  /*----------------------------------------------------
   * Multisite -  pattern
  ----------------------------------------------------*/
  .layout-column2-sidebar-right .content-area,
  .layout-column2-sidebar-left .content-area {
    width: 63.4951%;
  }

  .layout-column3 .content-area {
    width: 46.9902%;
  }

  /*----------------------------------------------------
   * Parts
  ----------------------------------------------------*/
  /* Search
  ----------------------------------------------------*/
  header#masthead .parts-search {
    max-width: 690px;
  }
}
