<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繝励Ξ繧､繝ｪ繧ｹ繝医↓霑ｽ蜉�縺ｮ繧ｫ繝ｩ繝ｼ螟画峩縲∫匳骭ｲ莉ｶ謨ｰ縺ｮ繧ｫ繝ｩ繝ｼ螟画峩 */
@charset "UTF-8";
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Hiragino Kaku Gothic Pro','繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3','繝｡繧､繝ｪ繧ｪ',Meiryo,'MS P繧ｴ繧ｷ繝�け',sans-serif;
	font-weight: normal;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	cursor: pointer;
}

button[disabled="disabled"] {
	cursor: auto;
	opacity: 1;
}

button &gt; i {
	display: inline-block;
}

button[disabled="disabled"]:focus &gt; i ,
button[disabled="disabled"]:hover &gt; i {
	opacity: 1;
}

button:focus {
	outline: none;
}

input[name="getRandomNumber"] {
	display: inline-block;
    text-align: center;
    font-size: 18px;
    width: 2.4em;
	padding: 3px;
	margin: 0 2px;
	border: solid 1px #bbb;
    vertical-align: middle;
}
.button {
    border: solid 1px #bbb;
    box-shadow: 1px 1px 0 #bbb;
	background: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 5px;
	margin: 5px;
	color: #666;
}

.splashWindow {
	font-size: 28px;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
	color: #bbb;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 1s ease;
}
.splashWindow.fade {
	opacity: 0;
}
.splashWindow.hide {
	display: none;
}
.splashWindow i {
	transition: opacity 0.5s ease;
	opacity: 1;
}
.splashWindow.fade i {
	opacity: 0;
}

#app {
	margin-bottom: 80px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	padding: 5px;
    background: #fff;
    border-bottom: solid 1px #ccc;
    z-index: 91;
}

.header-logo {
	text-align: center;
	vertical-align: middle;
	line-height: 1;
}

.header-logo a, .header-logo img {
    display: inline-block;
	line-height: 1;
}

.leftMenuButton {
	font-size: 28px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin: 0 5px;
}

.left-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 70px 20px;
    z-index: 90;
    height: 100%;
	overflow-y: scroll;
}

.left-sidebar h2 {
    font-size: 1.24em;
    font-weight: normal;
    border-left: solid 5px #42A5F5;
    background: #e3f2fd;
    border-bottom: solid 1px #42A5F5;
    padding: 5px;
		color: #005fad;
}

.removeFilter {
	margin: 0 auto 20px;
}
.main .removeFilter {
	position: absolute;
    top: 10px;
    right: 0px;
	margin: 0;
}
.removeFilter &gt; .button-1 {
    padding: 5px;
    text-decoration: none;
	display: inline-block;
	margin: 0;
}
.removeFilter &gt; .button-2 {
	font-size: 12px;
	line-height: 1;
	text-align: center;
	padding: 5px;
    text-decoration: none;
	display: inline-block;
	margin: 0;
}

.leftmenu-category &gt; ul {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 1em;
}
.leftmenu-category &gt; ul &gt; li {
	border-bottom: solid 1px #ddd;
	padding: 5px;
}
.leftmenu-category &gt; ul &gt; li &gt; a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    color: inherit;
}
.leftmenu-category small {
	font-size: 80%;
	color: #888;
}
.leftmenu-category .count {
	font-size: 85%;
}

.leftmenu-jasrac {
    margin: 0 auto 20px;
    text-align: right;
    color: #888;
}

.main {
	margin: 50px 15px 90px;
	position: relative;
}

.heading {
    font-size: 1.4em;
    font-weight: normal;
    position: relative;
    padding: 5px 0;
    margin-bottom: 10px;
}

.heading:after {
    content: "";
    display: block;
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #42A5F5;
}

.heading small {
	font-size: 0.68em;
}

.radio-article-caption {
	display: none;
}

.radio-article {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #ddd;
	padding: 8px 0 5px;
	position: relative;
}

.playlist .radio-article {
	padding-left: 24px;
}

.playlist .radio-article-title {
	font-size: 88%;
}

.radio-article-draggable {
    width: 26px;
    position: absolute;
    top: 50%;
    left: 0;
	height: 34px;
    transform: translateY(-50%);
    display: none;
	cursor: grab;
}

.radio-article-draggable:before,
.radio-article-draggable:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 1px;
    z-index: 1;
}

.radio-article-draggable:before {
    margin-top: 2px;
}

.radio-article-draggable:after {
    margin-top: -2px;
}

.playlist .radio-article-draggable {
    display: block;
}

