body {
line-height: 1;
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6, p,form {
margin: 0;
padding: 0;
}

hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}

ul {
list-style: none;
padding: 0;
margin: 0;
border: 0;
}

li {
padding: 0;
margin: 0;
}
input, select {
vertical-align: middle;
}

a {
	outline:0;
	border:0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width: 800px) {
a {
	transition:none;
}
a:hover {
	opacity:1 !important;
}
}

html {
-webkit-text-size-adjust: none;
overflow: visible !important
}

img {
max-width: 100%;
}

.clearfix:after {
content: "";
clear: both;
display: block;
}


/*============================================
基本CSS
===========================================*/
html {
	height: 100%;
}

body {
font-family:'Roboto',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
color: #4b4b4b;
position: relative;
height: 100%;
background:#EFEFEF;
background-size:cover;
overflow-x: hidden;
padding: 30px;
}

h1 {
font-family: 'Oswald', sans-serif;
font-weight: 300;
color: #999;
font-size: 1.4em;
}

h1 span {
font-family: 'Oswald', sans-serif;
font-weight: 300;
color: #444;
}

.audioBox {
padding-top: 30px;
font-size: 0.8em;
max-width: 400px;
padding-bottom: 30px;
border-bottom: 1px solid #CCC;
font-family: 'Oswald', sans-serif;
}

h2.title {
font-weight: 400;
font-size: 20px;
padding-bottom: 8px;
padding-top: 30px;
font-family: 'Oswald', sans-serif;
}

.downloadLink {
padding-top: 10px;
font-size: 0.8em;
}

.downloadLink .link {
	padding-top: 15px;
}

.downloadLink a {
color:#333;
text-decoration: none;
padding: 15px 20px;
display: inline-block;
background: rgba(255, 133, 2, 0.951);
border-radius: 4px;
color: #FFF;
min-width: 200px;
text-align: center;
box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.downloadLink a:hover {
background: #0573CC;
color: #FFF;
}

.downloadLink a span {
	display: inline-block;
	font-size: 11px;
}

.downloadLink a i {
padding-right: 5px;
}

.songList {
line-height: 2;
font-size: 0.9em;
}

.songList a {
color: #666;
}

.songList ol {
list-style: decimal-leading-zero inside;
margin: 0;
padding: 0;
padding-bottom: 20px;
color: #999;
font-weight: 300;
letter-spacing: 0.05em;
}

.songList ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	color: #222;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.songList i {
opacity: 0;
padding-right: 10px;
padding-left: 5px;
}

.songList .playing i {
opacity: 1;
}

.songList .playing {
color:#333;
}

.songList .playing a {
color:#333;
font-weight: 600;
}

.songList a .new {
	display: inline-block;
}

.songList a .new::before {
	content: "NEW";
	background-color: #FF0000;
	font-size: 9px;
	font-weight: 600;
	color: #FFF;
	display: inline-block;
	margin-left: 6px;
	padding: 3px 3px 2px 3px;
	border-radius: 3px;
	line-height: 1;
	position: relative;
	top: -2px;
}


.songList ul a {
	color:#333;
}

.songList ul a i {
	opacity: 1;
}

.audiojs {
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.audioBox .time {
	margin: 0;
	padding: 0 12px;
}

@media only screen and (max-width: 640px) {
body {
padding: 20px;
}
.audioBox {
font-size: 0.7em;
}
.audiojs .play-pause {
	padding: 4px 12px 4px 6px;
}
}

@media only screen and (max-width: 320px) {
body {
font-size: 0.8em;
}
.audiojs .scrubber {
width: 48%;
}
.songList {
font-size: 0.8em;
}
}

.update {
	display: inline-block;
	margin-left: 0.6em;
	font-size: 0.8em;
	font-weight: 600;
	color: #FFF;
	background-color: #FF0000;
	padding: 3px 8px;
	border-radius: 20px;
	line-height: 1;
	position: relative;
	top: -1px;
}

/* パスワード保護用 */
form p {
	line-height: 1.91
}