@charset "UTF-8";

#profile ul.trait{
  font-size:0;
  line-heighty:1em;
}
#profile ul.trait li{
  display:inline-block;
  width:33.25%;
  box-sizing:border-box;
  padding:2px;
}
#profile ul.trait li span{
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #f00;
  font-size: 0.9rem;
  line-height: 1em;
  padding: 5px 0px;
  box-sizing: border-box;
}
#profile img{
  max-width:100%;
}
#profile ul.star{
  box-sizing:border-box;
  padding:5px 10px;
}
#profile ul.star li span{
  display:inline-block;
  width:65px;
}
#profile ul.star2{
  display:inline-block;
  box-sizing:border-box;
  font-size:0;
  line-height:1em;
}
#profile ul.star2 li{
  box-sizing:border-box;
  display:inline-block;
  width:20%;
}
#profile ul.star2 li img{
  max-width:100%;
}
#profile table , td, th {
  border: 0px;
  border-collapse: collapse;
}
#profile td, th {
  padding: 3px;
}
#profile th {
  background: #f0e6cc;
}
#profile .even {
  background: #fbf8f0;
}
#profile .odd {
  background: #fefcf9;
}
#profile td.title{
  width:57px;
  vertical-align: middle;
}
#profile div.ans{
  box-sizing:border-box;
  padding:5px 10px;
}
#profile ul.type{
  font-size:0;
  line-height:1em;
}
#profile ul.type li{
  width:33.25%;
  box-sizing:border-box;
  display:inline-block;
  padding: 2px 3px;
}
#profile ul.type li span.ol{
  width:100%;
  text-align:center;
  display:inline-block;
  font-size: 0.8rem;
  line-height: 1.5em;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  filter: drop-shadow(1px 1px 1px black);
}
#profile ul.btn-link{
  font-size:0;
  line-height:1em;
}
#profile ul.btn-link li{
  display:inline-block;
  line-height:1em;
  width:50%;
  box-sizing:border-box;
  padding:2.5px;
  margin-bottom:0px;
}
#weekly div.row p.time{
  height:auto;
}

#playdata{
  margin-bottom:20px;
}
#playdata div.contents{
  box-sizing:border-box;
  /*padding:5px;*/
}
#playdata div.contents .inner{
  font-size:0;
  line-height:1em;
  box-sizing:border-box;
  border-top:1px solid #fff;
}
#profile h3{
  color:#333;
  font-size:0.9rem;
}
#profile h3,h3#schedule{
  background-repeat: initial;
}
h3#schedule{
  background-image: url({$cdn1}/images/h2-main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 10px;
  margin-bottom: 10px;
  height: 50px;
  font-size: 1.5rem;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px #d40000;
}
#playdata div.row{
  display:table;
  width:100%;
  /*float:left;*/
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
  box-sizing:border-box;
}
#playdata div.row:nth-child(even){
  /*border-right:1px solid #fff;*/
}
#playdata div.row p.que{
  display:table-cell;
  width:70%;
  font-size:1rem;
  line-height:1.25em;
  color:#000;
  background-color: #ccc;
  box-sizing:border-box;
  padding:3px;
  text-align:center;
  vertical-align:middle;
}
#playdata div.row p.ans{
  display:table-cell;
  width:auto;
  font-size:1rem;
  line-height:1.25em;
  text-align:center;
  color:#000;
  background-color: #ddd;
  box-sizing:border-box;
  padding:3px;
  vertical-align:middle;
}
.qa div.row p.que{
  background-color:#fff;
  color:#283f82;
}
#profile ul.diaryphoto{
  font-size:0;
  line-height:1em;
}
#profile ul.diaryphoto li{
  display:inline-block;
  width:50%;
  box-sizing:border-box;
  padding:2px;
}
#weekly{
  border:none;
}
#profile .today {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 15px;
  margin: 10px;
  background-color: #0a122a;
}
#profile .today em {
  color: #8ea1d7;
}
#profile table.schedule{
  width:100%;
  table-layout: fixed;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#profile table.schedule tr{
  vertical-align: middle;
}
#profile table.schedule td{
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#profile table.schedule td em {
  color: #283f82;
}