@charset "UTF-8";
/*
Theme Name: OleinPress
Theme URI: http://demo.olein-design.com/oleinpress/
Author: Koji Kuno
Author URI: http://olein-design.com
Description: A simple designed WordPress theme - OleinPress. It doesn't have much functions on condition that this theme was made for customizing with child theme.
Version: 1.0.7
License: GPL v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oleinpress
Tags: blog, two-columns, right-sidebar, grid-layout, translation-ready, custom-background, custom-header, custom-colors, custom-menu, featured-images, sticky-post, editor-style, threaded-comments, custom-logo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/*--------------------------------------------------------------
	reset
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*--------------------------------------------------------------
	form reset
--------------------------------------------------------------*/
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*--------------------------------------------------------------
	FontAwesome
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("./fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*--------------------------------------------------------------
	Base
--------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: "Lato", -apple-system, 'BlinkMacSystemFont', "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.7;
  color: #000;
  text-align: left;
  background-color: #fff;
}

a {
  color: #2375B0;
  text-decoration: none;
}

a:hover {
  color: #1d6192;
  text-decoration: underline;
}

a:active, a:focus {
  color: #1d6192;
}

a:visited {
  color: #164b70;
}

/*--------------------------------------------------------------
	Links
--------------------------------------------------------------*/
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
  color: #1d6192;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:visited {
  outline: inherit;
  color: #164b70;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/*--------------------------------------------------------------
	Text Element
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

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

/*--------------------------------------------------------------
	Form Elements
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"] {
  border: 1px solid transparent;
  background: #666;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 10px 20px;
  color: #FFF;
}

input[type="reset"], input[type="submit"] {
  border: 1px solid transparent;
  background: #666;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 10px 20px;
  color: #FFF;
}

button:hover,
html input[type="button"]:hover {
  background: #606060;
}

input[type="reset"]:hover, input[type="submit"]:hover {
  background: #606060;
}

button:focus,
html input[type="button"]:focus {
  background: #606060;
}

input[type="reset"]:focus, input[type="submit"]:focus {
  background: #606060;
}

button:active,
html input[type="button"]:active {
  background: #606060;
}

input[type="reset"]:active, input[type="submit"]:active {
  background: #606060;
}

.button {
  padding: 10px 20px;
  display: inline-block;
  *display: inline;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"] {
  background: #FAFAFA;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

textarea,
select {
  background: #FAFAFA;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus {
  color: #111;
  background: #FFF;
}

textarea:focus,
select:focus {
  color: #111;
  background: #FFF;
}

textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}

input[type="file"] {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
	Alignment
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
	Text meant only for screen readers
--------------------------------------------------------------*/
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*--------------------------------------------------------------
	Clearing
--------------------------------------------------------------*/
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: '';
  display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both;
}

