/*
Theme Name: ESD-J
Description: ESD-JのWEBサイト用テーマ
Author: 株式会社じも研
Author URI: https://jimoken.co.jp
Version: 1.0.0

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: #ffffff;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

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

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.wrap:before,
.wrap:after,
#site-navigation:after,
#site-navigation:before,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.post-navigation:before,
.post-navigation:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after,
.grid-wrapper:before,
.grid-wrapper:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.wrap:after,
#site-navigation:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.post-navigation:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after,
.grid-wrapper:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
html {
	font-family: "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
}

h2 {
	font-size: 20px;
	font-size: 1.25rem;
}

h3 {
	font-size: 18px;
	font-size: 1.125rem;
}

h4 {
	font-size: 16px;
	font-size: 1rem;
}

h5 {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #f8b500;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #ffd530;
}

}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333333;
}

:-moz-placeholder {
	color: #333333;
}

::-moz-placeholder {
	color: #333333;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333333;
}


/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.8em;
	text-align: left;
}

td {
	padding: 0.8em;
	border: 1px solid #dddddd;
}


/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #333333;
	text-decoration: none;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #f8b500;
	outline: 0;

}



/*--------------------------------------------------------------
10.0 Layout
--------------------------------------------------------------*/
#container{
	min-width: 1240px;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

#primary {
	float: left;
	width: 74.2%;
}

#secondary {
	float: right;
	padding-top: 0;
	width: 20.8%;
}

#colophon {
	margin-top: 30px;
}

/*--------
10.0 Common
*/
.button {
	display: inline-block;
	background-color: #f8b500;
	color: #ffffff;
	padding: 10px 20px;
	font-weight: 700;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.button:hover {
	color: #ffffff;
	background-color: #ffd530;
}

.meta {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

.tag {
	font-size: 12px;
	font-weight: bold;
	margin-left: 1.2em;
}

.tag:first-child {
	margin-left: 0;
}

.tag i {
	margin-right: 7px;
	font-size: 110%;
}

.tag a:hover {
	text-decoration: underline;
}

.grid-wrapper {
	margin: 0 -1%;
}

.grid {
	float: left;
	position: relative;
}

.grid-column-3 {
	width: 31.33333%;
	padding: 0 1%;
}

.grid-column-4 {
	width: 23%;
	padding: 0 1%;
}

/*--------
10.1 header
*/
.site-header {
	margin: 15px 0 30px;
}
.home .site-header {
	margin-bottom: 0;
}

.logo {
	float: left;
	margin-bottom: 15px;
}

.site-branding .site-title,
.site-description {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.header-navigation {
	float: right;
}

.easy-access {
	margin: 10px 0 25px;
}

.search-wrap .field,
.widget-wrapper select {
	padding: 7px 8px;
	background: none 0 0 no-repeat scroll #e4e8e9;
	border: 1px solid #e4e8e9;
}

.search-wrap .field{
	height: 14px;
	float: left;
	width: 154px;
	border-radius: 0 4px 4px 0;
}

.widget-wrapper select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 4px;
	width: 92%;
	padding-right: 40px;
	background-image: url('assets/images/arrow_selectbox.png');
	background-position: right top;
	background-size: auto 100%;
	cursor: pointer;
}

.widget-wrapper select:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background-color: #ffd530;
}

.search-wrap .field:focus,
.widget-wrapper select:focus {
	background-color: #ffffff;
	border: 1px solid #e4e8e9;
}

.search-wrap .field:focus {
	border-left-color: transparent;
}

.search-wrap .submit {
	float: left;
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 4px 0 0 4px;
}

#searchsubmit {
	font-family: FontAwesome;
}

.easy-access .search-wrap {
	float: right;
}

.access-wrap {
	float: right;
	line-height: 30px;
	margin-right: 45px;
}

.access-wrap li {
	display: inline-block;
}
.access-wrap li:after {
	content: " |";
	color: #999999;
	margin: 0 5px;
}
.access-wrap li:last-child:after {
	content: none;
	marign: 0;
}
.access-wrap a:hover {
	color: inherit;
	text-decoration: underline;
}



.main-nav #responsive_current_menu_item {
	display: none;
}

#site-navigation ul li {
	float: left;
}

