/* サイドのソーシャルバー */
#sticky{
}

.sticky-container{
    padding: 0px;
    margin: 0px;
    position: fixed;
    top:  120px;
    left: -155px;
    width: 210px;
}

.sticky li{
    list-style-type: none;
    /*background-color: #c8e4ff;*/
    background-color: #fff;
	opacity: 0.9;
    color: #fff;
    height: 61px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
/*
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer; 
                filter: gray; 
                -webkit-filter: grayscale(100%);*/ 
}

.sticky li:hover{
    margin-right: -155px;
    /*-webkit-transform: translateX(-115px);
    -moz-transform: translateX(-115px);
    -o-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform:translateX(-115px);*/
    -webkit-filter: grayscale(0%);
	opacity: 0.9;
}

.sticky li img{
    float: right;
    width: 50px;
    height: 50px;
    margin: 5px 5px;
    margin-right: 5px;
}

.sticky li p{
    padding: 0px;
    margin: 0px;
    text-transform: none;
    line-height: 61px;
    text-align:right;
    font-color:#fff;
    margin-right: 10px;
}

/** fork icon**/
.fork{
    position: absolute;
    top:0px;
    left: 0px;
}

ul.sticky {
    border: none;
}

.sticky li a:hover {
    text-decoration: none;
}

.sticky li p a {
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 12px;
}
/*-----サイドのソーシャルバー--ここまで---------*/
