@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 #profile_container {
	width:900px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

/*見方*/
#monthly #profile_title{
	width:440px;
	margin:8px 0;
}

#monthly #mikata {
	padding:10px;
	background-color:#e7f4e6;
}

#monthly #mikata_photo {
	float:right;
	clear:both;
	margin:0 0 10px 5px;
}

#monthly #mikata_photo img {
	display:block;
	width:150px;
}

#monthly #mikata_rightside {
	width:240px;
	float:left;
}

#monthly #mikata_rank {
	font-weight:bold;
	font-size:120%;
	color:#895e51;
}

#monthly #mikata_number {
	float:left;
	padding-left:3px;
	text-align:left;
	font-size:120%;
	font-weight:bold;
	letter-spacing:1px;
	color:black;
}

#monthly #mikata_name {
	clear:both;
	font-size:36px;
	font-weight:bold;
	letter-spacing: 3px;
	font-family:"ＭＳ ゴシック", monospace;
	line-height:1.2em;
	width:100%;
	color:#00653e;
}

#monthly #mikata_data {
	margin:8px auto;
	width:100%;
	text-align:center;
	color:black;
	font-size:80%;
	letter-spacing:1px;
	border-radius:10px;
	background-color:#c0db81;
}

#monthly #mikata_frame {
	display: inline-block;
	position: relative;
}

#monthly #mikata_frame img {
	width:100px;
	height:88px;
}

#monthly #mikata p{
	font-size:13px;
	text-indent:0;
	margin:5px 0 5px 5px;
}

#monthly #mikata_zentouchi{
	width:100%;
	clear:both;
	margin:10px 0;
}

#monthly #mikata span.zen,
#monthly #mikata span.touchi {
	font-weight:bold;
	padding:0 4px;
	border:solid 1px black;
	margin-right:3px;
}

#monthly #mikata span.zen{
	background-color:#fff9b0;
}

#monthly #mikata span.touchi{
	background-color:#d7e7ae;
}

#monthly #mikata_kome {
	font-size:90%;
	text-align:left;
	margin-top:10px;
}

/*プロフィール*/
#monthly .profile_box {
	width:420px;
	margin:8px 0;
	padding:10px;
	background-color:#e7f4e6;
}

#monthly .prlist_photo {
	float:right;
	clear:both;
	margin:0 0 10px 5px;
}

#monthly .prlist_photo img {
	display:block;
	width:150px;
	height:220px;
}

#monthly .prlist_photo table {
	width:150px;
	font-size:14px;
	border:solid 1px black;
}

#monthly .prlist_photo table th,
#monthly .prlist_photo table td {
	text-align:center;
	padding:2px;
}

#monthly .prlist_photo table th.zen {
	background:#fff9b0;
}

#monthly .prlist_photo table th.touchi {
	background:#d7e7ae;
}

#monthly .prlist_photo table td {
	background:white;
	border:solid 1px black;
}

#monthly .rightside {
	width:260px;
	float:left;
}

#monthly .rightside .rank {
	font-weight:bold;
	font-size:120%;
	color:#895e51;
}

#monthly .rightside .number {
	float:left;
	margin-top:10px;
	padding-left:3px;
	text-align:left;
	font-size:120%;
	font-weight:bold;
	letter-spacing:1px;
	color:black;
}

#monthly .rightside .kana {
	float:right;
	color:black;
	margin-top:10px;
	padding:3px 10px 0 0;
	font-size:90%;
	text-align:left;
	letter-spacing:1px;
}

#monthly .rightside .name {
	clear:both;
	text-align:center;
	font-size:38px;
	font-weight:bold;
	letter-spacing: 3px;
	font-family:"ＭＳ ゴシック", monospace;
	line-height:1.2em;
	width:100%;
}

#monthly .rightside .name a {
	color:#00653e;
}

#monthly .rightside .data {
	margin:8px auto;
	width:80%;
	text-align:center;
	color:black;
	font-size:100%;
	letter-spacing:1px;
	border-radius:10px;
	background-color:#c0db81;
}

#monthly .rightside .text {
	text-align:left;
	font-size:18px;
	margin-top:15px;
}

/*通算成績*/
#monthly .total_deta{
	clear:both;
	background:#ffffff;
	border:solid 2px #da7f00;
	padding:5px;
}