#site-navigation ul li li {
	float: none;
	position: relative;
	border-bottom: 1px solid #eeeeee;
}

#site-navigation ul li a {
	display: block;
	padding: 1.2em 1em;
	line-height: 1.2;
}

#site-navigation ul li a:hover {
	background-color: #eee;
}

#site-navigation ul li.menu-item-has-children>a:after {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: bold;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	color: #f8b500;
	margin-left: 4px;
}

#site-navigation li {
	position: relative;
}

#site-navigation .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	background-color: #fff;
	width: auto;
	min-width: 15em;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.5);
}
#site-navigation #menu-main_navi>li:last-child .sub-menu {
	left: auto;
	right: 0;
}
#site-navigation #menu-main_navi>li:last-child .sub-menu li:hover .sub-menu {
	right: 100%;
}

#site-navigation li:hover .sub-menu {
	display: block;
}

#site-navigation li:hover .sub-menu .sub-menu {
	display: none;
}

#site-navigation li:hover .sub-menu li:hover .sub-menu {
	position: absolute;
	display: block;
	top: 0;
	left: 100%;
	z-index: 101;
	background-color: #fcfcfc;
}

#sp-site-navigation {
	display: none;
}

.menu-toggle {
	display: none;
	position: absolute;
	top: 5px;
	left: 0;
	box-sizing: border-box;
	background: none transparent;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	width: 60px;
	height: 60px;
	padding: 0px 14px;
	cursor: pointer;
}
.menu-toggle:hover {
	background-color: transparent;
}

.menu-toggle.menu-search {
	left: auto;
	right: 0;
}

.open-search .menu-toggle.menu-navi,
.open-navi .menu-toggle.menu-search,
.open-search #sp-site-navigation,
.open-navi .easy-access {
	display: none;
}


.admin-bar .menu-toggle {
	top: 51px;
}

.menu-toggle span {
	position: relative;
}

.menu-toggle span,
.menu-toggle span:after,
.menu-toggle span:before {
	display: block;
	height: 3px;
	width: 100%;
	background: none #f8b500;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-toggle span:after,
.menu-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
}
.menu-toggle span:before {
	top: -10px;
}
.menu-toggle span:after {
	top: 10px;
}
.menu-opened .menu-toggle span {
	background-color: transparent;
}
.menu-opened .menu-toggle span:before,
.menu-opened .menu-toggle span:after {
	top: 0;
}
.menu-opened .menu-toggle span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-opened .menu-toggle span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-toggle i {
	color: #000;
	font-size: 20px;
	color: #f8b500;
}

/*--------
10.2 Front Page
*/
#hero {
	position: relative;
	min-width: 1200px;
}
#hero img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

#hero img.for-sp {
	display: none;
}

#hero .layer{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#hero .layer .wrap {
	height: 100%;
	position: relative;
}

.hero-message {
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
}

.hero-message h2 {
	font-family: "Yu Gothic", "YuGothic", meiryo, sans-serif;
	font-weight: 600;
	line-height: 1.5;
	color: #0b528d;
	font-size: 20px;
	padding: 7% 8%;
	margin: 0;
}

.hero-message p {
	font-size: 14px;
	font-weight: bold;
	padding: 0 8%;
}

.hero-message .button-link {
	width: 400px;
	text-align: right;
	padding: 1% 20px 0;
}

.hero-message .button i {
	margin-left: 1em;
}

.content-section {
	padding: 40px 0 35px;
}

.content-section.dark {
	background-color: #f3f5f6;
}

.section-title {
	font-size: 30px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.section-title:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 80px;
	margin-left: -40px;
	background-color: #000000;
	height: 4px;
}

.section-desctiption {
	text-align: center;
	margin-bottom: 30px;
}

.post-list img {
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.post-list-wrapper {
	padding: 10px 20px 0;
}

.post-list {
	width: 50%;
	float: left;
	padding: 10px 0;
}

.post-list:nth-child(2n) .post-list-inner {
	padding-left: 40px;
}

.post-list:nth-child(2n-1) .post-list-inner {
	padding-right: 40px;
}

.post-list .thumb-box {
	float: left;
	width: 70px;
	height: 70px;
}

.post-list .text-box {
	margin-left: 80px;
	height: 70px;
}

.post-list h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	lin-height: 1.7;
}

