/*選考理由カラー*/
/*見方の登録番号カラー（名前カラーと同じ）*/
/*見方のコーススタートカラー*/
/*男性選手名前カラー*/
/*女性選手名前カラー*/
/*短評カラー*/
/*コーススタートカラー*/
/*選出基準のタイトル背景色*/
/*選出基準のタイトル文字色*/
/*見方タイトルの背景色*/
a:hover {
  text-decoration: underline;
}
#profile {
  width: 820px;
  margin: 20px auto 0 auto;
  padding: 0;
}
#profile_title {
  background: #FFFBC6;
  width: 810px;
  overflow: hidden;
  padding: 0 10px 0 0px;
}
#profile_title .profile_box_l,
#profile_title .profile_box_r {
  width: 390px;
  margin: 20px 0;
  padding: 0 5px 8px 0px;
}
#profile_title .profile_box_l {
  float: left;
  padding: 0 0 0 10px;
  background: none;
}
#profile_title .profile_box_r {
  float: right;
  background: #C7E0F5;
}
#pr_kijyun {
  margin: 5px 0 8px 0px;
}
#pr_kijyun .title-kijyun {
  border: 1px solid #000;
  font-weight: bold;
  letter-spacing: 3px;
  background-color: #3962ad;
  color: #ffffff;
  text-align: center;
  padding: 4px;
}
.text-kijyun {
  border: 1px solid #3962ad;
  border-top: none;
  background: #FFF;
  padding: 5px 8px 1px 8px;
}
.text-kijyun p {
  letter-spacing: 1px;
  line-height: 1.2em;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 4px;
}
#mikata-title {
  position: absolute;
  text-align: center;
  background: #3B63AC;
  padding: 3px 8px;
  top: 0;
  left: 13px;
  border-radius: 15px;
  color: #FFF;
  font-size: 11px;
}
#portrait {
  width: 126px;
  padding: 63px 0;
  margin-bottom: 1px;
  text-align: center;
  background: #ccc;
}
.profile_box_l,
.profile_box_r {
  width: 390px;
  margin: 20px 0;
  padding: 0 5px 8px 0px;
  background: #C7E0F5;
}
.profile_box_l {
  float: left;
}
.profile_box_r {
  float: right;
}
.prlist_photo {
  position: relative;
  float: left;
  clear: both;
}
.prlist_photo img {
  width: 126px;
  height: 145px;
}
.average {
  width: 111px;
  height: 50px;
  margin: 7px 5px 0px 7px;
}
.average td {
  border: 1px solid #555555;
  text-align: center;
}
.average_m {
  width: 320px;
}
.average_m td {
  text-align: left;
  padding: 0 8px;
}
.rightside {
  float: left;
  width: 238px;
  margin: 0 0 0 8px;
  padding: 3px 0 0 0;
}
.rightside .text {
  font-size: 130%;
  color: #231916;
  line-height: 140%;
  font-weight: bold;
}
.style4 {
  background: #FDE1B0;
}
.style5 {
  background: #CAE4C3;
}
.score {
  padding: 0;
  color: #7f1185;
  font-weight: bold;
  font-size: 125%;
  margin-top: 4px;
}
.kaisu {
  font-size: 13px;
  color: #000;
}
.number {
  float: left;
  padding-left: 3px;
  font-size: 150%;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  color: #000;
}
.kana {
  float: right;
  padding: 3px 10px 0 0;
  font-size: 100%;
  text-align: left;
  letter-spacing: 1px;
}
div.name,
div.name_l {
  clear: both;
  text-align: center;
  font-size: 280%;
  font-weight: bold;
  letter-spacing: 3px;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  line-height: 1.2em;
}
div.name,
div.name a,
div.name a:hover,
div.name a:visited {
  color: #007bbb;
  font-family: "ＭＳ ゴシック", monospace;
}
div.name_l,
div.name_l a,
div.name_l a:hover,
div.name_l a:visited {
  color: #ca4672;
  font-family: "ＭＳ ゴシック", monospace;
}
.rank {
  text-align: center;
  color: #231916;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 1px;
  width: 80%;
  margin: 0 auto 8px auto;
  border-radius: 10px;
  background: #FFF570;
  margin: 8px auto;
}
.rank_m {
  width: 90%;
}
.font_mini {
  font-size: 9px;
}
/* 通知表 */
#report {
  margin-top: 20px;
  width: 800px;
  border: 2px solid #898989;
  border-radius: 15px;
  padding: 20px 10px 10px 10px;
  text-align: center;
  overflow: hidden;
}
#report table {
  float: left;
  width: 180px;
  margin: 10px;
}
#report table th,
#report table tr {
  border: 1px solid #000;
  text-align: center;
  font-weight: bold;
}
#report table td {
  text-align: right;
}
#report table .name,
#report table .name_l {
  text-align: center;
  margin-left: 1em;
}
#report table td.name_l {
  color: #ca4672;
}
#report .re-no1 th span,
#report .re-no1 .name {
  color: #217fc4;
}
#report .re-no1 td {
  background: #dce4f4;
}
#report .re-no2 th span,
#report .re-no2 .name {
  color: #539546;
}
#report .re-no2 td {
  background: #dee9d8;
}
#report .re-no3 th span,
#report .re-no3 .name {
  color: #988837;
}
#report .re-no3 td {
  background: #dfd9bf;
}
.midashi {
  width: 850px;
  margin: 10px auto;
}
#midashi {
  width: 100%;
}
