@charset 'UTF-8';

/*!  富村税理事務所
================================================ */

/*
#single .singleEntry .entryBody 
a{
	color:#00664b;
	text-decoration:underline;
}*/

.entryBody a { color: #4169e1; transition: color 0.3s; text-decoration: none; }
.entryBody a:visited { color: #4169e1; };
.entryBody a:hover {  color: #ff7043; }

a[href$=".pdf"]:after {
    content:" ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/manecs/img/icon/icon_pdf_24.png) no-repeat;
}

.link_pdf {
    display: block;
    background-color: #eee;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #eee;
    padding: 1em;
    color: inherit;
    text-align: center;
}