.post-grid h3 {
	font-size: 15px;
	margin: 20px 0 10px;
}

.post-grid figure {
	max-height: 215px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.post-grid p {
	color: #6a6a6a;
}

.post-grid .tag {
	text-align: right;
}

.btn-wrapper {
	text-align: center;
	margin-top: 40px;
}

.btn-wrapper .btn {
	background: #999999;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	padding: 7px 25px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.btn-wrapper .btn:hover {
	opacity: 0.7;
}

.btn-wrapper .btn i {
	font-weight: bold;
	margin-left: 0.7em;
}

.recommend-books {
	position: relative;
	padding: 0 55px;
}

.recommend-books .book-wrapper {
	position: relative;
	margin: 10px 25px;
}

.recommend-books .book-wrapper figure {
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);
}

.recommend-books .book-wrapper figure img {
	width: auto;
	height: auto;
}

.recommend-books .book-wrapper .book-description {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	width: 90%;
	height: 90%;
	background: rgba(49, 59, 73, 0.65);
}

.recommend-books .book-wrapper:hover .book-description {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.recommend-books .book-wrapper .book-description-inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 96%;
	padding: 2%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.recommend-books .book-wrapper h3 {
	text-align: center;
}

.recommend-books .book-wrapper a {
	color: #ffffff;
	font-weight: bold;
}

.recommend-books .book-wrapper a:hover {
	color: #f8b500;
}

.recommend-books .book-note {
	margin: 10px 30px;
	font-size: 90%;
	color: #666666;
}

.recommend-books .arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	font-size: 50px;
	line-height: 50px;
}

.recommend-books .arrow-prev {
	left: 10px;
}

.recommend-books .arrow-next {
	right: 10px;
}

.recommend-books .arrow i {
	font-weight: bold;
	padding: 10px;
	cursor: pointer;
	color: #606060;
}

.recommend-books .arrow i:hover {
	color: #909090;
}

.recommend-books .arrow.slick-disabled i {
	color: #e0e0e0;
	cursor: default;
}


.message {
	position: relative;
	border: 2px solid #f8b500;
	border-radius: 9px;
	padding: 1.25% 1.66666%;
	width: 31.5%;
}
.message:before,
.message:after {
	position: absolute;
	content: "";
}

.message:before {
	border: 10px solid transparent;
	bottom: 45px;
}

.message:after {
	border: 8px solid transparent;
	bottom: 47px;
}

.message.left:before {
	border-left-color: #f8b500;
	border-left-width: 22px;
	right: -34px;
}

.message.left:after {
	border-left-color: #ffffff;
	border-left-width: 20px;
	right: -28px;
}

.message.right:before {
	border-right-color: #f8b500;
	border-right-width: 22px;
	left: -34px;
}

.message.right:after {
	border-right-color: #ffffff;
	border-right-width: 20px;
	left: -28px;
}

.message.left {
	float: left;
}
.message.right {
	float: right;
}

.message h3 {
	background: none left center no-repeat scroll transparent;
	padding-left: 50px;
	font-size: 24px;
	line-height: 42px;
	color: #0b528d;
}

.message.left h3 {
	background-image: url("assets/images/ico_question_circle.png");
}

.message.right h3 {
	background-image: url("assets/images/ico_smile_circle.png");
}

.message ul li {
	text-align: right;
	margin: 2px 0;
}

.message ul li a i {
	color: #f8b500;
	font-size: 120%;
}

.intro-tree {
	background: url("assets/images/img_tree.jpg") 0 0 no-repeat scroll transparent;
	background-size: 100% auto;
	width: 21.6666%;
	padding-top: 20.1%;
	height: 0;
	margin: 0 auto;
}

.organization {
	float: left;
	width: 210px;
	padding-right: 140px;
	background: url("assets/images/img_esdj.png") right center no-repeat scroll transparent;
}

.facebook-wall {
	float: left;
	margin: 0 50px 0 80px;
	width: 420px;
}

.banner-link {
	float: left;
	background: #f3f5f6;
	padding: 15px 20px;
	width: 260px;
}

.banner-link h3 {
	color: #000000;
	font-size: 24px;
	line-height: 30px;
	background: url("assets/images/ico_internet.png") left center no-repeat scroll transparent;
	padding-left: 40px;
}

