@charset "UTF-8";

/*
Theme Name: 住谷ゆきのぶホームページ (クラウド）
Author: Homepage Builder
Author URI: http://www.justsystems.com/jp/links/hpb/creator.html?p=hpb21_wp_hpbdash
Description: このテーマは「JustSystems Homepage Builder Version 21.0.1.0 for Windows」によって作成されました。サイト名は「住谷ゆきのぶホームページ (クラウド）」、サイトの公開日時は「2017年07月19日09:48」です。
License: 
License URI: license.txt
*/
/* =Reset
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html{
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

html{
  box-sizing: border-box;
}

*,
*::before,
*::after{
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body{
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section{
  display: block;
}

ol, ul{
  list-style: none;
}

table{
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td{
  font-weight: normal;
  text-align: left;
}

blockquote, q{
  quotes: "" "";
}
blockquote::before, blockquote::after, q::before, q::after{
  content: "";
}

a:focus{
  outline: thin dotted;
}

a:hover,
a:active{
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}

a img{
  border: 0;
}

/* =Global
----------------------------------------------- */
html{
  overflow: auto;
}

body{
  overflow: hidden;
}

/* global */
*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
button,
input,
select,
textarea{
  color: #333333;
  font-family: sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6{
  clear: both;
  margin-bottom: 1em;
}

h1{
  font-size: 18px;
  font-size: 1.8rem;
}

h2{
  font-size: 18px;
  font-size: 1.8rem;
}

h3{
  font-size: 16px;
  font-size: 1.6rem;
}

h4{
  font-size: 15px;
  font-size: 1.5rem;
}

h5{
  font-size: 14px;
  font-size: 1.4rem;
}

h6{
  font-size: 13px;
  font-size: 1.3rem;
}

hr{
  background-color: #d5d5d5;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
p{
  margin-bottom: 1.5em;
}

ul, ol{
  margin: 0 0 1.5em 1.5em;
}

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-bottom: 1.5em;
  background-color: #f5f5f5;
  padding: 1.5em;
}
blockquote > *:last-child{
  margin-bottom: 0;
}
blockquote cite{
  font-style: normal;
}
blockquote cite::before{
  content: '-';
}

address{
  margin: 0 0 1.5em;
}

pre{
  background-color: #fff;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var{
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
}

abbr, acronym{
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins{
  background-color: #fff9c0;
  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;
  border-collapse: collapse;
}

th{
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 568px) {
  img{
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
  }
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  border: 1px solid;
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  border-color: #4283ec;
  background-color: #4283ec;
  color: white;
  line-height: 1;
  vertical-align: bottom;
  padding: .5em 3em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
  border-color: #1765e4;
  background-color: #1765e4;
  color: white;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus{
  border-color: #1765e4;
  background-color: #1765e4;
  color: white;
}

input[type="checkbox"],
input[type="radio"]{
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"]{
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea{
  color: #666;
  border: 1px solid #d5d5d5;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus{
  color: #111;
}

select{
  border: 1px solid #d5d5d5;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]{
  padding: 3px;
}

textarea{
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  padding-left: 3px;
  width: 100%;
}

/* Links */
a{
  color: #4283ec;
}
a:visited{
  color: #1765e4;
}
a:hover, a:focus, a:active{
  color: #cc0000;
}
a:focus{
  outline: thin dotted;
}
a:hover, a:active{
  outline: 0;
}

/* 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-left: auto;
  margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text{
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus{
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus{
  outline: 0;
}

/* Clearing */
.clear::before,
.clear::after,
[class*="content"]::before,
[class*="content"]::after,
[class*="site"]::before,
[class*="site"]::after,
.navigation-main::before,
.navigation-main::after,
#masthead-inner::before,
#masthead-inner::after{
  content: '';
  display: table;
}

.clear::after,
[class*="content"]::after,
[class*="site"]::after,
.navigation-main::after,
#masthead-inner::after{
  clear: both;
}

/* =Menu
----------------------------------------------- */
#site-navigation{
  float: right;
}

#site-sub-navigation{
  clear: both;
}

.navigation-main{
  display: block;
}
.navigation-main ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.navigation-main ul a{
  color: white;
  display: block;
  text-decoration: none;
  padding: 1em 1em 2.25em 1em;
}
.navigation-main ul a:hover, .navigation-main ul a.focus{
  color: #4283ec;
}
.navigation-main ul ul{
  float: left;
  position: absolute;
  top: 4.75em;
  left: -999em;
  z-index: 99999;
  background-color: #f5f5f5;
}
.navigation-main ul ul ul{
  left: -999em;
  top: 0;
}
.navigation-main ul ul li:hover > ul, .navigation-main ul ul li.focus > ul{
  left: 100%;
}
.navigation-main ul ul a{
  padding: 1em;
  width: 200px;
  color: #333333;
}
.navigation-main ul ul a:hover,
.navigation-main ul ul a.focus{
  color: white;
  background-color: #9fa2ac;
}
.navigation-main ul ul li.menu-item-has-children > a{
  background-image: url('img/icon-has-sub-menu.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.navigation-main ul li:hover > ul,
.navigation-main ul li.focus > ul{
  left: auto;
}
.navigation-main li{
  float: left;
  position: relative;
}
.navigation-main .current_page_item > a,
.navigation-main .current-menu-item > a,
.navigation-main .current_page_ancestor > a,
.navigation-main .current-menu-ancestor > a{
  color: #4283ec;
}
.navigation-main ul ul .current_page_item > a,
.navigation-main ul ul .current-menu-item > a,
.navigation-main ul ul .current_page_ancestor > a,
.navigation-main ul ul .current-menu-ancestor > a{
  color: white;
  background-color: #9fa2ac;
}

/* Small menu */
.menu-toggle{
  display: none;
  cursor: pointer;
}

#site-sub-navigation ul li{
  margin-right: 0.5em;
}
#site-sub-navigation ul li::after{
  content: '/';
}
#site-sub-navigation ul li a{
  display: inline-block;
  margin-right: 0.5em;
  padding: 0;
}

