/* ===================================================================
	SCE CONFIDENTIAL
 ©2013 Sony Computer Entertainment Inc.
 All Rights Reserved.
	
	PlayStation®4 Online Users Guide
	
	1. 全体共通
	2. グローバルヘッダー
	3. グローバルフッター
=================================================================== */
@charset "utf-8";

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

/* スクロールバーの有無によるズレ対策 */
html {	overflow-y: scroll; height: 100%;}
body {
	font-family: Arial, Verdana, sans-serif;
	background: #254d7f;
	height: 100%;
}
input, textarea {
	font-family: Arial, Verdana, sans-serif;
}

/* テキストリンクカラー
----------------------------------------------------*/
#contentBody { color: #333; }
a { color: #32a1da; text-decoration: none; }
a:link { color: #32a1da; }
a:visited { color: #9F6AE3; }
a:hover { text-decoration: underline; }

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


/* ===================================================================
 2. グローバルヘッダー
=================================================================== */
#globalHeader {
	width: 100%;
	height: 80px;
	background: url(../../../imgps4/bg_globalHeader.png) left top repeat-x;
}
@media screen and (max-width: 670px)	{	#globalHeader {	height: 50px;	 background-position: left -10px;	}	}

#globalHeader #headerBox {
	position: relative;
 max-width: 1500px;
 height: 80px;
 margin: 0 auto;
	background: url(../../../imgps4/bg_globalHeaderFlow.png) right -34px no-repeat;
}
@media screen and (max-width: 1024px)	{	#globalHeader #headerBox {	background-position: right -110px top -34px;	}	}
@media screen and (max-width: 670px)	{	#globalHeader #headerBox {	height: 50px; background-position: right -115px top -7px; background-size: auto 55px;		}	}
/* logo
----------------------------------------------------*/
#globalHeader #PSlogo {
	display: block;
	float: left;
	height: 39px;
	background: url(../../../imgps4/logo_PS4.png) no-repeat left center;
	padding: 20px 0 0 170px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	text-decoration: none;
	color: #fff;
}
#globalHeader #PSlogo span	{ display: none; }
@media screen and (max-width: 800px)	{
	#globalHeader #PSlogo {
		height: 49px;
		padding: 10px 0 0 170px;
		font-size: 15px;
	}
	#globalHeader #PSlogo span	{ display: inline; }
}
@media screen and (max-width: 670px)	{
	#globalHeader #PSlogo {
		height: 44px;
		background-size: 120px auto;
		padding: 6px 0 0 130px;
		margin-left: 10px;
		font-size: 14px;
	}
}

/* 検索ボックス
----------------------------------------------------*/
#searchBox	{
	position: absolute;
	right: 20px;
	top: 16px;
	z-index: 100;
}
#searchBox form	{
	width: 240px;
	padding: 1px;
	background: #fff;
}
@media screen and (max-width: 670px)	{
	#searchBox {
		top: 70px;
		right: inherit;
		left: 50%;
		margin-left: -121px;
	}
	#searchBox form { background: #2770b9;	}
}
#searchBox .search	{
	width: 190px;
	height: 27px;
	line-height: 27px;
	margin-right: 0px;
	padding: 0 5px;
	background: #fff;
	border: none;
	border-radius: 0px;
}
#searchBox .searchBtn	{
	width: 40px;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-image:url(../../../imgps4/icon_search_over.png);
	background-color: #2770b9;
	border: none;
	cursor: pointer;
	border-radius: 0px;
}
#searchBox .searchBtn:hover	{	background-color: #0457a8; }

/* ===================================================================
 3. グローバルフッター
=================================================================== */
#globalFooter {
	clear: both;
	width: 100%;
	min-width: 750px;
	padding: 10px 0;
	color: #eee;
}
@media screen and (min-width: 0px)	{	#globalFooter { min-width: 320px; } }

/* 必ずお読みください系 */
#globalFooter .linkText	{ text-align: center; padding: 0 10px; margin-bottom: 10px; }
#globalFooter .linkText a	{ color: #fff; padding: 0 10px 0 6px; white-space: nowrap; }
/* Copyright */
#globalFooter .copyright {
	font-size: 80%;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 0;
	padding: 0 10px;
}