/*----------------------
    プロフィールリンクボタン
----------------------*/

.button {
  background-color: #333;
  border: 1px solid #333;
  color: #ffffff;
  line-height: 1.2em;
  padding: 0.2em 1em 0.2em 1em;
  height: 2.0em;
  border-radius: 6px;

}
.button:hover {
  background-color: #666;
  border-color: #333;	
  color: #ffffff;
}


