/*
Theme Name: エコエデュ2020
Author: the WEB SUCCESS
Version: 1.0
License: GNU General Public License v2 or later
License URI: http: //www.gnu.org/licenses/gpl-2.0.html
*/

/**
 * Table of Contents:
 *
 *   1.0 - Reset
 *   2.0 - Repeatable Patterns
 *   3.0 - Basic Structure
 *   4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 *   5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.12 - Comments
 *   5.13 - Multisite
 *   6.0 - Sidebar
 *   6.1 - Widgets
 *   7.0 - Footer
 *   8.0 - Media Queries
 *   9.0 - Print
 *   extra - Search-results
 *   extra - Search-no-results
 *   extra - 404
 *   extra - トップページ
 *   extra - 固定ページ
 *   extra - カテゴリー
 *   extra - 子ページ サイドバー
 *   extra - Responsive
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 * @see http: //git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	height: 0;
	display: none;
}

[hidden] {
	display: none;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
}

body {
	margin: 0;
	color: #000;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

a {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	 opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}

h1 {
	margin: 33px 0;
	font-size: 48px;
}

h2 {
	margin: 25px 0;
	font-size: 30px;
}

.home h3 {
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
	background: url(images/h3_bg.png) no-repeat center bottom;
}

.home .top_container_gr h3 {
	font-size: 32px;
}

h4 {
	margin: 25px 0;
	font-size: 20px;
}

h5 {
	margin: 25px 0;
	font-size: 18px;
}

h6 {
	margin: 15px 0;
	font-size: 16px;
}

address {
	margin: 0 0 24px;
	font-style: italic;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	color: #000;
	background: #FF0;
}

p {
	margin: 0 0 24px;
}

p.clear {
	clear: both;
	height: 1px;
	margin: 0 0 1px;
	padding: 0;
}

code,
kbd,
pre,
samp {
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	margin: 20px 0;
	padding: 20px;
	overflow: auto;
	color: #666;
	font-size: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: #F5F5F5;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	margin: 24px 40px;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-weight: 300;
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #C0C0C0;
}

legend {
	padding: 0;
	white-space: normal;
	border: 0;
}

button,
input,
select,
textarea {
	max-width: 100%;
	margin: 0;
	vertical-align: baseline;
	font-size: 100%;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	width: 270px;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	width: 100%;
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 2;
	border-bottom: 1px solid #EDEDED;
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

caption {
	margin: 20px 0;
	font-size: 16px;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 6px 10px 6px 0;
	border-top: 1px solid #EDEDED;
}

del {
	color: #333;
}

ins {
	text-decoration: none;
	background: #FFF9C0;
}

hr {
	height: 1px;
	margin: 0 0 24px;
	border: 0;
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
}

.textR {
	text-align: right;
}

.imgL {
	float: left;
}

.imgR {
	float: right;
}

.imgL:after,
.imgR:after {
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	content: ".";
}

.mL {
	margin-bottom: 20px;
	margin-left: 10px;
}

.mR {
	margin-right: 10px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.categories-links:before,
.tags-links:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.search-no-results .page-title:before {
	display: inline-block;
	vertical-align: text-bottom;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
}

/* Clearing floats */
.clear {
	clear: both;
}

.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	display: table;
	content: "";
}

/* Assistive text */
.screen-reader-text {
	position: absolute!important;
	clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 100;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto!important;
	color: #21759B;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	border-radius: 3px;
	background-color: #F1F1F1;
}

/* Form fields, general styles first. */
button,
input,
textarea {
	padding: 5px;
	font-family: inherit;
	border: 2px solid #CCC;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	outline: 0;
	border: 2px solid #999;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 7px 24px 6px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	border: none;
	border-radius: 2px;
	background: #888;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	outline: none;
	background: #AAA;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	padding: 10px 24px 11px;
	border: none;
	border-top: 3px solid #B93207;
	background: #D94412;
	background: -webkit-linear-gradient(top, #D94412 0%, #E05D22 100%);
	background: linear-gradient(to bottom, #D94412 0%, #E05D22 100%);
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7D7B6D;
}

:-moz-placeholder {
	color: #7D7B6D;
}

::-moz-placeholder {
	color: #7D7B6D;
}

:-ms-input-placeholder {
	color: #7D7B6D;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
	height: auto;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	max-width: 100%;
	height: auto;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100%!important;
}

/* Images */
.alignleft {
	clear: left;
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 0 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 0 0 20px 20px;
}

.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

img.aligncenter {
	margin: 0 auto 20px auto;
}

img.alignnone {
	margin: 0 0 20px 0;
}

p img.aligncenter:last-of-type,
p img.alignnone:last-of-type {
	margin-bottom: 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	margin: 0 0 24px;
	color: #220E10;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.home {
	width: 100%;
	margin: 0;
	padding: 0;
}

.site {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.site-main {
	margin: 0;
	padding: 0;
	position: relative;
}

.site-main .sidebar-inner {
	margin: 0 auto;
}

/* 子ページ用 */
body.page .site-main {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px auto;
	position: relative;
}

body.page .site-main .sidebar-container {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}

body.page .site-main .sidebar-inner {
}

body.page .site-main .sidebar-inner form,
body.category .site-main .sidebar-inner form {
	width: 100%;
	display: inline-block;
}

body.page .site-main .sidebar-inner form input[type="search"],
body.category .site-main .sidebar-inner form input[type="search"] {
	width: 142px;
	margin-right: 5px;
}

body.page .site-main .sidebar-inner form input.search-submit,
body.category .site-main .sidebar-inner form input.search-submit {
	width: 48px;
	padding: 5px 10px;
	display: inline-block;
	background: #419257;
}

body.page .site-main .sidebar-inner form input.search-submit:hover,
body.category .site-main .sidebar-inner form input.search-submit:hover {
	background: #A3CF93;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.home #page {
	width: 100%;
}

.site-header {
	height: 58%;
	z-index: 10000;
}

.page #page header {
	z-index: 100000;
}

.site-header {
	z-index: 1000000;
}

.site-header #header_area {
	width: 100%;
	height: 120px;
	margin: -5px auto 0 auto;
	padding: 0 10px 10px 10px;
	background-color: rgba(255,255,255,0.9);
}

.site-header #header_area #nav_area {
	width: 100%;
	max-width:1000px;	
    margin: 5px auto;
	padding: 0;
	position: relative;
}

.site-header .home-link {
	float: left;
	width: 212px;
	margin: 15px 15px 0 0;
	padding: 0;
}

.site-title {
	margin: 0;
}

.site-description {
	margin: 0;
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
}

#top_catch {
	margin: 37.5% 0 5% 0;
	z-index: 100000;
    position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
    max-width: 1000px;
}

#top_catch img {
	margin: 0 0 0 auto;
	display: block;
}

#top_catch p {
	min-height: 170px; display: flex; justify-content: right; gap: 10px;
}

.bx-wrapper {
    margin: 0 auto;
}

.bx-wrapper img {
    margin:0 auto;
}
.new_top .bx-wrapper img {
    width:100%;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.site-header ul {
	margin: 0;
	padding: 0;
}

a.award {
	width: 212px;
	height: 37px;
	display: block;
	position: absolute;
	top: 0;
	left: 235px;
	text-indent: -10000px;
	background: url(images/nav_award.png) repeat left top;
}

a.award:hover {
	background-position: 0 -37px;
}
.header_award {
    display: flex;
    text-align: left;
    align-items: center;
}
.header_award a {
    font-size: 14px !important;
    color: #FF8A32;
    padding: 3px 8px;
}
.header_award a:hover {
    background: #ffff99;
    text-decoration: none;
}
.header_award a span {
    display: block;
    font-size: 12px;
    color: #000;
}

 
/* ヘッダー サブメニュー */
#sub_nav {
	float: right;
	height: auto;
	margin: 0;
	padding: 0;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 227px);
}

#sub_nav ul {
	margin-bottom: 10px;
}

#sub_nav ul li {
	margin: 5px 0px 0 0;
	display: inline-block;
	list-style: none;
}

#sub_nav ul li:last-child {
	margin: 0;
	list-style: none;
}

#sub_nav ul li a {
	width: auto;
	margin: 0;
	padding: 3px 12.5px;
	color: #42A15C;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #99CAAA;
	background-color: rgba(255,255,255,0.9);
}

#sub_nav ul li a:hover {
	color: #FFF;
	background-color: rgba(153,202,135,0.9);
}


/* ナビ＆メニュー */
.navbar {
	float: right;
	width: 750px;
	margin: 30px 0 0 0;
	padding: 0;
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 10000;
	*zoom: 1;
	list-style-type: none;
}

.navbar:before, .navbar:after {
	display: table;
	content: "";
}

.navbar:after {
	clear: both;
}

.navbar ul {
	float: right;
	width: 765px;
}

.navbar li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	border-left: 1px solid #BFC2C6;
}

.navbar li.head_nav01 {
	width: 18%;
}

.navbar li.head_nav02 {
	width: 22%;
}

.navbar li.head_nav03 {
	width: 20%;
}

.navbar li.head_nav04 {
	width: 22%;
}

.navbar li.head_nav05 {
	width: 18%;
}

.navbar li:last-child {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	border-right: 1px solid #BFC2C6;
	border-left: 1px solid #BFC2C6;
}

.navbar li img {
	margin: 0 auto 5px auto;
	display: block;
}

