@charset "utf-8";

article {
border-top: 3px solid #DDD;
margin-top: 30px;
}
.post-categories, .post-categories li {
margin: 0;
padding: 0;
}
.post-categories li a {
background-color: #DDD;
color: #333;
padding: 5px 15px;
float: right;
font-size: 14px;
text-decoration: none;
line-height: 1em;
font-weight: bold;
border-radius: 0px 0px 5px 5px; 
}
.post-categories li {
list-style: none;
}

.ttl a {
font-size: 20px;
font-weight: bold;
color: rgba(181,66,119,1.0);
}
.ttl a:hover {
color: rgba(128,47,85,1.0);
text-decoration: none;
}
a.more-link {
display: none!important;
}

.entry-summary {
line-height: 1.5em;
}
.entry-summary p {
display: inline;
}
.entry-summary .continue a {
color: rgba(181,66,119,1.0);
text-decoration: none;
white-space: nowrap;
}
.entry-summary .continue a:hover {
color: rgba(128,47,85,1.0);
}
.entry-summary .continue i {
margin-right: 5px;
}

.entry-footer {
border-top: 1px dotted #CCC;
margin-top: 15px;
padding-top: 8px;
}
.entry-footer p {
display: inline;
font-size: 12px; 
line-height: 1em;
}
.entry-footer p.tags a {
background-color: #EEE;
padding: 3px 15px;
margin-left: 5px;
border-radius: 10px;
color: #333;
text-decoration: none;
}

@media only screen and (max-width: 768px) {
header .search-form input {
	background-image: url(none);
	color: #333;
}

article {
margin-left: 15px;
margin-right: 15px;
margin-bottom: 30px;
}
.entry-footer p.tags {
display: block;
}
.entry-footer p.tags a {
white-space: nowrap;
margin-right: 5px;
margin-left: 0px;
margin-top: 5px;
}
}
