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

/* ===================================================================
 1. 全体
=================================================================== */
/* テキストリンクカラー
----------------------------------------------------*/
#contentBody { color: #000; }
a { color: #32a1da; text-decoration: underline; }
a:link { color: #32a1da; }
a:visited { color: #9F6AE3; }

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


/* ===================================================================
 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. グローバルフッター
=================================================================== */
#globalFooter {
	display: none;
}


/* ===================================================================
 4. 大枠レイアウト
=================================================================== */
#contentWrapper	{
	width: 100%;
	background: #fff;
}
#content	{
	max-width: 100%;
	padding-bottom: 0;
}
@media screen and (max-width: 650px)	{
	#content {	padding: 20px 0;}
}
#contentRight	{
	position: absolute;
}
#contentBody	{
	position: relative;
	width: 95%;
	padding: 10px;
	box-shadow: none;
}
#contentBody h1	{	border-color: #000; }

/* ===================================================================
 5. ナビゲーション
=================================================================== */
#topMenuBox	{
	display: none;
}

/* ===================================================================
 6. コンテンツ
=================================================================== */
/* next & prevボタン
--------------------------*/
ul#nextPrev	{
	display: none;
}

/* ===================================================================
 7. 汎用
=================================================================== */
/* 見出し
----------------------------------------------------*/
/* 関連する項目見出し */
h3.relatedArticles	{
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

/* ボックス
----------------------------------------------------*/
.importantBox,
.warningBox	{
	background: #fff;
	border: 1px solid #ccc;
}

/* ===================================================================
 Responsive web disign汎用
=================================================================== */
/* 画像
----------------------------------------------------*/
img.responsive	{ display: inline; }

body {
	background: #fff;
}
