@charset "UTF-8";
/*
Theme Name: 北海道新聞社会福祉振興基金
Description: Description
Version: 1.0.0
*/
/* editor */
p {
	display: block;
	margin: 0 0 0.7em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	display: block;
	-webkit-margin-after: 1em;
	-webkit-margin-before: 1em;
	-webkit-margin-end: 40px;
	-webkit-margin-start: 40px;
}

ul > li, ol > li {
	margin-bottom: 0.7em;
}

/* img */
.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
}

.wp-caption {
	font-size: 90%;
}

.wp-caption-text {
	color: #666;
	margin: 4px 0;
}

/* clearfix */
.clearfix {
	overflow: hidden;
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

/**
 * 共通スタイル
 */
html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-size: 16px;
}

.overlay {
	background: #f1f8f2;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
.overlay .loader {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.overlay .loading-message {
	color: #f48acc;
	font-size: 1.2rem;
	margin-top: 1em;
}

#page {
	visibility: hidden;
}

.wf-active #page {
	background: #f1f8f2;
	visibility: visible;
}

@media screen and (max-width: 992px) {
	.container {
		padding: 0 10px;
	}
}

/*
 * Utility
 */
.block {
	width: 100%;
}

.df-table {
	display: table;
}

.df-table > dl {
	display: table-row;
}

.df-table > dl > dt, .df-table > dl > dd {
	display: table-cell;
	vertical-align: middle;
}

.df-table > dl > dt {
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}

.df-table-bordered {
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
}

.df-table-bordered > dl > dt, .df-table-bordered > dl > dd {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 6px;
}

.df-table-striped > dl:nth-child(odd) {
	background: #eee;
}

/*
 * ヘッダー
 */
.header {
	font-family: "a-otf-ryumin-pr6n", "Sawarabi Mincho", serif;
	margin: 30px 0 20px;
	position: relative;
}

.logo-img {
	height: auto;
	max-width: 462px;
	width: 100%;
}

.sub-navigation {
	font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
	.sub-navigation {
		display: none;
	}
}
.sub-navigation ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sub-navigation li {
	margin-left: 20px;
}
.sub-navigation li:first-child {
	margin-left: 0;
}
.sub-navigation a, .sub-navigation a:link, .sub-navigation a:visited, .sub-navigation a:hover, .sub-navigation a:focus {
	color: #333;
	text-decoration: none;
}

/*
 * グローバルナビゲーション
 */
.global-navigation {
	font-family: "a-otf-ryumin-pr6n", "Sawarabi Mincho", serif;
}
@media screen and (max-width: 992px) {
	.global-navigation {
		display: none;
	}
}
.global-navigation ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.global-navigation li {
	-webkit-align-items: stretch;
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: stretch;
	width: 300px;
}
.global-navigation a {
	box-shadow: 0 0 2px #999;
	color: #333;
	display: block;
	padding: .4em 0;
	text-decoration: none;
	width: 100%;
}
.global-navigation a:hover {
	opacity: .8;
}

