/***** ページ下部のバナー *****/
*:focus {
	outline: none;
}

#banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 1%;/*20180629 sm2edit*/
	z-index: 5;
	width: calc(100% - 20px);
	/*height: 90px;*//*20180629 sm2delete*/
	margin: 0 auto;
}
#banner a {
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
#banner .banner_close {
	width: 21px;
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 8px;
	right: 13px;
	color: #fff;
	font-size: 35px;
	z-index: 10;
}



/***** コバソロレコ *****/
.music_school {
	position: static;
}
.kv {
	width: 100%;
	background: #eaf3ff;
	color: #294565;
	position: relative;
	z-index: 999;
}
.kv button {
	display: none;
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	position: absolute;
	color: #fff;
	font-size: 30px;
	/*20180627 sm2add*/
	width: 48px;
	height: 48px;
	bottom: 0;
	right: 0;
	/*ここまで*/
}
.kv button.active {
	display: block;
}

.kv .img_area {
	border-bottom: 3px solid #294565;
}
.kv .txt_area {
	display: none;
	position: absolute;
	width: 100%;
	background: #eaf3ff;
}
.kv p {
	font-size: 12px;
	color: #294565;
	line-height: 1.3;
	padding: 15px 20px 30px;
}

/*リスト部分*/
/*20180628 sm2add*/
#content {
	overflow: visible !important;
}
@supports (display: flex) {
	#content {
		overflow-y: scroll !important;
	}
}
/*ここまで*/
#content.pt00 {
	padding-top: 0;
}
.archive .msModalOpen {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #999;
	text-decoration: none;
}
/*20180628 sm2add*/
.archive .msModalOpen .flex {
	font-size: 0;
}
@supports (display: flex) {
	.archive .msModalOpen .flex {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		font-size: initial;
	}
}
.archive .msModalOpen .numbering {
	width: 37px;
	margin: 0 7px 0 0;
	padding: 4px 0;
	background: #294565;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	display: inline-block;
}

.archive .msModalOpen .numbering span {
	font-size: 10px;
}

.archive .msModalOpen .title {
	width: 72%;
	margin: 0 15px 0 0;
	padding: 5px 0;
	display: inline-block;
}
.archive .msModalOpen .title .date {
	font-size: 10px;
	color: #888;
	line-height: 1.3;
	float: left;
	margin-right: 1em;
}
.archive .msModalOpen .title h2 {
	font-size: 13px;
	line-height: 1.3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	clear: both;
}
.archive .msModalOpen .title .guest {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.archive .msModalOpen .mo {
	width: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -20px;
}
@supports (display: flex) {
	.archive .msModalOpen .mo {
		display: block;
		margin-top: 0;
	}
}
.archive .msModalOpen .title .new {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.3;
}



/***** モーダル *****/
.msModalMain {
  background: #fff right 15px no-repeat;
  display: block;
  width: 80%;
  height: auto;
  border-radius: 10px;
  border: #c9a063 solid 3px;
  padding: 40px 5% 24px;
  color: #666666;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);/*20180628 sm2add*/
  transform: translate(-50%, -50%);
  z-index: 9999;
  margin: 0 auto;
}
.msModalMain .numbering {
	width: 37px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 4px 0;
	background: #294565;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	display: inline-block;
}
.msModalMain .numbering span {
	font-size: 10px;
}
.msModalMain .date {
	margin: 15px 0 20px;
	font-size: 10px;
	color: #888;
	text-align: center;
	line-height: 1.3;
}
.msModalMain .title {
	margin: 0 0 15px;
	font-size: 15px;
	color: #000;
	text-align: center;
	line-height: 1.3;
}

/*プレーヤー*/
.msModalMain .player {
	margin-bottom: 22px;
}
.msModalMain .player .seekbar {
	margin-bottom: 15px;
}
.msModalMain .player .seekbar img {
	margin-bottom: 8px;
}
.msModalMain .player .seekbar .time {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.msModalMain .player .seekbar .time p {
	font-size: 10px;
	color: #7d7d7d;
	line-height: 1.3;
}
/*20180628 sm2add*/
.msModalMain .player .buttons {
	letter-spacing: -0.4em;
	width: 100%;
	text-align: center;
}
@supports (display: flex) {
	.msModalMain .player .buttons {
		/*width: 214px; 20180627 sm2add*/
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		letter-spacing: normal;
	}
}
.msModalMain .player .buttons button {
	text-align: center;
	border: none;
	background: none;
	padding: 0;
	margin: 0 3% 0 0;
	display: inline-block;
	vertical-align: middle;
}
.msModalMain .player .buttons button:last-child {
	margin-right: 0;
}
@supports (display: flex) {
	.msModalMain .player .buttons button {
		display: block;
		margin: 0;
	}
}
/*ここまで*/

/*20180627 sm2add*/
.msModalMain .player .buttons button:focus {
	outline: 0;
}

/* 20180621 sm2add */
input[type="range"]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #7d7d7d;
  border-radius: 50%;
}
input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #7d7d7d;
  border-radius: 50%;
}
input[type="range"]::-ms-thumb {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #7d7d7d;
  border-radius: 50%;
}
/* /sm2add */


/*テキスト*/
.msModalMain .text p:not(.note) {
	margin: 0 0 12px;
	font-size: 12px;
	color: #000;
	line-height: 1.8;
}
.msModalMain .text .note {
	font-size: 10px;
	color: #000;
	line-height: 1.3;
}

/*閉じるボタン*/
.msModalClose {
  position: absolute;
  top: 15px;
  right: 0px;
}
.msModalClose a {
	text-decoration: none;
}
.msModalClose img {
  width: 25px;
  height: 14px;
}





.slidecontainer {
	width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
	-webkit-appearance: none;  /* Override default CSS styles */
	appearance: none;
	width: 100%; /* Full-width */
	height: 3px; /* Specified height */
	background: #d3d3d3; /* Grey background */
	outline: none; /* Remove outline */
	opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s; /* 0.2 seconds transition on hover */
	transition: opacity .2s;
	border-radius: 7px;
}

/* Mouse-over effects */
.slider:hover {
	opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ 
.slider::-webkit-slider-thumb {
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	width: 5px; /* Set a specific slider handle width */
	height: 15px; /* Slider handle height */
	background: #4CAF50; /* Green background */
	cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
	width: 5px; /* Set a specific slider handle width */
	height: 15px; /* Slider handle height */
	background: #4CAF50; /* Green background */
	cursor: pointer; /* Cursor on hover */
}