.banner-link li {
	padding: 5px 0;
}

.banner-link li a:hover img {
	opacity: 0.7;
}

/*--------
10.4 side widget
*/
.widget-area .widget-wrapper {
	border: 1px solid #e4e8e9;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px 15px 20px;
	text-align: center;
}

.widget-area .widget-title {
	margin-bottom: 20px;
}

.widget-area .widget-title h3 {
	border-bottom: 1px solid #f8b500;
	margin-bottom: 0.3em;
}

.widget-area .textwidget {
	padding: 0 10px;
}

.widget-area .search-wrap {
	display: inline-block;
}

.lat-post-item {
	padding: 10px 0 15px;
	border-bottom: 1px solid #e4e8e9;
	font-size: 12px;
	text-align: left;
}

.lat-post-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.lat-post-item .post-date {
	font-weight: bold;
}

.lat-post-item .lat-post-title {
	padding: 5px 0;
}

.lat-post-item .lat-post-title br {
	display: none;
}

/*--------
10.4 post/page
*/
.breadcrumb {
	background: none #f3f5f6;
	padding: 4px 10px;
	margin-bottom: 20px;
}

.breadcrumb li {
	display: inline;
	color: #888888;
	font-size: 13px;
}

.breadcrumb li+li:before {
	content: "\203a";
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.site-main a:hover img {
	opacity: 0.7;
}

.site-main .entry-title {
	border-top: 2px solid #a6afb1;
	border-bottom: 1px solid #e4e8e9;
	box-shadow: 0 1px 0 #fdfdfe;
	line-height: 1.2;
	padding: 10px 3px;
	margin-bottom: 0;
}

.entry-header {
	margin-bottom: 25px;
}

.entry-header .entry-title {
	line-height: 1.4em;
}

.entry-header .entry-meta {
	border-bottom: 1px solid #e4e8e9;
	box-shadow: 0 1px 0 #fdfdfe;
	padding: 3px 10px;
}

.entry-header .entry-meta .author,
.entry-header .entry-meta .entry-date {
	float: right;
	margin-left: 1em;
}

.updated:not(.published) {
    display: none;
}

.entry-footer {
	padding: 15px 25px;
}

.entry-content {
	line-height: 1.6em;
	padding: 0 25px;
}

.entry-content p {
	margin: 1.5em 0;
}

.entry-content a {
	color: #eeaa33;
	text-decoration: underline;
}

.entry-content a:hover,
.entry-content a:focus {
	color: #999999;
	text-decoration: none;
}

.entry-content h4 {
	line-height: normal;
	border-bottom: 1px solid #e4e8e9;
	padding-bottom: 5px;
	margin-top: 10px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em;
}

.entry-content ul {
	list-style: disc outside none;
}

.entry-content ol {
	list-style: decimal outside none;
}

.entry-content li {
	margin: 0.2em 0;
}

.entry-content table {

}

.entry-content .wp-caption {
	background-color: #fcfdfa;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	text-align: center;
	padding: 10px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.entry-content .wp-caption-text {
	color: #666666;
	margin: 0.3em 0;
	font-size: 0.9em;
}

.report a,
.report2 a,
.concept a {
	display: block;
	font-size: 22px;
	font-weight: 700;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fffde5;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	box-shadow: 0 10px 6px -6px #cccccc;
	margin: 25px 0;
	padding: 20px 30px;
	text-decoration: none;
}

.report a:hover,
.report2 a:hover,
.concept a:hover {
	background-color: #EFECCD;
}

.notes {
	padding: 0 15px 0 30px;
}

ul.file {
	list-style: none;
}

li.pdf {
	list-style: none;
	background: url(http://esdjoffice.sakura.ne.jp/wp/wp-content/uploads/2015/09/Icon-PDF.png) 0% 50% no-repeat;
	padding: 20px 0 25px 60px;
	border-bottom: dotted 1px #ccc;
}

li.doc {
	list-style: none;
	background: url(http://esdjoffice.sakura.ne.jp/wp/wp-content/uploads/2015/09/Icon-Doc.png) 0% 50% no-repeat;
	padding: 20px 0 25px 60px;
	border-bottom: dotted 1px #ccc;
}

.movie {
	font-size: 12px;
	padding-left: 35px;
	margin: 0 auto 10px 20px;
	background: url(http://www.esd-j.org/esd-co/wp/wp-content/themes/responsive/icons/youtube-icon.png) 0% 50% no-repeat;
}

.movie a {
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.post-navigation {
	border-top: 1px solid #e4e8e9;
	box-shadow: 0 1px 0 #fdfdfe inset;
	padding: 30px 40px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	width: 48%;
}

.post-navigation .nav-previous {
	float: left;
	text-align: left;
}

.post-navigation .nav-next {
	float: right;
	text-align: right;
}

.nav-subtitle {
	display: none;
	font-weight: bold;
	font-size: 95%;
}

.nav-title {
	position: relative;
	color: #666666;
}

.nav-title i {
	position: absolute;
	font-size: 1.2em;
	color: #f8b500;
	font-weight: bold;
}

.nav-previous .nav-title i {
	left: -1em;
}

.nav-next .nav-title i {
	right: -1em;
}



/*--------
10.4 archive
*/
.page-title {
	padding: 0 15px;
	margin: 0 0 30px;
	border-bottom: 3px solid #f8b500;
	height: 35px;
}

.page-title>span {
	display: inline-block;
	background-color: #f8b500;
	color: #fff;
	padding: 4px 40px 0px 15px;
	margin-left: -15px;
	border-radius: 6px 6px 0 0;
	position: relative;
	height: 33px;
}

.page-title>span:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	right: -16px;
	height: 0;
	width: 0;
	background: transparent;
	border-top: 17px solid transparent;
	border-bottom: 16px solid #f8b500;
	border-left: 8px solid #f8b500;
	border-right: 8px solid transparent;
}

.taxonomy-description {
	padding: 5px 10px;
	margin: 0 10px 30px;
	border: 1px solid #e4e8e9;
	background: #fafafa;
}

.taxonomy-description p {
	padding: 0;
	margin: 0;
	color: #666666;
	font-size: 0.9em;
}

.archive-contents {
	margin: 0 -1%;
}

.loop {
	box-sizing: border-box;
	margin: 0 1% 20px;
	float: left;
	width: 48%;
	border: 1px solid #93bbde;
}

.loop .entry-title {
	border: none;
	background-color: #cde1f2;
	font-size: 15px;
	font-size: 0.9375rem;
	padding: 0;
}

.loop .entry-title a {
	display: block;
	height: 2.2em;
	padding: 15px 20px;
}

.loop .entry-title br {
	display: none;
}

.loop .entry-title a:hover {
	color: #0b528d;
	text-decoration: underline;
}

.loop .entry-content-wrapper {
	padding: 20px;
}

.loop .post-thumbnail {
	float: left;
	width: 40%;
	max-height: 8em;
	overflow: hidden;
}

.loop .post-content {
	float: right;
	width: 58%;
}

.loop .post-content .header-meta {
	color: #666666;
}

.loop .post-content .header-meta time {
	opacity: 0.8;
	font-size: 90%;
}

.loop .post-content .entry-content {
	margin: 0.5em 0 1em;
	padding: 0;
	height: 6em;
	overflow: hidden;
}

.loop .footer-meta {
	clear: both;
	text-align: right;
	font-size: 14px;
}

.pagination {
	text-align: center;
	padding: 30px 0;
}

.pagination .page-numbers {
	display: inline-block;
	color: #ffffff;
	line-height: 30px;
	line-height: 1.875rem;
	min-width: 25px;
	min-width: 1.5625rem;
	background-color: #c6cfd1;
	margin: 4px 2px;
}

.pagination .page-numbers.current {
	background-color: #f8b500;
}

.pagination a:hover {
	background-color: #f8b500;
}

/*--------
10.4 Coloring
*/

/* Latest */
#latest-posts .section-title:after,
#latest-posts .btn-wrapper .btn {
	background-color: #f8b500;
}

/* Local */
.term-local .page-title span,
#local-posts .section-title:after,
#local-posts .btn-wrapper .btn {
	background-color: #db646a;
}
.tag .section-local {
	color: #db646a;
}
#local-posts .btn-wrapper .btn {
	border: 2px solid #db646a;
}
.term-local .page-title{
	border-color: #db646a;
}
.term-local .page-title span:after {
	border-bottom-color: #db646a;
	border-left-color: #db646a;
}

/* Reform */
.term-reform .page-title span,
#reform-posts .section-title:after,
#reform-posts .btn-wrapper .btn {
	background-color: #9378b5;
}
.tag .section-reform {
	color: #9378b5;
}
.term-reform .page-title{
	border-color: #9378b5;
}
.term-reform .page-title span:after {
	border-bottom-color: #9378b5;
	border-left-color: #9378b5;
}

/* Youth */
.term-youth .page-title span,
#youth-posts .section-title:after,
#youth-posts .btn-wrapper .btn {
	background-color: #59abcb;
}
.tag .section-youth {
	color: #59abcb;
}
.term-youth .page-title{
	border-color: #59abcb;
}
.term-youth .page-title span:after {
	border-bottom-color: #59abcb;
	border-left-color: #59abcb;
}