.navbar li a {
	margin: 0;
	padding: 0 12px;
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
}

.navbar li ul {
	margin: -2px;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	list-style: none;
}

.navbar li ul li {
	width: 100%;
}

.navbar li ul li a {
	padding: 13px 15px;
	text-align: left;
}

.navbar li:hover > a {
	background: #EEFFEA;
}

.navbar li a:hover {
	background: #EEFFEA;
}

#navbar li ul {
	width: 220px;
	z-index: 10000;
}

#navbar li ul li {
	height: 0;
	overflow: hidden;
	border: none;
	transition: .2s;
}

#navbar li:hover ul {
	margin-top: 2px;
	border: 1px solid #3C9353;
	background: #FFF;
}

#navbar li:hover ul li {
	height: auto;
	display: block;
	overflow: visible;
}

#navbar li:hover ul li:last-child a {
	margin-bottom: 5px;
}

#navbar li:hover ul li a {
	padding: 15px 5px 15px 22px;
	line-height: 1.4;
	background-color: #FFF;
	background-image: url(images/head_li.png), url(images/header_menu_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 10px 16px, center bottom;
}

#navbar li:hover ul li a:hover {
	background-color: #EEFFEA;
	background-image: url(images/head_li.png), url(images/header_menu_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 10px 16px, center bottom;
}

/* コンテンツメニュー */
.contents_menu {
	width: 100%;
	padding: 10px 0;
	background: #3C9353;
}

.contents_menu ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
}

.contents_menu ul li {
	display: inline-block;
	font-size: 13px;
}

.contents_menu ul li a {
	padding: 0 20px;
	color: #FFF;
	border-left: 1px solid #FFF;
}

.contents_menu ul li:last-child a {
	border-right: 1px solid #FFF;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	width: 100%;
	margin: 0 auto;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1000px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	width: 770px;
	margin: 0 auto 25px;
	display: block;
}

.entry-header {
	margin-bottom: 15px;
	overflow: hidden;
}

.entry-title {
	margin: 0 0 5px;
	font-weight: normal;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #EA9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #3C9353;
}

.entry-meta a:hover {
	color: #3C9353;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	margin-right: 2px;
	content: "\f308";
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	margin-right: 2px;
	position: relative;
	top: -1px;
	content: "\f300";
}

.entry-meta .author a:before {
	position: relative;
	top: -1px;
	content: "\f304";
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	position: relative;
	top: -1px;
	content: "\f302";
}

.edit-link a:before {
	position: relative;
	top: -1px;
	content: "\f411";
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.entry-content a,
.comment-content a {
	color: #3C9353;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #EA9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	margin: 20px 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 2.2;
	font-style: italic;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #FFF;
	background: #FFF;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	color: #FFF;
	border: 1px solid #E63F2A;
	background: #E63F2A;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	color: #E63F2A;
	background: #FFF;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	margin-right: 20px;
	padding: 0;
	border: none;
	background: transparent;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220E10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #FFF;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #EA9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	position: relative;
	overflow: hidden;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	margin: 0 auto 20px;
	display: table;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	width: 100%;
	max-height: 50%;
	margin: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
	box-sizing: border-box;
	color: #FFF;
	font-size: 14px;
	line-height: 1.3;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.gallery-caption:before {
	width: 100%;
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	box-shadow: 0 -10px 15px #000 inset;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #F7F5E7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #DB572F;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	float: left;
	position: relative;
	top: 4px;
	content: "\f109";
	font-size: 64px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #FBFAF3;
}

.format-audio .audio-content {
	float: right;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px);
	padding-left: 35px;
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
}

.format-audio .wp-audio-shortcode {
	max-width: 400px!important;
	height: 30px!important;
	margin: 20px 0;
}

.format-audio audio {
	max-width: 100%!important;
}

/* Chat */
.format-chat {
	background-color: #EADAA6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722D19;
}

.format-chat .entry-meta .date a:before {
	margin-right: 2px;
	content: "\f108";
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	float: right;
	margin: 5px 10px 0;
	color: #722D19;
	font-size: 12px;
	font-weight: normal;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #FBCA3C;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	margin: 0;
	font-size: 50px;
	font-weight: 400;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722D19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #F7F5E7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	margin-right: 20px;
	display: inline;
	color: #CA3C08;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
}

.format-link .entry-title a {
	color: #3C9353;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210D10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #F7F5E7;
}

.format-quote .entry-content blockquote {
	margin: 0;
	font-size: 28px;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #E63F2A;
}

.format-quote .entry-content cite a {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	padding-left: 75px;
	position: relative;
	font-weight: 300;
	font-style: italic;
}

.format-quote blockquote:before {
	padding-right: 25px;
	position: absolute;
	top: -3px;
	left: -15px;
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	padding: 0;
	background-color: #722D19;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #EADAA6;
}

.format-status .entry-meta a {
	color: #F7F5E7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	content: "";
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
	color: #F7F5E7;
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
}

.format-status .entry-content p:first-child:before {
	width: 13px;
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	content: "";
	background-color: rgba(0, 0, 0, 0.65);
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #DB572F;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #FBFAF3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220E10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	margin: 0;
	padding: 0;
	background-color: #E8E5CE;
}

.attachment .entry-header {
	max-width: 1000px;
	margin-bottom: 0;
	padding: 30px 0;
}

.attachment .entry-title {
	float: left;
	margin: 0;
	display: inline-block;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
}

.attachment .entry-title:before {
	margin-right: 10px;
	content: "\f416";
	font-size: 32px;
}

.attachment .entry-meta {
	clear: none;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
	color: inherit;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #CA3C08;
}

.attachment .entry-content {
	max-width: 100%;
	padding: 40px 0;
	background-color: #FFF;
}

.image-navigation {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	vertical-align: -4px;
	font-size: 32px;
	font-weight: 300;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	max-width: 724px;
	margin: 0 auto;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	max-width: 604px;
	margin: 20px auto 0;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
	line-height: 1.2;
}

.navigation .nav-next {
	float: right;
	line-height: 1.2;
}

.navigation a {
	color: #3C9353;
}

.navigation a:hover {
	text-decoration: underline;
}

.paging-navigation .nav-links {
	margin: 0 auto;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1000px;
	padding: 0;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation .meta-nav {
	padding: 3px 0 8px 0;
	display: inline-block;
	text-align: center;
	font-size: 20px;
}

.paging-navigation .nav-previous .meta-nav {
	padding: 17px 0 23px;
}

.paging-navigation .nav-next .meta-nav {
}

.paging-navigation a:hover .meta-nav {
}

.post-navigation {
	padding: 20px 0;
	color: #CA3C08;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	background-color: #FFF;
}

.post-navigation .nav-links {
	max-width: 1000px;
	margin: 0 auto;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	width: 100%;
	max-width: 604px;
	margin: 0 auto;
	padding: 30px 0 10px;
	text-align: left;
}

.author.sidebar .author-info {
	max-width: 1000px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #F7F5E7;
}

.author-description .author-title {
	clear: none;
	margin: 0 0 8px;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
}

.author-link {
	margin-left: 2px;
	color: #CA3C08;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
}

.archive-title,
.archive-meta {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
}

.archive-meta {
	margin-top: -15px;
	padding: 0 0 11px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
}

.page-title {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	font-style: normal;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
}

.page-content {
	width: 100%;
	max-width: 604px;
	margin: 0 auto;
	padding: 40px 0;
}

.sidebar .page-content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	width: 100%;
	max-width: 604px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1000px;
	padding-right: 376px;
	padding-left: 60px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	padding: 0;
	list-style-type: none;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	width: 100%;
	height: 1px;
	display: block;
	content: "";
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	margin-bottom: 10px;
	display: block;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #3C9353;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	max-width: 100%;
	margin: 0 0 5px;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	vertical-align: text-top;
	content: "\f408";
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #A2A2A2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #EA9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #A2A2A2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #A2A2A2;
}

.comment-awaiting-moderation:before {
	margin-right: 5px;
	position: relative;
	top: -2px;
	content: "\f414";
}

.comment-reply-link:before,
.comment-reply-login:before {
	margin-right: 3px;
	content: "\f412";
}

/* Comment form */
.comment-respond {
	padding: 30px 0;
	background-color: #F7F5E7;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	float: right;
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
	color: #131310;
}

.comment-reply-title small a:hover {
	color: #ED331C;
	text-decoration: none;
}

.comment-reply-title small a:before {
	vertical-align: top;
	content: "\f406";
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	width: 120px;
	padding: 5px 0;
}

.comment-form .required {
	color: #ED331C;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 60%;
	max-width: 270px;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	margin-left: 3px;
	font-size: 10px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	width: 100%;
	max-width: 604px;
	margin: 0 auto;
	padding: 20px 0 30px;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
}

.no-comments {
	margin: 0;
	padding: 40px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	background-color: #F7F5E7;
}

.sidebar .no-comments {
	padding-right: 376px;
	padding-left: 60px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	width: 100%;
	max-width: 604px;
	margin: 0 auto;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	width: 270px;
	font-size: inherit;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
    float: right;
    width: 200px;
}

body.page .site-main .widget-area {
    float: none;
    width: 100%;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	margin: 0 0 24px;
	padding: 0;
	font-size: 14px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.widget .widget-title {
	margin: 0 0 10px;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	font-style: normal;
}

.widget ul,
.widget ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #3C9353;
}

.widget a:hover {
	color: #EA9629;
}

/* Search widget */
.search-form .search-submit {
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #A2A2A2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	margin: 0;
	font-size: 14px;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	padding: 0;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	background-color: #3C9353;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
	
}

.site-footer a {
	color: #FFF;
}

.site-footer .sidebar-container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #3C9353;
}

