@charset "utf-8";




/*----------------------------------------
	for PC
----------------------------------------*/


	@media screen and (min-width: 481px){


/*--------visual---------*/

body{

}

/*--------visualbnr---------*/

#headline{
	position:relative;
	padding:10px 0;
	border-bottom:1px solid #fff;
}

#headline .inner{
	width:950px;
	margin:0 auto 0;
}

/*--------contents---------*/

.contents{
	position:relative;
	z-index:60;
	background-color:rgba(255,255,255,0.8);
}

.contents_inner{
	margin:0;padding:0;
	width:865px;
	margin:0 auto 0;
	padding:50px 0 80px;
	position:relative;
}

.contents_inner .li.window_ac{
	margin-bottom:8px;
}

#background{
	background:#A2F6FB url('../img/common/bg.jpg') center top no-repeat;
	background-attachment:fixed;
	min-width:1000px;
	padding-bottom:100px;
}



.head{
font-size:24px;
font-weight:800;
color:#09d;
background-color:#09d;
padding:12px 25px;
border-radius:100px;
}

.head:hover{
background-color:#FA1D8F;
}

.head .title{
font-size:24px;
font-weight:800;
color:#fff;

}

.head .console{
font-size:20px;
font-weight:400;
color:#fff;
margin-left:20px;
}

.head .date{
font-size:14px;
float:right;
color:#fff;
}

.head div{
float:left;
}

.cont{
	display:block;
	color:#09d;
	padding:40px 20px;
}

h3{
	font-size:20px;
	font-weight:800!important;
	display:block;
	margin:60px 0 20px;
	padding-bottom:5px;
	border-bottom:1px solid #09d;
	color:#09d;
}

.list-disc li{text-indent:-1em;padding-left:1em;line-height:1.9;font-size:16px!important;}
.list-disc li:before{content:'・';}

.cont h3:nth-of-type(1){
	margin-top:0px;
}


.tr{
	border-bottom:1px solid #09d;
	padding:3px 0;
	display:table;
	width:100%;
}

.tr .td:nth-child(1){
	width:78%;
	padding-right:2%;
}

.tr .th:nth-child(1){
	width:78%;
}

.tr .td:nth-child(2),
.tr .td:nth-child(3){
	width:9%;
	border-left:1px solid #B3CCD2;
	text-align:center;
	height:100%;
	vertical-align:middle;
}

.tr .th:nth-child(2),
.tr .th:nth-child(3){
	width:9%;
}

.tr:after{
	content:'';
	display:block;
	clear:both;
}

.tr .td{
	padding:14px 0;
	display:table-cell;
}

.tr .th{
	float:left;
	font-weight:800;
}




}

/*----------------------------------------
	for SP
----------------------------------------*/

	@media screen and (max-width: 480px) {


/*--------visual---------*/

body{

}

/*--------visualbnr---------*/

#headline{
	position:relative;
	padding:10px 0 0;
	border-bottom:1px solid #fff;
	z-index:100;
}

#headline .inner{
	width:96%;
	margin:0 auto 0;
	padding:0 2%;
}

/*--------contents---------*/





.contents{
	position:relative;
	z-index:60;
	background-color:rgba(255,255,255,0.7);

}

.contents_inner{
	margin:0;padding:0;
	width:92%;
	margin:0 auto 0;
	padding:6% 0 80px;
	position:relative;
}

.contents_inner .li.window_ac{
	margin-bottom:8px;
}

#background{
	overflow:hidden;
}

#background::after{
	display:block;
	position:fixed;top:0px;left:0px;
	background:#A2F6FB url('../img/common/bg.jpg') center top no-repeat;
	min-width:100%;
	height:100%;
	z-index:-50;
}


.head{
font-size:24px;
font-weight:800;
color:#09d;
background-color:#09d;
padding:7px 15px;
border-radius:10px;
}

.head:hover{
opacity:0.8;
}

.head .title{
font-size:17px;
font-weight:800;
color:#fff;
width:100%;
}

.head .console{
font-size:13px;
font-weight:400;
color:#fff;
}

.head .date{
font-size:13px;
float:left;
color:#fff;
margin-left:3%;
}

.head div{
float:left;
}

.cont{
	display:block;
	color:#09d;
	padding:40px 20px;
}

h3{
	font-size:18px;
	font-weight:800!important;
	display:block;
	margin:0 0 10px;
	padding-bottom:8px;
	border-bottom:1px solid #09d;
}

.list-disc li{text-indent:-1em;padding-left:1em;line-height:1.9;font-size:15px!important;}
.list-disc li:before{content:'・';}

.cont h3:nth-of-type(2){
	margin-top:60px;
}


.tr{
	border-bottom:1px solid #09d;
	padding:0px 0;
	width:100%;
}

.tr .td:nth-child(1){
	width:100%;
}

.tr .td:nth-child(2),
.tr .td:nth-child(3){
	display:block;
	float:left;
	margin-right:3%;
	padding:0px 0 10px;
}


.tr .td:nth-child(2):before{
	content:'PS4®：';
	display:inline;
}

.tr .td:nth-child(3):before{
	content:'PS Vita：';
	display:inline;
}


.tr:after{
	content:'';
	display:block;
	clear:both;
}

.tr .td{
	padding:14px 0;
}

.tr .th{
	float:left;
	font-weight:800;
	display:none;
}


}
