.contents	{padding: 0;
			text-align:center;
			line-height: 1.2;}
.contents h1{font-size: 20px;}
.contents h2{margin:0;
			font-size: 16px;
			line-height: 2;}
.contents p	{margin: 0;
			font-size: 18px;}
.contents a {text-decoration: none;
			color:#4fb308;}
.button		{padding: 20px;}
.button	a	{color:#222;			/*b周辺色*/
			margin:0;
			padding:5px 15px;				/*bの周辺余白*/
			border: solid 1px #777;			/*bの周辺枠線*/
			background-color: #6de63f;
			-webkit-border-radius: 10px;					/*角を丸くする ↓ */
			border-radius:	 10px;}					/*角を丸くする ↑ */