ul#foot_nav {
	margin-bottom: 30px;
	padding: 0;
	overflow: hidden;
}

ul#foot_nav li {
	float: left;
}

ul#foot_nav li a {
	width: 150px;
	height: 26px;
	margin-left: 13px;
	padding-top: 2px;
	display: block;
	text-align: center;
	color: #FFF;
	border: 1px solid #D7E9DC;
	background: #42A15C;
}

ul#foot_nav li a:hover {
	text-align: center;
	color: #3C9353;
	text-decoration: none;
	border: 1px solid #FFF;
	background: #FFF;
}


ul#foot_nav li a.home {
	width: 120px;
	margin-right: 28px;
	padding-left: 25px;
	border: none;
	background: url(images/foot_home.png) no-repeat left top;
}

ul#foot_nav li a.home:hover {
	color: #FFF;
	text-decoration: underline;
}


.site-footer .widget-area {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.page .site-footer .widget-area {
}

.sidebar .site-footer .widget-area {
	max-width: 100%;
	position: relative;
}

.site-footer .widget {
	float: left;
	width: 245px;
	color: #FFF;
	background: transparent;
}

.page .site-footer .widget {
	width: 200px;
	text-align: left;
}

.page .site-footer .widget h3 {
	text-align: left;
}

.sidebar .site-footer .widget {
	width: 200px;
}

.sidebar .site-footer .widget ul {
	width: 185px;
	margin-top: -15px!important;
}

.sidebar .site-footer .widget ul li {
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	background: url(images/foot_li.png) no-repeat left 5px;
}

.sidebar .site-footer .widget h3 {
	text-align: left;
}

.page .site-footer .widget ul {
	width: 185px;
	margin: -20px 0 0 5px;
}

.sidebar .site-footer .widget:nth-of-type(3),
.sidebar .site-footer .widget:nth-of-type(4) {
	margin-right: 0;
}

.site-footer .widget h3 {
	font-size: 14px;
	font-weight: bold;
}

.page .site-footer .widget h3 {
	color: #FFF;
}

.site-footer .widget ul li {
	font-size: 13px;
}

.site-footer .widget a {
	color: #FFF;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #FFF;
}

.site-info {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto -40px auto;
	padding: 30px 0 20px 0;
}

.site-info img {
	float: left;
	margin-right: 30px;
}

.site-info .add {
	float: left;
	width: 490px;
	margin-bottom: 30px;
}

.site-info .add span {
	font-size: 16px;
	font-weight: bold;
}

.site-info .add p {
	margin: 5px 0;
	font-size: 12px;
}

.site-info .add p.tel {
	font-size: 18px;
	font-weight: bold;
}

.site-info .add p.tel span {
	margin-left: 20px;
	font-size: 16px;
	font-weight: normal;
}

.site-info .add br {
	display: none;
}

.site-info ul.inquiry {
	float: right;
	width: 280px;
	margin: 10px 0 20px 0;
	text-align: right;
}

.site-info ul.inquiry li {
	display: block;
}

.site-info ul.inquiry li a {
	padding-left: 10px;
	text-align: right;
	font-size: 12px;
	background: url(images/foot_li.png) no-repeat left 3px;
}

.site-info ul.inquiry li a.btn {
	width: 280px;
	height: 40px;
	margin: 0 15px 10px 0;
	padding: 7px 0 0 0;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #FFF;
	background: #FE8336;
}

.site-info ul.inquiry li a.btn:hover {
	text-align: center;
	color: #3C9353;
	text-decoration: none;
	border: 1px solid #FFF;
	background: #FFF;
}

.site-info:after {
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	content: ".";
}

.site-generator {
	clear: both;
	margin-bottom: 0;
	text-align: right;
}

#wpstats {
	margin: -10px auto 0;
	display: block;
}

/* SNSボタン＆ページトップ */
#sns_bt {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000000;
}

#sns_bt ul li {
	margin-bottom: 10px;
}

#sns_bt ul li#pagetop {
	margin-bottom: 0;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views;
	IE10+ does not honor
 * the meta tag. See http: //core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
.site-header .search-field {
	background-image: url(images/search-icon-2x.png);
}

.format-audio .audio-content,
.format-status .entry-content:before,
.format-status .entry-meta:before,
.comment-list > li:after,
.comment-list .children > li:before {
	background-image: url(images/dotted-line-2x.png);
}
}

@media print {
body {
	color: #000;
	font-size: 10pt;
	background: none!important;
}

footer a[rel="bookmark"]:link:after,
footer a[rel="bookmark"]:visited:after {
	content: " [" attr(href) "] ";
}

.site {
	max-width: 98%;
}

.site-header {
	background-image: none!important;
}

.site-header .home-link {
	max-width: none;
	min-height: 0;
}

.site-title {
	color: #000;
	font-size: 21pt;
}

.site-description {
	font-size: 10pt;
}

.author-avatar,
.site-footer,
.comment-respond,
.comments-area .comment-edit-link,
.comments-area .reply,
.comments-link,
.entry-meta .edit-link,
.page-links,
.site-content nav,
.widget-area,
.main-navigation,
.navbar,
.more-link {
	display: none;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	width: 100%;
	margin: 0;
}

.page-title,
.entry-title {
	font-size: 21pt;
}

.entry-meta,
.entry-meta a {
	color: #444;
	font-size: 10pt;
}

.format-image .entry-content .size-full {
	margin: 0;
}

/* Remove colors from post formats */
.hentry {
	background-color: #FFF;
}

/* Comments */
.comments-area > li.comment {
	width: auto;
	position: relative;
	background: none;
}

.comment-metadata {
	float: none;
}

.comment-author .fn,
.comment-reply-link,
.comment-reply-login {
	color: #333;
}
}


/**
 * Search-results
 * ----------------------------------------------------------------------------
 */

#content form {
	margin-bottom: 40px;
}

body.category .site-main .sidebar-inner form {
	margin-top: 40px;
	margin-bottom: 40px;
}

#member #content .entry-content form {
	margin-bottom: 20px;
}

#donation #content .entry-content form {
	margin-bottom: 20px;
}

.search #main {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 100;
}

.search #main .content-area {
	margin: 0;
	padding: 0;
	text-align: left;
}

.search .page-title {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	color: #3C9353;
	font-size: 26px;
	font-weight: bold;
}

.search #main .content-area .entry-title {
	clear: none;
	width: auto;
	padding: 0;
}

.search #main .content-area .entry-title a {
	color: #3A9252;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.search #main .content-area .entry-title a:hover {
	color: #EA9629;
}

.search #main .content-area article {
	clear: both;
	margin: 0 0 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}

.search #main .content-area .entry-img {
	float: left;
	width: 150px;
}

.search #main .content-area .entry-img img {
	width: 150px;
	margin-bottom: 20px;
}

.search #main .content-area .entry-summary {
	float: right;
	width: 600px;
}

.search #main .content-area .entry-content p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.search #main .content-area .entry-meta {
	clear: none;
	width: auto;
	padding: 0 0 10px 0;
}


/**
 * Search-no-results
 * ----------------------------------------------------------------------------
 */

.search-no-results .site-content {
	z-index: -1000000;
}

.search-no-results .page-header,
.search-no-results .page-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.search-no-results .page-title {
	width: auto;
	margin-top: 30px;
	padding: 40px 0 0;
	text-align: center;
	color: inherit;
	font-size: 26px;
	font-weight: normal;
	line-height: 0.6;
}

.search-no-results h2 {
	color: #3A9252;
	font-size: 18px;
	font-weight: normal;
}

.search-no-results form {
	margin-bottom: 100px;
}

.search-no-results p {
	font-size: 14px;
}

.search-no-results #main {
	width: 100%;
	overflow: hidden;
	z-index: 100;
}

.search-no-results #main .content-area {
	margin: 0;
	padding: 0;
	text-align: center;
}


/**
 * 404
 * ----------------------------------------------------------------------------
 */

.error404 .site-content {
	z-index: -1000000;
}

.error404 .page-title {
	width: auto;
	margin-top: 30px;
	padding: 40px 0 0;
	text-align: center;
	font-size: 26px;
	line-height: 0.6;
}

.error404 .page-wrapper {
	background-color: #E8E5CE;
}

.error404 .page-header,
.error404 .page-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.error404 h2 {
	color: #3A9252;
	font-size: 18px;
	font-weight: normal;
}

.error404 form {
	margin-bottom: 100px;
}

.error404 p {
	font-size: 14px;
}


/**
 * トップページ
 * ----------------------------------------------------------------------------
 */

#main {
	overflow: hidden;
	z-index: 1000;
}

#main .bgnone {
	background-image: none;
}

/* 白背景 */
.top_container {
	margin: 0;
	padding: 60px 10px 30px 10px;
	background: #FFF url(images/arrow_gr.png) no-repeat center top;
}

.top_container:first-child {
	margin-top: 30px;
}

.top_container ul li {
	display: inline-block;
}

.top_container ul {
	margin-bottom: 5px;
}

.top_container ul.bannerS {
	width: 700px;
	margin: 0 auto 50px auto;
}

.top_container ul.bannerS li {
	width: 136px;
	margin: 0;
	padding: 0;
}

