@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');

header{
	text-align: center;
	height: 105px;
	&::after{
		content: "";
	}
}
#player{
	background-image: url("https://www.jcbasimul.com/images/jcba/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-origin: border-box;
	height: 105px;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
}
#ifr{
	width: 310px;
	height: 105px;
	border: 0;
	border-radius: 5px;
	padding: 0;
	margin: 0;
	opacity: 0.6;
}
#text{
	color: #FF0;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 5px;
	cursor: pointer;
	padding: 5px;
	margin: 0;
	border-bottom: 1px ridge #FFF;
}
#text:before{
	content: "Select Station: ";
}
li.station a{
	color: #660;
	display: block;
	width: 100%;
	padding: 2px;
	letter-spacing: .1em;
	border-bottom: 1px dotted #880;
	
	&:hover{
		color: #FF3;
		text-decoration: none;
		letter-spacing: .3em;
		border-bottom: 1px dotted #FF0;
	}
}