@CHARSET "UTF-8";

.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 5px;
	margin-bottom: .5em;
	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/read/btn_icon_preview.png) 0 0 no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
}

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

.minus10sec_g {
	background: url(../images/read/btn_icon_preview02.png) 0 0 no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
}

.plus10sec_g {
	background: url(../images/read/btn_icon_forword02.png) 0 0 no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
}

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

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

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

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


#jp_container_g_main .jp-play {
	background: url(../images/read/btn_icon_play02.png) 0 0 no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
}

#jp_container_g_main .jp-pause {
	background: url(../images/read/btn_icon_stop02.png) 0 0 no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
}

.container_g .jp-play {
	background: url(../images/read/btn_icon_play02.png) 0 0 no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
}

.container_g .jp-pause {
	background: url(../images/read/btn_icon_stop02.png) 0 0 no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
}

.btn-one{
	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: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: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: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-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:12px;
	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:#d00;
	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;
	*/
}

.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
}

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

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

	/*ここで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;
}


#jp_container_l_main.container {
	background: rgba(166,213,244, 0.3);
	border-radius: 10px;
	padding-left: 30px;
}

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

#jp_container_g_main.container  {
	background: #E9ECFC;
	border-radius: 10px;
	padding-left: 30px;
}

.container_g  {
	background: #E9ECFC;
	border-radius: 10px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.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: 10px 0 0 0;
	width: 100%;
	overflow: hidden
}

.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;
}

#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: 16px;
	height: 16px;
	background: url(../images/read/btn_read_icon00.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	margin: 0 5px -3px 0;
}

.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 {
  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;
}
#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;
}



@keyframes loading {
  to {
  }

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