.box1{/*ここにしかないやつ*/	display: inline-block;	width: auto;	height: 500px;	margin-top: 50px;	margin-right: 20px;}h2{	text-align: center;	font-size: 20px;	margin: 50px 0;  line-height: 2em;  letter-spacing : 0.05em;}.botton{	display: inline-block;	width: 320px;	padding: 0.8em;	text-align: center;	text-decoration: none;	color: #FFF;	background: #26C6DA;	border-bottom: 2px solid #00838F;	border-radius: 4px;	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);	font-size: 15px;}.botton:active {	border-bottom: 2px solid #26C6DA;	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);}