/* ===================================================================
	SCE CONFIDENTIAL
 Copyright (C) 2012 Sony Computer Entertainment Inc.
 All Rights Reserved.
	
	style info : ヘッダーやフッターなどサイト内共通

 0. 既存ページcssの一時補完
	1. 全体
	2. グローバルヘッダー
	3. グローバルメニュー
	4. グローバルフッター
=================================================================== */
@charset "utf-8";

/* ===================================================================
 0. 既存ページcssの一時補完
=================================================================== */
/* 汎用
----------------------------------------------------*/
/* 左回り込み */
.floatL	{ float: left; margin: 0 1em 1em 0; }
/* 右回り込み */
.floatR	{ float: right; margin: 0 0 1em 1em; }
/* センター合わせ */
.alignCenter	{ text-align: center; }
/* 右寄せ */
.alignRight	{ text-align: right; }
/* 縦上寄せ */
.alignTop	{ vertical-align: top; }
/* 縦センター寄せ */
.alignMiddle	{ vertical-align: middle; }
/* 縦下寄せ */
.alignBottom	{ vertical-align: bottom; }
/* 縦baseline寄せ */
.alignBaseline	{ vertical-align: baseline; }

/* 注意文 */
.notice { font-size: 90%; }
.small img	{ vertical-align: middle; }

/* レイアウト調整
----------------------------------------------------*/
/* マージン無し */
.margin0	{ margin: 0; }
/* 横マージン0 */
.marginLeftRight0	{ margin-left: 0; margin-right: 0; }
/* 左右マージンauto */
.marginLeftRightAuto	{ margin-left: auto; margin-right: auto; }
/* 右マージン5px */
.marginRight5	{ margin-right: 5px; }
/* 下マージン0 */
.marginBottom0	{ margin-bottom: 0; }
/* 下マージン1em */
.marginBottom1	{ margin-bottom: 1em; }
/* 下マージン0.2em */
.marginBottom02	{ margin-bottom: 0.2em; }
/* 下マージン10px */
.marginBottom10	{ margin-bottom: 10px; }
/* 下マージン20px */
.marginBottom20	{ margin-bottom: 20px; }
/* 下マージン30px */
.marginBottom30	{ margin-bottom: 30px; }
/* 上マージン30px */
.marginTop30	{ margin-top: 30px; }
/* 上マージン0.5em */
.marginTop05	{ margin-top: 0.5em; }
/* 上padding10px */
.paddingTop10	{ padding-top: 10px; }
/* 上padding20px */
.paddingTop20	{ padding-top: 20px; }
/* 左padding20px */
.paddingLeft20	{ padding-left: 20px; }

/* リスト
----------------------------------------------------*/
/* 基本 */
ul.default { margin-bottom: 1em; }
ul.default ul { margin-bottom: 0; }  /* リストの入れ子になっていた場合はmargin0に */
ul.default li	{
	list-style: disc outside;
	margin-left: 1.2em;
}

/* 定義リスト
----------------------------------------------------*/
/* キャプション番号 */
dl.num { _height: 1%; }
dl.num dt { clear: left; float: left; width: 2em; margin: 0 -2em 1em 0; font-weight: bold; }
dl.num dd { margin: 0 0 1em 2em; }
/* アスタリスク用 */
dl.aster dt { clear: left; float: left; width: 2.5em; margin: 0 -2.5em 0.2em 0; font-size: 80%; }
dl.aster dd { margin: 0 0 0.2em 2.5em; font-size: 80%; }
dl.aster dt.num2 { width: 3.5em; margin: 0 -3.5em 0.2em 0; }
dl.aster dd.num2 { margin: 0 0 0.2em 3.5em; }


/* 基本
----------------------------------------------------*/
p, li, dt, dd { line-height: inherit; }
p img { vertical-align:bottom; padding-bottom: 0; }
table {
    border-collapse: separate;
    border-spacing: 2px;
}

#contentsPan { padding-top: 20px; padding-bottom: 10px; background: #fff; }
#releaseMain { font-size: 90%; }
/*#releaseMain img	{ vertical-align: top; }*/

/* トップページ
----------------------------------------------------*/
#release h2:after { content:""; clear:both; display:block; }
#release h2,
#info h2	{
	position: relative;
	font-size: 130%;
	font-weight: normal;
	border-bottom: solid 1px #aaa;
	margin-bottom: 10px;
	padding-bottom: 2px;
	vertical-align: middle;
}
#release h2 span	{
	position: absolute;
	right: 0;
	top: 2px;
}

/* パンクズ
----------------------------------------------------*/
#location { margin: 0 0 20px; }