.radio-article-playbutton {
	flex-basis: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1em;
}

.radio-article-audio-play {
	font-size: 2em;
	background: none;
	border: none;
	text-align: center;
	width: 1.3em;
	opacity: 0.08;
	overflow: hidden;
	position: relative;
}

.radio-article-audio-play-active {
	opacity: 1!important;
}

.radio-article:hover .radio-article-audio-play,
.radio-article-audio-play:hover ,
.radio-article-audio-play:focus {
	opacity: 1;
}

.radio-utility-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.radio-article-info {
	flex-basis: calc(100% - 50px);
	padding-left: 5px;
}

.radio-article-title {
	font-size: 1em;
	font-weight: normal;
	cursor: pointer;
}

.radio-article-meta {
	font-size: 0.68em;
	color: #999;
	min-height: 1.4em;
}

.radio-article-meta &gt; * { display: inline-block; }
.radio-article-author:empty { display: none; }

.radio-article-author,.radio-article-tag {
	list-style: none;
	cursor: pointer;
	color: #999;
}

.line {
	border: none;
	height: 1px;
	width: 100%;
	display: block;
	margin: 20px auto;
	background: #888;
}

.pager {
	margin-top: 80px;
}

.pager {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 1em auto;
	max-width: 390px;
	line-height: 1;
}

.pager &gt; * {
	margin: 0 5px;
	min-width: 45px;
	white-space: nowrap;
}

.pager &gt; .pageInPages {
	margin: 0 15px;
}

.pager a {
	font-size: 2.2em;
	display: block;
	color: inherit;
	text-decoration: none;
}

#audioplayer {
	position: fixed;
	bottom: 0;
	background: #fff;
	border-top: solid 1px #bbb;
	width: 100%;
	padding: 10px 10px 5px;
	z-index: 99;
}

.radio-add-playlist {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 28px;
	font-size: 1.24em;
	border: none;
    color: #999;
}

.radio-add-playlist.radio-add-playlist--remove {
    color: #bbb;
}

.icon-radio {
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url("../img/icon_radio.svg") no-repeat;
	background-size: contain;
}

.icon-active {
	color: #42A5F5;
}

#audioplayer-seek {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0px;
	cursor: pointer;
	padding: 15px 0;
}

.audioplayer-seek-inner {
	background: #ddd;
	width: 100%;
	height: 5px;
	position: relative;
}

#audioplayer-seek-bar {
    position: relative;
    display: block;
	width: 0;
    height: 100%;
    z-index: 2;
    background: #42A5F5;
	pointer-events: none;
}

#audioplayer-seek-button {
	display: block;
	width: 40px;
	height: 30px;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	pointer-events: none;
}

#audioplayer-seek-button:after {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	background: blue;
	border-radius: 16px;
	pointer-events: none;
	transform: translate(-50%,-50%);
}

#audioplayer-time {
    position: absolute;
    top: 10px;
    font-size: 12px;
    color: #888;
    width: 100%;
    left: 0;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    line-height: 1;
}

#audioplayer-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#audioplayer-buttons &gt; button {
	font-size: 1.4em;
	width: 1.5em;
	height: 1.5em;
	border: none;
	background: none;
	margin: 0 5px;
	text-align: center;
}

#audioplayer-buttons &gt; button[name="noselected"],
#audioplayer-buttons &gt; button[name="play"],
#audioplayer-buttons &gt; button[name="pause"] {
	font-size: 2.4em;
}

#audioplayer-buttons &gt; button[name="noselected"] &gt; i,
#audioplayer-buttons &gt; button[name="play"] &gt; i,
#audioplayer-buttons &gt; button[name="pause"] &gt; i {
	opacity: 1;
	margin-left: 0.1em;
}

#audioplayer-buttons &gt; button[name="pause"] &gt; i {
	margin-left: 0;
	transform: scale(0.84);
}

#audioplayer-buttons &gt; button[disabled="disabled"],
#audioplayer-buttons &gt; button[name="loop"],
#audioplayer-buttons &gt; button[name="shuffle"] {
	color: #bbb;
}

#audioplayer-title {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	display: none;
	background: #fafafa;
	padding: 5px 10px;
	border: solid 1px #ccc;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transform: translateX(-50%);
	pointer-events: none;
	max-width: calc(100% - 20px);
}
#audioplayer-title:before {content: "縲�";}
#audioplayer-title:after {content: "縲上ｒ蜀咲函荳ｭ";}