/* Structure */
.term-structure .page-title span,
#structure-posts .section-title:after,
#structure-posts .btn-wrapper .btn {
	background-color: #d86fa0;
}
.tag .section-structure {
	color: #d86fa0;
}
.term-structure .page-title{
	border-color: #d86fa0;
}
.term-structure .page-title span:after {
	border-bottom-color: #d86fa0;
	border-left-color: #d86fa0;
}

/* Research */
.term-research .page-title span,
#research-posts .section-title:after,
#research-posts .btn-wrapper .btn {
	background-color: #ee9648;
}
.tag .section-research {
	color: #ee9648;
}
.term-research .page-title{
	border-color: #ee9648
}
.term-research .page-title span:after {
	border-bottom-color: #ee9648;
	border-left-color: #ee9648;
}

/* Diary */
.term-diary .page-title span,
#diary-posts .section-title:after,
#diary-posts .btn-wrapper .btn {
	background-color: #5f9e7e;
}
.tag .section-diary {
	color: #5f9e7e;
}
.term-diary .page-title{
	border-color: #5f9e7e
}
.term-diary .page-title span:after {
	border-bottom-color: #5f9e7e;
	border-left-color: #5f9e7e;
}

/* Book */
#book-posts .section-title:after {
	background-color: #3163ca;
}