.top_container ul li img {
	margin: 0 0 5px 0;
}

.top_container ul.bannerS li img {
	width: 100%;
	padding: 0;
}

/* 募集中のプログラム */
ul.bxslider li {
	text-align: left;
}

ul.bxslider li .prg_img {
	width: 100%;
	max-height: 155px;
	margin-bottom: 15px;
	overflow: hidden;
}

ul.bxslider li img {
	width: 100%;
}

ul.bxslider li a h4 {
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 16px;
}

ul.bxslider li a h4 span {
}

/*もうすぐ受付*/
ul.bxslider li span.pro01 {
	float: right;
	padding: 5px;
	color: #FFF;
	font-size: 8px;
	font-weight: normal;
	background: #019AA8;
}

/*受付中*/
ul.bxslider li span.pro02 {
	float: right;
	padding: 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	background: #FF8A32;
}

/*受付終了*/
ul.bxslider li span.pro03 {
	float: right;
	padding: 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	background: #7E7F7E;
}

ul.bxslider li p {
	font-size: 11px;
}

/* お知らせ */
ul.pickup {
	margin: 70px auto 20px auto;
	position: relative;
}

ul.pickup li {
	width: 320px;
	margin-bottom: 10px;
	padding: 5px 10px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	color: #333;
	font-size: 14px;
	border-right: 1px solid #DDD;
}

ul.pickup li.more {
	width: 80px;
	position: absolute;
	top: 0;
	text-indent: -10000px;
	border: none;
}

ul.pickup li.more a {
	width: 32px;
	height: 45px;
	margin: 12px 0 0 20px;
	display: block;
	background: url(images/top_more.png) no-repeat center top;
}

ul.pickup li span {
	margin-right: 10px;
	padding: 3px 7px;
	color: #FFF;
	font-size: 12px;
	background: #FC3B72;
}

ul.pickup li .entry-date {
	color: #666;
	font-size: 12px;
}

ul.pickup li p {
	margin: 5px 0 0 0;
}

/* エコエデュとは */
ul.top_about {
	margin-top: 40px;
	overflow: hidden;
}

ul.top_about li {
	margin: 0 35px;
}

/* Instagram */
#insta {
	width: 100%;
	margin-top: 100px;
	padding: 100px 0;
	background: #DDD;
}

/* 緑背景 */
.top_container_gr {
	margin: 40px 0 -5px 0;
	padding: 60px 10px 60px 10px;
	background: #E1F7DB url(images/arrow_wh.png) no-repeat center top;
}

.top_container_gr h4 {
	color: #3B9252;
	font-size: 20px;
	font-weight: normal;
}

/* 教育環境を通して */
.intro img {
	margin-bottom: 5px;
}

/* ようこそ、エコエデュへ */
.top_container_gr .welcome {
	margin: -15px 0 5px 0;
	padding: 30px;
	font-size: 20px;
	background: url(images/welcome_bg.png) no-repeat center top;
}

.top_container_gr .welcome ul {
	width: 100%;
	margin: 35px 0 40px 0;
}

.top_container_gr .welcome ul li {
	padding-right: 35px;
	display: inline-block;
}

.top_container_gr .welcome ul li:last-child {
	padding-right: 0;
}

/* ボタン */
.top_container_gr a.btn_gr {
	width: 400px;
	margin: 0 auto 30px auto;
	padding: 10px;
	display: block;
	color: #FFF;
	font-size: 16px;
	border: 1px solid #3C9353;
	background: #3C9353 url(images/btn_arrow_wh.png) no-repeat 350px 13px;
}

.top_container_gr a.btn_gr:hover {
	color: #3C9353;
	text-decoration: none;
	border: 1px solid #3C9353;
	background: #FFF url(images/btn_arrow_gr.png) no-repeat 350px 13px;
}

.top_container_gr a.btn_wh {
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	display: block;
	color: #3C9353;
	font-size: 16px;
	border: 1px solid #3C9353;
	background: #FFF url(images/btn_arrow_gr.png) no-repeat 350px 13px;
}

.top_container_gr a.btn_wh:hover {
	color: #FFF;
	text-decoration: none;
	background: #3C9353 url(images/btn_arrow_wh.png) no-repeat 350px 13px;
}


/**
 * 固定ページ
 * ----------------------------------------------------------------------------
 */

.pankuzu {
	margin: 10px 0 0 0;
	text-align: right;
	color: #666;
	font-size: 11px;
}

.pankuzu a {
	text-decoration: underline;
}

.pankuzu a:hover {
	color: #BBB;
}

.page .content-area {
	margin: 0;
	padding: 0;
	text-align: left;
}

.page .content-area .entry-title {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	color: #3C9353;
	font-size: 24px;
	font-weight: bold;
}

.page .content-area .entry-content {
	float: left;
	width: 770px;
}

.page .content-area .entry-content #main_visual img {
	width: 100%;
	margin-bottom: 20px;
}

.page .content-area .entry-content h3 {
	margin: 35px 0 15px 0;
	padding: 12px 0 8px 0;
	color: #3A9252;
	font-size: 22px;
	border-top: 1px solid #CCC;
	border-bottom: 1px dotted #CCC;
}

.page .content-area .entry-content>h3:first-of-type {
	margin-top: 10px;
}

.page .content-area h4 {
}

.page .content-area h5 {
	clear: none;
	color: #4C8514;
}

.page .content-area ul {
	margin: 10px 0 30px 0;
}

#member.page .content-area ul {
	margin-bottom: 10px;
}

.page .content-area ul li {
	margin-bottom: 5px;
	padding: 5px 0 5px 20px;
	background: url(images/ico_cir_or.png) no-repeat left 7px;
}

.page .content-area em {
	color: #D90000;
}

.page .content-area table {
	line-height: 1.5;
}

.page .content-area table td {
	padding: 9px 10px 8px 10px;
	border: 1px solid #CCC;
}

.page .content-area table th {
	padding: 9px 10px 8px 10px;
	border: 1px solid #CCC;
	background: #EEE;
}

/* 親ページ */
.entry-content ul.cat_top {
	clear: both;
	margin: 0;
	padding: 0;
}

.entry-content ul.cat_top li {
	width: 350px;
	margin: 0 60px 30px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	background: none;
}

.entry-content ul.cat_top li:nth-child(even) {
	margin: 0 0 30px 0;
}

.entry-content ul.cat_top li a {
	margin: 0;
	padding: 0;
}

.entry-content ul.cat_top li img {
	width: auto;
	margin: 0 auto 10px auto;
	display: block;
}

.page .content-area .entry-content ul.cat_top li h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	border: none;
}

.page .content-area .entry-content ul.cat_top li p {
	padding: 0;
	font-size: 14px;
}

/* エコエデュの環境教育（プログラム一覧） */
.page .content-area ul.programs {
	margin-top: 0;
}

.page .content-area ul.programs li {
	margin-bottom: 25px;
	padding: 0;
	background: none;
}

ul.programs li {
	float: left;
	width: 370px;
	margin-right: 20px;
	text-align: left;
	background: none;
}

ul.programs li:nth-child(odd) {
	clear: both;
}

ul.programs li:nth-child(even) {
	margin-right: 0;
}

ul.programs li .prg_img {
	width: 100%;
	max-height: 139px;
	margin-bottom: 15px;
	overflow: hidden;
}

ul.programs li img {
	width: 100%;
}

.page .content-area ul.programs h3 {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 18px;
	border: none;
}

ul.programs li a h3 {
	margin: 0;
	text-align: left;
	border: none;
}

/*もうすぐ受付*/
ul.programs li span.pro01 {
	float: right;
	padding: 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	background: #019AA8;
}

/*受付中*/
ul.programs li span.pro02 {
	float: right;
	padding: 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	background: #FF8A32;
}

/*受付終了*/
ul.programs li span.pro03 {
	float: right;
	padding: 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	background: #7E7F7E;
}

ul.programs li p {
	margin-bottom: 10px;
	font-size: 12px;
}

ul.programs li p.summary {
	font-size: 14px;
}

/* 一時的なお知らせ */
.home .top_container .temporary-info {
	clear: both;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px;
	padding: 10px 15px 15px 15px;
	text-align: center;
	font-size: 14px;
	border: 2px solid #F00;
}

.home .top_container .temporary-info h3 {
	clear: both;
	max-width: 360px;
	margin: -25px auto 10px auto;
	padding: 5px 15px;
	display: block;
	color: #FFF;
	font-size: 18px;
	line-height: 1.4;
	border: none;
	background: #F00;
}

.home .top_container .temporary-info p:last-child {
	margin: 0;
}

.home .top_container .temporary-info a {
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}

/* 環境教育プログラム */
.page .prg_box {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	padding: 0 0 25px 0;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
}

.page .prgL {
	float: left;
	width: 430px;
	margin-right: 30px;
}

.page .prgR {
	float: right;
	width: 310px;
}

.page .prg_box a {
	color: #3C9353;
	text-decoration: underline;
}

.page .prg_box a:hover {
	text-decoration: none;
}

.page .content-area .prg_box ul {
	margin: 0;
}

.page .content-area .prg_box ul li {
	margin: 0;
	padding: 0;
	background: none;
}

.page .prg_box .prgL h2 {
	margin: 0 0 20px 0;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	border: none;
}

