<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*----------------------------------------------------
	Print用
----------------------------------------------------*/
body {
	background: #fff;
	color: #000;
}

/* header#globalHeader
----------------------------------------------------*/
#globalHeader {
	background: none;
	border-bottom: 1px solid #000;
	min-width: inherit;
}
#globalHeader #headerBox {
	width: 95%;
 padding: 0 0;
}
#globalHeader h1#logo,
#globalHeader a#logo {
	background: url(../../../imgpsvita/h1_logo_b.png) no-repeat left center;
	color: #000;
}
#globalHeader #nav	{ display: none; }


/*	footer#globalFooter
----------------------------------------------------*/
#globalFooter {
	width: 100%;
	margin: 0;
	padding: 10px 0 12px;
	border-top: 1px solid #000;
}
#globalFooter p.copyright {
 width: auto; 
	color: #000;
	float: none;
	text-align: center;
}
#footerNav	{ display: none; }


/*	content
----------------------------------------------------*/
#menuArea	{ display: none; }

#wrapper	{ background: none; min-width: inherit; }
#content	{ width: 95%; background: none; padding: 10px 0 0; }
#contentBox	{
 background: none;
	width: 100%;
	margin: 0 auto;
	float: none;
		-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
}
#contentHeader	{
	width: 100%;
	padding: 15px 0 0;
	background: none;
}
#contentHeader h1 img	{
	left: 0;
	top: -15px;
}
#contentBody	{ background: none; padding: 20px 0 20px; width: 100%; }
#SNSFooter { display: none; }
#relatedArticles, #contentFooter	{
	background: none;
	width: 100%;
	padding: 20px 0 15px;
}
#relatedArticles	{ border-top: 1px solid #ccc; }
#relatedArticles h3 { color: #000; }

.prevLink,
.linkTop { display: none; }
.breadLink	{ padding: 0 0 0 75px; }

/* box  -----------------------------------------*/
.importantBox,
.warningBox	{
	background: none;
	border: 1px solid #999;
}

/* other menu  -----------------------------------------*/
.linkBtn a	{
	background: none;
	color: #000;
	border: 1px solid #000;
	/* CSS3 */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.linkBtn2 a {
	background: none;
	color: #111111;
	border: 1px solid #000;
}


/* リスト  -----------------------------------------*/
/* 第二階層リスト */
#contentBody ul.second li	{
	background: none;
	padding-left: 0;
	margin: 0 0 0.2em 1.2em;
	list-style: circle outside;
}


/*	toppage
----------------------------------------------------*/
/* menu  -----------------------------------------*/
body#index #menuArea	{ display: block; }
#topLinkArea	{
	background: none;
	border-bottom: 1px solid #ccc;
}
#bottomLinkArea	{ display: none; }
body#index ul#mainMenu li	a {
	width: 175px;
	height: 32px;
	line-height: 32px;
	background: none;
	color: #000;
	border: 1px solid #000;
	/* CSS3 */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}</pre></body></html>