/*--------
10.4 Footer
*/
#footer-top {
	padding: 40px 0;
	background: none #f3f5f6;
	color: #000000;
}

.widget_nav_menu h3 {
	font-size: 14px;
	margin: 0;
	padding: 0 0 3px;
}

.widget_nav_menu li {
	margin: 5px 0 5px 1em;
}

.widget_nav_menu li:before  {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: bold;
	color: #f8b500;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	margin-left: -1em;
	width: 1em;
	text-align: center;
}

.widget_nav_menu li a {
	color: #000000;
}

.widget_nav_menu li a:hover {
	text-decoration: underline;
	color: #999999;
}

#footer-bottom {
	color: #ffffff;
	text-align: right;
	background: -moz-linear-gradient(left, #fbfcfe 49%, #fbfcfe 50%, #1e4aa6 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fbfcfe 49%,#fbfcfe 50%,#1e4aa6 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fbfcfe 49%,#fbfcfe 50%,#1e4aa6 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1e4aa6',GradientType=1 ); /* IE6-9 */
}

#footer-bottom .wrap {
	padding: 20px 0;
	background: url("assets/images/bg_footer_memory.png") left top no-repeat scroll #1e4aa6;
	background-size: auto 100%;
}

.social-icons {
	font-size: 25px;
	display: inline-block;
}

.social-icons a {
	display: inline-block;
	margin: 0 10px;
}

.social-icons i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #1e4aa6;;
	background: #ffffff;
	border-radius: 2px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.social-icons .fa-facebook:before {
	position: absolute;
	bottom: 0;
	right: 4px;
	line-height: 22px;
	font-size: 27px;
}

.social-icons .fa-rss {
	font-size: 22px;
}

.social-icons a:hover .fa-facebook {
	color: #ffffff;
	background: #3b5998;
}

.social-icons a:hover .fa-rss {
	color: #ffffff;
	background: #ff8c00;
}

.footer-menu {
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 12px;
}

