/* カスタム CSS をここに入力してください */
h2 {　
clear: both;
	margin-bottom: 20px;
	color: #fff;			/*文字色*/
	padding: 10px 30px;		/*上下、左右への余白*/
	background: #a60000;	/*背景色*/
	border-radius: 30px;		/*角丸のサイズ*/

}　

h3#danraku3 {　
position: relative;
color: black;
background: #1b1b1b;
line-height: 1.4;
padding: 0.25em 0.5em;
margin: 2em 0 0.5em;
border-radius: 0 5px 5px 5px;
}

h3:after {/*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: #a60000;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}　　

h4#danraku4 {　　  
}

/*　プレイヤー（再生バー）　*/
.audiojs {
width: 250px;
height: 30px;
background: none;
overflow: hidden;
font-family: monospace;
font-size: 12px; 
-webkit-box-shadow: none;
-moz-box-shadow: none; 
-o-box-shadow: none;
box-shadow: none;
}
/*　再生・停止ボタン　*/
.audiojs .play-pause {
width: 28px;
height: 28px;
padding: 0;
margin: 0;
float: left;
overflow: hidden;
border: 1px solid #a60000; 
background: #a60000;
border-radius: 15px;
}
/*　再生・停止ボタンなどの p 要素　*/
.audiojs p {
display: none;
width: 28px;
height: 28px;
margin: 0px;
cursor: pointer;
}
.audiojs .play {
display: block;
}
/*　進行状態・ロードの状態を表示する部分（薄いグレー）　*/
.audiojs .scrubber {
position: relative;
float: left;
width: 150px;
background: #a60000;
height: 4px;
margin: 12px 0 0 0px;
border-top: 0;
border-left: 0px;
border-bottom: 0px;
overflow: hidden;
}
/*　進行状態を表示するバーの部分(再生ボタンより少し暗い青)　*/
.audiojs .progress {
position: absolute;
top: 0px;
left: 0px;
height: 4px;
width: 0px;
background: #ccc; 
z-index: 1; 
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc),
color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc)); 
background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 
100%); */
}
/* ロード状態を表示するバーの部分（薄いグレー） */
.audiojs .loaded {
position: absolute;
top: 0px;
left: 0px;
height: 4px;
width: 0px;
background: #a60000; 
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222),
color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222
100%); */
}
/*　現在の再生時間/総再生時間　フォント　*/
.audiojs .time {
float: left;
height: 30px;
line-height: 30px;
margin: 0px 0px 0px 8px;
padding: 0px 0px 0px 0px;
border-left: none;
color: #666;
text-shadow: none;
display: none;
}
/*　現在の再生時間　フォント　*/
.audiojs .time em {
padding: 0px 2px 0px 0px;
color: #666;
font-style: normal;
display: none;
}
/*　時間　/の部分　*/
.audiojs .time strong {
padding: 0px 0px 0px 2px;
font-weight: normal;
display: none;
}
.audiojs .error-message {
float: left;
display: none;
margin: 0px 10px;
height: 28px;
width: 200px;
overflow: hidden;
line-height: 28px;
white-space: nowrap;
color: #fff; 
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-icab-text-overflow: ellipsis;
-khtml-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
color: #eee;
text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px solid #999;
white-space: wrap;
}
/*　再生ボタン　*/
.audiojs .play {
background: url(../images/playr.png) center center no-repeat;　←playボタン
margin-left: 1.45px;
}
/*　読み込み中ボタン　*/
.audiojs .loading {
/*background: url("$1") center center no-repeat;*/
display: none;
}
/*　エラーボタン　*/
.audiojs .error {
/*background: url("$1") center center no-repeat;*/
display: none;
}
/*　停止ボタン　*/
.audiojs .pause {
background: url(../images/pauser.png) center center no-repeat;　←pauseボタン
}
.playing .play, .playing .loading, .playing .error {
display: none;
}
.playing .pause {
display: block;
}
.loading .play, .loading .pause, .loading .error {
display: none;
}
.loading .loading {
display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
display: none;
}
.error .error {
display: block;
}
.error .play-pause p {
cursor: auto;
}
.error .error-message {
display: block;
}
/*　再生している曲の情報　*/
.track-details {
clear: both;
height: 28px;
width: 200px;
padding: 0px 6px;
background: #FFF;
color: #3A3A3A;
font-size: 10px;
line-height: 28px;
}
.track-details:before {
content: '♬ Now Playing: ';
}

/* 画像の横並べとスマホで解除 */
div#two-pic {
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 5px;
}
div#left-pic {
    display: inline-block;
    padding: 5px;
}
div#right-pic {
    display: inline-block;
    padding: 5px;
}

/* プロフ横並びテーブル */

.demo01 { margin: 0 5px; }
    .demo01 th{15%;}
    .demo01 td{width:80%%; 
    border-bottom:1px solid #ccc; 
    word-wrap:break-all;    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
.demo02 table  { width: 100%; text-align: left; }
.demo02 th  { width: 30%; text-align: left; }
.demo02 td  { width: 70%; padding: 10px;　text-align: left; }
img { width:100%; max-width: 100%; height: auto; }

/* フッター */
footer {
clear:both;
height:50px;
text-align:center;
font-size:0.85em;
background-color: #a60000;
color: #fff;
margin-top: 100px;
padding-top:30px;
display:block; 
}

/*横並びメニュー nabi*/

#menu{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width: 20%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #e7e7e7;
  color: #212121;
  text-align: center;
  text-decoration: none;
  font-weight:bold ;
}
#menu li a:hover{
  background: #ddeefb;
}
#toggle{
 display: none;
}

