@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

.buttonContainer{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : -5%;
  margin-left : 1%;
  margin-right : 1%;
  margin-bottom : 10%;
  float : right;
}

/* BUTTON CSS
------------------------------------------- */

A.button{
  display:inline-block;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic";
	text-decoration:none;	
	
	color:rgba(28, 190, 131, 1);
	brackground-color:transparent;
	border:1px solid rgba(28, 190, 131, 1);
	border-radius:100px;
	
	padding : 0.2em 1em;
	margin:5px;
			
	background-size: 200% 100%;	
	background-image: linear-gradient(to right, transparent 50%, rgba(28, 190, 131, 1) 50%);
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  font-size : 0.7em;
}

a:hover.button{
	color:rgba(255, 255, 255, 1);
	background-color:rgba(28, 190, 131, 1);
	background-position: -100% 100%;
}

.buttonContainer1{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 1%;
  margin-right : 1%;
  margin-bottom : 0px;
  text-align : right;
}

/* BUTTON CSS
------------------------------------------- */