.global-navigation a.outline {
	background: linear-gradient(#fff, #f9d2d2);
}

.global-navigation a.donation {
	background: linear-gradient(#fff, #f4d169);
}

.global-navigation a.scholarship {
	background: linear-gradient(#fff, #c3d94e);
}

.global-navigation a.subsudy {
	background: linear-gradient(#fff, #c3d94e);
}

.global-navigation a.loan {
	background: linear-gradient(#fff, #c3d94e);
}

.global-navigation a.about {
	background: linear-gradient(#fff, #9fd9f6);
}

.global-navigation a.post {
	background: linear-gradient(#fff, #9fd9f6);
}

.global-navigation a.blog {
	background: linear-gradient(#fff, #9fd9f6);
}

/*
 * フッター
 */
.footer {
	font-family: "a-otf-ryumin-pr6n", "Sawarabi Mincho", serif;
	padding-bottom: 40px;
}

.footer-navigation {
	margin-bottom: 26px;
}
@media screen and (max-width: 992px) {
	.footer-navigation {
		display: none;
	}
}
.footer-navigation ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-navigation li {
	height: 96px;
	overflow: hidden;
	position: relative;
	width: 136px;
}
.footer-navigation li:last-child {
	margin-right: 0;
}
.footer-navigation li:before {
	background-size: contain;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.footer-navigation li:hover:before {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	transition: .3s ease-in-out;
}
.footer-navigation .outline:before {
	background-image: url("./img/footer/outline.jpg");
}
.footer-navigation .donation:before {
	background-image: url("./img/footer/donation.jpg");
}
.footer-navigation .scholarship:before {
	background-image: url("./img/footer/scholarship.jpg");
}
.footer-navigation .subsudy:before {
	background-image: url("./img/footer/subsudy.jpg");
}
.footer-navigation .loan:before {
	background-image: url("./img/footer/loan.jpg");
}
.footer-navigation .about:before {
	background-image: url("./img/footer/about.jpg");
}
.footer-navigation .post:before {
	background-image: url("./img/footer/post.jpg");
}
.footer-navigation .blog:before {
	background-image: url("./img/footer/blog.jpg");
}
.footer-navigation a {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.footer-navigation a > span {
	display: inline-block;
	font-family: "a-otf-ryumin-pr6n", "Sawarabi Mincho", serif;
	margin: 2px 0 0 2px;
}
.footer-navigation a, .footer-navigation a:visited, .footer-navigation a:hover, .footer-navigation a:focus {
	color: #000;
	text-decoration: none;
}

.copy {
	font-size: 1.3rem;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.copy {
		text-align: left;
	}
}

/*
 *  メインビジュアル
 */
.main-visual {
	padding: 0;
	position: relative;
}

/*
 * パンくずリスト
 */
.breadcrumbs {
	font-family: "a-otf-ryumin-pr6n", "Sawarabi Mincho", serif;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

/*
 * 新着情報・お知らせ用タブ
 * ※bootsttapのタブだと余計な線が出るためオリジナルを使用
 */
.mytab-nav {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: justify;
	font-family: "a-otf-ryumin-pr6n", "Sawarabi Mincho", serif;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.mytab-nav li {
	margin: 0;
	width: 50%;
}
.mytab-nav span {
	background: #dee8c1;
	border: solid 1px #ddd;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	color: #000;
	display: block;
	padding: 10px 0;
	cursor: pointer;
}
.mytab-nav a, .mytab-nav a:visited, .mytab-nav a:hover, .mytab-nav a:focus {
	text-decoration: none;
}
.mytab-nav span.active {
	background: linear-gradient(#dee8c1, #fff, #fff);
}

.mytab-content {
	background: white;
	border: solid 1px #ddd;
	border-top: none;
	padding: 20px;
}
.mytab-content > .mytab-panel {
	display: none;
}
.mytab-content > .mytab-panel.active {
	display: block;
}

/*
 * メインコンテンツ
 */
.contents {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 38px;
}

.content-aside {
	margin-right: auto;
	width: 230px;
}
@media screen and (max-width: 992px) {
	.content-aside {
		display: block;
		width: 100%;
	}
	.content-aside.pc-only {
		display: none;
	}
	.content-aside.blog {
		display: block;
		width: 100%;
	}
}

.content-main {
	background: #fff;
	border-radius: 4px;
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 1.4rem;
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 20px 20px 40px;
	width: 740px;
}
@media screen and (max-width: 992px) {
	.content-main {
		width: 100%;
	}
}

/*
 * サイドバー
 */
.sidebar-widget li {
	margin-bottom: .4em;
}

/*
 * ドロワーメニュー
 */
#page {
	transition: transform .4s, -webkit-transform .4s;
	transition: transform .4s;
	transition: -webkit-transform .4s;
}

#page.opened {
	height: 100%;
	position: fixed;
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
	width: 100%;
}

#page + .drawer {
	display: none;
}

#page.opened + .drawer {
	display: block;
}

.drawer {
	background: #333;
	color: #fff;
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 1.5rem;
	height: 100%;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	z-index: -1;
}
.drawer .drawer-header {
	background: green;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
.drawer .list-group-item {
	background: transparent;
	border: none;
	box-shadow: 0 1px 1px #666;
	color: #fff;
}
.drawer .list-group-item:hover {
	background: #000;
}
.drawer .list-group-item:first-child, .drawer .list-group-item:last-child {
	border-radius: 0;
}
.drawer .list-group-item:after {
	content: "\f054";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.drawer-btn {
	box-shadow: 1px 1px 2px #333;
	height: 40px;
	position: absolute;
	right: 0;
	top: -6px;
	width: 44px;
}
@media screen and (min-width: 992px) {
	.drawer-btn {
		display: none;
	}
}

/*
 * ページネーション
 */
.df-pagenation {
	margin-top: 40px;
	text-align: center;
}
.df-pagenation a[rel=prev], .df-pagenation a[rel=next], .df-pagenation .page-numbers {
	border: solid 1px #ccc;
	display: inline-block;
	padding: 10px;
}
.df-pagenation a[rel=prev]:hover, .df-pagenation a[rel=next]:hover, .df-pagenation .page-numbers:hover {
	background: #5bc2d9;
	color: #fff;
	text-decoration: none;
}
.df-pagenation .page-numbers.current {
	background: #5bc2d9;
	color: #fff;
}

/*
 * facebook ページプラグイン
 */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
	margin: 0 auto;
	width: 100% !important;
}

@media screen and (max-width: 992px) {
	.df-fb-pagebox {
		display: block;
		margin: 0 auto;
		max-width: 500px;
	}
}

/*
 * ページ毎のスタイル
 */
.page-title {
	font-family: "a-otf-ryumin-pr6n", "Sawarabi Mincho", serif;
	font-size: 4.8rem;
	margin-top: 0;
}
@media screen and (max-width: 992px) {
	.page-title {
		font-size: 3.6rem;
	}
}

.page-subtitle {
	font-family: "a-otf-ryumin-pr6n", "Sawarabi Mincho", serif;
	font-size: 2.4rem;
}

.section-title {
	border-radius: 4px;
	font-family: "a-otf-ryumin-pr6n", "Sawarabi Mincho", serif;
	font-size: 2.4rem;
	padding: 6px;
}

.section-title > a {
	color: white;
}

.section-subtitle {
	border-bottom: solid 2px transparent;
	font-family: "a-otf-ryumin-pr6n", "Sawarabi Mincho", serif;
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 4px;
}

.section-body {
	padding: 0 8px;
}

.outline .page-title {
	color: #ec6d81;
}

.outline .page-subtitle {
	color: #ec6d81;
}

.outline .section-title {
	background-color: #f19cad;
	color: #fff;
}

.outline .section-subtitle {
	border-color: #f19cad;
}

.donation .page-title {
	color: #f08200;
}

.donation .page-subtitle {
	color: #f08200;
}

.donation .section-title {
	background-color: #f6ad54;
	color: #fff;
}

.donation .section-subtitle {
	border-color: #f6ad54;
}

.scholarship .page-title {
	color: #3eb134;
}

.scholarship .page-subtitle {
	color: #3eb134;
}

.scholarship .section-title {
	background-color: #8cc66d;
	color: #fff;
}

.scholarship .section-subtitle {
	border-color: #8cc66d;
}

.subsudy .page-title {
	color: #3eb134;
}

.subsudy .page-subtitle {
	color: #3eb134;
}

.subsudy .section-title {
	background-color: #8cc66d;
	color: #fff;
}

.subsudy .section-subtitle {
	border-color: #8cc66d;
}

.loan .page-title {
	color: #3eb134;
}

.loan .page-subtitle {
	color: #3eb134;
}

.loan .section-title {
	background-color: #8cc66d;
	color: #fff;
}

.loan .section-subtitle {
	border-color: #8cc66d;
}

.about .page-title {
	color: #21b8ce;
}

.about .page-subtitle {
	color: #21b8ce;
}

.about .section-title {
	background-color: #5ac2d8;
	color: #fff;
}

.about .section-subtitle {
	border-color: #5ac2d8;
}

.post .page-title {
	color: #5bc2d9;
}

.post .page-subtitle {
	color: #5bc2d9;
}

.post .section-title {
	background-color: #5bc2d9;
	color: #fff;
}

.post .section-subtitle {
	border-color: #5bc2d9;
}

.blog .page-title {
	color: #5bc2d9;
}

.blog .page-subtitle {
	color: #5bc2d9;
}

.blog .section-title {
	background-color: #5bc2d9;
	color: #fff;
}

.blog .section-subtitle {
	border-color: #5bc2d9;
}

/*
 * 固定ページ用サイドバー
 */
.df-panel {
	background: #ccc;
	font-family: "a-otf-ryumin-pr6n", "Sawarabi Mincho", serif;
}
.df-panel .panel-heading {
	color: white;
	font-size: 2.4rem;
	padding: 4px 10px;
}
.df-panel .panel-body {
	padding: 0 10px 10px;
}
.df-panel .list-group {
	margin: 0;
}
.df-panel .list-group-item {
	font-size: 1.5rem;
	padding: 10px;
	padding-left: 1.4em;
	text-indent: -1em;
}
.df-panel .list-group-item:before {
	content: "\f04b";
	font-family: "FontAwesome";
	margin-right: 6px;
}

.df-panel-outline {
	background-color: #f19cad;
}
.df-panel-outline .list-group-item:before {
	color: #f19cad;
}

.df-panel-donation {
	background-color: #f6ad54;
}
.df-panel-donation .list-group-item:before {
	color: #f6ad54;
}

.df-panel-scholarship {
	background-color: #8cc66d;
}
.df-panel-scholarship .list-group-item:before {
	color: #8cc66d;
}

.df-panel-subsudy {
	background-color: #8cc66d;
}
.df-panel-subsudy .list-group-item:before {
	color: #8cc66d;
}

.df-panel-loan {
	background-color: #8cc66d;
}
.df-panel-loan .list-group-item:before {
	color: #8cc66d;
}

.df-panel-about {
	background-color: #5ac2d8;
}
.df-panel-about .list-group-item:before {
	color: #5ac2d8;
}

.df-panel-post {
	background-color: #5bc2d9;
}
.df-panel-post .list-group-item:before {
	color: #5bc2d9;
}

.df-panel-blog {
	background-color: #5bc2d9;
}
.df-panel-blog .list-group-item:before {
	color: #5bc2d9;
}

/*
 * トップページ
 */
.home .main-visual {
	position: relative;
}

.main-visual-text {
	display: none;
}

.home .main-visual .main-visual-text {
	bottom: 8px;
	color: #fff;
	display: block;
	font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
	font-size: 4.0rem;
	position: absolute;
	right: 10px;
	text-shadow: 0 0 8px rgba(255, 180, 180, .6);
	z-index: 99999;
}
@media screen and (min-width: 481px) and (max-width: 991px) {
	.home .main-visual .main-visual-text {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 480px) {
	.home .main-visual .main-visual-text {
		font-size: 1.6rem;
	}
}

/*
 * ▼「ご寄付はこちらから」バナー
 * @2017.08.09 追加
 -------------------------- */
.main-visual .donation-link {
	display: none;
}
.home .main-visual .donation-link {
	display: inline-block;
	/* background-image: url('img/donation-link.png'); */
	background-image: url('img/donation-link@2x.png');
	background-repeat: no-repeat;
	position: absolute;
  width: 120px;
  height: 110px;
	text-indent: -99999px;
	bottom: 12px;
	right: 16px;
	background-size: contain;
}
.home .main-visual .donation-link:hover {
	opacity: .9;
}
@media screen and (min-width: 481px) and (max-width: 991px) {
	.home .main-visual .donation-link {
		width: 108px;
		height: 100px;
		right: 40px;
	}
}
@media screen and (max-width: 480px) {
	.home .main-visual .donation-link {
		width: 88px;
		height: 81px;
		position: relative;
		top: 10px;
		left: 50%;
		margin-left: -44px;
	}
}
/* ▲「ご寄付はこちらから」バナー */

.home .contents {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
@media screen and (max-width: 992px) {
	.home .contents {
		display: block;
		width: 100%;
	}
}

.home .content-main {
	background: transparent;
	margin-right: 30px;
	padding: 0;
	width: 740px;
}
@media screen and (max-width: 992px) {
	.home .content-main {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.home .content-aside {
		display: block;
		width: 100%;
	}
}

.home .list-item {
	display: table;
	margin-bottom: .6em;
	width: 100%;
}

.home .list-item-news, .home .list-item-info {
	display: table-row;
}
.home .list-item-news .date, .home .list-item-info .date {
	display: table-cell;
	width: 100px;
}
.home .list-item-news .content, .home .list-item-info .content {
	display: table-cell;
	max-width: 1px;
}
.home .list-item-news .title, .home .list-item-news .excerpt, .home .list-item-info .title, .home .list-item-info .excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-info-top {
	margin-bottom: 20px;
}

.panel-donor {
	border-color: #ddd;
}

.panel-donor > .panel-heading {
	background-color: #dee8c1;
	font-family: "a-otf-ryumin-pr6n", "Sawarabi Mincho", serif;
}

/*
 * 寄付
 */
.df-donor-list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	width: 100%;
}
@media screen and (max-width: 992px) {
	.df-donor-list {
		display: block;
	}
}
.df-donor-list > li {
	box-sizing: box-border;
	margin: 0 0 10px;
	width: 50%;
}
@media screen and (max-width: 992px) {
	.df-donor-list > li {
		width: 100%;
	}
}

/* add by gen.sawada 170725
*/

.notice01  p {
	display:block;
	margin:10px 15px 10px 80px;
	background-color:#FFCCCC;
	color:#666666;
}

/*
 * 奨学金
 */
/*
 * 助成金
 */
/*
 * 貸し付け
 */
/*
 * 福祉基金について
 */
/*
 * スタッフブログ
 */
.article-meta {
	margin-bottom: 10px;
	text-align: right;
}
.article-meta .post-categories {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.article-meta .post-categories > li {
	display: inline-block;
}

.blog .sidebar-widget h3, .archive .sidebar-widget h3 {
	background: #49bcbd;
	border-radius: 4px;
	color: #fff;
	font-family: "a-otf-ryumin-pr6n", "Sawarabi Mincho", serif;
	font-size: 1.6rem;
	margin-top: 0;
	padding: 4px 8px;
}

.blog .sidebar-widget .widget_recent_entries, .blog .sidebar-widget .widget_categories, .blog .sidebar-widget .widget_archive, .archive .sidebar-widget .widget_recent_entries, .archive .sidebar-widget .widget_categories, .archive .sidebar-widget .widget_archive {
	margin-bottom: 20px;
}
.blog .sidebar-widget .widget_recent_entries ul, .blog .sidebar-widget .widget_categories ul, .blog .sidebar-widget .widget_archive ul, .archive .sidebar-widget .widget_recent_entries ul, .archive .sidebar-widget .widget_categories ul, .archive .sidebar-widget .widget_archive ul {
	font-family: "Noto Sans Japanese", sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0 4px 0;
}
.blog .sidebar-widget .widget_recent_entries li a:before, .blog .sidebar-widget .widget_categories li a:before, .blog .sidebar-widget .widget_archive li a:before, .archive .sidebar-widget .widget_recent_entries li a:before, .archive .sidebar-widget .widget_categories li a:before, .archive .sidebar-widget .widget_archive li a:before {
	content: "\f04b \0020";
	font-family: "FontAwesome";
	font-size: 1.2rem;
}

/*
 * サイトマップ
 */
.sitemap .page-title {
	font-size: 3.6rem;
}

/*
 * お問い合わせ
 */
.contact .page-title {
	font-size: 3.6rem;
}

/*
 * 個人情報の取り扱いについて
 */
.privacy .page-title {
	font-size: 3.6rem;
}

/*
 * 新着情報
 */
.news .section-title {
	background: #5bc2d9;
	color: #fff;
}

/*
 * お知らせ
 */
.info .section-title {
	background: #5bc2d9;
	color: #fff;
}

/*
 * 404ページ
 */
.error404 .content-main {
	width: 100%;
}

/*
 * Archive Calendar Widget 拡張
 */
.calendar-archives {
	font-size: 13px;
	position: relative;
	width: 100%;
}

.calendar-archives * {
	box-sizing: border-box !important;
}

.calendar-archives a, .calendar-archives a:focus, .calendar-archives a:active {
	outline: none !important;
}

.calendar-archives.arw-theme2 .calendar-navigation {
	display: table;
	position: relative;
	width: 100%;
}

.calendar-archives.arw-theme2 .prev-year, .calendar-archives.arw-theme2 .next-year, .calendar-archives.arw-theme2 .menu-container {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.calendar-archives.arw-theme2 > .archives-years {
	overflow: hidden;
	position: relative;
}

.calendar-archives.arw-theme2 .year {
	left: 0;
	margin-left: -100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.calendar-archives.arw-theme2 .year-link {
	display: none;
}

.calendar-archives.arw-theme2 .year.last {
	position: relative;
}

.calendar-archives.arw-theme2 .year.current {
	margin-left: 0;
	z-index: 1;
}

.calendar-archives a {
	text-decoration: none;
}

.calendar-archives.arw-theme2 .calendar-navigation {
	background-color: #ffab00;
	border-bottom: 0px;
	border-left: 0px;
	border-radius: 0px;
	border-right: 0px;
	border-style: solid;
	border-top: 0px;
	font-size: 13px;
	height: 30px !important;
	margin: 0px 0px 1px 0px;
}

.calendar-archives.arw-theme2 .prev-year, .calendar-archives.arw-theme2 .next-year {
	border-radius: 0px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	width: 32px;
}

.calendar-archives.arw-theme2 .prev-year > span, .calendar-archives.arw-theme2 .next-year > span {
	display: block;
	line-height: 30px;
}

.calendar-archives.arw-theme2 .prev-year.disabled, .calendar-archives.arw-theme2 .next-year.disabled {
	background-color: silver !important;
	color: #aaa;
	cursor: default;
}

.calendar-archives.arw-theme2 .prev-year.disabled:hover, .calendar-archives.arw-theme2 .next-year.disabled:hover {
	background: none;
}

.calendar-archives.arw-theme2 .prev-year {
	border-bottom-right-radius: 0;
	border-right: 1px #fff solid;
	border-top-right-radius: 0;
}

.calendar-archives.arw-theme2 .next-year {
	border-bottom-left-radius: 0;
	border-left: 1px #fff solid;
	border-top-left-radius: 0;
}

.calendar-archives.arw-theme2 .menu-container {
	height: 30px;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}

.calendar-archives.arw-theme2 .menu-container > a.title {
	color: #333;
	display: block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.calendar-archives.arw-theme2 .menu-container > ul, .calendar-archives.arw-theme2 .menu-container > ul > li {
	margin: 0;
	padding: 0;
}

.calendar-archives.arw-theme2 .menu-container > ul.menu {
	background: #ddd;
	border-radius: 0;
	box-shadow: 0 0 1px #000;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.calendar-archives.arw-theme2 .menu-container li {
	display: block;
}

.calendar-archives.arw-theme2 .menu-container li > a {
	color: #333;
	display: block;
	height: 30px;
	line-height: 30px;
}

.calendar-archives.arw-theme2 .menu-container li > a:hover {
	background-color: #ffab00;
	cursor: pointer;
}

.calendar-archives.arw-theme2 .menu-container li > a.selected:hover {
	cursor: default;
	text-decoration: none;
}

.calendar-archives.arw-theme2 .arrow-down {
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
}

.calendar-archives.arw-theme2 .month, .calendar-archives.arw-theme2 .day {
	border-radius: 0px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}

.calendar-archives.arw-theme2 .month.has-posts a, .calendar-archives.arw-theme2 .day.has-posts a {
	/*border-bottom: 3px solid #b93207;*/
	background: #ffab00;
	border-radius: 0px;
	display: block;
	height: 100%;
	width: 100%;
}

.calendar-archives.arw-theme2 .month.has-posts a:hover, .calendar-archives.arw-theme2 .day.has-posts a:hover {
	opacity: .8;
}

.calendar-archives.arw-theme2 .month.last, .calendar-archives.arw-theme2 .day.last {
	border-right: none !important;
	margin-right: 0 !important;
}

.calendar-archives.arw-theme2 .month {
	height: 50px;
	width: 25%;
}

.calendar-archives.arw-theme2 .month-name {
	display: block;
	font-size: 16px;
	font-weight: 400;
	left: 8px;
	position: absolute;
	text-transform: capitalize;
	top: 6px;
}

.calendar-archives.arw-theme2 .postcount {
	display: block;
}

.calendar-archives.arw-theme2 .month.has-posts .postcount {
	display: block;
}

.calendar-archives.arw-theme2 .postcount {
	bottom: 6px;
	font-size: 14px;
	position: absolute;
	right: 6px;
}

.calendar-archives.arw-theme2 .postcount .number {
	font-size: 9px;
}

.calendar-archives.arw-theme2 .postcount .count-text {
	font-size: 9px;
}

.calendar-archives.arw-theme2 .day {
	background: #f1f8f2;
	font-size: 14px;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 14.285% !important;
}

.calendar-archives.arw-theme2 .day.has-posts a {
	color: #333;
	font-weight: normal;
	height: 25px;
	text-decoration: none;
}

.calendar-archives.arw-theme2 .day.noday {
	background: #f1f8f2;
	box-shadow: none;
}

.calendar-archives.arw-theme2 .day.weekday {
	background: none !important;
	border: none;
	box-shadow: none;
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	padding: 0;
	text-transform: uppercase;
}

.calendar-archives.arw-theme2 .week-row {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.calendar-archives.arw-theme2 .week-row.weekdays {
	height: 22px;
	line-height: 22px;
	margin-bottom: 1px;
}

.calendar-archives.arw-theme2 .week-row .day:first-child {
	color: #c00;
}

.calendar-archives.arw-theme2 .week-row .day:last-child {
	color: #06c;
}