/* 下層ページの見出し
----------------------------------------------------*/
/* 通常 */
#releaseMain h1.title { border-bottom: 1px solid #666666; text-align: center; border-top: 1px solid #666666; font-size: 120%; font-weight: bold; margin: 0px 0px 15px; padding: 15px 0px; }
#contentsPan h1 { margin: 0 0 1em; padding: 0; font-size: 130%; text-transform: none; }
#contentsPan h2 { margin: 0 0 1em; font-size: 120%; text-transform: none; }
#section h3, #section h3 a { padding: 4px 8px 4px 8px; font: inherit; text-transform: none;  }
#section h3 a { padding: 4px 0 4px 0; }
/* 2カラムのとき */
#leftslide h1 { margin: 5px 0 0px; padding: 4px 0 4px 8px; font-size: 110%; color: #FFFFFF; background: #cc2222; letter-spacing: 0; }
#leftslide h1.eco { color: #FFFFFF; background: #088754; margin-top: 5px; }
#leftslide h1.history { color: #222222; background: #E0E9EE; margin-top: 5px; }
#sidebar h4 { font: inherit; text-transform: none; font-weight: bold; }

/* リストメニュー
----------------------------------------------------*/
#sidebar ul.sidemenu { font-size: 100%; }
#sidebar ul.sidemenu li { background: url(../img/bullet.gif) no-repeat 10px 6px; padding: 7px 10px 7px 35px; line-height: 1.4em; }
#sidebar ul.sidemenu li ul	{ padding-top: 3px; }
#sidebar ul.sidemenu li ul li	{
	background: none;
	padding: 5px 0;
	list-style: disc outside;
	margin-left: 1.2em;
}
#sidebar ul.sidemenu a { padding: 3px 0px; background: none; color: #003366; }
#section ul.linkListA li { padding: 7px 10px 7px 35px; background: url(../img/bullet.gif) no-repeat 10px 6px; line-height: 1.4em; }
#section ul.linkListA a { padding: 3px 0px; background: none; color: #003366; }

/* 文字間合わせ
----------------------------------------------------*/
.box02 { letter-spacing: 0; line-height: inherit; }
.box02 .note { line-height: 1.4em; }

/* mediaページ
----------------------------------------------------*/
#contentsPan h2.btn { margin: 4px auto; }

/* リリースページ
----------------------------------------------------*/
#releaseMain ul.list-layout li.list-col .txtbox p a { display: block; }
#releaseMain sup	{ font-size: 80%; padding-right: 2px; }
/* ===================================================================
 1. 全体
=================================================================== */

html { height: 100%; }
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*background: #444444;*/
  height: 100%;
}
input, textarea {	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 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%;
  min-width: 800px;
  background: #fff;
}

#headerWrapper:after { content:""; clear:both; display:block; }
#headerWrapper {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 0;
}

/* company logo
----------------------------------------------------*/
#companyLogo {
  width: 100%;
  height: 24px;
  padding: 5px 0;
  background: #000;
}
#companyLogo span:after { content:""; clear:both; display:block; }
#companyLogo span {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#companyLogo span a {
  display: block;
  float: right;
  width: 100px;
  height: 24px;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/company_logo.png) center center no-repeat;
}

/* Logo
----------------------------------------------------*/
#globalHeader #logo	{
  display: block;
  width: 242px;
  height: 54px;
  margin: 0 10px 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/global_header_logo.png) left top no-repeat;
  background-size: 100%;
}

/*==========================================
 3. GLOBAL MENU
============================================*/
#headerMenuWrapper	{
  clear: both;
  width: 100%;
  background: #333;
  border-bottom: 1px solid #666;
}

#headerMenuBox	{
  position:relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

/* モバイル用Menuボタン
----------------------------------------------------*/
#globalHeader #mobileMenu	{
  display: none;
}

/* Search
----------------------------------------------------*/
#globalHeader #search	{
  position: absolute;
  right: 10px;
  top: -51px;
}

