@charset "utf-8";


/*////////////////////////////////////////////////////////////////

	sidebar.css   トップページのCSS

////////////////////////////////////////////////////////////////*/


/*      代表挨拶       */
.pregident-wrap {
    width: 234px;
    border: 1px solid #ccc;
}
.pregident-cnt {
    padding: 10px;
}
.pregident-more {
    margin-bottom: 8px;
    text-align: center;
    color: #ed3f3f;
    font-size: 14px;
    font-weight: 600;
}
.pregident-more::after {
    content: ">";
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #ed3f3f;
    margin-left: 5px;
}
.greeting_more span {
    font-size: 12px;
    margin-left: 3px;
}
.pregident-cnt br {
    display: none;
}
.side_org_fleesearch {
    margin-bottom: 5px;
}
#aside a:hover {
    opacity: 0.8;
}