@charset "Shift_JIS";
/* CSS Document */

.box_bdrtop2{border-top:1px dotted #24439a; margin-top:10px; padding-top:20px;}

.box_player{ margin-top:30px;}
.box_player h3{color:#0151ae !important; border-left:#0474ff solid 5px !important; padding:3px 3px 3px 10px !important; font-weight:bold !important; margin:5px 0px !important;}
.box_player .catch{padding:15px 0; line-height:1.2em;}
.box_player p{margin-bottom:10px;text-align:justify;text-justify:inter-ideograph;}
.box_player p strong{font-weight:bold;}

.box_player .img_r {
    float: right;
    margin: 0px 0px 10px 15px;
    padding: 3px;
    border: 1px solid rgb(204, 204, 204);
}

.box_player .img_l {
    float: left;
    margin: 0px 15px 5px 0;
    padding: 3px;
    border: 1px solid rgb(204, 204, 204);
}

div.mng_cmt{
	width:475px;
	font-weight:bold;
	font-size:110%;
	text-align:left;
	color:white;
	background: #005BBB;
	padding: 10px !important;
}

div.mng_cmt_p{
	color:#005BBB;
	font-weight:bold;
	width:475px;
	padding:8px;
	font-size:110%;
	text-align:left;
}

#sports-main .box_player table {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 7px;
}

#sports-main .box_player table th {
    width: 90px;
    padding: 5px 7px;
    background: #EFF1F2;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-weight: bold;
}

#sports-main .box_player table td {
    padding: 5px 7px;
	text-align:left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#sports-main  .flex{
  padding-top:5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
	margin-bottom: 15px;
}

#sports-main  .flex span{
	display:block;
    border: 1px solid rgb(204, 204, 204);
	padding:2px;
}

#sports-main .flex span {
	width: max-content;
}

#sports-main  .flex div:first-child	{
  padding-right:10px;
}

@media screen and (max-width: 767px){
.box_player .img_r{
	display: inline-block;
	width:45%
}
.box_player p strong{
	margin-top: 20px;
	display: block;
}
#sports-main .flex{
	margin-bottom: 30px;
	flex-wrap: wrap;
}
#sports-main .flex div{
	width: 100%;
}
#sports-main .flex div:first-child{
	padding-right:0;
}
#sports-main .flex span {
  margin: 0 auto 10px;
}
#sports-main .flex.sp_reverse{
	flex-direction:column-reverse;
}
}
