
@charset "UTF-8";

#content{
	margin-top:-50px;
}

#psvita{
	width:900px;
	height:460px;
	background-image:url(../images/psvita/psvita.jpg);
	padding-top:76px;
	padding-left:205px;
	box-sizing:border-box;
}

.bx-wrapper,
.bx-viewport{
	max-width:489px !important;
	width:489px !important;
	padding:0 !important;
	border:none !important;
	left:0 !important;
	margin:0 !important;
}
#psvita #ss{
	width:489px !important;
}
#psvita #ss img{
	width:489px;
}

#psvita iframe{
	margin-left:1px;
}
#switcher{
	margin-top:-20px;
	margin-bottom:40px;
	text-align:center;
}

#switcher a{
	display:inline-block;
	padding:3px;
	background:none;
	width:30%;
	border:1px #555 solid;
	color:#EEE;
	text-shadow:2px 2px 0 rgba(0,0,0,0.5);
	text-decoration:none;
	position:relative;
}

#switcher a.current{
	border-color:#888;
	background:linear-gradient(to bottom,rgba(255,255,255,0.1),rgba(255,255,255,0.3));
}
#switcher a.current:before{
	content:"";
	width:0;
	height:0;
	border-width:10px;
	border-color:transparent transparent #888 transparent;
	border-style:solid;
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-10px;
}

.txt{
	text-align:justify;
}

ol,
ul{
	margin:0;
	padding:0;
	margin-left:1.5em;
}
ol{
	margin-left:2em;
}

.sub{
	font-size:80%;
}

.p{
	margin-top:60px;
}

.board{
	margin-top:40px;
}

#spec{
	border-collapse:collapse;
	width:100%;
}

#spec th,
#spec td{
	border:1px #999999 solid;
	padding:5px;
	font-size:90%;
}

#spec th{
	white-space:nowrap;
	font-weight:normal;
	background-color:#ccc;
	width:120px;
}

.board b{
	display:block;
}

.board table#spec{
	float:left;
	width:580px;
}

.board img#bnn_syokai{
	float:right;
	width:253px;
}


