@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,
.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 #top {
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
}

#monthly #profile_title {
    margin-top: 100px;
    margin-left: 30px;
}

#monthly #mikata {
    width: 520px;
	border: solid 1px black;
    position: relative;
}

#monthly #mikata .profile_box {
    width: 600px;
    margin-bottom: 0px;
}

#monthly #mikata #rightside_mikata table.coursebetsu{
    width: 260px;
    margin-top: 4px;
}

#monthly #mikata #rightside_mikata {
	width: 260px;
    padding: 8px;
}

#monthly #mikata #rightside_mikata .zen{
    background-color: #d3edfb;
    border: solid 1px black;
    text-align: center;
    width: 64px;
    font-weight: normal;
}

#monthly #mikata #rightside_mikata .touchi{
    background-color: #cae4c2;
    border: solid 1px black;
    text-align: center;
    width: 64px;
    font-weight: normal;
}

#monthly #mikata #rightside_mikata td{
	text-align: left;
}

#monthly #senshudata {
    width: 140px;
    text-align: center;
    color: white;
	background-color: #004e97; 
    border-radius: 5px;
    border: none;
    position: absolute;
    top: -24px;
    right: 170px;
}

#monthly #mikata .leftside {
	padding: 8px;
    position: relative;
}

#monthly #mikata .leftside #circle {
	width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #cae4c2;
    position: absolute;
    bottom: 88px;
    right: 8px;
}

#monthly #mikata .leftside .data {
    margin: -4px 8px 0px 8px;
	width: 90px;
	font-size: 80%;
    background-color: transparent;
}

#monthly #mikata .leftside .rank {
	margin-top: 10px;
}

#monthly #mikata .name_box .name {
	color: #0066aa;
    text-align: left;
}

#monthly #mikata .name_box{
    margin-bottom: 0px;
}

#monthly #henkou {
    text-align: right;
    margin: 8px 0;
}

/*プロフィール*/

#monthly #profile {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
}

#monthly .profile_box {
	width: 440px;
	margin-bottom: 30px;
}

#monthly .prlist_photo {
	margin-bottom: 4px;
}

#monthly .flexbox {
	display: flex;
}

#monthly .leftside {
	width: 220px;
    position: relative;
    margin-right: 8px
}

#monthly .leftside .rank {
	font-weight: bold;
	font-size: 100%;
	color: #008c38;
}

#monthly .leftside .data {
    position: absolute;
    bottom: 88px;
    right: 0px;
	clear: both;
	width: 70px;
	height: 66px;
	border-radius: 50%;
	text-align: center;
	line-height: 1.3em;
	color: black;
	font-size: 100%;
	background-color: #cae4c2;
}

#monthly .name_box{
	width: 210px;
	margin-bottom: 0px;
}

#monthly .name_box .number {
	padding-left: 3px;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #4c5159;
}

#monthly .name_box .kana {
	width: 100%;
	color: black;
	font-size: 90%;
	text-align: right;
    margin-top: -24px;
}

#monthly .name_box .name {
	clear: both;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 3px;
	font-family:"ＭＳ ゴシック", monospace;
	line-height: 1.2em;
	width: 100%;
}

#monthly .name_box .name a{
	color: #0066aa;
}

#monthly .name_box .girl a{
	color: #af4184;
}

#monthly .rightside{
	width: 210px;
}

#monthly .rightside .text {
	text-align: left;
	clear: both;
	font-size: 16px;
	margin-top: 0px;
    margin-bottom: 8px;
}

#monthly .rightside table{
	width: 210px;
	border: solid 1px black;
	margin-bottom: 8px;
	background: #fff;
}

#monthly .rightside table th,
#monthly .rightside table td {
	text-align: center;
	padding: 2px;
	font-weight: normal;
}

#monthly .rightside table th.zen {
	background: #d3edfb;
	border-left: solid 1px black;
}

#monthly .rightside table th.touchi {
	background: #cae4c2;
	border-left: solid 1px black;
}

#monthly .prlist_photo table td {
	background: white;
	border: solid 1px black;
}

/*コース別成績*/
#monthly table.coursebetsu{
	width: 210px;
	margin-top: 14px;
	background: #ffffff;
	border: solid 1px black;
}

#monthly table.coursebetsu th,
#monthly table.coursebetsu td{
	padding: 4px;
	vertical-align: middle;
	border-bottom: solid 1px black;
	font-size: 14px;
}

#monthly table.coursebetsu th{
	background: #d3edfb;
	font-weight: normal;
	text-align: center;
    font-size: 12px;
}

#monthly table.coursebetsu th:nth-child(2),
#monthly table.coursebetsu th:nth-child(6),
#monthly table.coursebetsu td:nth-child(2),
#monthly table.coursebetsu td:nth-child(6){
	border-left: solid 1px black;
}

#monthly table.coursebetsu th:nth-child(10){
	border-right: solid 1px black;
}

#monthly table.coursebetsu th.one{
	background: #eeefef;
	font-weight: bold;
    font-size: 10px;
}

#monthly table.coursebetsu th.two{
	background: #c9c9ca;
	font-weight: bold;
    font-size: 10px;
}

#monthly table.coursebetsu th.three{
	background: #f8c5ab;
	font-weight: bold;
    font-size: 10px;
}

#monthly table.coursebetsu th.four{
	background: #bad1ed;
	font-weight: bold;
    font-size: 10px;
}

#monthly table.coursebetsu th.five{
	background: #fffbc6;
	font-weight: bold;
    font-size: 10px;
}

#monthly table.coursebetsu th.six{
	background: #bedfc2;
	font-weight: bold;
    font-size: 10px;
}

#monthly table.coursebetsu td{
	text-align: right;
}
