@charset "utf-8";
.charity_container{
    margin-bottom: 15px;
}
.charity_top,.btn_go_charity a,.btn_go_blog a{
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
}
.charity_top{
    width: 100%;
    height: 36px;
    background:url(../images/side_column/img_title.png) 0 0 no-repeat;
}
.charity_body{
    color:#015dbb;
    padding: 12px 10px;
    background:url(../images/side_column/img_middle_back.png) #f5f7fc 0 0 no-repeat;
}
.charity_body p{
    text-align: right;
}
.charity_body li.small_title{
    width: 9em;
    background-color:#FFFFFF;
    border-radius:3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 5px;
    margin-bottom: 10px;
}
.charity_body li.count{
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
}
.charity_body li.count_yen{
    text-align: right;
    font-size: 14px;
}
span.charity_point {
    font-size: 24px;
}
span.charity_people {
    font-size: 18px;
}
.count_dotted_line{
    padding-bottom: 15px;
    margin-bottom: 15px;
    background:url(../images/side_column/dotted_line.png) 0 bottom repeat-x;
}
.charity_bottom{
    padding-bottom: 1px;
    background:url(../images/side_column/img_bottom.png) 0 bottom no-repeat;
}
.charity_bottom p{
    padding: 10px 0 5px 0;
    text-align: center;
}
.btn_go_charity a,.btn_go_blog a {
    height: 37px;
    margin-bottom: 10px;
}
.btn_go_charity a{
    background:url(../images/side_column/btn_go_charity.png) center 0 no-repeat;
}
.btn_go_blog a{
    background:url(../images/side_column/btn_go_blog.png) center 0 no-repeat;
}
.btn_go_charity a,.btn_go_blog a {
    display: block;
}
.btn_go_charity a:hover,.btn_go_blog a:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
/**ご意見ラボへの誘導リンク**/
.sidebar_opinion{
    text-align: center;
    margin-bottom: 15px;
    background-color: #fbf1f6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius:6px;
    border: 5px #fba0cd solid;
}
.sidebar_subtitle, .sidebar_cap{
    margin: 5px 0;
    color:#fa70b5;
    text-align:center;
    font-weight: bold;
}
.sidebar_subtitle{
    font-size: 14px;
}
.sidebar_implemented{
    display: block;
    margin: 5px;
    padding: 5px;
    text-align: left;
    background-color: #c9e500;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius:6px;
    border: 1px #95b300 solid;
}
.sidebar_lab_btn{
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 5px;
    padding: 5px;
    background-color: #f86eae;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius:15px;
    border: 1px #fba0cd solid;
}
.sidebar_lab_btn:hover{
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.sidebar_lab_btn span{
    font-size: 10px;
    margin-right: 2px;
}

.sidebar-favorite-services-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
