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

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

/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
	height: 100%;
}

body {
	font-family: Arial, Verdana, sans-serif;
	background: #003c9b;
	height: 100%;
}

input, textarea {
	font-family: Arial, Verdana, sans-serif;
}

/* テキストリンクカラー
----------------------------------------------------*/
#contentBody {
	color: #333;
}

a {
	color: #0068bf;
	text-decoration: none;
}

a:link {
	color: #0068bf;
}

a:visited {
	color: #8541dc;
}

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 -120px top -34px;
	}
}

@media screen and (max-width: 670px) {
	#globalHeader #headerBox {
		height: 60px;
		background-position: right -120px top 0px;
		background-size: auto 60px;
	}
}

/* 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: #0078dc;
	}
}

#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: #0078dc;
	border: none;
	cursor: pointer;
	border-radius: 0px;
}

#searchBox .searchBtn:hover {
	background-color: #0051bf;
}

/* ===================================================================
 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;
	text-decoration: none;
}

#globalFooter .linkText a:hover {
	text-decoration: underline;
}

/* Copyright */
#globalFooter .copyright {
	font-size: 80%;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 0;
	padding: 0 10px;
}