@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : player.css
Description : 下層：出場選手ページCSS
===================================================================== */

section.pacificLeague {
	padding-top: 9%;
}
p.read {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 20px;
	color: #f00;
}

section ol {
	width: 100%;
}

section ol li h2 {
	width: 100%;
	height: 75px;
	position: relative;
}

section ol li h2 img {
	width: 60px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
}

section ol li h2 span {
	width: auto;
	height: 75px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 75px;
	margin-left: 80px;
}

section ol li h2 span.line02 {
	display: block;
	line-height: 1.5rem;
	position: absolute;
	top: 50%;
	margin-top: -1em;
}

section ol li dl {
	overflow: hidden;
}

section ol li dl dt {
	width: 35%;
	height: 65px;
	font-size: 1.2rem;
	line-height: 65px;
	text-align: center;
	float: left;
	border-left: 1px solid #dedede;
	border-bottom: 1px dotted #dedede;
}

section ol li dl dt:first-child {
	border-top: 1px solid #dedede;
}

section ol li dl dt:last-child {
	border-bottom: 1px solid #dedede;
}

section ol li dl dt.pitcher {
	background-color: #ffd4cc;
}

section ol li dl dt.fielder_pow {
	background-color: #fff9b4;
}

section ol li dl dt.fielder_tec {
	background-color: #dff1b7;
}

section ol li dl dt.catcher {
	background-color: #87ceeb;
}

section ol li dl dt.unknown {
	background-color: #fff;
}

section ol li dl dd {
	width: 65%;
	height: 65px;
	float: left;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding-left: 5%;
}

section ol li dl dd.unknown {
    border-left: 0;
}

@media screen and (max-width:699px){
	section ol li dl dt,
	section ol li dl dd {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
}

section ol li dl dd:nth-child(2) {
	border-top: 1px solid #dedede;
}

section ol li dl dd .name {
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: bold;
	position: relative;
	top: 50%;
	margin-top: -1em;
}

section ol li dl dd .name span.read {
	display: block;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
section ol li dl dd .name span.read.unknown {
	font-size: 1.8rem;
	font-weight: bold;
	padding-top: 5px;
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	color: #8e8e8e;
    margin-left: -15%;
}

@media screen and (min-width:700px){
	section ol {
		width: 100%;
		max-width: 860px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		border-top: 1px solid #dedede;
	}

	section ol li {
		padding-top: 1px;
		padding-bottom: 1px;
		overflow: hidden;
		position: relative;
		border-bottom: 1px solid #dedede;
	}

	section ol li h2 {
		width: 110px;
		height: auto;
		text-align: center;
		float: left;
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}

	section ol li h2 img {
		width: 50px;
		position: relative;
		margin-left: auto;
	}

	section ol li h2 span {
		width: 110px;
		height: auto;
		display: block;
		font-size: 1rem;
		line-height: 1.4;
		font-weight: normal;
		margin-left: auto;
	}

	section ol li h2 span.line02 {
		line-height: 1.4;
		position: relative;
		top: inherit;
		margin-top: inherit;
	}

	section ol li dl {
		width: auto;
		height: 90px;
		margin-left: 110px;
	}

	section ol li dl dt {
		width: 12.5%;
		height: 100%;
		display: inline-block;
		letter-spacing: normal;
		line-height: 90px;
		border-left: none;
		border-bottom: none;
	}
    
    section ol li dl dt.unknown {
        border-left: 1px solid #dedede;
    }

	section ol li dl dt:first-child {
		border-top: none;
	}

	section ol li dl dd {
		width: 18%;
		height: 100%;
		display: inline-block;
		letter-spacing: normal;
		padding-left: 2%;
		border-bottom: none;
		border-left: none;
	}

	section ol li dl dd:nth-child(2) {
		border-top: none;
	}

	section ol li dl dd:last-child {
		border-right: none;
	}
	section ol li dl dd .name span.read.unknown {
	font-size: 1.8rem;
	font-weight: bold;
	padding-top: 10px;
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	color: #8e8e8e;
        margin-left: -50px;
}
}
