@charset "utf-8";
/*
follow_box.css
*/
#follow_box .follow_list {
border-bottom-color: #d0d0d0;
border-bottom-style: solid;
border-bottom-width: 1px;
letter-spacing: -0.4em;
}
#follow_box .follow_list li {
background: none;
display: inline-block;
letter-spacing: 0;
padding-left: 0;
width: 50%;
}
#follow_box .follow_list .current {
background-color: #ffedcd;
}
#follow_box .follow_list a {
background-position: 14px center;
background-repeat: no-repeat;
display: block;
line-height: 32px;
padding-left: 50px;
}
#follow_box #column_following a {
background-image: url(/images/2014/ic/column_following.gif);
}
#follow_box #column_follower a {
background-image: url(/images/2014/ic/column_follower.gif);
border-left-color: #d0d0d0;
border-left-style: solid;
border-left-width: 1px;
}

#follow_box .follow_user dd ul{position: relative;/* padding: 10px 0; */margin: 0 auto;/* font-size: 100%; */}
#follow_box .follow_user dd ul li {display: inline-block;line-height: 0;margin: 2px 0px;vertical-align: top;padding: 0;}
#follow_box .follow_user .username{width: 11em;text-align: left;vertical-align: top;font-size: 16px;}

#follow_box .follow_user .user_link{
  display:inline-block;
  vertical-align: top;
  font-size: 14px;
}
#follow_box .follow_user .user_link  a {
background-image: url(/images/2014/arrow/orange.gif);
background-position: left center;
background-repeat: no-repeat;
padding-left: 10px;
margin-right: 5px;
}
.follow_user {
}
.follow_user dt,
.follow_user dd {border-bottom-color: #d0d0d0;border-bottom-style: dotted;border-bottom-width: 1px;margin-bottom: 10px;padding: 5px 0 15px;}
#second .follow_user .userAvatar {float: left;margin-right: 5px;vertical-align: top;width: 50px;}
.follow_user .user_info {display: inline-block;/* width: 490px; */}
.follow_user .username {
display: inline-block;
font-size: 108%;
width: 180px;
text-align: left;
}

.follow_user .btn_list,.follow_user .btn_list2 {text-align: left;height: 3em;display: block;clear: both;}
.follow_user .btn_list2 li {
margin: 0 6px 0 0;
width: 32%;
}
.follow_user .btn_list li {
margin: 0 6px 0 0;
width: 48%;
}
.follow_user .btn_list li.send_message a{
background-image: url(/images/2014/ic/mail.gif);
padding-left: 22px;
background-repeat: no-repeat;
vertical-align: super;
text-decoration: none;
}
@media screen and (max-width: 600px) {
	.follow_user dd ul li {/* width: 28%; */}
	.follow_user .btn_list img,
	.follow_user .btn_list input[type=image]{
    width: 100%;
  }
}
#follow_box .paging {
}




.follow_user .link{position: relative;min-width:100px;margin: 10px 0;width: 100%;}

.follow_user .link button {
    min-width: 0px;
    width: 99%;
    margin-left: 0;
    font-size: 100%;
    padding: 15px 15px 12px 15px;
    background-image: unset;
}
.link button.btn_coloum_follow_remove,
.link button.btn_tbutter_follow_remove{
    background: #FFFFDA;
    color: #FCB801;
    border: 1px solid #FCB801;
  
}
.link button:hoVer {
  opacity:0.85;
}

