@charset "UTF-8";
/* ===================================================================
	SCE CONFIDENTIAL
 ©2013 Sony Computer Entertainment Inc.
 All Rights Reserved.
	
	PlayStation®Vita Online Users Guide
	
	1. 全体共通
	2. グローバルヘッダー
	3. グローバルフッター
	4. 検索結果
	5. GSAレイアウト調整
=================================================================== */

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

body {
	font-family: Arial, Verdana, sans-serif;
  background: #fff;
  color: #333;
}
input, textarea {
	font-family: Arial, Verdana, sans-serif;
}

/* テキストリンクカラー
----------------------------------------------------*/
#contentBox a { color: #336699; text-decoration: none; padding: 2px 0; }
#contentBox a:link { color: #336699; }
#contentBox a:visited { color: #9F6AE3; }
#contentBox a:hover { color: #fff; background: #336699; }
#contentBox a:active { color: #fff; background: #336699; }

/* フォントサイズ指定
----------------------------------------------------*/
/* 文章デフォルト */
#contentBox,input	{ font-size: 100%; line-height: 1.6em; }
/* コンテンツ見出し */
#contentHeader h2 span { font-size: 115%; }
/* パンクズリンク */
.breadLink	{ font-size: 95%; }
/* ページトップへ */
.linkTop	{ font-size: 95%; }


/* ===================================================================
 2. グローバルヘッダー
=================================================================== */
#globalHeader {
  width: 100%;
  height: 64px;
  background: #fff url(../imgps3/bg_header.png) repeat-x;
}
#globalHeader #headerBox:after { content: ""; clear: both; display: block; }
#globalHeader #headerBox {
  width: 780px;
  margin: 0 auto;
  padding-top: 13px;
}
#globalHeader #logo {
  display: block;
  float: left;
  padding-left: 165px;
  background: url(../imgps3/logo_ps3.png) left center no-repeat;
  color: #fff;
  text-decoration: none;
  line-height: 1.2em;
  font-size: 120%;
  font-weight: bold;
}
#headerBox #logo span {
  font-size: 80%;
  font-weight: normal;
}

/* 検索ボックス
----------------------------------------------------*/
#globalHeader #nav	{
  float: right;
  text-align: left;
  padding-top: 8px;
}
input.search	{
  width: 150px;
  height: 17px;
  margin: 0 5px 0 0;
  padding: 2px;
  line-height: 17px;
  color: #333333;
  background-color: #fff;
  border: 1px solid #C7C7C7;
}

input.searchBtn	{

}

/* 検索ボックス下
----------------------------*/
#bottom-search-box  {
  text-align: center;
  margin-bottom: 10px;
}

/* ===================================================================
 3. グローバルフッター
=================================================================== */
#globalFooter {
  clear: both;
  background: url(../imgps3/bg_footer.png) repeat-x;
  padding: 18px 18px;
}
/* copyright
----------------------------------------------------*/
#globalFooter p.copyright {
  font-size: 11px;
  color: #fff;
  line-height: 1.4em;
  text-align: center;
}



/* ===================================================================
 4. 検索結果
=================================================================== */

#wrapper	{
  width: 100%;
  background: #fff;
  text-align: center;
}

#content:after { content:""; clear:both; display:block; }
#content	{
  width: 780px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: left;
}

#contentBox	{
  color: #222;
}

.breadLink	{
  color: #999;
  float: left;
  background: url(../imgps3/icon_arrow_blue.png) no-repeat left center;
  margin-bottom: 1em;
  padding: 0 25px 0 18px;
}

#contentBody	{
  background: #fff;
  padding: 20px 25px 10px;
}

#contentFooter:after { content:""; clear:both; display:block; }
#contentFooter	{
  background: #fff url(../images/line_content.gif) repeat-x left top;
  padding: 15px 0;
}
#contentFooter .breadLink	{ margin-top: 0; }
/* ページトップへ戻るボタン */
.linkTop	{
  float: left;
  background: url(../imgps3/icon_arrow_top.png) no-repeat left center;
  margin-left: 25px;
  padding-left: 18px;
}

/* サポートサイト連携ボタン
--------------------------*/
/* iframe埋め込み用 */
.supportLink {
  float: right;
  width: 290px;
  height: 30px;
  margin-bottom: 1em;
}


/* ===================================================================
5. GSAレイアウト調整
=================================================================== */
/* 検索結果見出し調整
--------------------------- */
.resultBox h3 {
  margin-left: -10px;
}
#contentBox .resultBox h3 a {
  padding-left: 10px;
}

/* bottomナビ
--------------------------- */
#contentBody #bottom-navigation {
  margin: 20px 0 20px;
}
#contentBody #bottom-navigation table td {
  font-size: 100%;
}

/* Cascading Style Sheet for GSA Suggest.
---------------------------------------------- */
/* サジェストtable */
.ss-gac-m {
  width: 200px;
}