@charset "UTF-8";
/*共通*/
.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size: 16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 1em;
  margin-bottom: 0.6em;
}
#monthly p.ketujyo {
  margin-bottom: 10px;
  text-align: left;
  text-indent: 0;
}
#monthly .midashi {
  width: 900px;
}
#monthly table {
  border-collapse: collapse;
}
#monthly br.clear {
  clear: both;
}
#monthly .cf:before,
#monthly .cf:after {
  content: " ";
  display: table;
}
#monthly .cf:after {
  clear: both;
}
#monthly .cf {
  *zoom: 1;
}
#monthly a {
  text-decoration: underline;
}
#monthly a:hover {
  text-decoration: none;
}

/*各ページ*/
#monthly #profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#monthly #profile #profile-title {
  width: 590px;
}
#monthly #profile #profile-title h3 {
  margin-bottom: -14px;
  text-align: center;
  vertical-align: middle;
  color: #1d2088;
  font-size: 48px;
}
#monthly #profile #profile-title h3 span {
  margin: 0 20px;
  position: relative;
  bottom: 10px;
  color: #EA5504;
  font-size: 24px;
}
#monthly #profile #profile-title #profile-title-box {
  padding: 12px 6px;
  display: flex;
  justify-content: space-between;
  border: solid 1px #000;
}
#monthly #profile #profile-title #profile-title-box #profile-title-box-left, #monthly #profile #profile-title #profile-title-box #profile-title-box-right {
  width: 290px;
}
#monthly #profile #profile-title #profile-title-box #profile-title-box-left {
  text-align: center;
}
#monthly #profile #profile-title #profile-title-box #profile-title-box-left p {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  text-indent: 0;
}
#monthly #profile #profile-title #profile-title-box #profile-title-box-left img {
  margin: 40px auto;
  display: block;
  width: 250px;
  height: 250px;
  background-color: #addef8;
}
#monthly #profile #profile-title #profile-title-box #profile-title-box-right {
  position: relative;
}
#monthly #profile #profile-title #profile-title-box #profile-title-box-right img {
  margin-bottom: 10px;
}
#monthly #profile #profile-title #profile-title-box #profile-title-box-right .profile-rank {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #e60012;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
  font-weight: bold;
}
#monthly #profile #profile-title #profile-title-box #profile-title-box-right .profile-circle {
  width: 80px;
  padding: 10px 0;
  position: absolute;
  top: -10px;
  left: -10px;
  text-align: center;
  background-color: #803B2D;
  color: #fff;
  border-radius: 50%;
  line-height: 20px;
}
#monthly #profile #profile-title #profile-title-box #profile-title-box-right .profile-name {
  color: #1d2088;
  font-size: 36px;
  font-weight: bold;
}
#monthly #profile #profile-title #profile-title-box #profile-title-box-right #profile-result {
  margin-top: 10px;
  display: flex;
  width: 290px;
}
#monthly #profile #profile-title #profile-title-box #profile-title-box-right #profile-result div {
  width: 141px;
  padding: 5px;
}
#monthly #profile #profile-title #profile-title-box #profile-title-box-right #profile-result div:nth-child(1) {
  background-color: #fff9b1;
}
#monthly #profile #profile-title #profile-title-box #profile-title-box-right #profile-result div:nth-child(2) {
  background-color: #addef8;
}
#monthly #profile .profile-box {
  width: 290px;
  margin-bottom: 10px;
}
#monthly #profile .profile-box .profile-image {
  position: relative;
  margin-bottom: 16px;
}
#monthly #profile .profile-box .profile-image .profile-rank {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #e60012;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
  font-weight: bold;
}
#monthly #profile .profile-box .profile-kana {
  padding: 0 1em;
  display: flex;
  justify-content: space-between;
}
#monthly #profile .profile-box .profile-name {
  text-align: center;
  color: #1d2088;
  font-size: 48px;
  font-weight: bold;
}
#monthly #profile .profile-box .profile-name a {
  color: #1d2088;
}
#monthly #profile .profile-box .profile-state {
  text-align: center;
}
#monthly #profile .profile-box table {
  margin: 10px 0;
  width: 100%;
  border: solid 1px #000;
}
#monthly #profile .profile-box table tr td {
  width: 25%;
  text-align: center;
}
#monthly #profile .profile-box table tr td:nth-child(1) {
  background-color: #fff9b1;
}
#monthly #profile .profile-box table tr td:nth-child(3) {
  background-color: #addef8;
  border-left: solid 1px #000;
}
#monthly #profile .profile-box p {
  margin-top: 0;
  text-indent: 0;
}/*# sourceMappingURL=profile.css.map */