@charset "UTF-8";

.container {
    font-size: 0.9em;
    padding: 4px 8px;

    /*ここで背景のベースカラーを指定する*/
    background-color: #fff;

    /*ここでCSS3のグラデーションをつかってひし形のパターン・色を指定する
	（※色を変える場合は#fffffffの部分を変更）*/
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent), to(transparent)),
        -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffffff), color-stop(.25, transparent), to(transparent)),
        -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffffff)),
        -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffffff));

    /*ここでパターンの大きさを指定する
	（※ひし形の縦と横の大きさです）*/
    -webkit-background-size: 2px 2px;

    border: 0.15rem solid black;
}

.container hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #999
}

.container li a,
.jp_interface_1,
.container button {
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    display: block;
    text-indent: -9800px;

    /* リセット */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;

}


.minus10sec_l {
    background: url(../../images/202210/btn_icon_preview.png) 0 0 no-repeat;
    background-size: contain;
    width: 28px;
    height: 27px;
}

.plus10sec_l {
    background: url(../../images/202210/btn_icon_forword.png) 0 0 no-repeat;
    background-size: contain;
    width: 28px;
    height: 27px;
}

.minus10sec_g {
    background: url(../../images/202210/btn_icon_preview.png) 0 0 no-repeat;
    background-size: contain;
    width: 28px;
    height: 27px;
}

.plus10sec_g {
    background: url(../../images/202210/btn_icon_forword.png) 0 0 no-repeat;
    background-size: contain;
    width: 28px;
    height: 27px;
}

#jp_container_l_main .jp-play {
    background: url(../../images/202210/btn_icon_play.png) 0 0 no-repeat;
    background-size: contain;
    width: 28px;
    height: 27px;
}

#jp_container_l_main .jp-pause {
    background: url(../../images/202210/btn_icon_stop.png) 0 0 no-repeat;
    background-size: contain;
    width: 28px;
    height: 27px;
}

.container_l .jp-play {
    background: url(../../images/202210/btn_icon_play.png) 0 0 no-repeat;
    background-size: contain;
    width: 28px;
    height: 27px;
}

.container_l .jp-pause {
    background: url(../../images/202210/btn_icon_stop.png) 0 0 no-repeat;
    background-size: contain;
    width: 28px;
    height: 27px;
}


#jp_container_g_main .jp-play {
    background: url(../../images/202210/btn_icon_play.png) 0 0 no-repeat;
    background-size: contain;
    width: 28px;
    height: 27px;
}

#jp_container_g_main .jp-pause {
    background: url(../../images/202210/btn_icon_stop.png) 0 0 no-repeat;
    background-size: contain;
    width: 28px;
    height: 27px;
}

.container_g .jp-play {
    background: url(../../images/202210/btn_icon_play.png) 0 0 no-repeat;
    background-size: contain;
    width: 28px;
    height: 27px;
}

.container_g .jp-pause {
    background: url(../../images/202210/btn_icon_stop.png) 0 0 no-repeat;
    background-size: contain;
    width: 28px;
    height: 27px;
}

.btn-one-to_be_deleted {
    border: 0;
    background: transparent;
    /*opacity: 0.6;*/
    cursor: pointer;
    padding: 0 4px;
    margin: 0 4px;
    /*
	background: url(../images/read/btn_read_icon00.png) 0 0 no-repeat;
	background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    */
}

.btn-one-to_be_deleted:before {
    content: '';
    /* width: 16px; */
    /* height: 16px; */
    /* background: url(../images/read/btn_read_icon00.png) 0 0 no-repeat; */
    background-size: contain;
    display: inline-block;
    margin: 0 4px -4px 0;
}

.btn-l-to_be_deleted:before {
    content: '';
    /* width: 16px; */
    /* height: 16px; */
    /* background: url(../images/read/btn_read_icon00_l.png) 0 0 no-repeat; */
    background-size: contain;
    display: inline-block;
    margin: 0 4px -4px 0;
    opacity: 0.7;
}

