@charset "utf-8";

.bookmarkshead {
    padding: 10px;
}

ul.bookmarks {
    width: auto;
}
ul.bookmarks.right {
	float: right;
	padding: 10px;
}

ul.bookmarks li {
    display: block;
    float: left;
    width: auto;
    padding-right: 10px;
}
ul.bookmarks li.sns_twitter{
	width: 100px !important;
}

ul.bookmarks li.sns_facebook{
	width: 105px !important;
}

ul.bookmarks li.sns_googleplus{
	width: 70px !important;
}

ul.bookmarks li.rss{
	padding-right: 0;
}

 /* # clearfix
---------------------------------------------------------------------------- */

ul.bookmarks {
    zoom: 1;
}

ul.bookmarks:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}