/*.widget_calendar {float: left;}*/
#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
}

#wp-calendar tbody td:hover {
	background: #fff;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}


.wpp-list .c-news-item__author {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}


.l-post-content .wp-caption {
	max-width: 100%;
}

.c-footer-menu .sub-menu a:before {
	content: "・";
}
.c-footer-menu .sub-menu a {
	font-size: 0.8em;
}
.c-footer-menu .sub-menu {
	/* padding-left: 16px; */
	margin-top: 16px;
}

.hljs .hljs-ln tr {
	border-bottom: none !important;
}

.l-global-nav__sub {
	width: 100%;
}
.c-footer-menu__list li a {
	font-weight: bold;
}
.c-footer-menu__list .sub-menu li a {
	font-weight: normal;
}
@media(min-width: 768px){
	.l-footer__copyright {
		margin-top: 40px;
	}
}

.theme-boxshadow .l-content-box {
	box-shadow: 0px 3px 20px 0px rgba(30, 50, 95, 0.07);
	border: none;
}

.theme-boxshadow .c-manual-item {
	box-shadow: 0px 3px 20px 0px rgba(30, 50, 95, 0.07);
	border: none;
}

.theme-boxshadow .c-category-navi__level1 {
	overflow: hidden;
}
.theme-boxshadow .c-fixed-news,
.theme-boxshadow .c-search-by__form input,
.theme-boxshadow .c-search-by__button {
	box-shadow: 0px 3px 20px 0px rgba(30, 50, 95, 0.07);
	border: none;
}
.theme-boxshadow .w-maincategorybox .c-category-navi__level1,
.theme-boxshadow .w-maincategorybox .c-category-navi__level2 a,
.theme-boxshadow .c-button {
	box-shadow: 0px 3px 20px 0px rgba(30, 50, 95, 0.07);
}
.theme-boxshadow .w-maincategorybox .c-category-navi__level3 a {
	box-shadow: none;
}
.theme-boxshadow .c-news-item__thumbnail {
	box-shadow: 0px 3px 20px 0px rgba(30, 50, 95, 0.07);
}




.theme-border-radius .l-content-box {
	border-radius: 10px;
}
.theme-border-radius .c-manual-item {
	border-radius: 10px;
}
.theme-border-radius .w-maincategorybox .c-category-navi__level1 {
	border-radius: 10px;
}
.theme-border-radius .c-lesson-header__categorylabels a,
.theme-border-radius .c-news-item__label a {
	border-radius: 20px;
}
.theme-border-radius .c-menu-list__head {
	border-radius: 8px;
}
.theme-border-radius .c-sidebar.is-image .c-sidebar__title {
	border-radius: 8px 8px 0 0;
}
.theme-border-radius .l-post-content h3 {
	border-radius: 8px;
}
.theme-border-radius .c-label {
	border-radius: 20px;
}
.theme-border-radius .l-global-nav .c-category-navi.is-global-navi .c-category-navi__level2 .c-category-navi__level2 {
	border-radius: 8px;
}
.theme-border-radius .l-global-nav__main>li a.l-global-nav__link {
	border-radius: 8px 8px 0 0;
}
.theme-border-radius .c-news-item__thumbnail {
	border-radius: 8px;
}

.theme-pageheader-colornone .c-page-header__content {
	background: none;
}
.theme-pageheader-colornone .c-page-header__image {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    flex-basis: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
}

.theme-pageheader-colornone .c-page-header__inner:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.theme-pageheader-colornone .c-page-header__content {
	position: relative;
	z-index: 10;
}
