@charset "UTF-8";

/*
Theme Name: エステ自治会
Author: Homepage Builder
Author URI: https://www.justsystems.com/jp/links/hpb/creator.html?p=hpb22_wp_hpbdash
Description: このテーマは「JustSystems Homepage Builder Version 22.0.1.0 for Windows」によって作成されました。サイト名は「エステ自治会」、サイトの公開日時は「2025年05月24日16:51」です。
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{
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section{
	display: block;
}

ol,
ul{
	list-style: none;
}

table{
	border-spacing: 0;
 /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
}

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;
}

/* Base
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	font-family: Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 62.5%;
	overflow: auto;
}

body{
	overflow: hidden;
	min-width: 100%;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	background: #fff;
	-ms-hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
table{
	margin-top: 0;
}

/* Text
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#page{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.57;
}

#site-navigation{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.16;
}

.entry-title,
.page-title,
#hpb-page-title,
.hpb-viewtype-entry-title,
.hpb-viewtype-title > h3,
.hpb-viewtype-date > h3,
.hpb-viewtype-content > h3,
.hpb-viewtype-simple article[id^="post-"] > h3,
.hpb-viewtype-simple .hpb-viewtype-content > h3,
.hpb-viewtype-thumbnail article[id^="post-"] > h3,
.hpb-viewtype-thumbnail .hpb-viewtype-content > h3,
.hpb-viewtype-full article[id^="post-"] > h3,
.hpb-viewtype-full .hpb-viewtype-content > h3,
.hpb-viewtype-simple > h3,
.hpb-viewtype-simple .entry-header h4 a,
.hpb-viewtype-thumbnail > h3,
.hpb-viewtype-thumbnail .entry-header h4 a,
.hpb-viewtype-full > h3,
.hpb-viewtype-full .entry-header h4 a{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.375;
}

.entry-meta span{
	font-size: 12px;
	font-size: 1.2rem;
}

.page-content h1,
.entry-content h1,
.entry-meta h1,
.entry-summary h1,
.hpb-entry-content h1,
.comment-content h1{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.12;
}

.page-content h2,
.entry-content h2,
.entry-meta h2,
.entry-summary h2,
.hpb-entry-content h2,
.comment-content h2{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.12;
}

.page-content h3,
.entry-content h3,
.entry-meta h3,
.entry-summary h3,
.hpb-entry-content h3,
.comment-content h3{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.25;
}

.page-content h4,
.entry-content h4,
.entry-meta h4,
.entry-summary h4,
.hpb-entry-content h4,
.comment-content h4{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.33;
}

.page-content h5,
.entry-content h5,
.entry-meta h5,
.entry-summary h5,
.hpb-entry-content h5,
.comment-content h5{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.43;
}

.page-content h6,
.entry-content h6,
.entry-meta h6,
.entry-summary h6,
.hpb-entry-content h6,
.comment-content h6{
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.54;
}

.comments-title,
.comment-reply-title{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.57;
}

.button,
.button-type-01,
.hpb-viewtype-button,
.hpb-viewtype-title .hpb-more-entry,
.hpb-viewtype-date .hpb-more-entry,
.hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-simple article[id^="post-"] .hpb-more-entry,
.hpb-viewtype-simple .hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-thumbnail article[id^="post-"] .hpb-more-entry,
.hpb-viewtype-thumbnail .hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-full article[id^="post-"] .hpb-more-entry,
.hpb-viewtype-full .hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-simple .hpb-more-entry,
.hpb-viewtype-thumbnail .hpb-more-entry,
.hpb-viewtype-full .hpb-more-entry,
.wp-login,
.button-type-02,
#comments .reply,
.button-type-03,
.button-type-04,
.submit-button,
.submit-button-type-01,
.submit-button-type-02,
#comments .submit,
.submit-button-type-03,
.submit-button-type-04{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
}

#sidebar-1{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.75;
}

#sidebar-1 .widget-title{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.57;
	color: #fff;
}

#site-sub-navigation{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.75;
}

/* Text color
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body{
	color: #333;
}

.entry-title,
.page-title,
#hpb-page-title,
.hpb-viewtype-entry-title,
.hpb-viewtype-title > h3,
.hpb-viewtype-date > h3,
.hpb-viewtype-content > h3,
.hpb-viewtype-simple article[id^="post-"] > h3,
.hpb-viewtype-simple .hpb-viewtype-content > h3,
.hpb-viewtype-thumbnail article[id^="post-"] > h3,
.hpb-viewtype-thumbnail .hpb-viewtype-content > h3,
.hpb-viewtype-full article[id^="post-"] > h3,
.hpb-viewtype-full .hpb-viewtype-content > h3,
.hpb-viewtype-simple > h3,
.hpb-viewtype-simple .entry-header h4 a,
.hpb-viewtype-thumbnail > h3,
.hpb-viewtype-thumbnail .entry-header h4 a,
.hpb-viewtype-full > h3,
.hpb-viewtype-full .entry-header h4 a{
	color: #fff;
}

.entry-meta span{
	color: #6e6e6e;
}

.comments-title,
.comment-reply-title{
	color: #333;
}

.comment-list,
.comment-form{
	color: #333;
}

.widget-title{
	color: #fff;
}

#hpb-footer-main .hpb-copyright{
	color: #fff;
}

/* Link color
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a{
	text-decoration: underline;
	color: #6e6e6e;
}

a:hover{
	text-decoration: none;
}

.widget-title a{
	color: #fff;
}

.entry-title a,
.page-title a,
#hpb-page-title a,
.hpb-viewtype-entry-title a,
.hpb-viewtype-title > h3 a,
.hpb-viewtype-date > h3 a,
.hpb-viewtype-content > h3 a,
.hpb-viewtype-simple article[id^="post-"] > h3 a,
.hpb-viewtype-simple .hpb-viewtype-content > h3 a,
.hpb-viewtype-thumbnail article[id^="post-"] > h3 a,
.hpb-viewtype-thumbnail .hpb-viewtype-content > h3 a,
.hpb-viewtype-full article[id^="post-"] > h3 a,
.hpb-viewtype-full .hpb-viewtype-content > h3 a,
.hpb-viewtype-simple > h3 a,
.hpb-viewtype-simple .entry-header h4 a a,
.hpb-viewtype-thumbnail > h3 a,
.hpb-viewtype-thumbnail .entry-header h4 a a,
.hpb-viewtype-full > h3 a,
.hpb-viewtype-full .entry-header h4 a a{
	text-decoration: none;
	color: #fff;
}

#site-navigation a{
	text-decoration: none;
	color: #333;
}

#site-sub-navigation a{
	color: #6e6e6e;
}

/* Background
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body{
	background-image: url('img/back-body.png');
}

.site-description,
#hpb-header-extra1{
	background-color: #fff;
}

.entry-title,
.page-title,
#hpb-page-title,
.hpb-viewtype-entry-title,
.hpb-viewtype-title > h3,
.hpb-viewtype-date > h3,
.hpb-viewtype-content > h3,
.hpb-viewtype-simple article[id^="post-"] > h3,
.hpb-viewtype-simple .hpb-viewtype-content > h3,
.hpb-viewtype-thumbnail article[id^="post-"] > h3,
.hpb-viewtype-thumbnail .hpb-viewtype-content > h3,
.hpb-viewtype-full article[id^="post-"] > h3,
.hpb-viewtype-full .hpb-viewtype-content > h3,
.hpb-viewtype-simple > h3,
.hpb-viewtype-simple .entry-header h4 a,
.hpb-viewtype-thumbnail > h3,
.hpb-viewtype-thumbnail .entry-header h4 a,
.hpb-viewtype-full > h3,
.hpb-viewtype-full .entry-header h4 a{
	background-color: #a0c5ef;
}

.taxonomy-description{
	background-color: #fff;
}

article[id^="post-"],
.hpb-viewtype-content,
.hpb-viewtype-simple article[id^="post-"],
.hpb-viewtype-thumbnail article[id^="post-"],
.hpb-viewtype-full article[id^="post-"]{
	background-color: #fff;
}

.comments-title,
.comment-reply-title{
	background-color: #fff;
}

.comment-list,
.comment-form{
	background-color: #fff;
}

.widget{
	background-color: #fff;
}

.footer-widgets .widget{
	background-color: transparent;
}

#colophon{
	background-color: #f0f5fb;
}

#hpb-footer-main .hpb-copyright{
	background-color: #a0c5ef;
}

/* Layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#masthead{
	position: relative;
	padding-top: 38px;
}

body.home #masthead{
	margin-bottom: 20px;
	padding-top: 140px;
	padding-bottom: 150px;
}

#main{
	padding-right: 20px;
	padding-left: 20px;
}

.footer-widgets{
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

/* Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* サイト情報 */