#audioplayer-title.fadeOut {
	animation: fadeOut;
	animation-duration: 3.5s;
	animation-fill-mode: forwards;
	display: block;
}
@keyframes fadeOut {
	0% { opacity: 1; }
	66% { opacity: 1; }
	100%{ opacity: 0; }
}

#audioplayer-buttons &gt; button[name="info"],
#audioplayer-buttons &gt; button[name="playlist"] {
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: none;
	font-size: 1.4em;
}

#audioplayer-buttons &gt; button[name="info"] {
	left: 0;
}

#audioplayer-buttons &gt; button[name="playlist"] {
	right: 0;
}

.audioPlayer-errormsg {
    position: absolute;
    bottom: 100%;
    z-index: 2;
    padding: 10px;
    background: rgba(255,255,255,0.98);
    box-shadow: 0 1px 4px #888;
    max-width: 360px;
    width: 100%;
	opacity: 0;
	pointer-events: none;
}

#playlist,#currentmedia-info,#radio-article-info {
	display: block;
	width: calc(100% - 2rem);
	height: calc(100% - 60px - 2rem);
	padding-bottom: 1rem;
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 97;
}
#radio-article-info {
	z-index: 98;
}
.playlist,.currentMediaInfo,.radioArticleInfo {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 20px 50px;
	background: #fff;
	border-radius: 6px;
	border: solid 10px #fff;
    border-left: none;
    border-right: none;
	box-shadow: 0px 5px 15px #888;
	overflow-y: scroll;
}

#playlist:after,#currentmedia-info:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	z-index: 0;
	bottom: 11px;
	transform: rotate(45deg);
	border: solid 10px #fff;
	border-top-color: transparent;
	border-left-color: transparent;
}
#playlist:after { right: 1rem; }
#currentmedia-info:after { left: 1rem; }

.playlist-have {
	position: absolute;
    top: 20px;
    right: 10px;
    z-index: 1;
}
.playlist-heading {
    font-weight: normal;
    font-size: 1.24em;
    padding: 5px 0;
	margin-bottom: 10px;
    line-height: 1;
	position: relative;
}
.playlist-heading &gt; small {
    font-size: 12px;
    color: #666;
    margin-left: 1em;
}
.playlist-heading:after {
	content: "";
	width: 70px;
	height: 1px;
	background: #42A5F5;
	position: absolute;
	bottom: 0;
	left: 0;
}

.playlistCount {
	box-sizing: content-box;
    position: absolute;
	top: -0.4em;
	right: -0.5em;
	font-size: 12px;
	height: 1.32em;
	width: 1.32em;
    display: flex;
    padding: 2px;
	background: #42a5f5;
	border: solid 2px #fff;
    border-radius: 50%;
	align-items: center;
	justify-content: center;
	line-height: 1;
	opacity: 1;
	color: #fff;
	font-weight: bold;
}

.playlistCount.fadeOut {
	transition: opacity 1s ease 3s;
	opacity: 0;
}

.currentMediaInfo-title {
    font-size: 1.24em;
    line-height: 1.4;
    margin: 0 0 10px 0;
    background: #42A5F5;
    color: #fff;
    padding: 5px 10px;
}
.currentMediaInfo-author-image {
    display: block;
    width: 100px;
    margin: 0 auto 14px;
}
.currentMediaInfo-author-image img {
    display: block;
    width: 100%;
    border-radius: 100px;
}
.currentMediaInfo-author-name {
    font-size: 1.32em;
    text-align: center;
    margin: 0 auto 14px;
    line-height: 1;
}
.currentMediaInfo-author-name a {
	color: inherit;
	text-decoration: none;
}
.currentMediaInfo-author-text {
    font-size: 0.92em;
    line-height: 1.7;
    text-align: justify;
}
.currentMediaInfo-author {
    border: solid 1px #ddd;
    padding: 1em;
}
.currentMediaInfo-author:empty {
	display: none;
}
.currentMediaInfo-number:before {content: "隨ｬ";}
.currentMediaInfo-number:after {content: "蝗�";}
.currentMediaInfo-meta {
	font-size: 0.76em;
	color: #888;
}
.currentMediaInfo-duration,.currentMediaInfo-number,.currentMediaInfo-number { margin-right: 0.5rem; }
.currentMediaInfo-category {
    margin: 0.5rem auto;
    font-size: 1em;
}
.currentMediaInfo-content {
    margin: 10px auto;
	text-align: justify;
}
.currentMediaInfo-playbutton {
    text-align: center;
    margin: 10px auto;
}
.currentMediaInfo-audio-play {
	font-size: 3em;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    margin: auto;
    border-radius: 1em;
    border: solid 2px #bbb;
    justify-content: center;
    align-items: center;
}
.currentMediaInfo-audio-play &gt; i {
    position: relative;
    left: 3px;
}
.currentMediaInfo-audio-play &gt; span {
    width: 0.84em;
    height: 0.84em;
    position: relative;
    top: -2px;
}
.currentMediaInfo-hide,
.playlist-hide {
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0%);
    width: 100%;
    background: linear-gradient(0deg, #fff, #fff 75%, transparent);
    padding: 0.5rem 0;
	text-align: center;
}
.currentMediaInfo-hide button,
.playlist-hide button {
	font-size: 28px;
	line-height: 1;
}
.hideRadioArticleInfo {
    position: absolute;
    bottom: 14px;
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, #fff 0%, #fff 70%, rgba(255,255,255,0) 100%);
    height: 50px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 2;
}
.hideRadioArticleInfo &gt; button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
}