@media screen and (max-width: 568px) {
  .menu-toggle,
  .main-small-navigation ul.nav-menu.toggled-on{
    display: block;
  }

  .navigation-main ul{
    display: none;
  }

  .hpb-nav-open .menu-toggle{
    display: none;
    cursor: pointer;
  }

  .hpb-nav-open.navigation-main ul,
  .hpb-nav-open.main-small-navigation ul{
    display: block;
  }

  #site-navigation{
    float: none;
    margin-right: 0px;
  }

  .menu-toggle{
    text-indent: -9999px;
    background-color: #343740;
    background-image: url("img/icon-menu-toggle.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
    margin: 0;
    min-height: 40px;
  }
  #site-navigation .menu-toggle{
    border-top: solid 1px white;
  }

  #site-navigation{
    background-color: #343740;
    display: block;
    z-index: 2;
    position: relative;
  }
  #site-navigation ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  #site-navigation ul a{
    color: white;
    display: block;
    text-decoration: none;
    padding: 0.5em;
    border-top: solid 1px white;
    text-align: center;
  }
  #site-navigation ul a:hover, #site-navigation ul a.focus{
    background-color: #44474f;
  }
  #site-navigation li{
    float: none;
  }
  #site-navigation .current_page_item > a,
  #site-navigation .current-menu-item > a,
  #site-navigation .current_page_ancestor > a,
  #site-navigation .current-menu-ancestor > a{
    background-color: #44474f;
  }

  #site-sub-navigation ul li{
    margin-bottom: 0.75em;
  }
  #site-sub-navigation ul li::after{
    content: '';
  }
  #site-sub-navigation ul li a{
    display: inline-block;
    margin-right: 0.5em;
    padding: 0;
    border-top: none;
  }
}
/* =hpb:Header
----------------------------------------------- */
#hpb-header-image{
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -1000px;
  margin-left: -1000px;
  text-align: center;
}
#hpb-header-image img{
  margin: 0 auto;
  max-width: 100%;
  vertical-align: top;
}

#masthead{
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -1000px;
  margin-left: -1000px;
  padding-right: 1000px;
  padding-left: 1000px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #343740;
  color: white;
}
#masthead .site-branding{
  padding-top: 10px;
  float: left;
  position: static;
}
#masthead .site-branding .site-title{
  width: 204px;
  height: 23px;
  background-image: url('img/site-title.png');
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0;
}
#masthead .site-branding .site-title a{
  width: 204px;
  height: 23px;
  text-indent: -9999px;
  background-color: transparent;
  display: block;
  line-height: 1;
}
#masthead .site-branding a{
  color: white;
  text-decoration: none;
}
#masthead .site-branding a:hover{
  color: #4283ec;
}

#masthead-inner{
  position: relative;
}

#hpb-site-desc,
#hpb-header-extra1{
  text-align: center;
  background-color: #f5f5f5;
  color: #333333;
  margin: 0;
}

#hpb-site-desc{
  display: none;
}
body.home #hpb-site-desc{
  display: block;
  position: absolute;
  bottom: -84px;
  left: 0;
  width: 300%;
  padding: 40px 1040px 20px 1040px;
  margin-left: -1000px;
  margin-right: -1000px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

#hpb-header-extra1{
  display: none;
}
body.home #hpb-header-extra1{
  display: block;
  position: absolute;
  bottom: -162px;
  left: 0;
  width: 300%;
  padding: 20px 1040px 40px 1040px;
  margin-left: -1000px;
  margin-right: -1000px;
}
#hpb-header-extra1 p{
  display: inline-block;
  margin: 0;
}

#breadcrumb-list{
  clear: both;
  margin-top: 0;
  margin-right: -1000px;
  margin-bottom: 0;
  margin-left: -1000px;
  padding-right: 1000px;
  padding-left: 1000px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 10px;
  font-size: 1rem;
  color: #333333;
  background-color: #f5f5f5;
}
#breadcrumb-list div{
  display: inline-block;
  margin-left: 0.5em;
}
#breadcrumb-list a{
  color: #4283ec;
  text-decoration: underline;
}
#breadcrumb-list a:hover{
  color: #cc0000;
}

