@charset "UTF-8";

#gtwrapper {
    position: relative;
	background-color:#ffffff;
	height:1200px;
}
#prenextwrp {
    position: absolute;
	background-color:#ffffff;
	top:-40px;
	left:10px;
	width:200px;
	height:15px;
	font-size: 16px;
}
/* ①大枠 */
#gameresult_subwrapper {
    position: relative;
	background-color:#ffffff;
	top:-5px;
	left:0px;
	width:800px;
	height:1190px;
	border:ridge 1px #1000ff;
}
/* ④>試合枠１ */
.gameresult_scorewrp {
    position: absolute;
	top:10px;
	left:5px;
	width:130px;
	height:560px;
	font-size: 14px;
	line-height:17px;
}
/* ②中枠 */
#game_result_indexwrp01 {
    position: absolute;
	top:0px;
	left:10px;
	width:800px;
	height:500px;
}
/* ②中枠 */
#game_result_indexwrp02 {
    position: absolute;
	top:600px;
	left:10px;
	width:800px;
	height:500px;
}
/* ⑥------ <>試合インデックス１，２ */
.game_result_indexhd01 {
    position: absolute;
	top:0px;
	float:left;
	left:140px;
	width:600px;
	height:25px;
	font-size: 20px;
	color:red;
	font-weight: 900;
}
.game_result_index01 {
    position: absolute;
	top:0px;
	left:10px;
	width:600px;
	height:500px;
	font-size: 14px;
	color:black;
	font-weight: 188;
	border:ridge 1px #7000ff;
}
/* 10------ <>試合内容 */
.gme_result_01 {
    position: absolute;
	top:30px;
	left:360px;
	width:420px;
	height:420px;
	font-size: 15px;
	font-weight: 400;
	font-stretch:wider;
	line-height:17px;
	letter-spacing:-0.5px;
}
/*⑦------ <>試合内容写真１，２-１*/
.gme_result_img01 {
    position: absolute;
	top:30px;
	left:150px;
	width:200px;
	height:130px;
	border:ridge 1px #0000ff;
}
/*⑧------ <>試合内容写真１，２-２*/
.gme_result_img02 {
   position: absolute;
	top:160px;
	left:150px;
	width:200px;
	height:130px;
	border:ridge 1px #0000ff;
}
/*⑨------ <>試合内容写真１，２-３*/
.gme_result_img03 {
   position: absolute;
	top:290px;
	left:150px;
	width:200px;
	height:130px;
	border:ridge 1px #0000ff;
}

.gme_result_02 {
    position: absolute;
	top:80px;
	left:10px;
	width:100%;
	height:300px;
	line-height:17px;
	border:ridge 1px #c000ff;
}