.page .prg_box h4, 
.page .prg_box .prgL h4,
.page .prg_box .prgR h4 {
	margin: 0 0 15px 0 ;
	padding: 0 0 0 25px;
	color: #3B9252;
	font-size: 18px;
	font-weight: bold;
	border: none;
	background: url(images/ico_tree.png) no-repeat left top;
}

.page .prg_box .prgL p,
.page .prg_box .prgR p {
	margin-bottom: 20px;
}

.page .prg_box .prgR:after {
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	content: ".";
}

.page .prg_box table {
	width: 100%;
	border-collapse: collapse;
}

.page .prg_box table th {
	text-align: center;
	border: 1px solid #888;
	border-collapse: collapse;
	background: #EEE;
}

.page .prg_box table tr td {
	padding: 5px;
	border: 1px solid #888;
	border-collapse: collapse;
}

.page .prg_box.news_block {
	padding: 10px 0;
}

.page .prg_box ul.prg_news {
}

.page .prg_box ul.prg_news li {
}

.page .prg_box ul.prg_news li a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

.page .prg_box ul.prg_news li a:hover {
	color: #666;
}

.page .prg_box ul.prg_news li span {
	margin-right: 10px;
	padding: 5px 7px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background: #FC3B72;
}

.page .prg_box ul.prg_news li .entry-date {
	color: #666;
	font-size: 13px;
}

.page .prg_box ul.prg_news li p {
	margin: 5px 0 15px 40px;
}

.page .prg_box dl.status {
	width: 310px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.page .prg_box dl.status dt {
	float: left;
	width: 190px;
	color: #F00;
	font-size: 14px;
	font-weight: normal;
}

.page .prg_box dl.status dd {
	width: 110px;
	height: 40px;
	margin-left: 200px;
	padding-top: 10px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}

.page .prg_box dl.status dd.status01 {
	background: #FF8A32;
}

.page .prg_box dl.status dd.status02 {
	background: #019AA8;
}

.page .prg_box dl.status dd.status03 {
	background: #888;
}

.page .prg_box .prgR img {
	float: left;
	margin-right: 10px;
}

.page .prg_box .prgR .staff_comment {
	float: right;
	width: 140px;
}

.page .prg_box .prgR .staff_comment span {
	margin-bottom: 3px;
	padding: 2px 10px;
	display: inline-block;
	color: #000;
	font-weight: bold;
	background: #DDD;
}

.page .prg_box .prgR .staff_comment p {
	margin: 5px 0 10px 0;
}

.page .prg_box .prgR dl.course {
	margin: 0 0 20px 0 ;
	padding: 0;
	overflow: hidden;
}

.page .prg_box .prgR dl.course dt {
	clear: both;
	float: left;
	width: 90px;
	padding: 2px 5px;
	text-align: center;
	color: #000;
	font-weight: bold;
	background: #DDD;
}

.page .prg_box .prgR dl.course dd {
	float: right;
	width: 200px;
	margin-bottom: 15px;
}

.page .prg_box .purpose h3  {
	margin: 0 0 10px 0 ;
	padding: 0 0 0 25px;
	color: #3B9252;
	font-size: 18px;
	font-weight: bold;
	border: none;
	background: url(images/ico_tree.png) no-repeat left top;
}

.page .prg_box .purpose ul {
	margin: 20px 0 25px 0;
}

.page .prg_box .purpose ul li {
	margin-bottom: 5px;
	padding: 2px 5px 2px 30px;
	font-size: 16px;
	background: #E1F7DB url(images/ico_check.png) no-repeat 5px 6px;
}

.page .prg_box .base {
	margin-top: 30px;
}

.page .prg_box .base h4 {
	padding: 0;
	color: #FF8A32;
	background: none;
}

.page .prg_box .base ul {
	margin: 10px 0 30px 0;
}

.page .prg_box .base ul li {
	margin-bottom: 5px;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #FF8A32;
	background: url(images/ico_cir_or.png) no-repeat left 7px;
}

.page .prg_box .base p {
	color: #FF8A32;
}

.page .prg_box ul.prg_gallery {
	clear: both;
	width: 770px;
	margin: 20px auto 10px auto;
	padding: 10px 0 0 0;
	overflow: hidden;
}

.page .prg_box ul.prg_gallery li {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.page .prg_box ul.prg_gallery li:nth-child(5n),
.page .prg_box ul.prg_gallery li:last-child {
	padding-right: 0;
}

.page .prg_box .prg_entry {
}

.page .prg_box .prg_entry h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	color: #3B9252;
	font-size: 18px;
	font-weight: bold;
	border: none;
	background: url(images/ico_tree.png) no-repeat left top;
}

.page .prg_box .entry a img {
	margin-bottom: 10px;
}

.page .prg_box #fax {
  margin-top:30px;
}

.page .prg_box #fax .page_contact {
	font-size: 18px;
	font-weight: bold;
}

.page .prg_box #fax em {
	color: #F00;
	font-style: normal;
}

.page .prg_box #fax em a {
	color: #F00;
	text-decoration: underline;
}

.page .prg_box #fax em a:hover {
	text-decoration: none;
}

.page .prg_box #fax .fax_mail {
	margin: 15px 0;
	padding: 10px 10px 10px 15px;
	font-size: 14px;
	font-style: normal;
	background: #E1F7DB;
}

/* 一時的なお知らせ */
.page .content-area .entry-content .temporary-info {
	clear: both;
	width: 100%;
	margin: 10px 0 20px;
	padding: 10px 15px 15px 15px;
	text-align: center;
	font-size: 14px;
	border: 2px solid #F00;
}

.page .content-area .entry-content .temporary-info h3 {
	clear: both;
	max-width: 320px;
	margin: -25px auto 0;
	padding: 5px 15px;
	display: block;
	color: #FFF;
	font-size: 16px;
	line-height: 1.4;
	border: none;
	background: #F00;
}

.page .content-area .entry-content .temporary-info p {
	margin: 15px 0 10px;
}

.page .content-area .entry-content .temporary-info p:last-child {
	margin: 0;
}

.page .content-area .entry-content .temporary-info a {
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}

/* 寄付・ライフスタイルに合わせた関わり方 */
.form_box .block_border {
	margin: 0 1em 1em 1em;
	padding: 15px 15px 0 15px;
	border: 1px dotted #999;
}

.form_box .block_border2 {
	margin: 0 1em 1em 1em;
	padding: 15px;
	border: 1px dotted #999;
}

/* カード決済ボタン */
.form_box div.pay_cardbutton {
	width: 700px;
}

.form_box div.pay_cardbutton:after {
	clear: both;
	height: 0.1px;
	display: block;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
	line-height: 0;
}

.form_box div.pay_cardbutton form {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
}

.form_box div.pay_cardbutton form {
	margin: 0 20px;
	padding: 0;
}

.form_box div.pay_cardbutton input[type="submit"] {
	width: 197px;
	margin-right: 30px;
	padding: 7px;
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #F07E00;
	border-radius: 4px;
	background: #F07E00 url(images/icon05.png) no-repeat 95% center;
}

.form_box div.pay_cardbutton input[type="submit"]:hover {
	background: #FF931C url(images/icon05.png) no-repeat 95% center;
}

.form_box p.link_order {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
}

.form_box dl.pay_cardlabel {
	clear: both;
	margin: 0;
	padding: 0;
}

.form_box dl.pay_cardlabel dt {
	float: left;
	width: 190px;
	margin: 5px 0 0 0;
	padding: 5px 0 0 15px;
	color: #333;
	font-size: 14px;
	background: #FFF url(images/icon01.gif) no-repeat 0 8px;
}

.form_box dl.pay_cardlabel dt span {
	margin-left: 3px;
	font-size: 12px;
	font-weight: normal;
}

.form_box dl.pay_cardlabel dd {
	margin: 0 0 0 200px;
	padding: 5px 0 0 0;
}

.form_box dl.pay_cardlabel form {
	margin: 0;
	padding: 0;
}

.form_box dl.pay_cardlabel label {
	color: #333;
	font-size: 14px;
}

.form_box dl.pay_cardlabel input {
	margin: 0 2px 15px 2px;
	padding: 2px;
}

.form_box dl.pay_cardlabel select {
	margin: 0 2px 20px 2px;
	padding: 2px 0 2px 5px;
}

.form_box dl.pay_cardlabel input[type="text"] {
	width: 105px!important;
}

.form_box dl.pay_cardlabel input[type="submit"] {
	margin: 0 0 0 15px;
	padding: 5px 20px 5px 12px;
	cursor: pointer;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #F07E00;
	border-radius: 4px;
	background: #F07E00 url(images/icon05.png) no-repeat 95% center;
	background-size: 8px;
}

.form_box dl.pay_cardlabel input[type="submit"]:hover {
	background: #FF931C url(images/icon05.png) no-repeat 95% center;
	background-size: 8px;
}

.form_box dl.pay_cardlabel dt.textL {
	margin-top: 8px;
	font-size: 18px;
}

.form_box dl.pay_cardlabel dt.textL span {
	font-size: 13px;
}

.form_box dl.pay_cardlabel dd.textL label {
	font-size: 16px;
}

.form_box dl.pay_cardlabel dd.textL select {
	font-size: 110%;
}

.form_box dl.pay_cardlabel dd.textL input[type="submit"] {
	padding: 8px 35px 8px 25px;
	font-size: 18px;
	background: #F07E00 url(images/icon05.png) no-repeat 95% center;
	background-size: 10px;
}

