

.header{
	background-color:#8E8856;
	margin-bottom: 0;
	padding-bottom: 10px;
}



.header .header-title,
.header-title a,
.header-title a:link,
.header-title a:hover,
.header-title a:visited{
	color:#ffffff;
}
.header .header-desc{
	color:#ffffff;
}


.footer{
	
	background-color:#8E8856;
}

.footer-copyright{
	color:#ffffff;
}
.footer-copyright svg{
	fill:#ffffff;
}





/*	追加	*/
.google-auto-placed {
	margin: 0;
}

.header-inner-pattern2 {
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(0,0,0,0);
}

.header-wrap {
	width: 100%;
	height: 150px;
	display: table;
}

.header-inner-pattern2 .header-title {
	font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 34px;
    margin: 0;
    text-shadow: none;
}

.entry-body p {
	margin-top: 15px;
	margin-bottom: 30px;
	line-height: 1.8;
}

.acms-navbar li {
	position: relative;
	top: 0;
	white-space: nowrap;
	font-weight: 700;
	border-left: 1px solid #8E8856;
}

.acms-navbar li:last-child {
	border-right: 1px solid #8E8856;
}

.acms-navbar #viewing,
.acms-navbar a:active,
.acms-navbar a:hover,
.acms-navbar a:link,
.acms-navbar a:visited {
	display: block;
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0!important;
	line-height: 4.5;
	background-color: #4c4824;
}

.acms-navbar a.stay:link,
.acms-navbar a.stay:active,
.acms-navbar a.stay:hover,
.acms-navbar a.stay:visited {
	display: block;
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0!important;
	line-height: 4.5;
	background-color: #363318;
}

.acms-navbar {
	clear: both;
	width: 100%;
	margin: 0 0 20px;
	background-color: #4c4824;
	border: none;
	list-style: none outside none;
	z-index: 910;
}

.profile-img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}

.sub-heading {
	font-size: 14px;
}

.category-list {
    margin: 0 0 40px;
    padding: 0;
}

.category-list li {
	display: block;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.5;
	padding: 15px 0;
	border-bottom: 1px solid #979797;
}

.category-list li a {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
    margin: -15px 0 -15px 0;
    padding: 15px 0 15px 0;
    background-color: transparent;
    transition: background-color .2s;
}


.entry-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 40px;
    border-top: 1px solid #979797;
}

.entry-list li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #979797;
    color: #333;
}

.entry-list a {
    display: block;
    margin: -10px 0 -10px 0;
    padding: 10px 0;
    background-color: transparent;
    transition: background-color .2s;
    font-weight: normal;
}

.entry-list-title {
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.searchWrapper {
	margin-bottom: 40px;
}

.tag-cloud ul {
	padding: 0;
    margin: 0;
}

.entry .entry-header {
	border-top: none;
	border-bottom: 1px solid #9b9b9b;
	padding: 10px 5px;
	margin-bottom: 10px;
}

.entry .entry-title {
	font-size: 22px;
	color: #4c4824;
	margin: 0;
	line-height: 1.4;
}

.entry .entry-title a:focus, .entry .entry-title a:hover, .entry .entry-title a:link, .entry .entry-title a:visited {
    color: #4c4824;
}

.entry-labels {
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
}

.search-result-heading {
    font-size: 13px;
    color: #333;
    line-height: 1.3;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
    z-index: 1;
    margin: 0;
}

.entry-body {
    line-height: 1.5;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
}

.entry-body img {
	max-width: 100%;
	height: auto;
}



.pager,
.serial-nav {
	margin-top: 50px;
    margin-bottom: 50px;
}

.pager-next a {
    border-radius: 5px;
    padding: 0 10px;
    background-color: #aaa;
    transition: background-color .2s;
}

.pager-prev a {
    border-radius: 5px;
    padding: 0 10px;
    background-color: #aaa;
    transition: background-color .2s;
}

.pager li a>span {
    color: #fff;
    border: 1px solid #aaa;
    background-color: #aaa;
    transition: background-color .2s;
}

.serial-nav-prev a,
.serial-nav-next a,
.serial-nav-index a {
	background-color: #aaa;
}

.serial-nav-prev a:hover,
.serial-nav-next a:hover,
.serial-nav-index a:hover,
.pager-next a:focus,
.pager-next a:hover,
.pager li a>span:focus,
.pager li a>span:hover {
    background-color: #777;
}


.clear {
	clear: both;
}


@media screen and (min-width:768px){
	.pcshow{
		display: block;
	}
}

@media screen and (max-width:767px){
	.pcshow{
		display: none;
	}
}


/* ----------------
カレンダー部分
------------------ */

.acms-table-cal {
	color: #999;
    background: #efefef;
}

.calendarTable th,
.calendarTable td {
	font-size: 14px;
	white-space: normal;
}

.calendarTable th.day,
.calendarTable td.week {
	width: 8%;
	text-align: center;
	font-weight: normal;
}

.cal_Saturday,
.cal_Sunday {
	background: #fbfae5;
}

.entry-body .event_table {
	width: 97%;
	font-size: 14px;
	margin: 30px 10px 30px 10px;
	padding-left: 0;
	padding-right: 0;
	border-collapse: collapse;
}

.entry-body .event_table th {
	width: 20%;
}

.entry-body .event_table th,
.entry-body .event_table td {
	border: 1px solid #ccc;
	font-size: 14px;
	white-space:normal;
}

@media screen and (max-width: 767px) {
	.entry-body .event_table th,
	.entry-body .event_table td {
		float: left;
		width: 97%;
	}
}

.entry-body .prettyprint ol.linenums li {
	font-size: 80%;
}

.entry-social-btn-wrap {
	float: left;
	display: block;
	line-height: 1px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 10px;
}

.acms-entry iframe {
	max-width: 100%;
    margin-left: 10px !important;
    margin-right: 10px !important;
}