@charset "utf-8";

/*共通*/

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;/*旧サイト用にtop10px*/
  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 #keitai-title {
  margin-bottom: 10px;
}

#monthly p strong {
  color: #2a59a7;
}

#monthly .keitai-center {
  width: 640px;
  display:block;
  margin:0 auto;
  margin-bottom: 10px;
}
#monthly .keitai-left {
  width: 200px;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}
#monthly .keitai-right {
  float: right;
  margin-left: 5px;
  margin-bottom: 10px;
}

#monthly h4 {
  margin-bottom: 3px;
  color:#1092d4;
  font-size:20px;
  padding: 3px 0;
  text-align: center;
}



/*勝率推移*/
#monthly .shoritu{
	margin:50px 0 10px 0;
}

#monthly .shoritu .suii{
	width:60%;
	text-align:center;
	line-height: 1.6;
	letter-spacing:0.05em;
	margin-left:160px;
	border-right: 1px solid #221815;
	border-left: 1px solid #221815;
}

#monthly .shoritu .suii caption{
	text-align:center;
	margin-bottom:8px;
	color: #000;
	font-size: 18px;
	margin: 0 4px;
	padding: 0px 3px;
}

#monthly .shoritu .suii th {
  background: #efe790;
  border-top: 1px solid #221815;
  border-bottom: 1px solid #221815;
  padding:3px;
  font-size:13px;
  text-align:center;
}

#monthly .shoritu .suii td {
  border-bottom: 1px solid #221815;
  padding:3px;
  font-size:16px;
  text-align:center;
}

#monthly .shoritu .suii td.syoritsu b.arrowup {
  display: inline-block;
  transform: rotate(-45deg);
  color: #e6002d;
}
#monthly .shoritu .suii td.syoritsu b.arrowdown {
  display: inline-block;
  transform: rotate(45deg);
  color: #00569a;
}
#monthly .shoritu .suii td.syoritsu b.arrowstay {
  display: inline-block;
  color: #68be83;
}