[v-cloak] {
	display: none;
}


@media all and (min-width: 769px){
	.left-sidebar {
		width: 280px;
		border-right: solid 1px #ddd;
		box-shadow: 0 0 3px #bbb;
		font-size: 85%;
	}

	.main {
	    width: calc(100% - 320px);
	    margin: 60px auto 100px;
		margin-left: 310px;
	    max-width: 560px;
	}

	#playlist,#currentmedia-info,#radio-article-info {
		max-width: 560px;
	}

	#playlist,#currentmedia-info {
		top: auto;
		bottom: 80px;
		max-height: 520px;
	}

	#playlist {
	    left: auto;
	    right: 1em;
	}

	#radio-article-info {
	    left: 50%;
	    transform: translateX(-50%);
	}

	.leftMenuButton {
	    display: none;
	}

	#left-sidebar {
	    display: block!important;
	}
}

@media all and (min-width: 1200px){
	.main {
		margin-left: auto;
	}

}

@media all and (max-width: 340px){
	#audioplayer-buttons &gt; button {
	    font-size: 1.24em;
	}

	#audioplayer-buttons &gt; button[name="noselected"],
	#audioplayer-buttons &gt; button[name="play"],
	#audioplayer-buttons &gt; button[name="pause"] {
	    font-size: 2em;
	}

	#audioplayer-buttons &gt; button[name="info"],
	#audioplayer-buttons &gt; button[name="playlist"] {
	    font-size: 1.24em;
	}
}
/* ==== Sotable ==== */
.sortable-drag {
	background: #f7f7f7;
}


/* ==== Vue 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ ==== */
/* 蟾ｦ繧ｵ繧､繝峨Γ繝九Η繝ｼ */
.leftmenu-leave-active,.leftmenu-enter-active { transition: all 0.5s ease; }
/* show */.leftmenu-enter { opacity: 1; transform: translateX(-100%); }
.leftmenu-enter-to { opacity: 1; transform: translateX(0); }
/* hide */.leftmenu-leave { opacity: 1;  transform: translateX(0); }
.leftmenu-leave-to { opacity: 1; transform: translateX(-100%); }

/* 繝励Ξ繧､繝ｪ繧ｹ繝医�蜀咲函逡ｪ邨�ュ蝣ｱ */
.fade1-leave-active,.fade1-enter-active { transition: all 0.5s ease; }
/* show */.fade1-enter { opacity: 0; transform: translateY(90%); }
.fade1-enter-to { opacity: 1; transform: translateY(0); }
/* hide */.fade1-leave { opacity: 1;  transform: translateY(0); }
.fade1-leave-to { opacity: 0; transform: translateY(90%); }

/* 逡ｪ邨�ュ蝣ｱ */
.fade2-leave-active,.fade2-enter-active { transition: all 0.5s ease; }
/* show */.fade2-enter { opacity: 0; transform: scale(0); }
.fade2-enter-to { opacity: 1; transform: scale(1); }
/* hide */.fade2-leave { opacity: 1;  transform: scale(1); }
.fade2-leave-to { opacity: 0; transform: scale(0); }

/* 繧ｪ繝ｼ繝�ぅ繧ｪ蜀咲函繧ｨ繝ｩ繝ｼ */
.fadeErrorMsg-leave-active,.fadeErrorMsg-enter-active { transition: all 0.5s ease 3s; }
/* show */.fadeErrorMsg-enter { opacity: 1; }
.fadeErrorMsg-enter-to { opacity: 0; }
/* hide */.fadeErrorMsg-leave { opacity: 1; }
.fadeErrorMsg-leave-to { opacity: 0; }
</pre></body></html>