@charset "UTF-8";

.contentsWrap {
	margin: 15px 7px 0 ;
}
.bgfillTitle {
	margin: 15px 7px;
	padding: 10px;
	text-align: center;
	font-weight: bolder;
	background: #F2F2F2;
}
.attentionPlayer {
	font-size: 90%;
	line-height: 1.6;
	padding: 0 7px;
	margin-bottom: 15px;
}
.attentionPlayer li {
	margin-top: 15px;
}
.attentionPlayer li > img {
	width: 30%;
	margin-right: 3%;
	float: left;
}
.attentionPlayer-ex {
	width: 67%;
	float: left;
}
.attentionPlayer-ex > span {
	display: block;
}
.attentionPlayer-name {
	margin-bottom: 5px;
	border-bottom: 2px dotted #CDDCEA;
	font-weight: bold;
}
.tableWrap {
	margin-bottom: 10px;
}
.tableSche {
	border-collapse: separate;
	border-collapse: collapse; /* for IE6,7 */
	border-spacing: 0;
	border: none;
	width: 100%;
	font-size: 90%;
	line-height: 1.25;
}
.tableSche caption {
	text-align: left;
	margin-bottom: 5px;
	font-weight: bolder;
}
.tableSche-th {
	padding: 5px;
	border: 1px solid #AFBDCB;
	color: #385c8c;
	font-size: 90%;
	text-align: center;
	background: #c6d7e7;
}
.tableSche-th-score {
	text-align: left;
	padding-left: 0.5em;
}
.tableSche-td {
	padding: 5px;
	border: 1px solid #AFBDCB;
	text-align: center;
	font-size: 90%;
}
.tableSche-td-score {
	text-align: left;
	padding-left: 0.5em;
}
.tableSche-score-japan {
	padding-left: .5em;
}
.tableSche-score-opponent {
	padding-right: .5em;
}
.tablePlayer {
	border-collapse: separate;
	border-collapse: collapse; /* for IE6,7 */
	border-spacing: 0;
	border: none;
	width: 100%;
	font-size: 90%;
	line-height: 1.25;
}
.tablePlayer caption {
	text-align: left;
	margin-bottom: 5px;
	font-weight: bolder;
	display: none;
}
.tablePlayer-th {
	padding: 5px;
	border: 1px solid #AFBDCB;
	color: #385c8c;
	font-size: 90%;
	text-align: center;
	background: #c6d7e7;
}
.tablePlayer-th-name {
	text-align: left;
	padding-left: .5em;
}
.tablePlayer-th-team {
	text-align: left;
	padding-left: .5em;
}
.tablePlayer-th-birth {
	text-align: left;
	padding-left: .5em;
	display: none;
}
.tablePlayer-th-height span {
	font-size: 90%;
}
.tablePlayer-th-weight {
	display: none;
}
.tablePlayer-td {
	padding: 5px;
	border: 1px solid #AFBDCB;
	text-align: center;
	font-size: 90%;
}
.tablePlayer-td-name {
	text-align: left;
	padding-left: .5em;
}
.tablePlayer-td-team {
	text-align: left;
	padding-left: .5em;
}
.tablePlayer-td-birth {
	text-align: left;
	padding-left: .5em;
	display: none;
}
.tablePlayer-td-weight {
	display: none;
}
