@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&family=Padauk&family=Electrolize&family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

/* HTML */
html,body{
	color: #000;
	background: #808080;
	font-family: "Sawarabi Mincho";
	font-size: 15px;
	margin: 0;
	padding: 0;
	animation: backchange 20s linear infinite;
}
a, i{
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
a:hover, a:active, i:hover{
	color: #FF6;
}
header{
	color: #FFC;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 5px;
	border: solid 3px #0213C1;
	padding: 0.5em;
	border-radius: 0.5em;
	margin-bottom: 5px;
	display: none;
}
ul{
	list-style: none;
	font-size: 0;
	margin: 0;
	padding: 0;
}
li{
	display: inline-block;
	font-size: 15px;
	padding: 3px;
	letter-spacing: 3px;
}
li a, li i{
	color: #eee;
	width: 100%;
	display: block;
	cursor: pointer;
}
small{
	color: #eee;
	font-size: 11px;
	line-height: 5px;
}
footer{
	color: #eee;
	background: #333;
	position: absolute;
	right: 3px;
	bottom: 3px;
	font-size: 11px;
	line-height: 13px;
	padding: 5px;
	border-radius: 3px;
	font-family: 'Padauk', sans-serif;
	opacity: 0.3;
}
footer:hover{
	opacity: 1.0;
}
footer a{
	color: #eee;
	font-size: 10px;
}

/* HTML(id,class属性) */
#model{
	color: #666;
	padding: 3px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	font-weight: bolder;
	font-family: "Cabin", sans-serif;
	letter-spacing: 2px;
	border-top-left-radius: 3px;
	cursor: pointer;
}
#btnArea{
	margin-top: 10px;
	border-top: 2px groove #ff9;
	padding: 3px 0;
}
#home, #chToggle, #tiToggle{
	color: #333;
	background: #eee;
	border: 1px outset #999;
	border-radius: 5px;
	padding: 1px 5px;
	font-family: 'Padauk', sans-serif;
}
#home:hover, #chToggle:hover, #tiToggle:hover{
	color: #666;
	border: 1px inset #999;
}
#caption{
	color: #338;
	font-size: 15px;
	padding: 3px;
	margin: 0 3px;
	margin-top: 5px;
	border-left: 5px solid #900;
	border-bottom: 1px dashed #900;
}
.channel li{
	width: 90px;
	text-align: center;
	line-height: 15px;
	border-bottom: 1px dashed #ccc;
	margin: 2px 3px;
}
.channel #pref{
	color: #ee0;
	width: 90px;
	text-align: center;
	border-right: 3px ridge #800;
	border-bottom: 1px ridge #800;
	margin: 0 3px;
}

/* audio関係 */
audio {
	display: none
}
#player{
	background: #eee;
	margin: auto;
	margin-top: 10px;
	padding: 0.3em;
	border-radius: 20px 20px 5px 5px;
	width: 620px;
	position: relative;
	border: 5px outset #ccc;
}
#play, #stop, #mute {
	background: #eee;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0.1em;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	cursor: pointer;
	border: 1px outset #999;
}
#play:hover, #stop:hover, #mute:hover {
	border: 1px inset #333;
}
#play i:hover, #stop i:hover, #mute i:hover {
	color: #000;
}
#display{
	color: #999;
	background: #000;
	background: url('../img/background.png');
	display: inline-block;
	line-height: 1.8em;
	margin: 0.1em;
	letter-spacing: 10px;
	border-radius: 3px;
	text-align: center;
	width: 40%;
	padding: 2px 5px;
	font-size: 30px;
	font-weight: bolder;
	font-family: "Electrolize", sans-serif;
	border: 2px inset #ccf;
}
#display span{
	color: #fff;
	font-size: 30px;
	text-shadow:1px 1px 3px #ccc;
	animation: blink 3s linear 3;
}
#vol{
	color: #999;
	margin: 0.1em;
	position: absolute;
	top: 10px;
	right: 5px;
	padding: 2px 5px;
	letter-spacing: 1px;
	text-align: center;
	font-size: 10px;
	font-family: 'Padauk', sans-serif;
}
#time, #Nowtime, #slide_tuning_display {
	color: #ccc;
	background: #000;
	background: url('../img/backgroundBlack.jpg');
	font-size: 10px;
	display: inline-block;
	margin: 0 0.2em;
	border: 2px inset #ccf;
	letter-spacing: 2px;
	line-height: .8em;
	font-family: 'Padauk', sans-serif;
	border-radius: 3px;
	padding: 5px;
}
#current, #duration {
	padding: 0;
	margin: .0.2em;
}
#duration{
	display: none;
}

/* Volume関連 */
#volume {
	-webkit-appearance:none;
	background:#666;
	height:1px;
	width:75px;
	border-radius:10px;
}
#volume::-webkit-slider-thumb {
	width: 10px;
	height: 30px;
}
#volume::-webkit-slider-thumb{
	-webkit-appearance:none;
	background:#666;
	height:15px;
	width:8px;
	border:1px solid #000;
	border-radius: 2px;
	cursor: pointer;
}
#volume::-ms-tooltip{
	display:none;
}
#volume::-moz-range-track{
	height:0;
}
#volume::-moz-range-thumb{
	background:#666;
	height:15px;
	width:8px;
	border:1px solid #000;
	border-radius: 2px;
	cursor: pointer;
}

/* Slide Tuning関連 */
.tuning {
  appearance: none;
  width: 540px;
  height: 3px;
  border: 1px inset #eee;
  border-radius: 3px;
  background: #666;
  cursor: pointer;
  margin: 0 2px;
}

.tuning::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 3px;
  background: #d5d5d5;
  box-shadow: none;
}

.tuning::-moz-range-thumb {
  width: 10px;
  height: 35px;
  border: 1px solid #000000;
  border-radius: 3px;
  background: #d5d5d5;
  box-shadow: none;
}

/* Section関連 */
section{
	color: #338;
	background: #eee;
	margin: auto;
	margin-top: 10px;
	padding: 0.3em;
	border-radius: 3px;
	width: 620px;
	position: relative;
	border: 5px outset #ccc;
}
section li a{
	color: #eee;
	background: #808080;
	width: 100%;
	display: block;
	cursor: pointer;
	border: 2px outset #ccf;
	border-radius: 30px;
	padding: 3px 0;
}
section li a:hover{
	border: 2px inset #ccf;
	border-radius: 30px;
	padding: 3px 0;
}

/* タイマー関連 */
#timer{
	color: #000;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	margin: 0 3px;
}
#addArea2{
	text-decoration: underline;
}
input[type=text]{
	color: #009;
	background: transparent;
	font-size: 14px;
	text-align: right;
	letter-spacing: 1px;
	width: 50px;
	border: none;
	border-bottom: 1px dashed #eee;
}

@keyframes blink {
	0%{opacity: 1;}
	50% {opacity: 0;}
	100%{opacity: 1;}
}

@keyframes backchange{
	0%{ background-color: #808080; }
	50%{ background-color: #F0F0F0; }
	100%{ background-color: #808080; }
}
/* 2025/08/25 16:30 */