.btn-g-to_be_deleted:before {
    content: '';
    /* width: 16px; */
    /* height: 16px; */
    /* background: url(../images/read/btn_read_icon00_g.png) 0 0 no-repeat; */
    background-size: contain;
    display: inline-block;
    margin: 0 4px -4px 0;
    opacity: 0.8;
}

.btn-play {
    padding: 0;
    /* margin: 0 2px; */
    background-image: url(../../images/202210/btn_read.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    z-index: 2;
}

/*
.btn-one:after {
	content: '再生';
	font-size: 0.9em;
	text-decoration: none;
}
.btn-one:hover:after {
	content: '再生';
	font-size: 0.9em;
	text-decoration: underline;
}
#wrapper #contents #colist02 .btn-one:after {
	font-size: 12px;
}
*/

/*
.jp-play:before {
	content: '再生';
}
.jp-pause:before {
	content: '停止';
}


.btn-play:before {
	content: '再生';
}
.btn-pause:before {
	content: '停止';
}
*/

/*
.btn-one:before {
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/read/btn_read_icon00.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	margin: 2px 5px -3px 0;
}
*/
.minus10sec_l:before,
.minus10sec_g:before {
    content: '<<10秒';
}

.plus10sec_l:before,
.plus10sec_g:before {
    content: '10秒>>';
}


.jp-progress {
    width: 215px;
    height: 6px;
    cursor: pointer;
}

.jp-seek-bar {
    width: 100%;
    height: 100%;
    background: #ccc;
    cursor: pointer;
}

.jp-play-bar {
    width: 0%;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
    background: #30699f;
    cursor: pointer;
}

.jp-time-holder {
    font-size: 8pt;
}

.jp-current-time {
    float: left;
}

.jp-duration {
    float: right;
}


.container ul li {
    /*
	padding: 1px 2px !important;
	*/
    text-align: center !important;
}

.container ul li.voice_title {
    display: none;
    /*
	width: 60px !important;
	text-align: center;
	*/
}

.container ul li.voice_time {
    /* margin-top:5px; */
    /*
	width: 130px !important;
	*/
    display: inline-flex;
    align-items: center;
}

.container li a {
    width: 6.9em;
    text-decoration: none;
    color: #000
}

.container p {
    font-weight: normal;
    line-height: 1.4em;
}

.jp-controls a {
    display: block;
    float: left;
    width: 188px;
    padding: 3px 0;
    margin: 2px 5px;
    background-color: #e1e1e1;
    border: solid 1px #d1d1d1;
    border-radius: 5px;
    text-align: center
}

#play_list,
.container {
    /*
	border: 1px solid #666;
	margin: 0 0 15px;
	*/
    padding: 0 15px;
    /*
	float: right;
	*/
}

#play_list li {
    padding: 3px 0
}




#jp_container_l_main.container {
    /* background: rgba(166,213,244, 0.3); */
    /* border-radius: 10px; */
    /* padding-left: 30px; */
    background: #fff;
    padding: .5rem .8rem;
    position: absolute;
    bottom: -1rem;
    right: 0;
    z-index: 10;
}

.container_l {
    /* background: rgba(166,213,244, 0.3);
	border-radius: 10px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 10px; */

    background: #fff;
    padding: .5rem .8rem;
    position: absolute;
    bottom: -1rem;
    z-index: 10;
}

#jp_container_g_main.container {
    /* background: #E9ECFC;
	border-radius: 10px;
	padding-left: 30px; */
    background: #fff;
    padding: .5rem .8rem;
    position: absolute;
    bottom: -1rem;
    right: 0;
    z-index: 10;
}

.container_g {
    /* background: #E9ECFC;
	border-radius: 10px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 10px; */
    background: #fff;
    padding: .5rem .8rem;
    position: absolute;
    bottom: -1rem;
    z-index: 10;
}

