@charset "UTF-8";


/*ソーシャルボタン*/

#social{
  width: 700px;
  height: 30px;
}

#social .in{
  float: right;
  width: 180px;
  position:relative;
}

#social #facebook_like{
    width: 100px;
    overflow:hidden;
    position:absolute;
    left:0px;
    line-height: 14px;
}

#social #twitter{
    width:70px;
    overflow:hidden;    
    position:absolute;
    right: 0px;
    line-height: 14px;
}