@charset "utf-8";

/*------------------------------------------------
	見出し
--------------------------------------------------*/

#main_win h1{
	margin-bottom:20px;
}


/*------------------------------------------------
	クライアントダウンロード
--------------------------------------------------*/

#btn01,
#btn02,
#btn03{
	background-image:url("../../../images/member/gameinfo/download_spec/btn.png");
	background-repeat:no-repeat;
}

#btn01{
	background-position:0 0;
	width:534px;
	padding-top:62px;
	margin:0 auto 30px;
}

#btn01:hover{
	background-position:0 -62px;
}

#dlArea{
	overflow:hidden;
	z-index:1;
	position:relative;
	margin-bottom:20px;
}

#dl_l{
	float:left;
	width:196px;
	height:253px;
	margin-right:10px;
	background-color:#000000;
}

#dl_r{
	float:left;
	width:494px;
}

#dlTxt{
	padding:10px 12px;
	border:1px solid #7a7a7a;
	position:absolute;
	bottom:0;
	right:0;
}

#btnArea{
	width:526px;
	overflow:hidden;
	z-index:1;
	margin:0 auto 20px;
	padding-left:15px;
}

#btn02,
#btn03{
	background-position:0 -124px;
	width:241px;
	height:50px;
	float:left;
}

#btn02{
	margin-right:44px;
}

#btn02:hover,
#btn03:hover{
	background-position:-241px -124px;
}

#btn02 a,
#btn03 a{
	display:block;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	text-decoration:none;
}


/*------------------------------------------------
	動作環境
--------------------------------------------------*/

#spec{
	width:621px;
	margin:0 auto 10px;
}

#spec table{
	border-collapse:collapse;
	border-left:1px solid #7a7a7a;
	border-top:1px solid #7a7a7a;
}

#spec table th,
#spec table td{
	border-right:1px solid #7a7a7a;
	border-bottom:1px solid #7a7a7a;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}

#spec table th{
	background-color:#cacaca;
	font-weight:bold;
	padding-right:10px;
	padding-left:10px;
}

#spec table td{
	background-color:#ffffff;
	padding-right:20px;
	padding-left:20px;
}

#btnArea2,
#btnArea3{
	overflow:hidden;
	z-index:1;
}

#btnArea2{
	width:574px;
	margin:0 10px 20px 87px;
}

#btnArea2 .f_right{
	width:281px;
	line-height:1.6;
	padding-top:4px;	
}

#btn_dl_x,
#btn_dl_gf,
#btn_dl_ra,
.btn_check a {
	background-image:url("../../../images/member/gameinfo/download_spec/btn.png");
	background-repeat:no-repeat;
	width:246px;
	padding-top:46px;
}

#btn_dl_x{background-position:0 -174px;}
#btn_dl_x:hover{background-position:-246px -174px;}

#btnArea3{
	width:540px;
	margin:0 auto 30px;
	padding-left:15px;
}

#btn_dl_gf{background-position:0 -220px;}
#btn_dl_gf:hover{background-position:-246px -220px;}
#btn_dl_ra{background-position:0 -266px;}
#btn_dl_ra:hover{background-position:-246px -266px;}

.btn_check {
	width:246px;
	margin:0px auto 20px auto;
}
.btn_check a {background-position:0 -312px;}
.btn_check a:hover{background-position:-246px -312px;}



