.hello-slide {
  width: 100%;
  max-width: 400px;
  text-align: center;
  background: #FFF;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
}
h1 {
  font-weight: normal;
}
.hello-slide a {
  color: #B5AEF7 !important;
}


.bottan {
	display:table;
	text-align:center;
}

.bottan img {
	width: 300px;
	display:table-cell;
	vertical-align:middle;
	margin: 0 auto;
}
.linkButton {
	margin:0 16px;
	text-align:center;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c0092), color-stop(100%,#c805eb));
	background-color:#c805eb;
	border:outset 2px #CCC;
	/*margin-top:8px;*/
	-webkit-border-radius:8px;
	border-radius:8px;
	font-size:18px;
	line-height:1.0;
}
.linkButton a {
	display:block;
	text-decoration:none;
	padding:15px 0;
	border-radius:8px;
	color:#FFF;
}
