/* ------ テキスト ------ */
.font10 {
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 0.1em;
}

.font11 {
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 0.1em;
}

.font12 {
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.1em;
}

.font13 {
	font-size: 13px;
	line-height: 150%;
}

.font14 {
	font-size: 14px;
	line-height: 150%;
}

.font16 {
	font-size: 16px;
	line-height: 150%;
}

.font18 {
	font-size: 18px;
	line-height: 150%;
}


/* ------ カラー ------ */
.red {
	color: #D30000;
}


/* ------ フッター ------ */
.express {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #CC0000;
	font-style: italic;
}

.foot {
	font-size: 10px;
	line-height: 150%;
}


/* ------ 曜日 ------ */
.sun {
	font-weight: normal;
	color: #FF0000;
}
.sat {
	font-weight: normal;
	color: #0000FF;
}


/* ------ 注目選手 ------ */
.name {
	color: #0000FF;
}
.pickup_name {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
	
.pickup_nameS {
	font-size: 12px;
	font-weight: bold;
	color: #FF9999;
}

	
.pickup_nameA {
	font-size: 12px;
	font-weight: bold;
	color: #4CD17B;
}

.pickup_name2 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.pickup_bg {
	background: #990000;
}

