@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	font-family: "Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo,  sans-serif;
}
body {
	font-size: 1.6rem;
	background-color: #eee;
	color: #333;
	line-height: 2;
	text-align: center;
}
h1 {
	margin-top: 0.5em;
	font-size: 1.5em;
}
small {
	color: #777;
	display: block;
	margin-bottom: 2em;
}
main {
	text-align: left;
	display: inline-block;
	margin: 0 auto 2em;
}
.songwriting {
	font-size: 0.9em;
	margin: -0.9em 0 1.5em;
}
a {
	color: #333;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
.btn, a.btn, button.btn {
	font-size: 0.9em;
	font-weight: 700;
	line-height: 2;
	position: relative;
	display: inline-block;
	margin: 10px 0 0;
	padding: 0 1.5rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #f00;
	border-radius: 0.5rem;
}
.btn--black, a.btn--black {
	color: #fff;
	background-color: #444;
}
.btn--black:hover, a.btn--black:hover {
	color: #fff;
	background: #666;
}
