@charset "UTF-8";
#entryDip li a, .control ul:after, .pandaComment:before, .profileComment:before, #entryList li div:first-child ul, #entryList div:first-child:after{
    font-family: 'rinoicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h5 {
	text-align: center;
  font-size: 1.3rem;
  color: var(--theme-accent);
  margin-bottom: 20px;
}


/* 各回のテーマカラー */
.statusIcons img,
.statusIcons a,
.iconFP,
.goods {
  background: var(--theme-accent);
  line-height: 1;
}


#entryList li > div:first-child {
	background: #f3f3f3;
  border-bottom: 2px solid var(--theme-accent);
  padding: 1rem .5rem 1rem 4rem;
}
.pandaComment:before,
.profileComment:before,
#entryList div:first-child:after {
	color: var(--theme-accent);
}

/* コントロール部分 */
.control {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.control ul{
  margin-right: 1rem;
}
@media all and (max-width:560px){
  .control {
    display: block;
  }
  .control ul{
    margin-right: 0;
  }
}

/* キャンセル */
.areaCancel {
  background:#f3f3f3 !important;
  color: #ccc !important;
}
.areaCancel > div:first-child {
  border-bottom: 2px solid #ccc !important;
}
.areaCancel > div a,
.areaCancel > div:first-child:after {
  color: #ccc !important;
}

.areaCancel .rinoIcons .iconEC,
.areaCancel .statusIcons a,
.areaCancel .iconFP {
	background: rgba(204, 204, 204, 1) !important;
}
.areaCancel .photo_box img {
  -webkit-filter:grayscale(100%);
  -moz-filter:grayscale(100%);
  -ms-filter:grayscale(100%);
  filter:grayscale(100%);
  opacity: .5;
}
/* セレクトボックス */
select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background-size:20px 10px;
  background-position: right center;
  /*height: 30px;
  line-height: 30px;*/
  font-size: 1rem;
  vertical-align: middle;
  border:1px solid var(--theme-accent);
  color:var(--theme-accent);
  padding: .5rem .5rem .8rem;
  margin-bottom: 2rem;
}

@media all and (max-width:560px){
  select {
    width: 100%;
    margin-bottom: .5rem;
  }
}

/* 絞込時の表示 */
#listTitle {
  color: var(--theme-accent);
	font-size: 2rem !important;
  line-height: 2rem;
  margin-bottom: 2rem;
}
@media all and (max-width:560px){
  #listTitle {
    color: var(--theme-accent);
    font-size: 1.3rem !important;
    line-height: 1.5rem;
    margin-bottom: 2rem;
  }
}

/* 初参加者ボタン */
#entryDip li.beginner a {
	font-size:15px;
	line-height:28px;
	height:28px;
	display: block;
	padding:0 10px;
	border:1px solid #ccc;
	background:#eee;
	color:#000;
	margin-top:8px;
}

/* チーム分け表記 */
#ballthrow {width:100%;background:#e5f5f4;padding:5px 0;text-align: center;}
#ballthrow li {margin:5px;display:inline-block;}
#ballthrow li span {font-family:'rinoicons';font-size:1.5em;}
#ballthrow li:nth-child(1) span {color: #369;}
#ballthrow li:nth-child(2) span {color: #900;}
#ballthrow li:nth-child(3) span {color: #363;}
#ballthrow li:nth-child(4) span {color: #ffd558;}
#ballthrow li:nth-child(5) span {color: #c60;}

#entryList li {
  margin-bottom: 1rem;
}

#entryList li > div {
    position: relative;
}

#entryList li h1 {
  padding: 1rem .5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  display: inline;
}
#entryList li div:first-child p {
  display: inline;
}
#entryList li div:first-child ul {
  position: absolute;
  display: table;
  right: .5rem;
  top: calc(50% - 1rem);
}
#entryList li div:first-child li {
    padding-right: 5px;
    font-size: 20px;
    display: table-cell;
}
#entryList li .pandaComment {
  margin-bottom: 1rem;
}
@media all and (max-width:560px){
  #entryList li > div:first-child {
    padding: .5rem 1rem;
  }
  #entryList li h1 {
    padding: 0;
    display: block;
  }
  #entryList li div:first-child ul {
    position: relative;
    right: auto;
  }
}


#entryList .panda1 div:first-child:after { content: '1'; }
#entryList .panda2 div:first-child:after { content: '2'; }
#entryList .panda3 div:first-child:after { content: '3'; }
#entryList .otherCar div:first-child:after { content: '4'; }
#entryList .noCar div:first-child:after { content: '5'; line-height: 26px; }
@media all and (max-width:560px){
  #entryList .noCar div:first-child:after { line-height: 1; }
}
#entryList div:first-child:after {
  font-size: 3rem;
  text-align: center;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: .5rem;
  bottom: calc(50% - .7rem);
}
#entryList li div:first-child li a {
  font-size: 2rem;
  color: var(--theme-accent);
  text-decoration: none;
}
#entryList li div:last-child {
  padding: 15px 0 32px 380px;
  min-height: calc(225px + 2rem);
}

#entryList li div:last-child .photo_box {
  position: absolute;
  left: 0;
  top: 1rem;
}

#entryList li div:last-child .photo_box img {
  width: 360px;
  height: 225px;
}
@media all and (max-width:560px){
  #entryList div:first-child:after {
    left: auto;
    right: 1rem;
    bottom: 0;
  }
  #entryList li div:last-child {
    padding: 1rem 0;
    min-height: calc(225px + 2rem);
  }
  #entryList li div:last-child .photo_box {
    position: initial;
    left: 0;
    top: 1rem;
  }
  #entryList li div:last-child .photo_box img {
    width: 100%;
    height: auto;
  }
}

.rinoIcons {
  /*width: 580px;
  position: absolute;
  right: 0;
  bottom: 0;*/
  margin-top: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.rinoIcons .iconEC {
  margin-left: .3rem;
  background: var(--theme-accent);
  line-height: 1;
}
.rinoIcons .history {
  margin-left: .3rem;
  background: var(--theme-accent);
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem;
}
@media all and (max-width:560px){
  .rinoIcons {
    width: auto;
    position: initial;  
  }
}