.site-branding .site-title{
	overflow: hidden;
	width: 142px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('img/site-title.png');
	background-repeat: no-repeat;
}

.site-branding .site-title a{
	display: block;
	height: 100%;
	text-indent: -9999px;
	background-color: transparent;
}

.site-branding .site-description{
	position: absolute;
	right: 20px;
	bottom: 70px;
	left: 20px;
	display: none;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	border: 1px #a0c5ef solid;
	border-bottom: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}

body.home .site-branding .site-description{
	display: block;
}

/* 編集可能領域 */

#hpb-header-extra1{
	position: absolute;
	right: 20px;
	bottom: 0;
	left: 20px;
	display: none;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 23px;
	padding-left: 20px;
	border: 1px #a0c5ef solid;
	border-top: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}

body.home #hpb-header-extra1{
	display: block;
}

/* グローバルメニュー */

#site-navigation{
	margin-top: 20px;
}

/* メイン画像 */

#hpb-header-image{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

#hpb-header-image img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* パンくず */

#breadcrumb-list{
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#breadcrumb-list div{
	float: left;
	margin-left: 7px;
}

#breadcrumb-list div:first-child{
	margin-left: 0;
}

/* Common
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++ タイトル ++++++ */

.entry-title,
.page-title,
#hpb-page-title,
.hpb-viewtype-entry-title,
.hpb-viewtype-title > h3,
.hpb-viewtype-date > h3,
.hpb-viewtype-content > h3,
.hpb-viewtype-simple article[id^="post-"] > h3,
.hpb-viewtype-simple .hpb-viewtype-content > h3,
.hpb-viewtype-thumbnail article[id^="post-"] > h3,
.hpb-viewtype-thumbnail .hpb-viewtype-content > h3,
.hpb-viewtype-full article[id^="post-"] > h3,
.hpb-viewtype-full .hpb-viewtype-content > h3,
.hpb-viewtype-simple > h3,
.hpb-viewtype-simple .entry-header h4 a,
.hpb-viewtype-thumbnail > h3,
.hpb-viewtype-thumbnail .entry-header h4 a,
.hpb-viewtype-full > h3,
.hpb-viewtype-full .entry-header h4 a{
	margin-bottom: 0;
	margin-bottom: 20px;
	padding-top: 9px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}

.page-title{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#hpb-page-title{
	margin-bottom: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}

