@charset "utf-8";

audio{
	position:fixed;
	opacity:0;
	left:-9999px;
}
#audioButton{
	position: absolute;
    left: 14px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: block;
    bottom: 12px;
    background: #000;
    border-radius: 100%;
    z-index: 1;
}
#audioBars{
	position: absolute;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 25px;
}
.onpu img{
	width: 23px;
    top: 13px;
    position: absolute;
    left: 19px;
}
.bars{
	position:absolute;
	width:3px;
	height:20px;
	bottom:0;
}
.n1{
	position:absolute;
	left:0;
	background: #ff8e00;
}
.n2{
	position:absolute;
	left:4px;
	background: #ff4d5b;
}
.n3{
	position:absolute;
	left:8px;
	background: #9f6ca9;
}
.n4{
	position:absolute;
	left:12px;
	background: #3e93b9;
}
.n5{
	position:absolute;
	left:16px;
	background: #04c88d;
}
