@charset "utf-8";
/* CSS Document */
#sns-box{
padding:5px 8px;
margin-bottom:10px;
border:1px solid #CCC;
}
.sns {
padding-bottom:5px;
margin-bottom:3px;
border-bottom:1px dashed #CCC;
}
.sns.last{
padding-bottom:2px;
margin-bottom:0;
border-bottom:none;
}
.sns .lf{
display:block;
float:left;
width:30px;
margin-top:3px;
}
.sns .rht{
float:right;
width:245px;
padding:0 !important;
background:#FFF !important;
font-weight:normal !important;
text-align:left !important;
}

.cf{ /zoom : 1; }
.cf:after{ content : ''; display : block; clear : both; }