@media screen and (max-width: 568px) {
  #hpb-header-image{
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  #masthead{
    padding-top: 0;
  }
  #masthead .site-branding{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
    float: none;
    width: 100%;
  }
  #masthead .site-branding .site-title{
    margin: 0 auto;
  }
  #masthead .site-branding .site-title a{
    margin: 0 auto;
  }

  body.home #hpb-site-desc{
    font-size: 14px;
    font-size: 1.4rem;
    bottom: -51px;
    width: 100%;
    margin: 0;
    padding: 20px 10px 10px 10px;
  }

  body.home #hpb-header-extra1{
    bottom: -97px;
    width: 100%;
    margin: 0;
    padding: 10px 20px 10px;
  }

  #breadcrumb-list{
    margin-right: -10px;
    margin-bottom: 0;
    margin-left: -10px;
    padding: 1em 20px;
  }
}
/* =hpb:Footer
----------------------------------------------- */
.site-footer{
  overflow: hidden;
  clear: both;
  margin-top: 0;
  margin-right: -1000px;
  margin-bottom: 0;
  margin-left: -1000px;
  padding-right: 1000px;
  padding-left: 1000px;
  padding-top: 40px;
  background-color: #343740;
  color: #9fa2ac;
  font-size: 12px;
  font-size: 1.2rem;
}
.site-footer a{
  color: #9fa2ac;
}
.site-footer a:hover{
  color: white;
}

.footer-widgets{
  margin-top: 40px;
  overflow: hidden;
}
.footer-widgets .widget{
  float: left;
  padding-right: 30px;
  width: 25%;
}

#hpb-footer-main{
  margin-top: 40px;
  margin-right: -1000px;
  margin-bottom: 0;
  margin-left: -1000px;
  padding-right: 1000px;
  padding-left: 1000px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  background-color: #44474f;
  color: white;
}
#hpb-footer-main > p{
  margin: 0;
}