.form_box dl.pay_cardlabel dd.textL input[type="submit"]:hover {
	background: #FF931C url(images/icon05.png) no-repeat 95% center;
	background-size: 10px;
}

.form_box dl.pay_cardlabel hr {
	height: 0;
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #DDD;
}


/**
 * カテゴリー
 * ----------------------------------------------------------------------------
 */

.category #main {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 100;
}

.category #main .content-area {
	float: left;
	width: 770px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.category .page-title {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	color: #3C9353;
	font-size: 24px;
	font-weight: bold;
}

.category #main .content-area .entry-title {
	clear: none;
	width: auto;
	margin-top: 0;
	padding: 0;
}

.category #main .content-area .entry-title a {
	color: #3A9252;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.category #main .content-area .entry-title a:hover {
	color: #EA9629;
}

.category #main .content-area article {
	clear: both;
	margin: 0 0 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}

.category #main .content-area .entry-img {
	float: left;
	width: 150px;
}

.category #main .content-area .entry-img img {
	width: 150px;
	margin-bottom: 20px;
}

.category #main .content-area .entry-summary {
	float: right;
	width: 600px;
}

.category #main .content-area .entry-content p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.category #main .content-area .entry-meta {
	clear: none;
	width: auto;
	margin-top: 0;
	padding: 2px 0 10px 0;
}

.category #main .content-area .entry-meta:last-of-type {
	margin-top: 15px;
	padding: 0 0 20px 0;
}

/**
 * 子ページ サイドバー
 * ----------------------------------------------------------------------------
 */

/* 募集中のプログラム */
.page .content-area .sidebar-container ul {
	margin: 0;
}

.page .content-area .sidebar-container ul li {
	margin: 0 0 15px 0;
	padding: 0;
	background: none;
}

.sidebar-container h3 {
	padding-bottom: 15px;
	text-align: center;
	color: #3A9252;
	font-size: 14px;
	font-weight: bold;
	background: url(images/h3_bg.png) no-repeat center bottom;
}

.sidebar-container ul.side_pro li {
}

.sidebar-container ul.side_pro li .prg_img {
	width: 100%;
	max-height: 75px;
	overflow: hidden;
}

.sidebar-container ul.side_pro li a {
	color: #333;
}

.sidebar-container ul.side_pro li a h4 {
	margin: 5px 0 10px 0;
	text-align: left;
	font-size: 14px;
}

.sidebar-container ul.side_pro li a h4 span {
}

/*もうすぐ受付*/
.sidebar-container ul.side_pro li span.pro01 {
	float: right;
	padding: 3px;
	color: #FFF;
	font-size: 8px;
	letter-spacing: -1px;
	font-weight: normal;
	background: #019AA8;
}

/*受付中*/
.sidebar-container ul.side_pro li span.pro02 {
	float: right;
	padding: 3px 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	background: #FF8A32;
}

/*受付終了*/
.sidebar-container ul.side_pro li span.pro03 {
	float: right;
	padding: 3px 4px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	background: #7E7F7E;
}

.sidebar-container ul.side_pro li p {
	font-size: 11px;
}

/* 環境教育プログラム */
.page .sidebar-container h3.prg {
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #CCC;
	background: none;
}

.page .sidebar-container h3.prg span {
	float: right;
	padding: 2px 5px;
	font-size: 11px;
	background: #3A9252;
}

.page .sidebar-container h3.prg span a {
	color: #FFF;
}

.page .sidebar-container ul.side_attention {
}

.page .sidebar-container ul.side_attention li {
	margin-bottom: 20px;
}

.page .sidebar-container ul.side_news {
}

.page .sidebar-container ul.side_news li {
	margin-bottom: 15px;
	padding: 15px;
	background: #EEE;
}

.page .sidebar-container ul.side_news li span {
	color: #666;
	font-size: 12px;
}

.page .sidebar-container ul.side_news li h4 {
	margin: 5px 0;
	font-size: 14px;
	font-weight: normal;
}

.page .sidebar-container ul.side_news li a {
	color: #000;
}

/* 教育関係の方へ */
.page .content-area ul.school_cat {
	clear: both;
	margin: 50px 0 0 0!important;
	padding: 0;
}

.page .content-area ul.school_cat li {
	width: 350px;
	margin: 0 60px 30px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	background: none;
}

.page .content-area ul.school_cat li:nth-child(even) {
	margin: 0 0 30px 0;
}

.page .content-area ul.school_cat li a {
	margin: 0;
	padding: 0;
}

.page .content-area ul.school_cat li h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	border: none;
}

#infant-idea .content-area ul.school_cat li h3 {
    margin-bottom: 5px;
}

.page .content-area ul.school_cat li h3 img {
	clear: both;
    margin-bottom: 10px;
    display: block;
}

.page .content-area ul.school_cat li iframe {
    margin-bottom: 10px;
}

/* jquery.bxslider.css overwirte */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #CCC;
}


/**
 * Responsive
 * ----------------------------------------------------------------------------
 */

.menu-trigger,
.menu-content .bnrProgram,
.sp-only {
	display: none;
}

@media (min-width: 769px) {
a[href^="tel:"],
.site-info .add a[href^="tel:"] {
	pointer-events: none;
	color: #333;
	text-decoration: none;
}

.site-info .add a[href^="tel:"] {
	color: #FFF;
}
}

@media (max-width: 1073px) {
.header_award { margin-right: 0px;}
}

@media (max-width: 1060px) {
ul.top_about li {
	width: 32.53%;
    margin: 0;
    padding: 0 0.6% 0 0.6%;
    vertical-align: top;
}
}

@media (max-width: 1020px) {
body.page .site-main,
body.search .site-main,
body.search-no-results .site-main,
body.error404 .site-main,
.category #main,
.site-footer .sidebar-container,
.site-info,
.contents_menu,
.pankuzu {
	padding-right: 15px;
	padding-left: 15px;
}

.site-header {
	position: relative;
}
	
.site-header #header_area {
    margin-top: 0;
	border-top: 3px solid #3C9353;
}

.site-header #header_area #nav_area {
	max-width: 100%;
	margin: 0;
	position: relative;
}

a.award {
	position: static;
}

.menu-trigger {
	float: right;
	width: 28px;
	height: 38px;
  margin-top: 25px;
  margin-right: 15px;
	display: block;
	position: relative;
	z-index: 99999999;
	vertical-align: middle;
	cursor: pointer;
}

.menu-trigger span {
	width: 100%;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	background-color: #3C9353;
	transition: all .5s .2s;
}

.menu-trigger.active span {
	background-color: #3C9353;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
	top: 10px;
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
	top: 20px;
}

.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.menu-trigger span.sp-text {
	height: auto;
	top: 26px;
	left: -1px;
	color: #3C9353;
	font-size: 11px;
	background: none!important;
}

.menu-content {
	width: 55%;
	padding: 5px 0 0 0;
	display: none;
	position: absolute;
	top: 72px;
	right: -10px;
	z-index: 2000000;
	background-color: #FFF;
	border-bottom:1px solid #3C9353;
}

#sub_nav {
	display: flex;
    flex-wrap: wrap;
    width: calc(100% - 10px);
    justify-content: flex-start;
}

#sub_nav ul {
	margin: 15px 0 10px 0;
	overflow: hidden;
}

#sub_nav ul li {
	float: left;
	width: 32%;
	margin: 0 7px 7px 0;
	display: block;
}

#sub_nav ul li:nth-child(3n) {
	margin-right: 0;
}

#sub_nav ul li a {
	width: 100%;
	display: block;
}

.navbar {
	clear: both;
	float: none;
	width: 100%;
	margin-top: 10px;
	position: static;
}

.navbar:before, .navbar:after {
    display: none;
}

.navbar ul {
	clear: both;
	float: none;
	width: 100%;
	border-top: 1px solid #99CAAA;
}

.navbar li,
.navbar li:last-child {
	clear: both;
	float: none;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
	border-bottom: 1px solid #99CAAA;
}

.navbar li.head_nav01,
.navbar li.head_nav02,
.navbar li.head_nav03,
.navbar li.head_nav04,
.navbar li.head_nav05 {
	width: 100%;
}

.navbar li img {
	margin: 0 10px 0 0;
	display: inline-block;
}

.navbar li a {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 13px 15px 10px 15px;
	font-size: 14px;
}

.navbar li:hover > a,
.navbar li a:hover {
    background: #FFF;
}

.navbar li .nav-icon {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: #D8E9DD;
}

.navbar li .nav-icon span::before,
.navbar li .nav-icon span::after {
	width: 20px;
	height: 2px;
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	content: '';
	background: #3C9353;
	transform: translateY(-50%);
	transition: .5s;
}

.navbar li .nav-icon span::after {
	transform: translateY(-50%) rotate(90deg);
}

.navbar li .nav-icon span.open::after {
	transform: translateY(-50%) rotate(0);
}

.navbar li ul,
#navbar li ul,
#navbar li:hover ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: none;
	position: static;
	border: none;
	border-top: 1px solid #99CAAA;
}

.navbar li ul li,
#navbar li ul li,
#navbar li:hover ul li {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #99CAAA;
}

.navbar li ul li:last-child,
#navbar li ul li:last-child {
	border-bottom: none;
}

