#logo {
    width: 30%;
    position: relative;
    text-align: center;
}
#logo a,#logo a:hover {
    color: #FFFFFF!important;
}
h3{
    color: #599575;
}
.sharewrap {
    background: #FFF;
}
.byline .cat-name {
    margin-left: 0;
}
/* span.date.updated {
    display: none;
} */
/*.sharewrap h3 {
    display: none;
}*/
p.h1 text a{
    color: #FFFFFF!important;
}
a.post-title.cat-post-title {
    float: right;
    width: 250px;
    margin-top: 20px;
    line-height: 2em;
    padding-right: 10px;
}
.widget.cat-post-widget .cat-post-item{
	display:flex;
}
a.cat-post-thumbnail.cat-post-none.no-icon {
    float: left;
}
/* time.date {
    display: none;
} */
h2.sub_title {
    text-align: center;
}
li.cat-item.cat-item-25 {
    display: none;
}
.anotherColorBox li {
	display:inline-block;
	width: 115px;
}
.anotherColorBox li p {
	width: 100%;
	margin-bottom: 0.5em;
}
.anotherColorBox li a {
	width: 100%;
	margin-bottom: 0;
}
.entry-content  ul li:before {
    content: none!important;
}
/*=======================================
read more ボタン
========================================*/
.pt-cv-wrapper .btn,.pt-cv-wrapper .btn:visited {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: transparent;
	background-image: none;
	border: solid 1px #599575;
/*border: 1px solid transparent;*/
	white-space: nowrap;
	padding: 8px 14px;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 0;
/*border-radius: 4px;*/
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #599575 !important;
}

.pt-cv-wrapper .btn:hover,.pt-cv-wrapper .btn:active,.pt-cv-wrapper .btn:focus {
	background-color: #599575 !important;
	color: #fff !important;
}
.category-newpost li .date {
    width: 8em;
}
/*=======================================
mobile
========================================*/
@media screen and (max-width: 500px){
.ad-wrapper {
    margin-bottom: 30px;
    text-align: center;
}
a.post-title.cat-post-title {
    width: 200px;
    line-height: initial;
    padding-right: 10px;
}
#category-posts-3-internal .cat-post-thumbnail {
    margin: 5px 10px 5px 10px!important;
}
.entry-content a[target=_blank]:after {
 display:none;

}
}



.entry-content span.cat-name {
    display: none;
}

img {
    image-rendering: -webkit-optimize-contrast;
}
.widget.cat-post-widget .cat-post-item {
    display: flex;
    flex-direction: row-reverse;
}
#category-posts-3-internal .cat-post-thumbnail {
    min-width: 80px;
}


.d-4of7 {
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px){
.t-2of5 { 
	width: 100%;
}
}