@media screen and (max-width: 568px) {
  #site-sub-navigation,
  .footer-widgets,
  .site-info,
  .wp-login{
    padding: 0 10px;
    margin: 0;
  }

  .site-footer{
    padding-top: 15px;
  }

  #site-sub-navigation{
    padding-bottom: 15px;
    border-bottom: solid 1px #3f332f;
  }

  .footer-widgets{
    margin-top: 15px;
  }
  .footer-widgets .widget{
    float: none;
    padding-right: 0;
    width: 100%;
  }

  #hpb-footer-main{
    padding-top: 1em;
    padding-bottom: 1em;
  }
  #hpb-footer-main > p{
    margin: 0;
  }
}
/* =hpb:Post List
----------------------------------------------- */
.hpb-viewtype-full,
.hpb-viewtype-simple,
.hpb-viewtype-thumbnail,
.hpb-viewtype-date,
.hpb-viewtype-content,
.hpb-viewtype-title{
  border: solid 1px #d5d5d5;
  padding: 0 20px 30px 20px;
  margin: 0 0 40px 0;
}
.hpb-viewtype-full > h3,
.hpb-viewtype-simple > h3,
.hpb-viewtype-thumbnail > h3,
.hpb-viewtype-date > h3,
.hpb-viewtype-content > h3,
.hpb-viewtype-title > h3{
  margin-top: 0;
  margin-right: -20px;
  margin-bottom: 30px;
  margin-left: -20px;
  background-color: #343740;
  color: white;
  padding: 15px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.hpb-viewtype-full > h3 a,
.hpb-viewtype-simple > h3 a,
.hpb-viewtype-thumbnail > h3 a,
.hpb-viewtype-date > h3 a,
.hpb-viewtype-content > h3 a,
.hpb-viewtype-title > h3 a{
  color: white;
  text-decoration: none;
}
.hpb-viewtype-full > article,
.hpb-viewtype-simple > article,
.hpb-viewtype-thumbnail > article,
.hpb-viewtype-date > article,
.hpb-viewtype-content > article,
.hpb-viewtype-title > article{
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #d5d5d5;
}
.hpb-viewtype-full > article:last-child,
.hpb-viewtype-simple > article:last-child,
.hpb-viewtype-thumbnail > article:last-child,
.hpb-viewtype-date > article:last-child,
.hpb-viewtype-content > article:last-child,
.hpb-viewtype-title > article:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.hpb-viewtype-full > article a,
.hpb-viewtype-full > dl a,
.hpb-viewtype-full > ul a,
.hpb-viewtype-simple > article a,
.hpb-viewtype-simple > dl a,
.hpb-viewtype-simple > ul a,
.hpb-viewtype-thumbnail > article a,
.hpb-viewtype-thumbnail > dl a,
.hpb-viewtype-thumbnail > ul a,
.hpb-viewtype-date > article a,
.hpb-viewtype-date > dl a,
.hpb-viewtype-date > ul a,
.hpb-viewtype-content > article a,
.hpb-viewtype-content > dl a,
.hpb-viewtype-content > ul a,
.hpb-viewtype-title > article a,
.hpb-viewtype-title > dl a,
.hpb-viewtype-title > ul a{
  color: #4283ec;
}
.hpb-viewtype-full > article a:visited,
.hpb-viewtype-full > dl a:visited,
.hpb-viewtype-full > ul a:visited,
.hpb-viewtype-simple > article a:visited,
.hpb-viewtype-simple > dl a:visited,
.hpb-viewtype-simple > ul a:visited,
.hpb-viewtype-thumbnail > article a:visited,
.hpb-viewtype-thumbnail > dl a:visited,
.hpb-viewtype-thumbnail > ul a:visited,
.hpb-viewtype-date > article a:visited,
.hpb-viewtype-date > dl a:visited,
.hpb-viewtype-date > ul a:visited,
.hpb-viewtype-content > article a:visited,
.hpb-viewtype-content > dl a:visited,
.hpb-viewtype-content > ul a:visited,
.hpb-viewtype-title > article a:visited,
.hpb-viewtype-title > dl a:visited,
.hpb-viewtype-title > ul a:visited{
  color: #4283ec;
}
.hpb-viewtype-full > article a:hover, .hpb-viewtype-full > article a:focus, .hpb-viewtype-full > article a:active,
.hpb-viewtype-full > dl a:hover,
.hpb-viewtype-full > dl a:focus,
.hpb-viewtype-full > dl a:active,
.hpb-viewtype-full > ul a:hover,
.hpb-viewtype-full > ul a:focus,
.hpb-viewtype-full > ul a:active,
.hpb-viewtype-simple > article a:hover,
.hpb-viewtype-simple > article a:focus,
.hpb-viewtype-simple > article a:active,
.hpb-viewtype-simple > dl a:hover,
.hpb-viewtype-simple > dl a:focus,
.hpb-viewtype-simple > dl a:active,
.hpb-viewtype-simple > ul a:hover,
.hpb-viewtype-simple > ul a:focus,
.hpb-viewtype-simple > ul a:active,
.hpb-viewtype-thumbnail > article a:hover,
.hpb-viewtype-thumbnail > article a:focus,
.hpb-viewtype-thumbnail > article a:active,
.hpb-viewtype-thumbnail > dl a:hover,
.hpb-viewtype-thumbnail > dl a:focus,
.hpb-viewtype-thumbnail > dl a:active,
.hpb-viewtype-thumbnail > ul a:hover,
.hpb-viewtype-thumbnail > ul a:focus,
.hpb-viewtype-thumbnail > ul a:active,
.hpb-viewtype-date > article a:hover,
.hpb-viewtype-date > article a:focus,
.hpb-viewtype-date > article a:active,
.hpb-viewtype-date > dl a:hover,
.hpb-viewtype-date > dl a:focus,
.hpb-viewtype-date > dl a:active,
.hpb-viewtype-date > ul a:hover,
.hpb-viewtype-date > ul a:focus,
.hpb-viewtype-date > ul a:active,
.hpb-viewtype-content > article a:hover,
.hpb-viewtype-content > article a:focus,
.hpb-viewtype-content > article a:active,
.hpb-viewtype-content > dl a:hover,
.hpb-viewtype-content > dl a:focus,
.hpb-viewtype-content > dl a:active,
.hpb-viewtype-content > ul a:hover,
.hpb-viewtype-content > ul a:focus,
.hpb-viewtype-content > ul a:active,
.hpb-viewtype-title > article a:hover,
.hpb-viewtype-title > article a:focus,
.hpb-viewtype-title > article a:active,
.hpb-viewtype-title > dl a:hover,
.hpb-viewtype-title > dl a:focus,
.hpb-viewtype-title > dl a:active,
.hpb-viewtype-title > ul a:hover,
.hpb-viewtype-title > ul a:focus,
.hpb-viewtype-title > ul a:active{
  color: #4283ec;
  text-decoration: none;
}
.hpb-viewtype-full > article > p,
.hpb-viewtype-simple > article > p,
.hpb-viewtype-thumbnail > article > p,
.hpb-viewtype-date > article > p,
.hpb-viewtype-content > article > p,
.hpb-viewtype-title > article > p{
  width: 150px;
  float: left;
  margin-right: 20px;
}
.hpb-viewtype-full > article > .entry-content,
.hpb-viewtype-simple > article > .entry-content,
.hpb-viewtype-thumbnail > article > .entry-content,
.hpb-viewtype-date > article > .entry-content,
.hpb-viewtype-content > article > .entry-content,
.hpb-viewtype-title > article > .entry-content{
  margin: 0;
  overflow: hidden;
}
.hpb-viewtype-full > article > footer,
.hpb-viewtype-simple > article > footer,
.hpb-viewtype-thumbnail > article > footer,
.hpb-viewtype-date > article > footer,
.hpb-viewtype-content > article > footer,
.hpb-viewtype-title > article > footer{
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

.hpb-viewtype-title ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hpb-viewtype-title ul li{
  font-weight: normal;
  background-image: url('img/icon-list.png');
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #d5d5d5;
}
.hpb-viewtype-title ul li:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.hpb-viewtype-date dl dt{
  font-weight: normal;
  background-image: url('img/icon-list.png');
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left: 20px;
  float: left;
  clear: left;
  width: 11em;
}
.hpb-viewtype-date dl dd{
  overflow: hidden;
  margin: 0 0 1em 0;
}

.hpb-viewtype-content dl dt{
  font-weight: normal;
  background-image: url('img/icon-list.png');
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-bottom: 0.5em;
}
.hpb-viewtype-content dl dd{
  margin: 0 0 30px 20px;
  border-bottom: solid 1px #d5d5d5;
}
.hpb-viewtype-content dl dd:last-child{
  margin-bottom: 0;
  border-bottom: none;
}
.hpb-viewtype-content dl dd .entry-content{
  margin-top: 0;
}

/* more link */
.hpb-more-entry{
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
.hpb-more-entry a{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-color: #4283ec;
  background-color: #4283ec;
  color: white;
  vertical-align: bottom;
  padding: .5em 2em .4em;
}
.hpb-more-entry a:hover{
  border-color: #1765e4;
  background-color: #1765e4;
  color: white;
}

.sp-wp-login-button,
.wp-login{
  text-align: right;
}
.sp-wp-login-button a,
.wp-login a{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-color: #4283ec;
  background-color: #4283ec;
  color: white;
  vertical-align: bottom;
  padding: .5em 1em .4em;
}
.sp-wp-login-button a:hover,
.wp-login a:hover{
  border-color: #1765e4;
  background-color: #1765e4;
  color: white;
}

/* block-container */
.sp-block-container{
  margin-bottom: 1.5em;
}

/* list */
.sp-list{
  margin-bottom: 1.5em;
}

/* definition-list */
.sp-definition-list{
  margin-bottom: 1.5em;
}
.sp-definition-list > dt{
  font-weight: normal;
  border-left: solid 6px #343740;
  padding-top: 0.2em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.sp-definition-list > dd{
  margin-left: 3em;
}

/* table */
.sp-table{
  display: table;
  margin: 0 auto 1.5em auto;
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  background-color: white;
}
.sp-table > * > tr > th,
.sp-table > * > tr > td{
  padding: 0.5em;
  border: solid 1px #d5d5d5;
}

/* button */
.sp-button{
  width: 122px;
}
.sp-button a{
  display: block;
  height: 100%;
  text-align: center;
  text-decoration: none;
  border-color: #4283ec;
  background-color: #4283ec;
  color: white;
  vertical-align: bottom;
  padding: .5em 3em .4em;
}
.sp-button a:hover{
  border-color: #1765e4;
  background-color: #1765e4;
  color: white;
}

/* photomotion */
.hpb-photomotion{
  margin-bottom: 1.5em;
}

/* form */
.sp-form{
  margin-bottom: 1.5em;
}
.sp-form table{
  width: 100%;
}
.sp-form table th{
  text-align: left;
}
.sp-form > p{
  text-align: right;
}

/* map */
.sp-google-map,
.sp-yahoo-map{
  margin: 0 auto 1.5em auto;
  word-wrap: normal;
  max-width: 100%;
}
.sp-google-map img,
.sp-yahoo-map img{
  max-width: none !important;
}

/* sns button */
.sp-sns-button > ul{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.sp-sns-button > ul > li{
  display: inline-block;
  float: left;
  margin: 2px 5px 0 0;
}

/* column */
.sp-column{
  margin-bottom: 1.5em;
  border: solid 1px #d5d5d5;
  color: #333333;
  background-color: white;
}
.sp-column .column-label{
  background-color: #343740;
  padding: 10px 15px;
}
.sp-column .column-label h3{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.sp-column .column-body{
  padding: 2em;
}
.sp-column .column-body > ul{
  list-style: none;
  margin: 0;
}
.sp-column .column-body > ul > li{
  background-image: url('img/icon-list.png');
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-bottom: 1em;
}
.sp-column .column-body > ul > li:last-child{
  margin-bottom: 0;
}
.sp-column.accordion .column-label{
  padding-right: 50px;
  background-image: url('img/btn-column-toggle-down.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.sp-column.accordion .column-body{
  display: none;
}
.sp-column.toggled-on .column-label{
  padding-right: 50px;
  background-image: url('img/btn-column-toggle-up.png');
}
.sp-column.toggled-on .column-body{
  display: block;
}

/* item-gallery */
.sp-item-gallery{
  margin-bottom: 1.5em;
}
.sp-item-gallery > ul{
  list-style: none;
  margin-left: 0;
  overflow: hidden;
}
.sp-item-gallery > ul > li{
  float: left;
  width: 200px;
  overflow: hidden;
  height: auto;
  margin: 0 9px 10px 0 !important;
  padding: 0 0 20px 0 !important;
  color: #333333;
  background-color: white !important;
  border: solid 1px #d5d5d5;
}
.sp-item-gallery > ul > li:nth-child(3n+1){
  clear: left;
}
.sp-item-gallery > ul > li div.item-gallery-photo{
  text-align: center;
  padding: 20px 20px 0 20px;
}
.sp-item-gallery > ul > li div.item-gallery-photo img.item-gallery-thumbnail{
  vertical-align: top;
}
.sp-item-gallery > ul > li p.item-gallery-title{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  background-color: #343740;
  padding: 10px 15px;
  margin: 0;
}
.sp-item-gallery > ul > li p.item-gallery-content{
  font-size: 12px;
  font-size: 1.2rem;
  padding: 15px 20px 0 20px;
  margin: 0;
}
.sp-item-gallery > ul > li p.item-gallery-price{
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px 20px 0 20px;
  margin: 0;
}
.sp-item-gallery > ul > li p.item-gallery-icons{
  min-height: 20px;
  padding: 15px 20px 0 20px;
  margin: 0;
}
.sp-item-gallery > ul > li p.item-gallery-icons span{
  display: inline-block;
  height: 12px;
  line-height: 12px;
  text-align: center;
}
.sp-item-gallery > ul > li p.item-gallery-icons .item-gallery-icon-new{
  width: 28px;
  background-color: #f06060 url('img/item-gallery-icon1.png') no-repeat center 50%;
}
.sp-item-gallery > ul > li p.item-gallery-icons .item-gallery-icon-popular{
  width: 44px;
  background-color: #04bfbf url('img/item-gallery-icon2.png') no-repeat center 50%;
}
.sp-item-gallery > ul > li p.item-gallery-icons .item-gallery-icon-recomend{
  width: 40px;
  background-color: #e6a408 url('img/item-gallery-icon3.png') no-repeat center 50%;
}
.sp-item-gallery > ul > li p.item-gallery-icons .item-gallery-icon-sale{
  width: 31px;
  background-color: #0a7bb5 url('img/item-gallery-icon4.png') no-repeat center 50%;
}

@media screen and (max-width: 568px) {
  .hpb-viewtype-full,
  .hpb-viewtype-simple,
  .hpb-viewtype-thumbnail,
  .hpb-viewtype-date,
  .hpb-viewtype-content,
  .hpb-viewtype-title{
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 10px 20px 10px;
    margin: 0 0 20px 0;
  }
  .hpb-viewtype-full > h3,
  .hpb-viewtype-simple > h3,
  .hpb-viewtype-thumbnail > h3,
  .hpb-viewtype-date > h3,
  .hpb-viewtype-content > h3,
  .hpb-viewtype-title > h3{
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px;
    padding: 10px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .hpb-viewtype-full > article,
  .hpb-viewtype-simple > article,
  .hpb-viewtype-thumbnail > article,
  .hpb-viewtype-date > article,
  .hpb-viewtype-content > article,
  .hpb-viewtype-title > article{
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .hpb-viewtype-full > article:last-child,
  .hpb-viewtype-simple > article:last-child,
  .hpb-viewtype-thumbnail > article:last-child,
  .hpb-viewtype-date > article:last-child,
  .hpb-viewtype-content > article:last-child,
  .hpb-viewtype-title > article:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .hpb-viewtype-full > article > header > h4,
  .hpb-viewtype-simple > article > header > h4,
  .hpb-viewtype-thumbnail > article > header > h4,
  .hpb-viewtype-date > article > header > h4,
  .hpb-viewtype-content > article > header > h4,
  .hpb-viewtype-title > article > header > h4{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .hpb-viewtype-full > article > p,
  .hpb-viewtype-simple > article > p,
  .hpb-viewtype-thumbnail > article > p,
  .hpb-viewtype-date > article > p,
  .hpb-viewtype-content > article > p,
  .hpb-viewtype-title > article > p{
    width: 75px;
    margin-right: 10px;
  }

  .hpb-viewtype-title ul li{
    padding-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .hpb-viewtype-title ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .hpb-viewtype-date dl dt{
    padding-left: 15px;
  }

  .hpb-viewtype-content dl dt{
    padding-left: 15px;
  }
  .hpb-viewtype-content dl dd{
    margin: 0 0 15px 15px;
  }
  .hpb-viewtype-content dl dd:last-child{
    margin-bottom: 0;
    border-bottom: none;
  }

  .sp-item-gallery > ul > li{
    float: none;
    width: 100%;
  }
}
/* =Content
----------------------------------------------- */
#page{
  width: 1000px;
  margin: 0 auto;
}

#main{
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
}

#contenthead{
  margin-bottom: 40px;
}

body.home #main{
  margin-top: 162px;
}

#primary{
  float: right;
  margin: 0 0 0 -280px;
  width: 100%;
}

#content{
  margin: 0 0 0 330px;
}

#sidebar-1{
  float: left;
  overflow: hidden;
  width: 280px;
}

.site-footer{
  clear: both;
}

@media screen and (max-width: 568px) {
  #page{
    margin: 0;
    width: 100%;
  }

  #main{
    padding: 20px 10px;
  }

  body.home #main{
    margin-top: 120px;
  }

  #primary,
  #content,
  #sidebar-1{
    float: none;
    margin: 0;
    width: 100%;
  }

  #sidebar-1{
    margin-top: 20px;
  }
}
.page-content h1,
.entry-content h1,
.entry-summary h1,
.mceContentBody h1{
  font-weight: bold;
  border-bottom: solid 3px #d5d5d5;
  padding-bottom: 5px;
}
.page-content h2,
.entry-content h2,
.entry-summary h2,
.mceContentBody h2{
  font-weight: bold;
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 5px;
}
.page-content h3, .page-content h4, .page-content h5, .page-content h6,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6{
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 5px;
}
.page-content ul,
.entry-content ul,
.entry-summary ul,
.mceContentBody ul{
  list-style: none;
  margin-left: 0;
}
.page-content ul li,
.entry-content ul li,
.entry-summary ul li,
.mceContentBody ul li{
  background-image: url('img/icon-list.png');
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.page-content li,
.entry-content li,
.entry-summary li,
.mceContentBody li{
  margin-bottom: 0.5em;
}
.page-content li ul, .page-content li ol,
.entry-content li ul,
.entry-content li ol,
.entry-summary li ul,
.entry-summary li ol,
.mceContentBody li ul,
.mceContentBody li ol{
  margin-top: 0.5em;
}
.page-content dt,
.entry-content dt,
.entry-summary dt,
.mceContentBody dt{
  font-weight: normal;
  border-left: solid 6px #343740;
  padding-top: 0.2em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.page-content dd,
.entry-content dd,
.entry-summary dd,
.mceContentBody dd{
  margin-left: 3em;
}
.page-content table > * > tr > th,
.page-content table > * > tr > td,
.entry-content table > * > tr > th,
.entry-content table > * > tr > td,
.entry-summary table > * > tr > th,
.entry-summary table > * > tr > td,
.mceContentBody table > * > tr > th,
.mceContentBody table > * > tr > td{
  padding: 0.5em;
  border: solid 1px #d5d5d5;
}
.page-content table th,
.entry-content table th,
.entry-summary table th,
.mceContentBody table th{
  background-color: #b1b1b1;
  color: white;
}
.page-content table th a,
.entry-content table th a,
.entry-summary table th a,
.mceContentBody table th a{
  color: white;
}

.sticky{
  display: block;
}

.hentry,
body.home .site-content > .type-page,
body.page .site-content > .type-page{
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published){
  display: none;
}

.single .byline,
.group-blog .byline{
  display: inline;
}

.entry-header{
  margin-bottom: 20px;
  background-color: #343740;
  color: white;
  padding: 15px 20px;
}
.entry-header .entry-title,
.entry-header > h4{
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.entry-header .entry-title a,
.entry-header > h4 a{
  color: white;
  text-decoration: none;
}

.entry-meta{
  margin-top: 1.5em;
  font-size: 12px;
  font-size: 1.2rem;
}
.entry-meta > span{
  margin-right: 0.5em;
  min-height: 17px;
  display: inline-block;
}
.entry-meta .sep{
  display: none;
}
.entry-meta .date{
  background-image: url('img/icon-entry-meta-date.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.entry-meta .cat-links{
  background-image: url('img/icon-entry-meta-category.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.entry-meta .tags-links{
  background-image: url('img/icon-entry-meta-tag.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.entry-meta .by-author{
  background-image: url('img/icon-entry-meta-author.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.entry-meta .comments-link{
  background-image: url('img/icon-entry-meta-comment.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.page-content,
.entry-content,
.entry-summary{
  margin: 1.5em 0 0;
}
.type-page > .page-content, .type-page >
.entry-content, .type-page >
.entry-summary{
  margin: 0;
}

.page-links{
  clear: both;
  margin: 0 0 1.5em;
}

body.home .site-content > .hentry,
body.home .site-content > .type-page,
body.page .site-content > .hentry,
body.page .site-content > .type-page,
body.single .site-content > .hentry{
  border: solid 1px #d5d5d5;
  padding: 20px;
}
body.home .site-content > .hentry .entry-header,
body.home .site-content > .type-page .entry-header,
body.page .site-content > .hentry .entry-header,
body.page .site-content > .type-page .entry-header,
body.single .site-content > .hentry .entry-header{
  margin-top: -20px;
  margin-right: -20px;
  margin-left: -20px;
}

body.home .site-content > .entry-header,
body.page .site-content > .entry-header{
  margin-bottom: 0;
}
body.home .site-content > .hentry > .entry-content,
body.page .site-content > .hentry > .entry-content{
  margin: 0;
}

@media screen and (max-width: 568px) {
  .entry-header{
    margin-bottom: 10px;
    padding: 10px;
  }
  .entry-header .entry-title{
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }

  body.home .site-content > .hentry,
  body.home .site-content > .type-page,
  body.page .site-content > .hentry,
  body.page .site-content > .type-page,
  body.single .site-content > .hentry{
    padding: 10px;
  }
  body.home .site-content > .hentry .entry-header,
  body.home .site-content > .type-page .entry-header,
  body.page .site-content > .hentry .entry-header,
  body.page .site-content > .type-page .entry-header,
  body.single .site-content > .hentry .entry-header{
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px;
  }
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title{
  display: none;
}

/* =Media
----------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley{
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

figure{
  margin-right: 0;
  margin-left: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object{
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption{
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"]{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text{
  margin: 0.8075em 0;
}

.wp-caption-text{
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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;
}

/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"]{
  margin: 0 0 1.5em;
  overflow: hidden;
  font-style: italic;
}
.site-content [class*="navigation"] a{
  display: block;
}
.site-content [class*="navigation"] .meta-nav{
  display: none;
}
.site-content [class*="navigation"] .nav-previous{
  float: left;
  width: 50%;
  padding-right: 0.5em;
}
.site-content [class*="navigation"] .nav-previous a{
  padding-left: 13px;
  background-image: url('img/icon-posts-nav-left.png');
  background-position: left 6px;
  background-repeat: no-repeat;
}
.site-content [class*="navigation"] .nav-next{
  float: right;
  text-align: right;
  width: 50%;
  padding-left: 0.5em;
}
.site-content [class*="navigation"] .nav-next a{
  padding-right: 13px;
  background-image: url('img/icon-posts-nav-right.png');
  background-position: right 6px;
  background-repeat: no-repeat;
}

/* =Comments
----------------------------------------------- */
.comments-area{
  border: solid 1px #d5d5d5;
  padding: 20px;
}

.comment-content a{
  word-wrap: break-word;
}

.bypostauthor{
  display: block;
}

.comments-title,
.comment-reply-title{
  margin: 0 0 1.5em 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  border-left: solid 6px #474747;
  padding-left: 10px;
}

.comment-list{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: solid 1px #d5d5d5;
}
.comment-list ul{
  list-style-type: none;
}
.comment-list .comment{
  margin-bottom: 1em;
}
.comment-list .comment > footer{
  overflow: hidden;
  margin-bottom: 1em;
}
.comment-list .comment .avatar{
  float: left;
  margin-right: 20px;
}
.comment-list .comment cite{
  font-style: normal;
}
.comment-list .comment .comment-content{
  clear: both;
}
.comment-list .comment .reply{
  text-align: right;
}
.comment-list .comment .comment-reply-link{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-color: #4283ec;
  background-color: #4283ec;
  color: white;
  vertical-align: bottom;
  padding: .5em 3em .4em;
}
.comment-list .comment .comment-reply-link:hover{
  border-color: #1765e4;
  background-color: #1765e4;
  color: white;
}

.comment-respond .comment-form p{
  margin-bottom: 0.5em;
}
.comment-respond .comment-form label{
  display: block;
}
.comment-respond .comment-form input[type="text"],
.comment-respond .comment-form input[type="email"],
.comment-respond .comment-form input[type="url"],
.comment-respond .comment-form input[type="password"],
.comment-respond .comment-form input[type="search"],
.comment-respond .comment-form input[type="number"],
.comment-respond .comment-form input[type="tel"],
.comment-respond .comment-form input[type="range"],
.comment-respond .comment-form input[type="date"],
.comment-respond .comment-form input[type="month"],
.comment-respond .comment-form input[type="week"],
.comment-respond .comment-form input[type="time"],
.comment-respond .comment-form input[type="datetime"],
.comment-respond .comment-form input[type="datetime-local"],
.comment-respond .comment-form input[type="color"]{
  width: 100%;
}
.comment-respond .comment-form .form-submit{
  margin: 1em 0 0 0;
  text-align: right;
}
.comment-respond .comment-form .form-submit .submit{
  padding: .5em 1em .4em;
}

@media screen and (max-width: 568px) {
  .comments-area{
    padding: 10px;
  }
}
/* =Widgets
----------------------------------------------- */
#sidebar-1{
  background-color: #343740;
  color: #9fa2ac;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 20px;
}
#sidebar-1 a{
  color: #9fa2ac;
}
#sidebar-1 a:hover{
  color: white;
}

#sidebar-1 h1,
#sidebar-1 h2,
.widgettitle,
.widget-title{
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
}
#sidebar-1 h1 a,
#sidebar-1 h2 a,
.widgettitle a,
.widget-title a{
  color: white;
}

.widget{
  margin: 0 0 20px;
  /* Make sure select elements fit in widgets. */
}
.widget select{
  width: 100%;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  color: #999999;
  background-color: #dfdfdf;
  background-image: url('img/bg-select.png');
  background-position: right center;
  background-repeat: no-repeat;
  border: solid 1px #9fa2ac;
  border-radius: 0;
  padding: 0.25em 0.5em;
}
.widget select option{
  color: #333333;
}
.widget select::-ms-expand {
  display: none;
}
.widget ul{
  list-style-type: none;
  margin-left: 0;
}
.widget ul li{
  margin-bottom: 0.5em;
}
.widget ul ul{
  margin-top: 0.5em;
  margin-left: 1em;
}

/* search widget */
.widget_search input[type="search"]{
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}
.widget_search input[type="submit"]{
  padding: .5em 1em .4em;
}

/* recent entries widget */
/* recent comments widget */
/* archive widget */
/* categories widget */
/* meta widget */
/* calendar widget */
.widget_calendar table{
  width: 100%;
}
.widget_calendar table caption{
  text-align: center;
  color: white;
  padding-bottom: 0.5em;
}
.widget_calendar table thead,
.widget_calendar table tbody{
  background-color: #dfdfdf;
}
.widget_calendar table thead th, .widget_calendar table thead td,
.widget_calendar table tbody th,
.widget_calendar table tbody td{
  border: solid 1px #7b7b7b;
  padding: 0.5em;
  text-align: center;
}
.widget_calendar table thead th,
.widget_calendar table tbody th{
  background-color: #44474f;
  color: white;
}
.widget_calendar table tfoot td{
  padding-top: 0.5em;
}
.widget_calendar table #next{
  text-align: right;
}

/* tag cloud widget */
/* RSS widget */
@media screen and (max-width: 568px) {
  #sidebar-1{
    padding: 10px;
  }

  .widget{
    margin: 0 0 10px;
  }
}
/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer{
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer{
  display: block;
}