/* ++++++ Article ++++++ */

article.page,
article[id^="post-"],
.hpb-viewtype-content,
.hpb-viewtype-simple article[id^="post-"],
.hpb-viewtype-thumbnail article[id^="post-"],
.hpb-viewtype-full article[id^="post-"]{
	margin-bottom: 20px;
	border: 1px #c5defb solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

body.page article.page,
body.page article[id^="post-"],
body.page .hpb-viewtype-content{
	padding-top: 20px;
	border-top: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}

.entry-summary,
.entry-content,
.entry-meta{
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.entry-meta span{
	display: inline-block;
	margin-right: 9px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.entry-meta span.sep{
	display: none;
}

.entry-meta span.date{
	background-image: url('img/icon-date.png');
}

.entry-meta span.cat-links{
	background-image: url('img/icon-cat.png');
}

.entry-meta span.tags-links{
	background-image: url('img/icon-tags.png');
}

.entry-meta span.by-author{
	background-image: url('img/icon-author.png');
}

.entry-meta span.comments-link{
	background-image: url('img/icon-comments.png');
}

.entry-meta span.edit-link{
	padding-left: 0;
}

.navigation-post{
	margin-bottom: 20px;
}

.navigation-post .nav-previous .meta-nav,
.navigation-post .nav-next .meta-nav{
	display: inline-block;
	overflow: hidden;
	width: 6px;
	height: 7px;
	margin-right: 5px;
}

.navigation-post .nav-previous .meta-nav::before,
.navigation-post .nav-next .meta-nav::before{
	display: block;
	width: 6px;
	height: 7px;
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
}

.navigation-post .nav-previous .meta-nav{
	margin-right: 5px;
}

.navigation-post .nav-previous .meta-nav::before{
	background-image: url('img/icon-arrow-left.png');
}

.navigation-post .nav-next{
	margin-top: 10px;
}

.navigation-post .nav-next .meta-nav{
	margin-left: 5px;
}

.navigation-post .nav-next .meta-nav::before{
	background-image: url('img/icon-arrow-right.png');
}

/* ++++++ Button ++++++ */

.button,
.button-type-01,
.hpb-viewtype-button,
.hpb-viewtype-title .hpb-more-entry,
.hpb-viewtype-date .hpb-more-entry,
.hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-simple article[id^="post-"] .hpb-more-entry,
.hpb-viewtype-simple .hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-thumbnail article[id^="post-"] .hpb-more-entry,
.hpb-viewtype-thumbnail .hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-full article[id^="post-"] .hpb-more-entry,
.hpb-viewtype-full .hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-simple .hpb-more-entry,
.hpb-viewtype-thumbnail .hpb-more-entry,
.hpb-viewtype-full .hpb-more-entry,
.wp-login,
.button-type-02,
#comments .reply,
.button-type-03,
.button-type-04{
	width: 120px;
	margin-bottom: 2px;
}

.button a,
.button-type-01 a,
.hpb-viewtype-button a,
.hpb-viewtype-title .hpb-more-entry a,
.hpb-viewtype-date .hpb-more-entry a,
.hpb-viewtype-content .hpb-more-entry a,
.hpb-viewtype-simple .hpb-more-entry a,
.hpb-viewtype-thumbnail .hpb-more-entry a,
.hpb-viewtype-full .hpb-more-entry a,
.wp-login a,
.button-type-02 a,
#comments .reply a,
.button-type-03 a,
.button-type-04 a{
	display: block;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	text-align: center;
	text-decoration: none;
}

.button-type-01 a,
.hpb-viewtype-button a,
.hpb-viewtype-title .hpb-more-entry a,
.hpb-viewtype-date .hpb-more-entry a,
.hpb-viewtype-content .hpb-more-entry a,
.hpb-viewtype-simple .hpb-more-entry a,
.hpb-viewtype-thumbnail .hpb-more-entry a,
.hpb-viewtype-full .hpb-more-entry a,
.wp-login a{
	color: #fff;
	background-color: #323339;
}

.button-type-02 a,
#comments .reply a{
	color: #fff;
	background-color: #a0c5ef;
}

.button-type-03 a{
	color: #fff;
	background-color: #c5defb;
}

.button-type-04 a{
	color: #333;
	border: 1px  #a0c5ef solid;
	background-color: #fff;
}

.submit-button,
.submit-button-type-01,
.submit-button-type-02,
#comments .submit,
.submit-button-type-03,
.submit-button-type-04{
	display: block;
	width: 120px;
	margin-bottom: 2px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: none;
}

.submit-button-type-01{
	color: #fff;
	background-color: #323339;
}

.submit-button-type-02,
#comments .submit{
	color: #fff;
	background-color: #a0c5ef;
}

.submit-button-type-03{
	color: #fff;
	background-color: #c5defb;
}

.submit-button-type-04{
	color: #333;
	border: 1px  #a0c5ef solid;
	background-color: #fff;
}

/* HOME
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.hpb-viewtype-01,
.hpb-viewtype-title,
.hpb-viewtype-date,
.hpb-viewtype-content,
.hpb-viewtype-simple article[id^="post-"],
.hpb-viewtype-simple .hpb-viewtype-content,
.hpb-viewtype-thumbnail article[id^="post-"],
.hpb-viewtype-thumbnail .hpb-viewtype-content,
.hpb-viewtype-full article[id^="post-"],
.hpb-viewtype-full .hpb-viewtype-content{
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 25px;
	border: 1px #a0c5ef solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
}

.hpb-viewtype-02,
.hpb-viewtype-simple,
.hpb-viewtype-thumbnail,
.hpb-viewtype-full{
	overflow: hidden;
	margin-bottom: 20px;
}

body.page .hpb-viewtype-content,
body.page .hpb-viewtype-simple article[id^="post-"],
.hpb-viewtype-simple body.page article[id^="post-"],
body.page .hpb-viewtype-thumbnail article[id^="post-"],
.hpb-viewtype-thumbnail body.page article[id^="post-"],
body.page .hpb-viewtype-full article[id^="post-"],
.hpb-viewtype-full body.page article[id^="post-"]{
	padding-top: 0;
	border: 1px #c5defb solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.hpb-viewtype-definition-list,
.hpb-viewtype-date dl,
.hpb-viewtype-content dl,
.hpb-viewtype-simple article[id^="post-"] dl,
.hpb-viewtype-simple .hpb-viewtype-content dl,
.hpb-viewtype-thumbnail article[id^="post-"] dl,
.hpb-viewtype-thumbnail .hpb-viewtype-content dl,
.hpb-viewtype-full article[id^="post-"] dl,
.hpb-viewtype-full .hpb-viewtype-content dl{
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
}

.hpb-viewtype-definition-list dt,
.hpb-viewtype-date dl dt,
.hpb-viewtype-content dl dt,
.hpb-viewtype-simple article[id^="post-"] dl dt,
.hpb-viewtype-simple .hpb-viewtype-content dl dt,
.hpb-viewtype-thumbnail article[id^="post-"] dl dt,
.hpb-viewtype-thumbnail .hpb-viewtype-content dl dt,
.hpb-viewtype-full article[id^="post-"] dl dt,
.hpb-viewtype-full .hpb-viewtype-content dl dt{
	position: relative;
	z-index: auto;
	float: left;
	clear: left;
	width: 175px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-image: url('img/icon-arrow-01.png');
	background-repeat: no-repeat;
	background-position: 2px 1.2em;
}

.hpb-viewtype-definition-list dd,
.hpb-viewtype-date dl dd,
.hpb-viewtype-content dl dd,
.hpb-viewtype-simple article[id^="post-"] dl dd,
.hpb-viewtype-simple .hpb-viewtype-content dl dd,
.hpb-viewtype-thumbnail article[id^="post-"] dl dd,
.hpb-viewtype-thumbnail .hpb-viewtype-content dl dd,
.hpb-viewtype-full article[id^="post-"] dl dd,
.hpb-viewtype-full .hpb-viewtype-content dl dd{
	float: left;
	width: 100%;
	margin-left: -175px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 175px;
}

.hpb-viewtype-button,
.hpb-viewtype-title .hpb-more-entry,
.hpb-viewtype-date .hpb-more-entry,
.hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-simple article[id^="post-"] .hpb-more-entry,
.hpb-viewtype-simple .hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-thumbnail article[id^="post-"] .hpb-more-entry,
.hpb-viewtype-thumbnail .hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-full article[id^="post-"] .hpb-more-entry,
.hpb-viewtype-full .hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-simple .hpb-more-entry,
.hpb-viewtype-thumbnail .hpb-more-entry,
.hpb-viewtype-full .hpb-more-entry{
	float: right;
}

/* ++++++ title ++++++ */

.hpb-viewtype-title ul{
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.hpb-viewtype-title ul li{
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url('img/icon-arrow-01.png');
	background-repeat: no-repeat;
	background-position: left 1.2em;
}

.hpb-viewtype-title .hpb-more-entry{
	margin-right: 20px;
}

/* ++++++ date ++++++ */

.hpb-viewtype-date .hpb-more-entry{
	margin-right: 20px;
}

/* ++++++ content ++++++ */

.hpb-viewtype-content dl,
.hpb-viewtype-simple article[id^="post-"] dl,
.hpb-viewtype-simple .hpb-viewtype-content dl,
.hpb-viewtype-thumbnail article[id^="post-"] dl,
.hpb-viewtype-thumbnail .hpb-viewtype-content dl,
.hpb-viewtype-full article[id^="post-"] dl,
.hpb-viewtype-full .hpb-viewtype-content dl{
	overflow: hidden;
}

.hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-simple article[id^="post-"] .hpb-more-entry,
.hpb-viewtype-simple .hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-thumbnail article[id^="post-"] .hpb-more-entry,
.hpb-viewtype-thumbnail .hpb-viewtype-content .hpb-more-entry,
.hpb-viewtype-full article[id^="post-"] .hpb-more-entry,
.hpb-viewtype-full .hpb-viewtype-content .hpb-more-entry{
	margin-right: 20px;
}

/* ++++++ simple ++++++ */

.hpb-viewtype-simple > h3{
	margin-bottom: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.hpb-viewtype-simple .entry-header h4 a{
	display: block;
}

/* ++++++ thumbnail ++++++ */

.hpb-viewtype-thumbnail > h3{
	margin-bottom: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.hpb-viewtype-thumbnail .entry-header h4 a{
	display: block;
}

.hpb-viewtype-thumbnail .entry-thumbnail{
	float: left;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 15px;
}

/* ++++++ full ++++++ */

.hpb-viewtype-full > h3{
	margin-bottom: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.hpb-viewtype-full .entry-header h4 a{
	display: block;
	text-decoration: none;
}

.hpb-viewtype-full .entry-thumbnail{
	float: left;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 15px;
}

/* Archive
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.taxonomy-description{
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px #c5defb solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

/* Single
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Page
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* サブメニュー */

#hpb-footer-main p{
	margin-top: 30px;
}

#hpb-footer-main .hpb-copyright{
	display: block;
	padding-top: 19px;
	padding-bottom: 19px;
	text-align: center;
}

/* Other
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.screen-reader-text{
	display: none;
}

.wp-login{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.wp-login a{
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}

.page-content h1,
.entry-content h1,
.entry-meta h1,
.entry-summary h1,
.hpb-entry-content h1,
.comment-content h1{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px #a0c5ef solid;
}

.page-content h2,
.entry-content h2,
.entry-meta h2,
.entry-summary h2,
.hpb-entry-content h2,
.comment-content h2{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #a0c5ef solid;
}

.page-content h3,
.entry-content h3,
.entry-meta h3,
.entry-summary h3,
.hpb-entry-content h3,
.comment-content h3{
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px #a0c5ef solid;
}

.page-content h4,
.entry-content h4,
.entry-meta h4,
.entry-summary h4,
.hpb-entry-content h4,
.comment-content h4{
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: 1px #a0c5ef solid;
}

.page-content h5,
.entry-content h5,
.entry-meta h5,
.entry-summary h5,
.hpb-entry-content h5,
.comment-content h5{
	margin-bottom: 20px;
	padding-bottom: 6px;
	border-bottom: 1px #a0c5ef solid;
}

.page-content h6,
.entry-content h6,
.entry-meta h6,
.entry-summary h6,
.hpb-entry-content h6,
.comment-content h6{
	margin-bottom: 20px;
	padding-bottom: 4px;
	border-bottom: 1px #a0c5ef solid;
}

.page-content p,
.entry-content p,
.entry-meta p,
.entry-summary p,
.hpb-entry-content p,
.comment-content p{
	margin-top: 0;
	margin-bottom: 19px;
}

.page-content img,
.entry-content img,
.entry-meta img,
.entry-summary img,
.hpb-entry-content img,
.comment-content img{
	margin-top: 0;
	margin-bottom: 19px;
}

.page-content blockquote,
.entry-content blockquote,
.entry-meta blockquote,
.entry-summary blockquote,
.hpb-entry-content blockquote,
.comment-content blockquote{
	margin-bottom: 16px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 3px;
	background-color: #f6f8fb;
}

.page-content blockquote p,
.entry-content blockquote p,
.entry-meta blockquote p,
.entry-summary blockquote p,
.hpb-entry-content blockquote p,
.comment-content blockquote p{
	margin-top: 19px;
	margin-bottom: 0;
}

.page-content blockquote p:first-child,
.entry-content blockquote p:first-child,
.entry-meta blockquote p:first-child,
.entry-summary blockquote p:first-child,
.hpb-entry-content blockquote p:first-child,
.comment-content blockquote p:first-child{
	margin-top: 0;
}

.page-content ul,
.entry-content ul,
.entry-meta ul,
.entry-summary ul,
.hpb-entry-content ul,
.comment-content ul{
	margin-bottom: 25px;
}

.page-content ul ul,
.entry-content ul ul,
.entry-meta ul ul,
.entry-summary ul ul,
.hpb-entry-content ul ul,
.comment-content ul ul{
	margin-bottom: 0;
	margin-left: 12px;
}

.page-content ul li,
.entry-content ul li,
.entry-meta ul li,
.entry-summary ul li,
.hpb-entry-content ul li,
.comment-content ul li{
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url('img/icon-arrow-01.png');
	background-repeat: no-repeat;
	background-position: left 1.2em;
}

.page-content ol,
.entry-content ol,
.entry-meta ol,
.entry-summary ol,
.hpb-entry-content ol,
.comment-content ol{
	margin-bottom: 18px;
	padding-left: 13px;
	list-style-position: inside;
	list-style-type: decimal;
}

.page-content ol ol,
.entry-content ol ol,
.entry-meta ol ol,
.entry-summary ol ol,
.hpb-entry-content ol ol,
.comment-content ol ol{
	margin-bottom: 0;
}

.page-content dl,
.entry-content dl,
.entry-meta dl,
.entry-summary dl,
.hpb-entry-content dl,
.comment-content dl{
	margin-bottom: 25px;
}

.page-content dl dt,
.entry-content dl dt,
.entry-meta dl dt,
.entry-summary dl dt,
.hpb-entry-content dl dt,
.comment-content dl dt{
	margin-top: 25px;
	padding-left: 15px;
	border-left: 5px #a0c5ef solid;
}

.page-content dl dt:first-child,
.entry-content dl dt:first-child,
.entry-meta dl dt:first-child,
.entry-summary dl dt:first-child,
.hpb-entry-content dl dt:first-child,
.comment-content dl dt:first-child{
	margin-top: 0;
}

.page-content dl dd,
.entry-content dl dd,
.entry-meta dl dd,
.entry-summary dl dd,
.hpb-entry-content dl dd,
.comment-content dl dd{
	margin-top: 10px;
	margin-left: 37px;
}

.page-content table,
.entry-content table,
.entry-meta table,
.entry-summary table,
.hpb-entry-content table,
.comment-content table{
	width: 100%;
	margin-bottom: 25px;
	border-collapse: collapse;
	border: 1px #d5d5d5 solid;
}

.page-content table td,
.entry-content table td,
.entry-meta table td,
.entry-summary table td,
.hpb-entry-content table td,
.comment-content table td{
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	border: 1px #d5d5d5 solid;
	background-color: #fff;
}

.page-content table th,
.page-content table th.row-title,
.page-content table th.col-title,
.entry-content table th,
.entry-meta table th,
.entry-content table th.row-title,
.entry-meta table th.row-title,
.entry-content table th.col-title,
.entry-meta table th.col-title,
.entry-summary table th,
.entry-summary table th.row-title,
.entry-summary table th.col-title,
.hpb-entry-content table th,
.hpb-entry-content table th.row-title,
.hpb-entry-content table th.col-title,
.comment-content table th,
.comment-content table th.row-title,
.comment-content table th.col-title{
	font-weight: bold;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	color: #fff;
	border: 1px #d5d5d5 solid;
	background-color: #a0c5ef;
}

.page-content table th a,
.page-content table th.row-title a,
.page-content table th.col-title a,
.entry-content table th a,
.entry-meta table th a,
.entry-content table th.row-title a,
.entry-meta table th.row-title a,
.entry-content table th.col-title a,
.entry-meta table th.col-title a,
.entry-summary table th a,
.entry-summary table th.row-title a,
.entry-summary table th.col-title a,
.hpb-entry-content table th a,
.hpb-entry-content table th.row-title a,
.hpb-entry-content table th.col-title a,
.comment-content table th a,
.comment-content table th.row-title a,
.comment-content table th.col-title a{
	color: #fff;
}

.page-content b,
.page-content strong,
.entry-content b,
.entry-meta b,
.entry-content strong,
.entry-meta strong,
.entry-summary b,
.entry-summary strong,
.hpb-entry-content b,
.hpb-entry-content strong,
.comment-content b,
.comment-content strong{
	font-weight: bold;
}

.page-content i,
.page-content em,
.page-content dfn,
.page-content cite,
.entry-content i,
.entry-meta i,
.entry-content em,
.entry-meta em,
.entry-content dfn,
.entry-meta dfn,
.entry-content cite,
.entry-meta cite,
.entry-summary i,
.entry-summary em,
.entry-summary dfn,
.entry-summary cite,
.hpb-entry-content i,
.hpb-entry-content em,
.hpb-entry-content dfn,
.hpb-entry-content cite,
.comment-content i,
.comment-content em,
.comment-content dfn,
.comment-content cite{
	font-style: italic;
}

.page-content abbr,
.page-content acronym,
.entry-content abbr,
.entry-meta abbr,
.entry-content acronym,
.entry-meta acronym,
.entry-summary abbr,
.entry-summary acronym,
.hpb-entry-content abbr,
.hpb-entry-content acronym,
.comment-content abbr,
.comment-content acronym{
	cursor: help;
	border-bottom: 1px #a0c5ef dotted;
}

.page-content ins,
.page-content mark,
.entry-content ins,
.entry-meta ins,
.entry-content mark,
.entry-meta mark,
.entry-summary ins,
.entry-summary mark,
.hpb-entry-content ins,
.hpb-entry-content mark,
.comment-content ins,
.comment-content mark{
	padding: 5px 3px;
	text-decoration: none;
	background-color: #fff9c0;
}

.page-content pre,
.entry-content pre,
.entry-meta pre,
.entry-summary pre,
.hpb-entry-content pre,
.comment-content pre{
	overflow: auto;
	margin-bottom: 25px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	word-wrap: normal;
	background-color: #f6f8fb;
}

.page-content hr,
.entry-content hr,
.entry-meta hr,
.entry-summary hr,
.hpb-entry-content hr,
.comment-content hr{
	margin-bottom: 19px;
	border-top: 1px solid #a0c5ef;
}

#comments .comments-title,
#comments .comment-reply-title{
	position: relative;
	margin-bottom: 0;
	padding-top: 22px;
	padding-right: 15px;
	padding-bottom: 22px;
	padding-left: 33px;
	border: 1px #a0c5ef solid;
	border-bottom: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}

#comments .comments-title::before,
#comments .comment-reply-title::before{
	position: absolute;
	left: 15px;
	width: 6px;
	height: 22px;
	content: '';
	background-color: #a0c5ef;
}

#comments .comment-list,
#comments .comment-form{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border: 1px #a0c5ef solid;
	border-top: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}

#comments ul.children{
	margin-left: 15px;
}

#comments article{
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px #a0c5ef solid;
}

#comments footer{
	overflow: hidden;
	margin-bottom: 20px;
}

#comments footer .comment-author .avatar{
	float: left;
	margin-right: 18px;
}

#comments .comment-form{
	overflow: hidden;
}

#comments .comment-form p{
	margin-top: 20px;
}

#comments .comment-form p:first-child{
	margin-top: 0;
}

#comments .comment-form label{
	display: block;
	margin-bottom: 5px;
}

#comments .comment-form input[type="text"]{
	width: 100%;
	height: 30px;
	border: 1px #ccc solid;
}

#comments .comment-form textarea{
	width: 100%;
	height: 158px;
	resize: vertical;
	border: 1px #ccc solid;
}

#comments .reply{
	float: right;
}

#comments .submit{
	float: right;
}

.widget{
	position: relative;
 /* ==|== widget title =================================================== */ /* ==|== widget base =================================================== */ /* ==|== calendar widget ==================================================== */ /* ==|== search widget ====================================================== */
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px #c5defb solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.widget label.screen-reader-text{
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 20px;
	text-indent: -9999px;
}

.widget label.screen-reader-text::before{
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 20px;
	content: '';
	background: #fff;
}

.widget form{
	overflow: hidden;
}

.widget .widget-title{
	position: relative;
	z-index: 1;
	margin-top: -10px;
	margin-right: -20px;
	margin-bottom: 20px;
	margin-left: -20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	background-color: #c5defb;
}

.widget ul{
	position: relative;
	z-index: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.widget ul ul{
	margin-top: 5px;
	margin-bottom: -5px;
	margin-left: 17px;
	padding-right: 0;
	padding-left: 0;
}

.widget ul li{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

.widget ul li li li li{
	display: none;
}

.widget select{
	display: block;
	width: 130%;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	border: none;
	border-radius: 0;
	outline: none;
	background-color: #f6f8fb;
	background-image: url('img/back-select-01.png');
	background-repeat: no-repeat;
	background-position: 72.21% top;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.widget.widget_calendar table{
	width: 100%;
	border-collapse: collapse;
}

.widget.widget_calendar caption{
	font-weight: bold;
	margin-bottom: 7px;
	text-align: center;
}

.widget.widget_calendar th{
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	text-align: center;
	color: #fff;
	border: 1px #d1d1d1 solid;
	background-color: #c5defb;
}

.widget.widget_calendar tbody td{
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	text-align: center;
	border: 1px #d1d1d1 solid;
	background-color: #fff;
}

.widget.widget_calendar tfoot #prev{
	text-align: left;
}

.widget.widget_calendar tfoot #next{
	text-align: right;
}

.widget.widget_search .searchform{
	overflow: auto;
}

.widget.widget_search .field{
	display: block;
	float: left;
	width: 75%;
	height: 30px;
	padding-right: 11px;
	padding-left: 11px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	background-color: #f6f8fb;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.widget.widget_search .submit{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	float: right;
	width: 25%;
	height: 30px;
	padding-right: 0;
	padding-left: 0;
	cursor: pointer;
	color: #fff;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	background-color: #323339;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.footer-widgets{
	overflow: hidden;
	margin-bottom: 20px;
}

.footer-widgets .widget{
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.footer-widgets .widget label.screen-reader-text{
	display: none;
}

.footer-widgets .widget .widget-title{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	color: #333;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
}

.footer-widgets .widget select{
	background-color: #fff;
}

.footer-widgets .widget .field{
	background-color: #fff;
}

/*
 * WordPress Core
 * http://codex.wordpress.org/CSS
 */

.alignnone{
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter{
	display: block;
	margin: 5px auto 5px auto;
}

.alignright{
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft{
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter{
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright{
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone{
	margin: 5px 20px 20px 0;
}

a img.alignleft{
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption{
	font-style: italic;
}

.wp-caption.alignnone{
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft{
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright{
	margin: 5px 0 20px 20px;
}

.wp-caption img{
	width: auto;
	max-width: 98.5%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text{
	font-size: 12px;
	margin: 0;
}

#site-navigation > ul::after,
#site-sub-navigation > ul::after{
	display: table;
	clear: both;
	content: '';
}

@media not screen, screen and (min-width: 569px) {
	#site-navigation{
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.07;
	}

	#masthead{
		width: 1000px;
		margin-right: auto;
		margin-bottom: 14px;
		margin-left: auto;
		padding-top: 38px;
		padding-bottom: 0;
	}

	body.home #masthead{
		margin-bottom: 40px;
		padding-top: 420px;
		padding-bottom: 0;
	}

	#main{
		overflow: hidden;
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		padding-left: 0;
	}

	#primary{
		float: left;
		width: 670px;
	}

	body.home #primary{
		margin-top: 108px;
	}

	#sidebar-1{
		float: right;
		width: 280px;
	}

	#colophon{
		position: relative;
		overflow: hidden;
		margin-top: 10px;
	}

	#site-sub-navigation{
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}

	.footer-widgets{
		width: 1000px;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}

	#hpb-footer-main{
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}

	.site-branding .site-description{
		right: auto;
		bottom: -79px;
		left: 0;
		width: 670px;
		margin-right: 0;
		margin-left: 0;
	}

	.site-branding{
		margin-bottom: 38px;
	}

	#hpb-header-extra1{
		right: auto;
		bottom: -128px;
		left: 0;
		width: 670px;
		margin-right: 0;
		margin-left: 0;
	}

	#hpb-header-extra1 .tel,
    #hpb-header-extra1 .address{
		display: inline-block;
	}

	#site-navigation{
		margin-top: 0;
		padding-top: 2px;
		padding-bottom: 2px;
		border-top: 3px #a0c5ef solid;
		border-bottom: 3px #a0c5ef solid;
	}

	#site-navigation .menu-toggle{
		display: none;
	}

	#site-navigation ul{
		border-top: 1px #a0c5ef solid;
		border-bottom: 1px #a0c5ef solid;
	}

	#site-navigation ul li{
		float: left;
		text-align: center;
	}

	#site-navigation ul li > a{
		display: block;
		padding-top: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
	}

	#site-navigation ul li > a:hover,
    #site-navigation ul li > a:active{
		background-color: #eef4fb;
	}

	#site-navigation ul li.current_page_item,
    #site-navigation ul li.current_page_ancestor,
    #site-navigation ul li.current-menu-item,
    #site-navigation ul li.current-menu-ancestor{
		background-color: #eef4fb;
	}

	#site-navigation > ul > li > ul,
    #site-navigation > ul > li > ul > li > ul{
		position: absolute;
		z-index: 10;
		top: 100%;
		left: 0;
		display: none;
		min-width: 150%;
		padding-top: 5px;
		border: none;
	}

	#site-navigation > ul > li > ul > li > ul{
		top: 0;
		left: 100%;
		padding-top: 0;
	}

	#site-navigation > ul > li > ul > li,
    #site-navigation > ul > li > ul > li > ul > li{
		width: 100%;
		text-align: left;
		background-color: #eef4fb;
	}

	#site-navigation > ul > li > ul > li > a,
    #site-navigation > ul > li > ul > li > ul > li > a{
		display: block;
		padding-top: 14px;
		padding-right: 15px;
		padding-bottom: 14px;
		padding-left: 15px;
	}

	#site-navigation > ul > li > ul > li > a:hover,
    #site-navigation > ul > li > ul > li > ul > li > a:hover{
		background-color: #dcecff;
	}

	#site-navigation > ul > li:hover,
    #site-navigation > ul > li > ul > li:hover{
		position: relative;
	}

	#site-navigation > ul > li:hover > ul,
    #site-navigation > ul > li > ul > li:hover > ul{
		display: block;
	}

	#hpb-header-image{
		margin-right: -100%;
		margin-left: -100%;
	}

	#hpb-header-image img{
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	#breadcrumb-list{
		margin-right: 0;
		margin-left: 0;
	}

	.navigation-post{
		overflow: hidden;
		margin-bottom: 40px;
	}

	.navigation-post .nav-previous,
    .navigation-post .nav-next{
		width: 50%;
	}

	.navigation-post .nav-previous{
		float: left;
	}

	.navigation-post .nav-next{
		float: right;
		margin-top: 0;
		text-align: right;
	}

	#site-sub-navigation .menu-toggle{
		display: none;
	}

	#site-sub-navigation > ul{
		padding-top: 19px;
		padding-bottom: 19px;
	}

	#site-sub-navigation > ul > li{
		float: left;
	}

	#site-sub-navigation > ul > li::before{
		margin-right: 15px;
		margin-left: 15px;
		content: '/';
		vertical-align: middle;
		color: #333;
	}

	#site-sub-navigation > ul > li:first-child::before{
		display: none;
	}

	#site-sub-navigation > ul > li > a{
		padding-top: 10px;
		padding-bottom: 10px;
		vertical-align: middle;
	}

	#site-sub-navigation > ul ul{
		display: none;
	}

	#hpb-footer-main .hpb-copyright{
		margin-right: -1000px;
		margin-left: -1000px;
		padding-right: 1000px;
		padding-left: 1000px;
	}

	.wp-login{
		position: absolute;
		right: 0;
		bottom: 8px;
		left: 0;
		width: 1000px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}

	.wp-login a{
		float: right;
	}

	.footer-widgets{
		text-align: justify;
	}

	.footer-widgets .widget{
		display: inline-block;
		width: 22%;
		margin-right: 4%;
		vertical-align: top;
	}

	.footer-widgets .widget:nth-of-type(4n){
		margin-right: 0;
	}
}

