@charset "Shift_JIS";
/* CSS Document */

.box_bdrtop2{border-top:1px dotted #24439a; margin-top:10px; padding-top:20px;}

.box_staff{ margin-top:20px; margin-bottom: 100px;}
.box_staff 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_staff .catch{padding:15px 0; line-height:1.2em;}

.box_staff p{margin-bottom:10px;text-align:justify;text-justify:inter-ideograph;}
.box_staff p strong{font-size:110%;font-weight:bold;}


.flex{
  padding-top:5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex span{
	display:block;
    border: 1px solid rgb(204, 204, 204);
	padding:2px;
}

.flex div:first-child	{
  padding-right:10px;
}

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_staff table {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 7px;
}

#sports-main .box_staff 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_staff table td {
    padding: 5px 7px;
	text-align:left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}