/* ---------------------------------------------------------------
/ COURTS 950x620
/
/ +01 START MEMBER COURTS AREA
/ +02 START MEMBER IMG → 20xx_xx/css/member.css
/ +02-2 START MEMBER ichi → 20xx_xx/css/member.css
/ +03 TEAM LOGO
/ +03-2 TEAM LOGO TAISEN
/ +04 Tsuika
------------------------------------------------------------------ */
/* +01 START MEMBER COURTS AREA
------------------------------------------------------------------ */
.startmemberArea {
	padding: 10px;
}
.startmemberArea .courts {
	padding:10px;
	width:85%;
	max-width:930px;
	background-color: #E4E4E4;
	margin: 0px auto;
	position:relative;
}
.startmemberArea .courts img {
	width:100%;
	height:auto;
}
.startmemberArea .courts ul li {
	position: absolute;
	background-color: #FFFFFF;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 0 20%;
	background-size: cover;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: right;
}
.startmemberArea .courts ul li a {
	display:block;
	width:100px;
	height:100px;
}
/*▼2016.10.11追加*/
.startmemberArea .courts ul li .playerNum {
	position:absolute; bottom:5%; right:1%;
	background-color:#00398F;
	color:#FFFFFF;
	padding:0.15em 0.2em 0;
	line-height: 1.1;
}
/*▲2016.10.11追加*/
@media (max-width:1024px){
.startmemberArea .courts ul li a {
	width:80px;
	height:80px;
}
}
@media (max-width:767px){
.startmemberArea .courts ul li a {
	width:70px;
	height:70px;
}
/*▼2016.10.11追加*/
.startmemberArea .courts ul li .playerNum {
	display:none;
}
/*▲2016.10.11追加*/
}
@media (max-width:560px){
.startmemberArea .courts ul li a {
	width:60px;
	height:60px;
}
}
@media (max-width:460px){
.startmemberArea .courts ul li a {
	width:42px;
	height:42px;
}
}
/* +02 START MEMBER IMG → 20xx_xx/css/member.css
------------------------------------------------------------------ */
/* +02-2 START MEMBER ichi → 20xx_xx/css/member.css
------------------------------------------------------------------ */
/* +03 TEAM LOGO MEDICS
------------------------------------------------------------------ */
/* メディックス */
#team_medics {
}
/* +03-2 TEAM LOGO TAISEN
------------------------------------------------------------------ */
/* DENSO */
#team_denso {
}
/* HITACHI */
#team_hitachi {
}
/* NEC */
#team_nec {
}
/* シーガールズ */
#team_seagulls {
}
/* 久光 */
#team_hisamitsu {
}
/* 車体 */
#team_shatai {
}
/* 東レ */
#team_toray {
}
/* +04 Tsuika
------------------------------------------------------------------ */
.brNo519 {
	display:none;
}
@media (max-width:519px){
.brNo519 {
	display:block;
}
}
.brNo346 {
	display:none;
}
@media (max-width:346px){
.brNo346 {
	display:block;
}
}

/*ハイライトYoutube　埋め込み*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin-bottom: 2em;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}