@charset "Shift_JIS";
/* CSS Document */

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}

.box_player{margin-bottom:30px;}
.box_player h3{font-size:15px;color:#0151ae; border-left:#0474ff solid 5px;  padding:2px 0 2px 10px; font-weight:bold; margin:8px 0px; line-height:1.2em;}


.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);
}

/* box */
.toshitaikou .box{
	clear:both;
	width:685px;
	overflow:hidden;
	padding-bottom:20px;
	background:url(/company/efforts/sports_culture/baseball/player/images/line.gif) no-repeat left bottom;
	margin-bottom:20px;
}
.toshitaikou .selected{
	background:none;
}
.toshitaikou .box .photo{
	float:left;
}
.toshitaikou .box .photo img{
	width:160px;
}
.toshitaikou .box h3{
	float:right;
	width:500px;
	color:#00459E;
	margin-bottom:5px;
	font-size:80%;

}
.toshitaikou .box h3 span{
	display:block;
	float:left;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-right:10px;
	letter-spacing:0;
	font-size:120%;
	width:29px;
	height:29px;
	padding-top:5px;
	background:#00459E;
}
.toshitaikou .box h3 em{
	font-size:190%;
	font-weight:bold;
	margin-right:10px;
}
.toshitaikou .box table{
	float:right;
	width:500px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-bottom:7px;
}
.toshitaikou .box table th{
	width:90px;
	padding:5px 7px;
	background:#EFF1F2;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	font-weight:bold;
}
.toshitaikou .box table td{
	padding:5px 7px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
.toshitaikou .box dl{
	float:right;
	width:500px;
	line-height:1.6;
	margin-top:10px !important;
}
.toshitaikou .box dl dt{
	font-weight:bold;
	text-align:left;
}
.toshitaikou .box dl dd{
	margin-bottom:4px;
	line-height:1.3;
	text-align:justify;
	text-justify: inter-ideograph;
}

.toshitaikou .hokyo table{
	border:1px solid #ccc !important;

}

.toshitaikou .hokyo table td{
	text-align:left;
}


#sports-main  .flex{
  padding-top:5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#sports-main  .flex span{
	display:block;
    border: 1px solid rgb(204, 204, 204);
	padding:2px;
}

#sports-main  .flex span img{
	max-width: none;
}

#sports-main  .flex div:first-child	{
  padding-right:10px;
}


@media screen and (max-width: 767px){
	/* 補強選手 */
  .box.hokyo {
    width: 100%;
  }
  .toshitaikou .hokyo .photo,
  .toshitaikou .hokyo h3,
  .toshitaikou .hokyo table,
  .toshitaikou .hokyo dl{
    float: none;
  }
  .toshitaikou .hokyo .photo {
    width: 55%;
    margin: 8px auto 24px !important;
  }
  .toshitaikou .hokyo h3{
    width: 100%;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
  }
  .toshitaikou .hokyo table {
    margin-bottom: 16px !important;
  }
  .toshitaikou .hokyo dl {
    width: 100%;
    margin: 0 0 16px 0 !important;
  }

	/* 監督コメント */
	.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.sp_reverse{
		flex-direction:column-reverse;
	}

}
