/* ===================================================================
	SCE CONFIDENTIAL
 ©2013 Sony Computer Entertainment Inc.
 All Rights Reserved.
	
	PlayStation®4 Online Users Guide
	
	汎用スタイル
=================================================================== */
@charset "utf-8";

/* clerfix
----------------------------------------------------*/
.clearfix:after { content:""; clear:both; display:block; }
.clear	{ clear:both; }

/* レイアウト調整
----------------------------------------------------*/
/* マージン無し */
.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; }

/* 左回り込み */
.floatL	{ float: left; margin: 0 1em 1em 0; }
/* 右回り込み */
.floatR	{ float: right; margin: 0 0 1em 1em; }
/* センター合わせ */
.alignCenter	{ text-align: center; }
/* 右寄せ */
.alignRight	{ text-align: right; }

/* テキスト
----------------------------------------------------*/
/* 基本 */
p	{	margin-bottom: 1em; }

/* アスタリスク用 */
.asterisk { font-size: 85%; }
/* 赤文字 */
.red { color: #cc0000; }
/* 赤太文字 */
.redbold { color: #cc0000; font-weight: bold; }
/* 注意文 */
.notice { font-size: 90%; }
/*上付き文字*/
sup{
	height: 0;
	line-height: 1;
  vertical-align: super;
  position: relative;
  top: 0.25em;
		font-size: 70%;
		margin-right: 3px;
}

/* 画像
----------------------------------------------------*/
/* 基本 */
img { vertical-align: middle; }

/* 見出し
----------------------------------------------------*/
/* 基本 */
h2 { font-size: 110%; margin-bottom: 1em; }
h3 { font-size: 105%; margin-bottom: 0.2em; }
/* 強調見出し */
h3.line	{
	padding-top: 1em;
	margin-bottom: 1em;
	text-decoration: underline;
}
/* 関連する項目見出し */
h3.relatedArticles	{
	margin: 2em 0 1em;
	padding: 5px 10px;
	background: #777;
	color: #fff;
	font-weight: normal;
}
h4 { font-size: 100%; margin-bottom: 0.2em; }


/* リスト
----------------------------------------------------*/
/* 基本 */
ul { margin-bottom: 1em; }
ul ul { margin-bottom: 0; }  /* リストの入れ子になっていた場合はmargin0に */
ul.default li	{
	list-style: disc outside;
	margin-left: 1.2em;
}
/* 第二階層リスト */
ul.second li	{
	background: url(../../../imgps4/icon_list_line.gif) no-repeat left 0.8em;
	padding-left: 15px;
	list-style: none;
	margin: 0;
}

/* 定義リスト
----------------------------------------------------*/
/* 基本 */
dl { margin-bottom: 1em; }
ul dl { margin-bottom: 0; }    /* リストの入れ子になっていた場合はmargin0に */

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


/* table
----------------------------------------------------*/
/* 基本 */
table { margin-bottom: 1em; /*font-size: 90%;*/ }
table.width100 { width: 100%; }
table.width70	{ width: 70%; }
table.autoScroll	{
	display: block;
	max-width: 100%;
	overflow: auto;
}
th	{
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
	background: #eee;
}
td	{
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ccc;
}

/* 色付きセル */
table .table_color{ background-color:#E76919; color: #fff; }

/* アイコン付きth */
th.left { border-right: none; padding-right: 10px; }
th.right { border-left: none; }


/* 区切り線
----------------------------------------------------*/
hr	{
	border-color: #eee;
	margin: 20px 0;
}

/* ボックス
----------------------------------------------------*/
/* 重要ボックス */
.importantBox	{
	padding: 10px 20px;
	background: #dcf1fe;
	margin-bottom: 1em;
}
/* Warningボックス */
.warningBox	{
	padding: 10px 20px;
	background: #fbf5b5;
	margin-bottom: 1em;
}

/* CSS3装飾
----------------------------------------------------*/
/* ドロップシャドウ（下側ふわり） */
.shadow1	{	box-shadow: 0 8px 6px -6px #777;	}

/* ドロップシャドウ（両側ふわり） */
.shadow2	{	position: relative; z-index: 0; display: block;	}
.shadow2:before, .shadow2:after	{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(-3deg);
}
.shadow2:after	{
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

/* ===================================================================
 Responsive web disign汎用
=================================================================== */
/* 画像
----------------------------------------------------*/
img.responsive	{ width: auto; height: auto; }
@media screen and (max-width: 670px)	{
	img.responsive	{  }
	.responsive50per	{ width: 50%; height: auto; }
	.responsive50per img	{ width: 100%; height: auto; }
	.responsive48per	{ width: 48%; height: auto; }
	.responsive48per img	{ width: 100%; height: auto; }
}