.container_one p a {
    font-size: 1.0em !important;
    color: #000 !important;
    text-decoration: underline !important;
}

.container ul,
.voice_ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;

    display: flex;
    align-items: center;
}

.container dl span,
.container ul span {
    display: inline-block;
    padding: .25em .05em;
}

.voice_time span {
    color: #c70009;
}

.container dl {
    *zoom: 1
}

.container dl:after {
    content: "";
    display: table;
    clear: both
}

.container dd,
.container dt,
.container li,
.voice_ul li {
    /* float: left; */
    /* margin: 0 1em 0 0 !important; */
    /* border: 0 !important;
	width: auto !important;
    display: inline-grid; */
}

#conts #rn ul li:first-child {
    border-top: 1px solid #666;
}

.container dt,
.container h3 {
    font-weight: 700;
    width: 7em;
    padding: .25em 0
}

.container h3+ul {
    margin: -2.8em 0 1.5em 7.5em;
    width: auto
}

.container p:first-child {
    margin: 0;
    padding: 5px 20px;
    font-weight: normal;
    line-height: 1.4em;
}

.container p span.track-name {
    color: #c70009
}

.container p a {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

#play_list h3 {
    border-top: .25em solid #ccc;
    border-bottom: .25em solid #ccc;
    padding: .5em
}

#play_list h4 {
    border-left: .5em solid #aaa;
    padding: 0 .5em;
    margin: .5em 0 0
}

#play_list ul {
    padding: 0 .5em;
    margin: .5em 1em 1.5em
}

.BFMenu {
    background-color: #eee;
    margin: .25em 0;
    padding: .25em 0;
    text-align: center;
    font-size: 1em;
    font-weight: 400
}

hr.l_g_sep {
    border: 0;
    height: 0;
    border-bottom: 1px dashed #1c85d4
}

a.btn-open-l,
a.btn-open-g {
    margin: 0 20px 0 0;
}

a.btn-open-l:before,
a.btn-open-g:before,
a.btn-open-one:before {
    content: '';
    width: 1.3rem;
    height: 1.3rem;
    background: url(../../images/202210/btn_read.png) 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    /* margin: 0 5px -3px 0; */
    vertical-align: middle;
    margin-right: .5rem;
}

.cnr_link {
    position: relative;
}

.cnr_link .listlink_btn {
    text-align: right;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.cnr_link li {
    list-style: none;
    text-align: right;
}

#detail a.btn-open-one {
    display: inline-block;
    float: right;
    /*
    width: 163px;
    height: 25px;
    */
    margin-top: 2px;
    padding: 2px 12px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
}

#detail .container_one {
    margin-top: 10px;
}


.loading {
    color: #484848;
    /* width: 16px;
  height: 16px; 
  margin: 0 auto;
  border: 4px solid #ccc;
  border-right: 4px solid transparent;
  border-radius: 30px;
  animation: loading 1s linear infinite; */
}


#wrapper #contents #colist02 dl dt {
    /*float: none;*/
}

#wrapper #contents #colist02 dl dd {
    padding: 0px 0 0px 538px;
}

#wrapper #contents #colist02 dl dd.onsei {
    float: left;
    width: 490px;
    padding: 0;
    margin: 0;
    border-bottom: 0;
    font-size: 1em;
    position: relative;
}

#wrapper #contents #colist02 dl dd:not(.onsei) {}

#wrapper #contents #colist02 dl dd:not(.onsei) img {
    padding-top: 10px;
}

#wrapper #contents #colist02 dl dd.onsei:before {
    display: none;
    content: none;
}

#wrapper #contents #colist02 dl dd.onsei:after {
    display: none;
    content: none;
}

.position-relative {
    position: relative;
}

.end-0 {
    right: 0 !important;
}

@keyframes loading {
    to {}

    from {
        transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
}