@charset "UTF-8";
@import "/web/src/s/karaoke/css/layout.css";

/*- jp-bb-sound
-----------------------------------------------------------------------*/
.jp-bb-sound .jp-bb-songlist-std th {
  background-color: #ffd800;
  color: #000;
}

.jp-bb-sound #jp-bb-navi ul {
    width: 100%;
    height: 60px;
    margin-bottom: 40px;

  }

.jp-bb-sound .jp-bb-box:last-child {
  margin-bottom: 0;
}

/*- jp-bb-button
-----------------------------------------------------------------------*/
  .jp-bb-sound .jp-bb-button a {
    background-color: #ffd800;
  }

/*- jp-bb-navi
-----------------------------------------------------------------------*/
  #jp-bb-navi {
  }

  #jp-bb-navi ul li {
    float: left;
    box-sizing: border-box;
    width: 50%;
  }

@media screen and (max-width: 767px) {

  #jp-bb-navi ul li {
    /*width: 32.2%;*/
    margin-bottom: 0;
		font-size:11px;
  }

  #jp-bb-navi ul li:nth-child(3) {
    border-left: none;
  }

}

/*- jp-bb-main
-----------------------------------------------------------------------*/
  #jp-bb-main p {
	  background:#fff9d4;
  }

/* ng-isolate-scope 
-----------------------------------------------------------------------*/
.ng-isolate-scope .jp-cmp-list-social-001 {
  text-align: center;
  padding-bottom: 30px
}
.ng-isolate-scope .jp-cmp-list-social-001 > ul {
  width: auto;
}