.navbar li ul li a,
.navbar li ul li a:hover,
.navbar li a:hover ul li a,
.navbar li a:hover ul li a:hover,
#navbar li a:hover ul li a,
#navbar li a:hover ul li a:hover,
#navbar li ul li a,
#navbar li ul li a:hover,
#navbar li:hover ul li a,
#navbar li:hover ul li a:hover {
	height: auto!important;
	min-height: 50px!important;
	padding: 17px 10px 10px 65px!important;
	line-height: 1.4!important;
	background: #FFF url(images/head_li.png) no-repeat left 50px top 18px;
}

#navbar li:hover ul li:last-child a {
	margin-bottom: 0;
}

.menu-content .bnrProgram {
	width: 100%;
	margin: 0;
	padding: 15px 10px;
	display: block;
}

.menu-content .bnrProgram a {
	width: 100%;
	margin: 0;
	padding: 10px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #3C9353;
	background-color: #3C9353;
	background-image: url(images/nav_img06.png), url(images/btn_arrow_wh.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 15px top 7px, right 15px top 13px;
}

#top_catch {
	margin: auto;
	bottom: 0;
}
#top_catch p {
	min-height: inherit;
}
#top_catch img {
	max-height: 75px;
	height: 15vw;
	margin: 0 10px 0  auto;
}

.entry-thumbnail img {
	width: 100%;
}

.page-content {
	max-width: 100%;
}

.page .content-area .entry-content {
	width: 77%;
}

body.category #main .pankuzu {
	padding-right: 0;
	padding-left: 0;
}

body.category .site-main .widget-area,
body.page .site-main .sidebar-container {
	width: 20%;
}

body.page .site-main .sidebar-inner form input[type="search"],
body.category .site-main .sidebar-inner form input[type="search"] {
	width: calc(100% - 58px);
}

ul#foot_nav {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul#foot_nav li {
	width: 32.33%;
    margin-bottom: 1%;
    margin-right: 1%;
}

ul#foot_nav li:nth-of-type(3n) {
    margin-right: 0%;
}

ul#foot_nav li a,
ul#foot_nav li a.home {
	width: 100%;
	margin-left: 0;
}

ul#foot_nav li a.home {
	display: inline-block;
	background-position: left 26% top;
}

.sidebar .site-footer .widget-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-footer .widget {
	width: 24.5%;
}

.page .site-footer .widget,
.sidebar .site-footer .widget {
	width: 31.33%;
	margin-right: 3%;
}

.sidebar .site-footer .widget:nth-of-type(4) {
    margin-right: 3%;
}

.page .site-footer .widget:nth-of-type(3),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.sidebar .site-footer .widget ul,
.page .site-footer .widget ul {
	width: 100%;
}

.site-info img {
    margin-right: 3%;
}

.site-info .add {
	width: calc(100% - 28.2%);
}

.site-info {
	padding-bottom: 80px;
}

.site-info ul.inquiry {
	clear: both;
	width: 100%;
	max-width: 280px;
}

.site-info ul.inquiry li a.btn {
	width: 100%;
}

#sns_bt {
	top: auto;
	right: 15px;
	bottom: 10px;
}

#sns_bt ul li {
    float: left;
	margin-right: 10px;
	margin-bottom: 0;
}

#sns_bt ul li#pagetop {
	margin-right: 0;
}

.top_container ul.bannerS {
	width: 100%;
	max-width: 700px;
}

.top_container ul.bannerS li {
	width: 45%;
	max-width: 136px;
}

.top_container_gr .welcome ul {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top_container_gr .welcome ul li {
    padding-right: 20px;
    padding-bottom: 15px;
    display: block;
}

.top_container_gr .welcome ul li:last-child {
    padding-right: 15px;
}

ul.pickup li {
	width: 48%;
}

ul.pickup li.more {
	width: 48%;
	padding-top: 0;
	padding-bottom: 0;
	position: static;
}

.entry-content ul.cat_top li,
.page .content-area ul.school_cat li {
	width: 48.05%;
	margin-right: 3.9%;
	display: block;
}

.entry-content ul.cat_top li:nth-child(odd),
.page .content-area ul.school_cat li:nth-child(odd) {
	clear: left;
	float: left;
}

.entry-content ul.cat_top li:nth-child(even),
.page .content-area ul.school_cat li:nth-child(even) {
	float: right;
	margin-right: 0;
}

ul.programs li {
	width: 48.05%;
	margin-right: 3.9%;
}

ul.programs li:nth-child(odd) {
	clear: left;
	float: left;
}

ul.programs li:nth-child(even) {
	float: right;
	margin-right: 0;
}

ul.programs li .prg_img {
	width: 100%;
}

.page .prgL {
	width: 55.84%;
    margin-right: 3.89%;
}

.page .prgR {
	width: 40.25%;
}

.page .prg_box dl.status {
	width: 100%!important;
}

.page .prg_box table tr,
.page .prg_box table th,
.page .prg_box table td {
	width: auto!important;
	height: auto!important;
}

.page .prg_box .prgR img {
	clear: both;
	float: none;
    margin: 0 0 5px;
}

.page .prg_box .prgR.staff span {
	clear: both;
	display: block;
}

.page .prg_box ul.prg_gallery {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page .prg_box ul.prg_gallery li {
	width: 20%;
}

#field .entry-content div.imgR,
#fields .entry-content div.imgR {
	clear: both;
    float: none;
	height: 0;
	padding-top: 30px;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

#field .entry-content div.imgR iframe,
#fields .entry-content div.imgR iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}	

#field .entry-content div.mL,
#fields .entry-content div.mL {
	margin-left: 0;
}

.form_box .block_border,
.form_box .block_border2 {
	margin-right: 0;
	margin-left: 0;
}

.form_box div.pay_cardbutton {
    width: 100%;
}

#member #content .entry-content form {
	width: 30.47%;
	margin-right: 4.28%;
	margin-left: 0;
}

#member #content .entry-content form:last-of-type {
	margin-right: 0;
}

.form_box div.pay_cardbutton input[type="submit"] {
	width: 100%;
	margin-right: 0;
}

.form_box dl.pay_cardlabel dt {
	width: 28.91%;
	padding-top: 0;
	padding-left: 0;
}

.form_box dl.pay_cardlabel dd {
    margin-left: 29.91%;
	padding-top: 0;
}

.category #main .content-area {
	width: 77%;
}

.category #main .content-area .entry-img {
	width: 25.48%;
}

.category #main .content-area .entry-img img {
	width: auto;
	max-width: 100%;
}	
	
.category #main .content-area .entry-summary {
	width: 71.92%;
}
}

@media (max-width: 1020px) and (min-width: 769px) { 
.page .prg_box dl.status {
	margin-bottom: 10px;
}

.page .prg_box dl.status dt {
	clear: both;
	float: none;
	width: 100%;
	margin-bottom: 8px;
}

.page .prg_box dl.status dd {
	margin-bottom: 10px;
	margin-left: 0;
}

.page .prg_box .prgR dl.course dt {
	clear: both;
    float: none;
	width: 90px;
	margin-bottom: 8px;
}

.page .prg_box .prgR dl.course dd {
	clear: both;
    float: none;
	width: 200px;
}

.page .prg_box .prgR .staff_comment {
	clear: both;
    float: none;
	width: 100%;
    margin-top: 10px;
}
}

@media (max-width: 768px) {
h1,
h2,
h4,
h5,
h6 {
	margin-bottom: 15px;
}

h5,
h6 {
	margin-top: 15px;
}

p,
address,
table,
hr,
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption,
.widget {
	margin-bottom: 20px;
}

a[href^="tel:"] {
	color: #3C9353;
}

a[href^="tel:"]:hover {
	color: #EA9629;
}

input[type="search"] {
	border-radius: 0!important;
	-webkit-appearance: none;
}

p.clear,
.pc-only {
	display: none;
}

.sp-only {
	display: block;
}

.textR {
	text-align: left;
}

figure.wp-caption.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 0 15px 0;
}

figure.wp-caption.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 15px 0;
}

img.aligncenter {
	margin: 0 auto 15px auto;
}

img.alignnone {
	margin: 0 0 15px 0;
}

.site-header #header_area {
	height: 75px;
}

.site-header .home-link {
	width: 148px;
	margin: 5px 20px 0 0;
}

.menu-trigger {
    margin-top: 18px;
    margin-right: 5px;
}

.menu-content {
	width: 72%;
}

#top_catch p {
	bottom: -12%;
}

body.page .site-main .sidebar-container,
body.category .site-main .sidebar-container,
.contents_menu {
	display: none;
}

.page .content-area .entry-content {
	width: 100%;
}

ul#foot_nav li {
	width: 49%;
    margin-bottom: 2%;
    margin-right: 1%;
}

ul#foot_nav li:nth-of-type(3n) {
    margin-right: 1%;
}

ul#foot_nav li:nth-of-type(2n) {
    margin-right: 0;
}

.page .site-footer .widget,
.sidebar .site-footer .widget {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 3%;
}

.page .site-footer .widget:nth-of-type(3),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 4%;
}

.page .site-footer .widget:nth-of-type(2),
.sidebar .site-footer .widget:nth-of-type(2),
.sidebar .site-footer .widget:nth-of-type(4) {
	width: 48%;
	margin-right: 0;
}