#monthly .total_deta .frame {
	display: inline-block;
	position: relative;
}

#monthly .total_deta .frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 
	  inset 0 0 5px #fff,
	  inset 0 0 5px #fff,
	  inset 0 0 5px #fff,
	  inset 0 0 5px #fff;
}

#monthly .total_deta .frame img {
	width:100px;
	height:90px;
}

#monthly .total_deta table{
	float:right;
	display: table;
	width:300px;
	margin-top:12px;
	table-layout: fixed;
}

#monthly .total_deta table th.tusan{
	background:#da7f00;
	color:#ffffff;
	font-weight:bold;
}

#monthly .total_deta table th{
	background:#f5d9b4;
	font-weight:normal;
}

#monthly .total_deta table td{
	background:#ffffff;
}

#monthly .total_deta table th,
#monthly .total_deta table td{
	text-align:center;
	padding:4px;
	border:solid 1px black;
	vertical-align: middle;
}

/*コース別進入*/
#monthly table.coursebetsu{
	width:100%;
	margin-top:10px;
	background:#ffffff;
	border:solid 1px black;
}

#monthly table.coursebetsu th,
#monthly table.coursebetsu td{
	padding:4px;
	vertical-align: middle;
}

#monthly table.coursebetsu th{
	border-bottom:solid 1px black;
	text-align:center;
}

#monthly table.coursebetsu th.nyuchaku,
#monthly table.coursebetsu th.course,
#monthly table.coursebetsu th.zen6{
	border-right:solid 1px black;
}

#monthly table.coursebetsu th.zen6_1:nth-child(1),
#monthly table.coursebetsu th.zen6_1:nth-child(2),
#monthly table.coursebetsu th.sgg1_1:nth-child(5){
	border-right:dotted 1px black;
}

#monthly table.coursebetsu th.sgg1_1:nth-child(4){
	border-left:solid 1px black;
	border-right:dotted 1px black;
}

#monthly table.coursebetsu th.nyuchaku{
	background:#008e61;
	color:#ffffff;
}

#monthly table.coursebetsu th.nyuchaku span{
	writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	letter-spacing: .2em;
}

#monthly table.coursebetsu th.course{
	background:#ddece5;
}

#monthly table.coursebetsu th.zen6,
#monthly table.coursebetsu th.zen6_1{
	background:#b8dbcc;
	font-weight:normal;
}

#monthly table.coursebetsu th.sgg1,
#monthly table.coursebetsu th.sgg1_1{
	background:#d4e6cb;
	font-weight:normal;
}

#monthly table.coursebetsu th.two{
	background:#c9c9ca;
}

#monthly table.coursebetsu th.three{
	background:#f8c5ab;
}

#monthly table.coursebetsu th.four{
	background:#bad1ed;
}

#monthly table.coursebetsu th.five{
	background:#fffbc6;
}

#monthly table.coursebetsu th.six{
	background:#bedfc2;
}

#monthly table.coursebetsu td{
	text-align:right;
	border-bottom:solid 1px black;
}

#monthly table.coursebetsu td:nth-child(2),
#monthly table.coursebetsu td:nth-child(5){
	border-left:solid 1px black;
	border-right:dotted 1px black;
}

#monthly table.coursebetsu td:nth-child(3),
#monthly table.coursebetsu td:nth-child(6){
	border-right:dotted 1px black;
}

#monthly table.coursebetsu td.nashi{
	text-align:center;
}

#monthly table.coursebetsu td.mikata_nashi{
	text-align:center;
	border-right:solid 1px black;
}

/*マスターズリーグ優勝者*/
#monthly #tsukki{
	width:430px;
	margin:8px 0;
}

#monthly #league{
	width:409px;
	border: 1px solid #000;
	padding:10px;
	margin-bottom:20px;
}

#monthly #league h4{
	text-align: center;
	background: #00ada9;
	color: #fff;
	font-size: 20px;
	margin-bottom:10px;
}

#monthly #league table{
	width: 100%;
}

#monthly #league th {
	background: #b7dfdd;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: center;
	padding: 3px;
}

#monthly #league td {
	padding:3px;
	text-align: center;
	background: #FFF;
}

#monthly #league td.name{
	font-weight:bold;
	font-size: 17px;
	color:#00ada9;
}

#monthly #league td {
  border-bottom: 1px solid #000;
}