#globalHeader #search input#searchBox	{
  font-size: 12px;
  width: 125px;
  height: 21px;
  line-height: 21px;
  border: solid 1px #bbb;
  padding: 0 0 0 25px;
  background: #fff url(../images/global_header_search_icon.png) 5px center no-repeat;
  border-radius: 12px 0px 0px 12px;
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1) inset;
}
#globalHeader #search input#searchBtn,
#globalHeader #search input#searchBtnE	{
  width: 58px;
  height: 23px;
  color: #fff;
  background: #565656;
  background: -moz-linear-gradient(
      top,
      #666666 0%,
      #666666 50%,
      #565656 50%,
      #818181 99%,
      #b5b5b5);
  background: -webkit-gradient(
      linear, left top, left bottom,
      from(#666666),
      color-stop(0.50, #666666),
      color-stop(0.50, #565656),
      color-stop(0.99, #818181),
      to(#b5b5b5));
  text-decoration: none;
  border-style: none;
  cursor: pointer;
  border-radius: 0px 12px 12px 0px;
}
#globalHeader #search input#searchBtnE	{	font-size: 12px; }

/* Navigation
----------------------------------------------------*/
#globalHeader p#nav	{
  width: auto;
  margin-bottom: 0;
  position: absolute;
  right: 230px;
  top: -47px;
  font-size: 10px;
}

#globalHeader p#nav a	{
  padding: 0 10px;
  text-decoration: none;
  color: #666;
}
#globalHeader p#nav a.line	{	background: url(../images/line_dot_tate_b.png) right top repeat-y; }
#globalHeader p#nav a:hover	{	text-decoration: underline; }

/* Menu
----------------------------------------------------*/
ul#headerMenu:after { content:""; clear:both; display:block; }
ul#headerMenu	{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  list-style: none;
}
ul#headerMenu li	{
  position: relative;
  float: left;
  width: 20%;
}

ul#headerMenu a 	{
  display: block;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border-right: 1px #666 solid;
  color: #fff;
  text-decoration: none;
}
ul#headerMenu li.globalMenu_top a {	border-left: 1px #666 solid; }

ul#headerMenu li a:hover	{
  background-color: #0979c9;
}

ul#headerMenu li:hover ul	{
  display: block;
}

/* アクティブなメニュー
-------------------------------*/
ul#headerMenu li.active > a	{
  background-color: #0059ab;
}

/* Sub-menu
============================================*/
ul#headerMenu ul	{
  display: none;
  position: absolute;
  width: 100%;
  top: 39px;
  left: 0;
  z-index: 99999;
  list-style: none;
  background: #444;
  border-bottom: 1px dotted #ccc;
}

ul#headerMenu ul li	{
  display: block;
  float: none;
  width: 100%;
  border-top: 1px #ccc dotted;
}

ul#headerMenu ul a	{
  float: none;
  display: block;
  height: auto;
  padding: 10px 5px;
  line-height: 1.4em;
  font-size: 90%;
  word-wrap: break-word;
  text-transform: none;
  border-right: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
}

/* ===================================================================
 4. グローバルフッター
=================================================================== */
#globalFooter {
  clear: both;
  width: 100%;
  min-width: 800px;
  color: #ccc;
  background: #444;
}

#globalFooter a	{
  color: #e3e3e3;
  text-decoration: none;
  line-height: 1.5em;
}
#globalFooter a:hover	{	text-decoration: underline; }

/* Navigation
----------------------------------------------------*/
#footerNavBg	{
  width: 100%;
  padding: 10px 0;
  background: #555;
}
#footerNavWrapper	{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#footerNavBox	{
  padding: 0 30px;
}

#footerNavBox h2	{
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px #777;
  margin-bottom: 10px;
  color: #ccc;
  font-size: 100%;
}
#footerNavBox h3	{
  margin-bottom: 0;
  text-align: left;
  font-weight: normal;
}

ul#footerNav:after { content:""; clear:both; display:block; }
ul#footerNav	{
  width: 100%;
  margin-bottom: 0;
  word-wrap: break-word;
}
ul#footerNav li	{
  float: left;
  margin: 0 1em 5px 0;
  font-size: 85%;
  line-height: 1.2em;
  border-right: 1px solid #777;
}
ul#footerNav li a	{
  margin-right: 1em;
}

/* Corporate Navigation
----------------------------------------------------*/
#footerCorpWrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
#footerCorpBox {
  padding: 0 20px;
  text-align: center;
}
ul#corpNav	{
  margin-bottom: 10px;
}
ul#corpNav li	{
  display: inline;
  white-space: nowrap;
  margin: 0 3px;
}
ul#corpNav li a	{
  font-size: 85%;
  text-decoration: none;
  margin-right: 10px;
}

/* Copyright */
#globalFooter .copyright {
  font-size: 11px;
  line-height: 1.4em;
  margin-bottom: 0;
  padding-top: 50px;
  width: 100%;
  background:url(../images/logo_PS.png) center top no-repeat;
}


/* ===================================================================
 5. 共通パーツ
=================================================================== */
/* SiteCatalyst
--------------------------*/
#SiteCatalyst { display: none; }

/* パンくずリスト
--------------------------*/
p.breadLink_top {
  /*margin-bottom: 20px;*/
  font-size: 85%;
  color: #999;
  text-indent: 16px;
  background: url("../images/icon_home.png") left 2px no-repeat;
}

/* ページトップへ戻るボタン
--------------------------*/
.btnBackTop,
.btnBackTopVita{
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/btn_back_top_ie8.png) left top no-repeat;
  background-size: 40px auto;
  z-index: 9999;
}
.btnBackTopVita{
  position: inherit;
  bottom: inherit;
  right: inherit;
  margin: 0 auto;
}
.btnBackTop:hover,
.btnBackTopVita:hover{ background-position: left -40px; }