@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 img#profile_title{
	width:200px;
	height:390px;
}

#monthly #senkou_kijun{
	width:680px;
}

#monthly #kijun_title{
	width:680px;
	background: #02A3E2;
	color:#fff;
	width:100%;
	font-weight: bold;
	text-align:center;
	line-height: 2;
}

#monthly #kijun{
	width:672px;
	margin: 0px;
	padding:3px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
}

#monthly #kijun p{
	font-size:14px;
	text-indent:-2em;
	padding-left:2em;
	line-height: 1.6;
	margin-bottom:0em;
}

#monthly #tokuten{
	background:#ED0973;
	color:#fff;
	font-weight: bold;
	text-align:center;
	line-height: 2;
}

#monthly table.kijun_seiseki{
	width:100%;
	border:solid 1px black;
	background:#fff;
	table-layout: fixed;
	margin-top:10px;
}

#monthly table.kijun_seiseki th,
#monthly table.kijun_seiseki td{
	text-align:center;
	vertical-align:middle;
	padding:2px;
	font-weight:normal;
	border:solid 1px black;
}

#monthly table.kijun_seiseki th{
	background:#BBAFD6;
}

#monthly table.kijun_seiseki th:first-child{
	width:100px;
}

#monthly #kome_1 {
	font-size:90%;
	margin-top:5px;
}

/*見方*/
#monthly #mikata {
	width:900px;
	margin:50px 0 60px 0;
	position: relative;
}

#monthly #mikata_midashi{
	position: absolute;
	top: -25px;
	background: #231916;
	padding: 3px 8px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 85%;
	text-align:center;
	width:120px;
	font-weight: bold;
}

#monthly #mikata_photo {
	float:left;
	clear:both;
}

#monthly #mikata_photo img {
	width:150px;
	height:250px;
}

#monthly #mikata_rightside {
	width:750px;
	float:right;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

#monthly #mikata_rank {
	width:100%;
	background:#FDF118;
	font-weight:bold;
	font-size:18px;
	color:#000;
	padding:5px 5px 0px 5px;
}

#monthly #mikata_rank span{
	color:#DB5C1E;
}

#monthly #mikata_rank p{
	float:right;
	text-align:right;
	text-indent:0;
	font-size:14px;
	margin-top:3px;
}

#monthly #mikata_data {
	margin:10px 0 10px 0;
	border-radius: 50%;
	line-height:1.3em;
	font-size:100%;
}

#monthly #mikata_rankname_box{
	width:230px;
	margin:10px 0 0 15px;
	clear:both;

}

#monthly #mikata_number {
	float:left;
	text-align:left;
	font-size:120%;
	font-weight:bold;
	letter-spacing:1px;
	color:#000;
}

#monthly #mikata_name {
	clear:both;
	text-align:left;
	font-size:34px;
	font-weight:bold;
	letter-spacing: 3px;
	font-family:"ＭＳ ゴシック", monospace;
	line-height:1.2em;
	width:100%;
	color:#02A3E2;
}

#monthly #mikata_frame {
	display: inline-block;
	position: relative;
}

#monthly #mikata_boat{
	width:200px;
	height:90px;
	background:#DCDDDD;
}

#monthly #mikata_seiseki_box{
	width:500px;
	margin-top:10px;
}

#monthly #mikata_seiseki_box p{
	text-indent:0;
	margin:5px 0 5px 0;
	font-size:15px;
}

#monthly #mikata_seiseki_box span#zen {
	padding:0 4px;
	border:solid 1px black;
	margin-right:3px;
	background:#FFF799;
}

#monthly #mikata_seiseki_box span#touchi {
	padding:0 4px;
	border:solid 1px black;
	margin-right:3px;
	background:#AAE0FA;
}

#monthly #mikata_uchiwake {
	width:120px;
	text-align:center;
	background:#BBAFD6;
	border-top:solid 1px black;
	border-right:solid 1px black;
	border-left:solid 1px black;
	padding:2px;
	margin-top:20px;
}

#monthly table.mikata_seiseki{
	width:100%;
	border:solid 1px black;
	background:#fff;
	table-layout: fixed;
}

#monthly table.mikata_seiseki th,
#monthly table.mikata_seiseki td{
	text-align:center;
	vertical-align:middle;
	padding:2px;
	font-weight:normal;
	border:solid 1px black;
}

#monthly table.mikata_seiseki tr:nth-child(1){
	background:#BBAFD6;
}

#monthly table.mikata_seiseki tr:nth-child(2){
	background:#E0D9EB;
}

#monthly #kome_2 {
	font-size:90%;
	position: absolute;
	top:250px;
	left:160px
}

/*プロフィール*/
#monthly .profile_box {
	width:440px;
	margin-bottom:40px;
	position:relative;
}

#monthly .photo {
	float:left;
	clear:both;
	margin-bottom:8px;
}

