@charset "UTF-8";
body {
  margin: 0;
  color: #22302F;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

*,
*::before,
*::after {
  box-sizing: border-box; }

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px; }

.row {
  display: -ms-flexbox;
  display: flex; }

.cell {
  padding-left: 16px;
  padding-right: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 64px;
  border-bottom: 1px solid #E4E7E6; }

.cell > * {
  pointer-events: none; }

.cell:last-child {
  margin-bottom: 64px;
  /* 画面下部に固定された要素に被らないように 要調整 */ }

 /*---セル----*/
 .FooterCell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 64px;
  padding: 0 32px;
  background: #fff;
  border-top: 1px solid #41d3a2; 

}





/*メニューをページ下部に固定*/
#subtable{
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99;
}

.rank,
.user-img,
.gift {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.rank {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  line-height: 1; 
  flex-basis: 30px}

.rank .rank-number {
  font-size: 16px;
  font-weight: bold; }

.user-img {
  margin: 0 0 0 8px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow:hidden;
  /* background: url("images/noimage.png") no-repeat center center; */
  /* img がない場合 */
  background-size: 100%; }

.user-name {
  margin: 0 16px 0 8px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3; }

.score {
  margin-left: auto;
  color: #01BC9D;
  font-size: 12px;
  text-align: right;
  line-height: 1; }

.tabs {
  margin-top: 0; }

input[name="tab-item"] {
  display: none; }

.tab-item {
  display: block;
  float: left;
  width: calc(100% / 2);
  height: 44px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  color: rgba(34, 48, 46, 0.7);
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease; }

.tab-content {
  display: none;
  clear: both;
  overflow: hidden;
  top: 100px;
  transition: all 0.2s ease; }

#first-tab:checked ~ #first-tab-content,
#second-tab:checked ~ #second-tab-content,
#third-tab:checked ~ #third-tab-content,
#forth-tab:checked ~ #forth-tab-content {
  display: block;
  top: 0px;
  border-top: 1px solid #E4E7E6; }

.tabs input:checked + .tab-item {
  color: #01BC9D;
  border-bottom-color: #01BC9D; }

.tab-content-header {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E4E7E6; }

.tab-content-header .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.tab-content-header .title {
  font-size: 16px; }

.tab-content-header .value {
  font-size: 16px; }


  /*カラム要素ごとの設定*/
.Rank {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  line-height: 1; }

.Icon {
  margin: 0 0 0 8px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow:hidden;
  /* background: url("images/noimage.png") no-repeat center center; */
  /* img がない場合 */
  background-size: 100%; }


.Nickname {
  margin: 0 16px 0 8px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3; }

.Score {
  margin-left: auto;
  color: #01BC9D;
  font-size: 12px;
  text-align: right;
  line-height: 1;  }