/*--------------------------------------------------------------
	Media
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  position: relative;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto 0;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 75%;
  padding-top: 5px;
  opacity: 0.8;
}

.wp-caption img {
  position: relative;
  vertical-align: bottom;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
	Main Navigation
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #header-menu {
    height: 120%;
  }
}

.menu-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu-toggle {
    display: block;
    position: fixed;
    right: 0;
    z-index: 1050;
    width: 60px;
    height: 60px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgba(0, 0, 0, 0.3);
  }
  .menu-toggle:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .menu-toggle .top {
    top: 30%;
  }
  .menu-toggle .middle {
    top: 50%;
  }
  .menu-toggle .bottom {
    top: 70%;
  }
  .menu-toggle .top,
  .menu-toggle .middle,
  .menu-toggle .bottom {
    position: absolute;
    left: 19%;
    width: 62%;
    height: 1%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: white;
  }
  .menu-toggle.open .top {
    -webkit-transform: rotate(-45deg) translateY(0);
    -ms-transform: rotate(-45deg) translateY(0);
    transform: rotate(-45deg) translateY(0);
    top: 50%;
  }
  .menu-toggle.open .middle {
    opacity: 0;
    visibility: hidden;
  }
  .menu-toggle.open .bottom {
    -webkit-transform: rotate(45deg) translate(0);
    -ms-transform: rotate(45deg) translate(0);
    transform: rotate(45deg) translate(0);
    top: 50%;
  }
}

.main-navigation {
  z-index: 100;
  padding: 0;
  clear: both;
  display: block;
  background-color: #495057;
}

@media screen and (max-width: 767px) {
  .main-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 80%;
    background: inherit;
    z-index: 1000;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin-right: -15px;
    margin-left: -15px;
    overflow-y: scroll;
  }
  .main-navigation.menu-open {
    right: 0;
  }
}

.main-navigation ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  background-color: #343a40;
}

.main-navigation ul:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 767px) {
  .main-navigation ul {
    padding-top: 60px;
    width: 100%;
    height: 100%;
    background: #495057;
  }
}

.main-navigation ul li a {
  display: block;
}

@media screen and (max-width: 767px) {
  .main-navigation ul li a {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  width: 220px;
  z-index: 110;
}

@media screen and (max-width: 767px) {
  .main-navigation ul ul {
    display: block;
    position: static;
    padding-top: 0;
    padding-left: 1em;
    width: 100%;
  }
}

.main-navigation ul ul li {
  display: block;
  width: 100%;
}

.main-navigation ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

@media screen and (max-width: 767px) {
  .main-navigation ul ul ul {
    position: static;
    left: 0;
  }
}

.main-navigation li {
  float: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-navigation li {
    float: none;
  }
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  font-size: 1.4rem;
}

.main-navigation a:hover {
  opacity: .5;
}

.main-navigation .menu-item-has-children {
  position: relative;
}

.main-navigation .menu-item-has-children::after {
  position: absolute;
  font-family: fontawesome;
  content: "";
  top: 50%;
  right: 5px;
  margin-top: -13px;
  color: white;
  opacity: .3;
}

@media screen and (max-width: 767px) {
  .main-navigation .menu-item-has-children::after {
    content: none;
  }
}

.main-navigation .menu-item-has-children .menu-item-has-children::after {
  content: "";
  right: 10px;
}

@media screen and (max-width: 767px) {
  .main-navigation .menu-item-has-children .menu-item-has-children::after {
    content: none;
  }
}

.main-navigation .active {
  opacity: .5;
}

/*--------------------------------------------------------------
	Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  background: rgba(0, 0, 0, 0.05);
  font-size: 1.2rem;
}

.breadcrumb__inner {
  padding: 15px 0;
}

/*--------------------------------------------------------------
	Content
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post {
  margin: 0 0 75px;
}

.posted-on,
.byline,
.cat-links,
.comments-link {
  margin-right: 8px;
}

.posted-on .updated {
  display: none;
}

.byline {
  display: inline-block;
}

.post-content,
.entry-content,
.entry-summary {
  margin: 2px 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
	Post navigation
--------------------------------------------------------------*/
.post-navigation,
.posts-navigation {
  clear: both;
  margin-top: 50px;
  margin-bottom: 50px;
}

.nav-links:after {
  content: "";
  clear: both;
  display: block;
}

.nav-previous,
.nav-next {
  display: block;
  width: 45%;
}

.nav-previous a,
.nav-next a {
  display: inline-block;
}

.nav-previous {
  float: left;
  position: relative;
  padding-left: 20px;
  text-align: left;
}

.nav-previous::before {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "";
  top: 50%;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
}

.nav-next {
  float: right;
  position: relative;
  padding-right: 20px;
  text-align: right;
}

.nav-next::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "";
  top: 50%;
  right: 0;
  line-height: 1;
  margin-top: -0.5em;
}

/*--------------------------------------------------------------
	Pagenation
--------------------------------------------------------------*/
.pagination {
  clear: both;
  margin: 50px 0;
}

.nav-links {
  text-align: center;
}

.page-numbers {
  display: inline-block;
  padding: 7px;
  line-height: 1;
}

.page-numbers.current {
  background: #1e4663;
  color: #fff;
}

/*--------------------------------------------------------------
	Comment
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.comment,
.comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.comment-author-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.comment-meta .avatar {
  float: left;
  margin-right: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.comment-author cite {
  font-style: normal;
  font-weight: bold;
}

.entry-meta.comment-metadata {
  margin-top: 0;
}

.comment-content {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.comment-respond {
  margin-top: 1.5em;
}

.comment-form > .form-submit {
  margin-bottom: 0;
}

.comment-form input,
.comment-form-comment {
  margin-bottom: 10px;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
  display: block;
}

.comment-metadata .edit-link:before {
  display: none;
}

.comment-body {
  padding: 30px 0;
}

.comment-content {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.depth-1.parent > .children {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
  padding-left: 30px;
  margin-top: -30px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
  font-size: 13px;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-list > .comment:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

ol.comment-list {
  margin-bottom: 1.5em;
}

.bypostauthor {
  display: inline;
}

.comment-reply-link {
  display: inline-block;
  background: #2375B0;
  color: #fff;
  padding: 7px 15px;
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/* Categories widget */
.widget_categories .children {
  margin-left: 1.5em;
  padding-top: 5px;
}

