@charset "UTF-8";
/*共通*/
.button--arrowRight {
  -webkit-box-sizing: border-box;
          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 {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#monthly #profile_title {
  text-align: center;
}

#monthly #profile_title h3 {
  width: 220px;
  padding: 0.5em 0;
  background: #008974;
  color: #fff;
  font-size: 24px;
}

#monthly #profile_title p {
  padding: 0.5em 0;
  text-indent: 0;
  background: #d0e6e2;
}

#monthly #profile_info {
  position: relative;
  width: 620px;
  margin-bottom: 1em;
  padding: 1em;
  border: solid 1px #000;
}

#monthly #profile_info .mikata {
  position: absolute;
  top: -4px;
  right: -4px;
  padding: 4px 8px;
  background: #000;
  color: #fff;
  border-radius: 4px;
}

#monthly #profile_info .prlist_photo {
  float: left;
  position: relative;
  width: 160px;
  margin: 0 8px 0.6em 0;
}

#monthly #profile_info .prlist_photo .in {
  position: absolute;
  left: 0;
  bottom: 0;
}

#monthly #profile_info .prlist_photo img:first-child {
  height: 140px;
}

#monthly #profile_info .rightside .prize {
  color: #00388b;
  font-size: 20px;
  font-weight: bold;
}

#monthly #profile_info .rightside .number {
  font-weight: bold;
}

#monthly #profile_info .rightside .name {
  font-size: 36px;
  font-weight: bold;
  color: #008974;
}

#monthly #profile_info .rightside .data {
  width: 300px;
  margin-left: 170px;
  text-align: center;
  background: #dcdddd;
  border-radius: 10px;
}

#monthly #profile_info p {
  clear: both;
  text-indent: 0;
}

#monthly #profile_info p span {
  margin-right: 1em;
  padding: 0 0.5em;
}

#monthly #profile_info p .zen {
  border: solid 1px  #000;
  background: #fff799;
}

#monthly #profile_info p .hei {
  border: solid 1px  #000;
  background: #d7e7af;
}

#monthly #profile_info p .in {
  color: #fff;
  text-shadow: 1px 1px 0 #3e1e87, 1px -1px 0 #3e1e87, -1px 1px 0 #3e1e87, -1px -1px 0 #3e1e87;
}

#monthly #profile_info p img {
  margin: 0 2px 2px 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

#monthly .profile_box {
  position: relative;
  width: 440px;
  margin: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#monthly .profile_box .prize {
  position: absolute;
  top: 4px;
  right: 8px;
  color: #00388b;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
}

#monthly .profile_box .prlist_photo {
  position: relative;
  width: 160px;
  margin-right: 8px;
}

#monthly .profile_box .prlist_photo .in {
  position: absolute;
  left: 0;
  bottom: 0;
}

#monthly .profile_box .rightside {
  width: 260px;
}

#monthly .profile_box .rightside .number {
  float: left;
  margin-top: 2em;
  font-weight: bold;
}

#monthly .profile_box .rightside .kana {
  float: right;
  margin-top: 2em;
}

#monthly .profile_box .rightside .name {
  clear: both;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

#monthly .profile_box .rightside .name a {
  color: #008974;
}

#monthly .profile_box .rightside .name_w {
  clear: both;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

#monthly .profile_box .rightside .name_w a {
  color: #ca4772;
}

#monthly .profile_box .rightside .data {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  background: #dcdddd;
  border-radius: 10px;
}

#monthly .profile_box .rightside .text {
  margin-top: 10px;
}

#monthly .profile_box .rightside table {
  margin: 4px auto;
  width: 88%;
}

#monthly .profile_box .rightside table th, #monthly .profile_box .rightside table td {
  text-align: center;
}

#monthly .profile_box .rightside table .zen {
  background: #fff799;
}

#monthly .profile_box .rightside table .hei {
  background: #d7e7af;
}
