.playerList {
	font-size: 12px;
	width: 100%;
	margin-top: 15px;
}

.playerList li {
	margin-bottom: 30px;
	margin: 0 auto 15px ;
	padding: 10px;
	width: 80%;
	border: solid 1.8px #1B7B9E;
}

.profileWrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: -webkit-wrap;
	flex-wrap: wrap;
	align-items: -webkit-center;
	align-items: center;
	justify-content: space-between;
}

.profileWrap .img01 {
	display: block;
	width: 135px;
	height: 135px;
	transform: translateY(-3%) translateX(3%);
}

.playersTable01 {
	width: 45%;
}
.playersTable02 {
	width: 100%;
}
.headingText01,
.headingText02 {
	font-size: 14px;
	margin: 10px 0;	
}

.headingText01 {
	position: relative;
	height: 15px;
}
.headingText01 a {
	position: absolute;
	top: 25%;
	reft: 0;
}

.headingText01 a::after {
	content: "▶︎";
    position: relative;
    display: inline-block;
    font-size: 0.5rem;
    font-family: nsiconfont;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    top: -2px;
    left: 2px;
    speak: none;
    width: 12px;
    font-variant: normal;
}

dl dt {
	margin-bottom: 3px;
}
dl dd {
	margin-bottom: 5px;
}
.blueText {
	color: #1B7B9E;
	font-weight: bold;
}
.myBest {
	padding: 10px 0 0 5px;
	margin-top: 10px;
	border-top: 1px solid #1B7B9E;
	width: 98.5%;
}
.myBest dt {
	font-weight: bold;
	margin-bottom: 7px;
}
.spSizeText {
	font-size: 13px;
}