.widget_categories .children li:last-child {
  padding-bottom: 0;
}

/* Calendar widget */
#wp-calendar caption {
  padding-bottom: 10px;
}

#wp-calendar #prev {
  text-align: left;
}

#wp-calendar #next {
  text-align: right;
}

/*--------------------------------------------------------------
	Layout
--------------------------------------------------------------*/
.container {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .container {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.content-area {
  width: 800px;
  float: left;
}

@media screen and (max-width: 1199px) {
  .content-area {
    width: 600px;
  }
}

@media screen and (max-width: 991px) {
  .content-area {
    width: 100%;
  }
}

.widget-area {
  float: right;
  width: 336px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .widget-area {
    width: 100%;
  }
}

/*--------------------------------------------------------------
	Custom CSS
--------------------------------------------------------------*/
/* site-header
------------------------------*/
.site-branding {
  background: #1e4663;
}

.site-branding__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-title {
  font-size: 3.6rem;
  letter-spacing: .05em;
  line-height: 1em;
  margin-bottom: 0;
}

.site-title a {
  text-decoration: none;
  color: white;
}

.site-description {
  color: #ffffff;
  font-size: 1.6rem;
  margin-bottom: 0;
}

/* custom header
------------------------------*/
.custom-header {
  background: #18384f;
}

.custom-header img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* site-content
------------------------------*/
.site-content__inner {
  margin-top: 30px;
  margin-bottom: 30px;
}

.site-content__inner:after {
  content: "";
  clear: both;
  display: block;
}

/* site-footer
------------------------------*/
.site-footer {
  background: #1e4663;
  padding: 15px 0;
  color: #fff;
}

.copyright-bar p {
  margin-bottom: 0;
}

.copyright-bar a {
  color: #fff;
  text-decoration: underline;
}

/* commons
------------------------------*/
body {
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

pre {
  background: rgba(0, 0, 0, 0.05);
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  margin-bottom: 1.5em;
  padding: 20px;
  overflow: auto;
  max-width: 100%;
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}

blockquote p:last-child {
  margin: 0;
}

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

th,
td {
  padding: 8px;
}

th {
  border-width: 0 1px 1px 0;
}

td {
  border-width: 0 1px 1px 0;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 40px;
  margin-top: 40px;
}

fieldset {
  padding: 0;
  margin: 0;
  min-width: inherit;
}

fieldset legend {
  padding: 0;
  margin-bottom: 1.5em;
}

.siite-main .gakkery {
  margin-bottom: 1.5em;
}

.gallery-item img {
  vertical-align: bottom;
}

.galery-icon {
  padding: 5px;
}

h1 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2;
}

h2 {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.2;
}

h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}

h4,
h5,
h6 {
  margin-bottom: 20px;
}

/* widget styling
------------------------------*/
.sidebar .widget *:last-child {
  margin-bottom: 0;
}

.widget-title {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.widget ul, .widget ol {
  margin: 0;
}

.widget ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 5px;
}

.widget ul li.menu-item-has-children, .widget ul li.page_item_has_children {
  padding-bottom: 0;
}

.widget ul li ul li:before {
  opacity: .7;
}

.widget .search-field {
  width: 100%;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
  margin-left: 1em;
  margin-top: 5px;
}

#wp-calendar {
  table-layout: fixed;
  font-size: 80%;
}

#wp-calendar #prev,
#wp-calendar #prev + .pad {
  border-right: 0;
}

/* posts
------------------------------*/
.entry-title {
  margin-bottom: 0;
}

.entry-header {
  word-wrap: break-word;
  margin-bottom: 30px;
}

.page-header {
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-header h1 {
  font-size: 30px;
  text-align: center;
}

.archive-description p {
  text-align: center;
  opacity: .5;
}

.post-thumbnail {
  margin-bottom: 15px;
}

.post-thumbnail img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.entry-meta {
  font-size: 85%;
  margin-top: .5em;
  line-height: 1.5;
}

.entry-footer {
  font-size: 85%;
  margin-top: 2em;
}

/* 404
------------------------------*/
.error-404.not-found .search-form {
  margin-bottom: 30px;
}