.footer-menu li {
	float: left;
}

.footer-menu li:before {
	content: "|";
	display: inline-block;
	margin: 0 9px;
}

.footer-menu li:first-child:before {
	content: none;
}

.footer-menu a {
	color: #ffffff;
}

.footer-menu a:hover {
	text-decoration: underline;
}

.copyright {
	margin-top: 26px;
}

/**
 * Responsive for smartphone
 */
@media(max-width: 768px) {
	#container{min-width:initial; min-width:auto;}
	a:focus {outline: none;}
	.wrap {width: auto; padding: 0 10px;}
	.tag {font-size: 10px;}

	/* Header */
	.site-header {margin: 5px 0 20px;}
	.home .site-header {margin-bottom: 5px}
	.logo {height: 60px; float: none; text-align: center; margin-bottom: 0;}
	.logo img {max-height: 100%;}
	.header-navigation {float: none; background-color: #f3f3ef; position: absolute; top: 69px; left: 0; right: 0; z-index:100; display: none;}
	.open-search .header-navigation{padding: 20px;}
	.admin-bar .header-navigation {top: 111px;}

	.easy-access {margin-bottom: 10px;}
	.easy-access .search-wrap {float: none;}
	.search-wrap .field{width:100%; height: 40px; box-sizing: border-box; padding-left: 50px; background-color: #ffffff; border-radius: 4px;}
	.search-wrap .submit{position: relative; box-sizing: border-box; margin-top: -40px; height: 40px; width: 40px; bottom: -40px;}
	.access-wrap {display: none;}

	#site-navigation {display: none;}
	#sp-site-navigation {display: block; }
	#sp-site-navigation .menu{line-height: 1.43em;}
	#sp-site-navigation .sub-menu{display: none;}
	#sp-site-navigation ul li{border-bottom: 1px solid #cfcfcf;}
	#sp-site-navigation ul li a{display: block; padding: 10px 10px 10px 20px; position: relative;}
	#sp-site-navigation ul li a:hover {background-color: #efefef;}
	#sp-site-navigation ul li li {border-color: #afafaf;}
	#sp-site-navigation ul li li a{padding-left: 1.5em; background-color: #e0e0dc; }
	#sp-site-navigation ul li li li a{padding-left: 2.5em; background-color: #ccccc9; }
	#sp-site-navigation ul li li:last-child{border-bottom: none;}

	#sp-site-navigation ul li>a:before,
	#sp-site-navigation ul li>a:after {
		display: inline-block;
		font-family: FontAwesome;
		color: #f8b500;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 1.2em;
		font-weight: bold;
	}

	#sp-site-navigation ul li>a:before {
		content: "\f105";
		margin-right: 0.5em;
	}
	#sp-site-navigation ul li.menu-item-has-children>a:before {
		content: none;
		margin-right: 0;
	}
	#sp-site-navigation ul li.menu-item-has-children>a:after {
		content: "\f107";
		position: absolute;
		top: 50%;
		right: 23px;
		margin-top: -0.5em;
	}
	/*
	#menu-site-header>li>.sub-menu {padding-left: 1em; position: static;background-color: transparent;}
	#sp-site-navigation #menu-site-header>li.menu-item-has-children>a:after {content:"\f13a"; float: right; font-size: 150%;}
	#sp-site-navigation #menu-site-header>li.menu-item-has-children>a.open:after {-webkit-transform: rotate(180deg); transform: rotate(180deg);}
	*/
	.menu-toggle {display: inline-block;}


	/* Breadcrumb */
	.single-post .breadcrumb li:last-child,
	.page .breadcrumb li:last-child {display: none;} {display: none;}

	/* two-column layout */
	#primary, #secondary {float: none; width: auto;}

	/* HERO */
	#hero {min-width: none; min-width: inherit;}
	#hero img.for-pc {display: none;}
	#hero img.for-sp {display: block; width: 100%;}
	#hero .layer, #hero .hero-message {position: static;}
	.hero-message {width: auto; height: auto;}
	.hero-message h2 {padding: 10px 0.5em; text-align: center;}
	.hero-message h2 br, .hero-message p br {display: none;}
	.hero-message .button-link {width: auto; text-align: center;}

	/* Latest Posts */
	.section-title{font-size: 20px;}
	.post-list-wrapper {padding-left: 0; padding-right: 0;}
	.post-list {width: auto; float: none; border-bottom: 1px dotted #e0e0e0;}
	.post-list .post-list-inner {padding: 0 !important;}
	.post-list .text-box {height: auto;}

	/* Grid */
	.grid-wrapper{margin: 0;}
	.grid {float: none; width: auto; margin-bottom: 20px;}
	.grid p { margin-bottom: 0.5em; }
	.grid img { width: 100%; }
	.post-grid h3 {margin: 10px 0 10px;}
	.post-grid figure {max-height: initial;max-height: auto;}

	/* Carousel */
	.recommend-books {padding: 0 20px;}
	.recommend-books .book-wrapper h3 {font-size: 12px;}
	.recommend-books .book-note {font-size: 9px;}
	.recommend-books .arrow i {padding: 0;}

	/* Message */
	#intro-section .message{float: none; width: auto; border-radius: 4px; margin-bottom: 20px; padding: 1em; }
	#intro-section .message:before, #intro-section .message:after {content: none; position: static;}
	#intro-section .message ul li{padding: 7px 0;}
	.intro-tree{display: none;}

	/* Archive */
	.page-title {font-size: 20px; font-size: 1.25rem;}
	.page-title>span{padding-right: 20px;}
	.archive-contents{padding: 0 20px;}
	.loop {float: none; width: auto; margin: 0 0 20px;}
	.loop .entry-title a {height: auto;}
	.loop .post-thumbnail{width: 30%;}
	.loop .post-content{width: 68%;}
	.loop .post-content .entry-content{height: auto;}

	/* Post */
	.entry-content {padding: 0 0.5em;}
	.entry-content .wp-caption{display: block; float: none; margin: 1.5em 0;}
	/* post-navigation */
	.post-navigation{background-color: #f3f5f6; margin: 0 -10px; padding-top: 10px; padding-bottom: 10px;}
	.post-navigation .nav-previous,.post-navigation .nav-next{text-align: left; float: none; width: auto; padding: 1em 0;}
	.nav-subtitle {display: block; color: #999999;}
	.nav-title {color: #333333;}
	.entry-footer {padding: 20px 0.5em; }


	/* Widget */
	.widget-area .widget-wrapper{border: none; border-radius: 0; padding: 20px 10px 0;}
	.widget-area .widget-title h3{text-align: left; border-width: 2px;}
	.lat-post-item{padding: 10px 0;}
	.lat-post-item .post-date {font-weight: normal;}
	.lat-post-item .lat-post-title {font-weight: bold;font-size: 14px;}
	.lat-post-item:last-child{border-bottom: 1px solid #e4e8e9; padding-bottom: 10px;}


	/* Bottom Section */
	#footer-top,#footer-top .wrap{padding: 0;}
	#footer-top .grid{margin: 0; padding: 0;}
	#footer-top .grid .widget-title{margin:0; padding: 1em; border-top: 1px solid #999; position: relative;}
	#footer-top .grid:first-child .widget-title{border:none;}
	#footer-top .grid .widget-title:after{content: "+"; position: absolute; right: 1em; top: 1em;}
	#footer-top .grid .opened .widget-title:after{content: "-";}
	.widget_nav_menu h3{padding:0;}
	#footer-top .widget-title+div{display: none; padding: 0 1em 1em;}
	.organization, .facebook-wall, .banner-link{float: none; width: auto; margin: 0 0 20px;}
	.organization {-webkit-background-size: auto 100%; background-size: auto 100%; padding-right: 35%;}

	#footer-bottom {text-align: center;}
	#footer-bottom .wrap{background-size: 100% auto;background-color:#333; padding-top: 20%;}
	.footer-menu,.social-icons{display: block; margin-bottom: 20px;}
	.footer-menu li {float: none; display: inline-block;}
	.social-icons a .fa-facebook {color: #ffffff; background: #3b5998;}
	.social-icons a .fa-rss {color: #ffffff; background: #ff8c00;}
	.copyright {padding: 0 1em;}
}

@media(min-width: 769px) {
	.header-navigation, #site-navigation, .easy-access{display: block !important;}
	#footer-top .widget-title+div{display: block !important;}
}
