@charset "utf-8";
/* ===================================================================
	SCE CONFIDENTIAL
 ©2013 Sony Computer Entertainment Inc.
 All Rights Reserved.
	
	PlayStation®4 Online Users Guide
	
	トップページ印刷用
=================================================================== */

/* ===================================================================
 1. 全体
=================================================================== */

/* テキストリンクカラー
----------------------------------------------------*/
#contentBody { color: #000; }
a { color: #000; text-decoration: none; }
a:link { color: #000; }
a:visited { color: #000; }
a:hover { text-decoration: none; }

/* フォントサイズ指定
----------------------------------------------------*/


/* ===================================================================
 2. グローバルヘッダー
=================================================================== */
#globalHeader {
	background: #fff;
	height: 60px;
	margin-bottom: 20px;
}
#globalHeader #headerBox{
	border-bottom: 1px solid #000;
	background: none;
	height: 60px;
}

/* logo
----------------------------------------------------*/
#headerBox #PSlogo,
#headerBox a#PSlogo {
	background: url(../imgps4/logo_PS4_b.png) no-repeat left center;
	color: #000;
	display: block;
	height: 39px;
	padding: 20px 0 0 170px;
	text-decoration: none;
}

/* 検索ボックス
----------------------------------------------------*/
#searchBox	{ display: none; }

/* ===================================================================
 3. グローバルフッター
=================================================================== */
p {
	color: #000;
	text-align: center;
}

/* 必ずお読みください系 */
#globalFooter .linkText a	{ color: #000; }


/* ===================================================================
 4. 大枠レイアウト
=================================================================== */
#contentWrapper	{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #000;
}
#content	{
	max-width: 800px;
}
@media screen and (max-width: 650px)	{	#content { padding: 20px 0; } }
/* PS4相当 */
body.width_PS4 #content	{ min-height: 480px; padding: 40px 0 20px; }

/* ===================================================================
 5. ナビゲーション
=================================================================== */
ul#topMenuList	{	border: none; }
ul#topMenuList li a.menu,
ul#topMenuList li a.menu:hover,
ul#topMenuList li.open a.menu,
ul#topMenuList li a.menu.touch	{
	color: #000;
	background: #fff;
	border: 1px solid #000;
}
ul#topMenuList li.open a.menu:before {
	content: "";
	display: block;
	top: 0;
	left: 0;
	margin-left: 0;
	border: none;
}

.subMenuBox	{
	width: 0;
	height: 0;
	padding: 0;
}
.borderBox	{
	display: none;
}

body {
	background: #fff;
}