@import url(/mt51s720/themes-base/blog.css);
@import url(/mt51s720/themes/medical02_Red/18red-kochi.css);

/*blogタイトル*/
.entry-title {
	background: #F5F5F5 !important;
	padding: 1rem 1rem 1rem 2.5rem;
	position: relative;
	color:#333333 !important;
        font-size: 15px !important;
        font-weight:bold;
        
	}
.entry-title:before {
    position: absolute;
    top: 20%;
    left: 20px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background: #BC8F8F !important;
}

.entry-title a {
  color: #333333;
}