#monthly .photo img {
	display:block;
	width:150px;
	height:220px;
}

#monthly .yuusen{
	width:440px;
	position:absolute;
	top:3px;
	left:10px;
	font-weight:bold;
	color:#ED0973;
	text-shadow:-1px 1px 1px #ffffff,
	1px -1px 1px #ffffff,
	-1px -1px 1px #ffffff,
	1px 0px 1px #ffffff,
	0px 1px 1px #ffffff,
	-1px 0px 1px #ffffff,
	1px 1px 1px #ffffff,
	0px -1px 1px #ffffff;
}

#monthly #yuusen_gc{
	width:440px;
	position:absolute;
	top:3px;
	left:4px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:-0.05em;
	color:#ED0973;
	text-shadow:-1px 1px 1px #ffffff,
	1px -1px 1px #ffffff,
	-1px -1px 1px #ffffff,
	1px 0px 1px #ffffff,
	0px 1px 1px #ffffff,
	-1px 0px 1px #ffffff,
	1px 1px 1px #ffffff,
	0px -1px 1px #ffffff;
}

#monthly .rightside {
	width:290px;
	float:right;
}

#monthly .rank {
	background:#FDF118;
	font-weight:bold;
	font-size:18px;
	color:#000;
	padding:5px;
}

#monthly .rank span{
	color:#DB5C1E;
}

#monthly .rank p{
	float:right;
	text-align:right;
	text-indent:0;
	font-size:14px;
	margin-top:3px;
}


#monthly .data {
	margin:10px 0 10px 0;
	border-radius: 50%;
	text-align:center;
	line-height:1.3em;
	font-size:100%;
}

#monthly .name_box{
	width:220px;
	float:left;
	margin-left:35px;
}

#monthly .name_box .number{
	float:left;
	margin-top:10px;
	padding-left:3px;
	text-align:left;
	font-size:120%;
	font-weight:bold;
	letter-spacing:1px;
	color:#000;
}

#monthly .name_box .kana {
	float:right;
	color:black;
	margin-top:10px;
	font-size:90%;
	text-align:left;
	letter-spacing:1px;
}

#monthly .name_box .name {
	clear:both;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	letter-spacing: 3px;
	font-family:"ＭＳ ゴシック", monospace;
	line-height:1.2em;
	width:100%;
}

#monthly .name_box .name a {
	color:#02A3E2;
}

#monthly .rightside .text {
	text-align:left;
	clear:both;
	font-size:16px;
	margin:0 0 20px 10px;
}

/*成績*/
#monthly table.seiseki_1{
	margin:15px 0 7px 10px;
}

#monthly table.seiseki_1,
#monthly table.seiseki_2{
	width:230px;
	border:solid 1px black;
	background:#fff;
	table-layout: fixed;
}

#monthly table.seiseki_1 th,
#monthly table.seiseki_1 td,
#monthly table.seiseki_2 th,
#monthly table.seiseki_2 td {
	text-align:center;
	vertical-align:middle;
	padding:2px;
	font-weight:normal;
}

#monthly table.seiseki_1 th.zen {
	background:#FFF799;
	border-left:solid 1px black;
}

#monthly table.seiseki_1 th.touchi{
	background:#AAE0FA;
	border-left:solid 1px black;
}

#monthly table.seiseki_1 td#nashi{
	font-size:11px;
	line-height:13px;
}

#monthly table.seiseki_2 tr:nth-child(1){
	background:#BBAFD6;
}

#monthly table.seiseki_2 tr:nth-child(2){
	background:#E0D9EB;
}

#monthly table.seiseki_2 th,
#monthly table.seiseki_2 td{
	border:solid 1px black;
}

#monthly table.seiseki_2 td span{
	font-weight:bold;
	color:#DB5C1E;
}

#monthly .boat {
	float:left;
	clear:both;
	margin-right:10px;
}

#monthly .boat img {
	width:200px;
	height:125px;
}

/*選手賞金*/
#monthly #syokin{
	width:600px;
	margin:20px auto 0 ;
}

#monthly #syokin table{
	width:100%;
	margin:0px auto;
}

#monthly #syokin h4{
	font-size:20px;
	color:#1E2188;
	text-align:left;
}

#monthly #syokin h4 span{
	float:right;
	font-weight:normal;
	color:#4c5159;
	font-size:14px;
	text-align:right;
	position:relative;
	top:5px;
}

#monthly #syokin table th,
#monthly #syokin table td{
	padding:5px;
}

#monthly #syokin table th{
	text-align:center;
	background-color:#EFD8C3;
	font-weight:normal;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}

#monthly #syokin table td{
	text-align:right;
	background-color:#FFF;
	border-bottom:dotted 1px black;
}

#monthly #syokin table td:first-child{
	text-align:center;
}

#monthly #syokin p{
	text-indent:0;
	font-size:90%;
	margin-top:5px;
}