@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 #tenbou_title{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:40px;
}

#monthly #tenbou_title img{
	width:343px;
	height:84px;
	margin-right:10px;
}

#monthly #tenbou_title h3{
	font-family:serif;
	font-style:italic;
	font-size:30px;
	line-height:45px;
	color:#26913C;
}

#monthly #tenbou_text{
	margin-bottom:50px;
}

#monthly #tenbou_text h4{
	text-align:center;
	font-size:28px;
	color:#26913C;
}

#monthly #tenbou_text h4#ikeda{
	margin:0 0 10px 230px;
	text-align:left;
}

#monthly #tenbou_text h4#gekitotsu{
	margin:0;
}

#monthly #tenbou_text h4#giantkilling{
	margin-top:50px;
}

#monthly #tenbou_text span{
	font-weight:bold;
	color:#00875E;
}

#monthly .textbox{
	margin-top:10px;
}

#monthly .first_box{
	margin-bottom:30px;
}

#monthly #tenbou_text .tenbou_img{
	position: relative;
	width:160px;
	height:210px;
}

#monthly #tenbou_text .name{
	position:absolute;
	top:175px;
	right:8px;
	font-size:20px;
	font-weight:bold;
	line-height:1.8em;
	color:#000;
	text-shadow:2px 2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, -2px -2px 0px #fff, 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -2px 0px #fff;
}

#monthly #tenbou_text .photo_left{
	float:left;
	margin-right:15px;
}

#monthly #tenbou_text .photo_right{
	float:right;
	margin:0px 0px 5px 15px;
}

/*グレードレースの*/
#monthly #syoukin,
#monthly #penalty{
	width:830px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto;
}

#monthly #syoukin{
	margin-top:80px;
	margin-bottom:20px;
}

#monthly #syoukin .subheading,
#monthly #penalty .subheading{
	display:flex;
	justify-content:center;
	align-items:center;
	width:150px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}

#monthly #syoukin .subheading{
	background-color:#F05A73;
}

#monthly #penalty .subheading{
	background-color:#06A7E1;
}

#monthly #syoukin table,
#monthly #penalty table{
	width:670px;
}

#monthly #syoukin table td.grade,
#monthly #penalty table td.grade{
	text-align:center;
	vertical-align:middle;
}

#monthly #syoukin table tr{
	border:solid 1px #000;
}

#monthly #syoukin table tr:nth-of-type(1),
#monthly #syoukin table tr:nth-of-type(2),
#monthly #syoukin table tr:nth-of-type(3),
#monthly #syoukin table tr:nth-of-type(4){
	background-color:#F8ABAE;
}

#monthly #syoukin table tr:nth-of-type(5),
#monthly #syoukin table tr:nth-of-type(6){
	background-color:#FCE3E2;
}

#monthly #syoukin table td{
	padding:3px;
	font-weight:bold;
}

#monthly #syoukin table td.grade{
	border-right:solid 1px #000;
}

#monthly #syoukin table td:last-child{
	text-align:right;
}

#monthly #penalty table td{
	padding:3px;
	border:solid 1px #000;
}

#monthly #penalty table span{
	font-weight:bold;
	color:#EE1C25;
}