@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 .flexbox {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}
	
#monthly .flexbox::before{
		content:"";
		display:block;
		width: 220px;
		height:0;
		order:1;
		}
#monthly .flexbox::after{
		content:"";
		display:block;
		width: 220px;
		height:0;
  		}

#monthly #title{
	width:280px;
	line-height:1;
}

#monthly #title span{
	display:block;
	color:#C94550;
	font-size:60px;
	font-weight:bold;
}

#monthly #mikata{
	width:600px;
	font-size:13px;
}

#monthly #mikata span.sub-title{
	display:inline-block;
	background-color:#EECCC5;
	border-radius:8px;
	font-weight:bold;
	padding:2px 8px 0 8px;
	margin-right:6px;
}

#monthly #mikata span.p-icon{
	border:1px solid #000;
	padding:0 6px 0 6px;
	margin-right:4px;
	margin-left:1em;
}

#monthly #mikata span.zen{
	background-color:#D6EACE;
}

#monthly #mikata span.touchi{
	background-color:#F7C9DC;
}

#monthly #mikata span.course{
	background-color:#C7E8FA;
}

#monthly #mikata span.memo{
	font-size:90%;
}

#monthly .profile_box {
	width: 220px;
    position: relative;
    margin-top: 8px;
    background-color:#FADCE9;
}

#monthly .prlist_photo {
	margin-bottom: 4px;
	position:relative;
	min-height:180px;
}

#monthly .money {
	position:absolute;
	top:3px;
	left:16px;
	display:inline-block;
	font-size:16px; 
	font-weight:bold;
	letter-spacing:0em;
	transform: scale(1.2,1.0); 
	text-shadow: 1.6px  1.6px 1px #fff,
      -1.6px  1.6px 1px #fff,
       1.6px -1.6px 1px #fff,
      -1.6px -1.6px 1px #fff,
       2px  0px 0px #fff,
       0px  1.6px 0px #fff,
      -2px  0px 0px #fff,
       0px -2px 1px #fff;
       font-family: "arial", sans-serif;
}

#monthly .money span{
	font-size:70%;
	display:inline-block;
	transform: scale(0.8,1.0); 
}

#monthly .data {
    position: absolute;
    bottom: 0px;
    right: 0px;
	min-width: 40px;
	border: 1px solid #000;
	text-align: center;
	line-height: 1.2em;
	font-size: 100%;
	background-color: #fff;
}

#monthly .name_box{
	width: 210px;
	margin:4px auto;
}

#monthly .name_box .number {
	padding-left: 6px;
	font-size: 120%;
	font-weight: bold;
}

#monthly .name_box .kana {
	font-size: 90%;
	text-align: right;
    margin-top: -24px;
    padding-right: 6px;
}

#monthly .name_box .name {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 3px;
	font-family:"ＭＳ ゴシック", monospace;
	line-height: 1.2em;
}

#monthly .name_box .name a{
	color: #C94550;
}

#monthly .text {
	text-align: left;
	font-size: 16px;
	margin:0 3px 8px 6px;
	line-height:1.3;
	letter-spacing:0.06em;
}

#monthly .profile_box table{
	width: 210px;
	border: solid 1px black;
	margin:0 auto 6px auto;
	background: #fff;
	line-height:1.2em;
}

#monthly .profile_box table th,
#monthly .profile_box table td {
	text-align: center;
	padding: 2px;
	font-weight: normal;
}

#monthly .profile_box table th.zen {
	background: #D6EACE;
	border-left: solid 1px black;
}

#monthly .profile_box table th.touchi {
	background: #F7C9DC;
	border-left: solid 1px black;
}

#monthly .prlist_photo table td {
	background: white;
	border: solid 1px black;
}

/*コース別成績*/
#monthly .profile_box table.coursebetsu{
	width: 210px;
	margin-top: 6px;
	background: #ffffff;
	border: solid 1px black;
}

#monthly .profile_box table.coursebetsu th,
#monthly .profile_box table.coursebetsu td{
	border-bottom: solid 1px black;
	font-size: 12px;
	line-height:1.1em;
}


#monthly .profile_box table.coursebetsu th{
	background: #d3edfb;
	font-weight: normal;
	text-align: center;
    font-size: 11px;
}

#monthly .profile_box table.coursebetsu th span{
	display:block;
	transform: scale(0.8,1.0); 
	letter-spacing:-1.2px;
}

#monthly .profile_box table.coursebetsu th:nth-child(2),
#monthly .profile_box table.coursebetsu th:nth-child(6),
#monthly .profile_box table.coursebetsu td:nth-child(2),
#monthly .profile_box table.coursebetsu td:nth-child(6){
	border-left: solid 1px black;
}

#monthly .profile_box table.coursebetsu th:nth-child(10){
	border-right: solid 1px black;
}

#monthly .profile_box table.coursebetsu th.one{
	background: #eeefef;
	font-weight: bold;
}

#monthly .profile_box table.coursebetsu th.two{
	background: #c9c9ca;
	font-weight: bold;
}

#monthly .profile_box table.coursebetsu th.three{
	background: #f8c5ab;
	font-weight: bold;
}

#monthly .profile_box table.coursebetsu th.four{
	background: #bad1ed;
	font-weight: bold;
}

#monthly .profile_box table.coursebetsu th.five{
	background: #fffbc6;
	font-weight: bold;
}

#monthly .profile_box table.coursebetsu th.six{
	background: #bedfc2;
	font-weight: bold;
}

#monthly .profile_box table.coursebetsu td{
	text-align: right;
	}