@media not screen, screen and (max-width: 569px) {
	img{
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	#site-navigation .menu-toggle{
		padding-top: 16px;
		padding-bottom: 16px;
		text-indent: -9999px;
		background-color: #a0c5ef;
		background-image: url('img/icon-menu-toggle.png');
		background-repeat: no-repeat;
		background-position: center center;
	}

	#site-navigation > ul{
		display: none;
	}

	#site-navigation > ul.toggled-on{
		display: block;
	}

	#site-navigation > ul li > a{
		font-weight: bold;
		display: block;
		padding-top: 9px;
		padding-bottom: 9px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		border-top: 1px #fff solid;
		background-color: #a0c5ef;
	}

	#site-navigation > ul li > a:hover,
    #site-navigation > ul li > a:active{
		background-color: #c5defb;
	}

	#site-navigation > ul li.current_page_item > a,
    #site-navigation > ul li.current_page_ancestor > a,
    #site-navigation > ul li.current-menu-item > a,
    #site-navigation > ul li.current-menu-ancestor > a{
		background-color: #c5defb;
	}

	#site-navigation > ul li.page_item_has_children > a::after{
		display: inline-block;
		width: 6px;
		height: 7px;
		margin-left: 10px;
		content: '';
		vertical-align: middle;
		background-image: url('img/icon-nav-child.png');
		background-repeat: no-repeat;
		background-position: center center;
	}

	#site-navigation > ul .children a{
		background-color: #545558;
	}

	.hpb-nav-open#site-navigation .menu-toggle{
		display: none;
	}

	.hpb-nav-open#site-navigation > ul{
		display: block;
	}

	#site-sub-navigation .menu-toggle{
		padding-top: 16px;
		padding-bottom: 16px;
		text-indent: -9999px;
		background-color: #a0c5ef;
		background-image: url('img/icon-menu-toggle.png');
		background-repeat: no-repeat;
		background-position: center center;
	}

	#site-sub-navigation > ul{
		display: none;
	}

	#site-sub-navigation > ul.toggled-on{
		display: block;
	}

	#site-sub-navigation > ul li > a{
		font-weight: bold;
		display: block;
		padding-top: 9px;
		padding-bottom: 9px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		border-top: 1px #fff solid;
		background-color: #a0c5ef;
	}

	#site-sub-navigation > ul li > a:hover,
    #site-sub-navigation > ul li > a:active{
		background-color: #c5defb;
	}

	#site-sub-navigation > ul li.current_page_item > a,
    #site-sub-navigation > ul li.current_page_ancestor > a,
    #site-sub-navigation > ul li.current-menu-item > a,
    #site-sub-navigation > ul li.current-menu-ancestor > a{
		background-color: #c5defb;
	}

	#site-sub-navigation > ul li.page_item_has_children > a::after{
		display: inline-block;
		width: 6px;
		height: 7px;
		margin-left: 10px;
		content: '';
		vertical-align: middle;
		background-image: url('img/icon-nav-child.png');
		background-repeat: no-repeat;
		background-position: center center;
	}

	#site-sub-navigation > ul .children a{
		background-color: #545558;
	}
}
