@charset "utf-8";
/* CSS Document */

a {	
	color:#C7841F;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color:#E9DE5C;
}


/*--コンテンツ--*/




.box01 {
	margin:0 0 30px 10px;
}
.text {
	text-align:right;
	margin-right:20px;
	margin-bottom:12px;
}

/*--主な出場予定選手--*/

h4 {
	font-size:18px;
	font-weight:normal;
}
.player {
	margin-left:0px;
}
.player li {
	width:163px;
	padding:8px 8px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
	font-size:13px;
	line-height:140%;
	background-color: #E8CFAE;
}
.player li:nth-child(5n) {
	margin-right:0;
}
.player li img {
	margin-bottom:8px;
	border:solid 1px #DDD;
	width:99%;
	max-width:148px;
}
.player a {
	color:#333;
}
.player a:hover {
	color: #914615;
	text-decoration:none;
}
/*--発走時刻--*/

.hyo_time {
	width:900px;
	margin: 0 0 0px 30px;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	
	background-color:#FFF;
}
.hyo_time th {
	text-align:center;
	border-bottom:solid 1px #999;
	border-right:solid 1px #999;
	padding:8px 0;
	background-color:#DDD;
}
.hyo_time td {
	text-align:center;
	border-bottom:solid 1px #AAA;
	border-right:solid 1px #999;
	padding:8px 0;
	width:22%;
}
.hs {
	font-weight:bold;
	background-color:#FFC;
}




.red {
	color:#F00;
}

@media screen and (max-width: 500px) {

.box01 {
	margin:0 0 30px 0;
	
}
.text {
	margin-right:10px;
}

.player li {
	width:43%;
	padding:6px 5px 5px;
	margin:0 0 10px 2%;
	font-size:12px;
}
.player li img {
	margin-bottom:2px;
	width:80%;
}
h4 {
	font-size:15px;
}

	
	
}


