@charset "utf-8";
/* CSS Document */



/**▽▼jisseki▼▽**/
/**■main contents■**/
.cFrame .entry {
    display: inline-block;
    padding: 1em 0 2em;
    border-top: solid 1px;
    margin: 0 1em;
    vertical-align: top;
}

.hentry.entry .thumb:before {
    content: "" !important;
    background: none !important;
}

main.articleList .entry.hentry {
    width: 22.7% !important;
}

.textBody .thumb {
	position: relative;
	overflow: hidden;
	margin: 0 0 22px;
}

.entry.hentry .thumb img,
.textBody .thumb img {
	width: auto;
	height: auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	max-height: 188px;
}

.textBody  a:hover .thumb img {
	transform: scale(1.1);
	opacity: 0.7;
}

.thumb {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 0 22px;
}

.cFrame .entry {
    display: inline-block;
    padding: 1em 0 2em;
    border-top: solid 1px;
    margin: 0 1em;
    vertical-align: top;
}

.cFrame .entry:first-child, .cFrame .entry:nth-child(2) {
    width: 47%;
}

/** thumbnail ***/

.cFrame .entry:first-child .thumb:before, 
.cFrame .entry:nth-child(2) .thumb:before {
    content: 'NEW';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 46px;
    height: 46px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.2rem;
    line-height: 46px;
    font-weight: bold;
    text-align: center;
    z-index: 3;
}

.thumb {
    position: relative;
    overflow: hidden;
    margin: 0 0 22px;
}


.cFrame h2.entry-title {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: .5em 0;
}

.entry-content span.screen-reader-text,
span.posted-on .screen-reader-text,
span.byline ,span.posted-on{
    display: none;
}

.cFrame .entry-content {
    margin: 15px 0 0;
    padding: 15px 10px 0;
    border-top: 1px solid #ccc;
    font-size: 1.2rem;
    line-height: 1.6666666;
}

.cFrame footer.entry-footer {
    display: table;
    width: 100%;
    margin: 12px 0 0;
    padding: 12px 10px 0;
    border-top: 1px solid #ccc;
}


time.entry-date.published {
    display: block;
}
time.updated {
    display: none;
}

span.cat-links, span.tag-links {
    display: block;
}



span.cat-links span:after,
span.tags-links span:after {
    content: ":";
}

span.cat-links, span.tags-links {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;
}

span.cat-links a,
span.tags-links a {
    border-bottom: solid 1px #585858;
}

@media screen and (max-width: 750px) {


/**▽▼jisseki▼▽**/
/**■main contents■**/

main.articleList .entry.hentry {
    width: 48% !important;
    margin: 0px 3px;
}

.entry.hentry .thumb img, .textBody .thumb img {
    width: auto;
    height: auto;
    max-height: 101px;
    /* min-height: 132px; */
}	
.cFrame .entry {
    margin: 0;
}

.cFrame .entry:first-child, .cFrame .entry:nth-child(2) {
    width: 100%;
}

.textBody .thumb {
    margin: 0 0 12px;
}

.cFrame h2.entry-title {
    font-size: 1.2rem;
    line-height: 1.6;
}

.cFrame .entry-content {
    margin: 11px 0 0;
    padding: 11px 0 0;
    line-height: 1.6;
}

time.entry-date.published {
    font-size: 1rem;
}

span.cat-links, span.tags-links {
    font-size: 1rem;
}

.cFrame footer.entry-footer {
    padding: 10px 0;
}	
}