.page .site-footer .widget.widget_search,
.sidebar .site-footer .widget.widget_search {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

.page .site-footer .widget.widget_search input[type="search"],
.sidebar .site-footer .widget.widget_search input[type="search"] {
	border: 1px solid #FFF;
}

.page .site-footer .widget.widget_search input[type="submit"],
.sidebar .site-footer .widget.widget_search input[type="submit"] {
    margin-top:5px; margin-bottom:5px; padding: 5px 19px 4px;
    color: #FFF;
	border: 2px solid #FFF;
    border-radius: 0;
    background: none;
}

.site-info {
	padding-top: 0;
	padding-bottom: 70px;
}

.site-info img {
    margin: 0 auto 20px;
	display: block;
}

.site-info .add {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.site-info .add a[href^="tel:"] {
	color: #FFF!important;
	text-decoration: underline;
}

.site-info .add a[href^="tel:"]:hover {
	color: #FFF!important;
	text-decoration: none;
}

.site-info .add br {
	display: inline-block;
}

.site-info ul.inquiry {
	margin: 10px auto 20px auto;
	text-align: center;
}

.site-generator {
    text-align: center;
	font-size: 11px;
}

#sns_bt ul li a img {
	width: 45px;
	height: 45px;
}

.top_container_gr .welcome ul li {
    padding-right: 10px;
    padding-bottom: 10px;
}

.top_container_gr .welcome ul li:last-child {
    padding-right: 10px;
}

.page .prg_main {
    margin-top: 20px;
}

.page .prgL {
	width: 100%;
    margin-right: 0;
}

.page .prgR {
	width: 100%;
}

.page .prg_box dl.status dt {
	clear: both;
	width: calc(100% - 120px);
}

.page .prg_box dl.status dd {
    float: right;
	margin-bottom: 10px;
	margin-left: 0;
}

.page .prg_box .prgR dl.course {
    margin-bottom: 5px;
}

.page .prg_box .prgR dl.course dd {
	width: calc(100% - 110px);
}

.page .prg_box .prgR .staff_comment {
	width: calc(100% - 170px);
}

.page .program-report {
    margin-bottom: 0;
}

.page .program-report a {
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	display: block;
	text-align: center;
	color: #3C9353;
	font-size: 16px;
    font-weight: bold;
	border: 1px solid #3C9353;
	background: #FFF url(images/btn_arrow_gr.png) no-repeat right 15px top 13px;
}

.page .program-report a:hover {
	color: #FFF;
	text-decoration: none;
	background: #3C9353 url(images/btn_arrow_wh.png) no-repeat right 15px top 13px;
}

.page .prg_box ul.prg_gallery li {
	width: 25%;
}

.page .prg_box ul.prg_gallery li:nth-child(5n) {
	padding-right: 5px;
}

.page .prg_box ul.prg_gallery li:nth-child(4n),
.page .prg_box ul.prg_gallery li:last-child {
	padding-right: 0;
}

.page .content-area .entry-content .preparing-basic h3 {
    margin: 50px 0 15px;
    padding: 0 0 5px 0;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border-top: none;
}

.page .content-area .entry-content .preparing-basic ul li {
    margin-bottom: 15px;
	text-align: center;
}

.page .content-area .entry-content .preparing-basic ul li:last-child {
    margin-bottom: 0;
}

.page .content-area ul.school_cat {
    margin: 30px 0 0 0!important;
}

.form_box dl.pay_cardlabel dt {
	width: 100%;
    margin-bottom: 7px;
}

.form_box dl.pay_cardlabel dd {
    margin-left: 0;
}

.search-no-results .page-header,
.error404 .page-header {
	padding-bottom: 20px;
}

.error404 .page-title,
.search-no-results .page-title {
	margin-top: 0;
}

.category #main .content-area {
    width: 100%;
}

.imgL,
.imgR,
.alignleft,
.alignright,
.site-footer .widget,
.site-info .add,
.site-info img,
.site-info ul.inquiry,
div.wp-caption.alignright img[class*="wp-image-"],
.form_box dl.pay_cardlabel dt,
.page .content-area .entry-content,
.page .prgL,
.page .prgR,
.page .sidebar-container h3.prg span {
	clear: both;
    float: none;
}

/* font-size */
h1 {
	font-size: 46px;
}

.home h3 {
	font-size: 20px;
}

h2,
.archive-title,
.archive-meta,
.page-title {
	font-size: 28px;
}

.search .page-title,
.search-no-results .page-title,
.error404 .page-title {
	font-size: 24px;
}

.entry-content blockquote,
.page .content-area .entry-title,
.page .prg_box .prgL h2,
.category .page-title {
	font-size: 22px;
}

.page .content-area .entry-content h3 {
	margin-top:50px;
	font-size: 20px;
}

h4,
.paging-navigation .meta-nav,
.post-navigation,
.widget .widget-title,
.top_container_gr h4,
.top_container_gr .welcome {
	font-size: 18px;
}

.page .content-area .entry-content h4 {
	margin-top:50px;
}

h5,
blockquote,
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption,
.site-info .add p.tel,
.search #main .content-area .entry-title a,
.search-no-results h2,
.error404 h2,
.page .content-area .entry-content ul.cat_top li h3,
.page .content-area ul.programs h3,
.page .content-area ul.school_cat li h3,
.page .prg_box h4, 
.page .prg_box .prgL h4,
.page .prg_box .prgR h4,
.page .prg_box .purpose h3,
.page .prg_box .prg_entry h3,
.page .prg_box #fax .page_contact,
.form_box dl.pay_cardlabel dt.textL,
.form_box dl.pay_cardlabel dd.textL input[type="submit"],
.form_box dl.pay_cardlabel dd.textL select,
.category #main .content-area .entry-title a {
	font-size: 16px;
}

body,
h6,
caption,
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.categories-links:before,
.tags-links:before,
.edit-link a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.search-no-results .page-title:before,
.entry-content blockquote cite,
.entry-content blockquote small,
.page-links,
.archive-meta,
.site-info .add span,
.site-info .add p.tel span,
.site-info ul.inquiry li a.btn,
ul.bxslider li a h4,
.top_container_gr a.btn_gr,
.top_container_gr a.btn_wh,
.page .prg_box .purpose ul li,
.page .prg_box dl.status dd,
.form_box div.pay_cardbutton input[type="submit"],
.form_box dl.pay_cardlabel dd.textL label {
	font-size: 14px;
}

.category #main .content-area .entry-meta {
	font-size: 13px;
}

.date a:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.categories-links:before,
.tags-links:before,
.edit-link a:before {
vertical-align: middle;
}
}

@media (max-width: 568px) {
p {
    padding-left: 0!important;
}

.menu-content {
	width: 64%;
}

#sub_nav ul li {
	width: 48%;
}

#sub_nav ul li:nth-child(3n) {
	margin-right: 7px;
}

#sub_nav ul li:nth-child(2n) {
	margin-right: 0;
}

#top_catch p {
	bottom: -20%;
}

ul#foot_nav li a.home {
    background-position: left 18% top;
}

.top_container_gr .welcome {
    padding: 20px;
}

.top_container_gr a.btn_gr,
.top_container_gr a.btn_wh {
	width: 80%;
    background-position: right 10% top 13px;
}

ul.top_about li {
	width: 48%;
    margin: 0;
    padding: 0 2% 10px 2%;
}

ul.top_about li:last-child {
    padding-bottom: 0;
}

.page .program-report a {
	width: 100%;
}

.page .prg_box.news_block {
	padding-bottom: 5px;
}

ul.programs li,
.entry-content ul.cat_top li,
.page .content-area ul.school_cat li {
	clear: both;
	float: none;
	width: 100%;
	margin-right: 0%;
}

ul.programs li:last-child,
.entry-content ul.cat_top li:last-child,
.page .content-area ul.school_cat li:last-child {
	margin-bottom: 0%;
}

.entry-content ul.cat_top li {
	text-align: left;
}

.entry-content ul.cat_top li img {
	clear: both;
    margin-right: 0;
    margin-left: 0;
}

.page .content-area ul.school_cat li p {
	margin-bottom: 0%;
}

.temporary-info h3 {
	font-size: 14px!important;
	font-weight: normal!important;
}
.temporary-info p {
	text-align: left;
	font-size:12px;
}
.temporary-info p br {
	display:none;
}

.home .top_container_gr h3 {
	font-size: 20px;
}
.home .top_container_gr h4 {
	font-size: 16px;
	text-align:left;
	padding:0 15px;
}
.home .top_container_gr h4 br {
  display:none;
}
.home .top_container_gr p {
  text-align:left;
	font-size:14px;
	padding:0 15px!important;
}
.home .top_container_gr p br {
  display:none;
}
.top_container_gr .welcome p {
	padding:0!important;
}
.home .top_container_gr picture img {
  padding:0 10%;
}

#member #content .entry-content form {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.form_box div.pay_cardbutton input[type="submit"] {
	max-width: 240px;
}

.category #main .content-area .entry-img,
.category #main .content-area .entry-summary {
	clear: both;
	float: none;
    width: 100%;
}

.category #main .content-area .entry-img img {
	margin-bottom: 5px;
}	
}

@media (max-width: 468px) {
.menu-content {
	width: calc(100% + 20px);
	left:-10px;
}

#top_catch img {
	max-height: 60px;
}

ul.top_about li {
	width: 100%;
    padding: 0 0 10px 0;
}

ul.top_about li img {
	width: 180px;
}

.page .prg_box .entry a {
	display:block;
	padding:10px 0 0 0;
	background:#FF8A32;
}

.page .prg_box .entry a img {
	min-width:450px;
	overflow:hidden;
}
}