@charset "UTF-8";

html, body { height: 100%; }

body {
	background: url(../img/bg.gif) center top #444;
	text-align: left;
}


/*wrapper*/
.wrapper {
	position: relative;
	background: url(../img/bg_main.jpg) center top #eed;
	min-width: 320px;
	max-width: 720px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow:0 0 12px #000;
}

/*main*/
.main {
	position: relative;
}


/*header*/
.main>header {
}

/*footer*/
.main>footer{
	position: relative;
	background: url(../img/footer_logo.gif) center top no-repeat;
	text-align: left;
}
	.main>footer p.FLT_PS3 span,
	.main>footer p.FLT_PS4 span {
		display: none;
	}

@media screen and (min-width: 481px) {
	.main>footer {
		width: 520px;
		margin: 16px auto 0;
		padding: 136px 10px 4px;
	}
		.main>footer p.FLT_PS3 {
			background: url(../img/ps_notice.png) center top no-repeat;
			width: 520px;
			height: 40px;
			margin-top: 2px;
		}
		.main>footer p.FLT_PS4 {
			background: url(../img/ps4_notice.png) center top no-repeat;
			width: 520px;
			height: 28px;
			margin-top: 2px;
		}
}
@media screen and (max-width: 480px) {
	.main>footer{
		margin: 30px auto 0;
		padding: 136px 10px 4px;
	}
		.main>footer p.FLT_PS3 {
			background: url(../img/ps_notice_sp.png) left top no-repeat;
			background-size: 300px 70px;
			width: 300px;
			height: 70px;
			margin-top: 2px;
		}
		.main>footer p.FLT_PS4 {
			background: url(../img/ps4_notice_sp.png) left bottom no-repeat;
			background-size: 300px 42px;
			width: 300px;
			height: 42px;
			margin-top: 2px;
		}
}


/*scrollTopButton*/
.btn_top {
	position: fixed;
	bottom: 10px;
	right: 0px;

	background-color: #000;
	background-image: url(../img/btn_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 56px;
	height: 56px;

	border-radius: 8px 0 0 8px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow:0 0 8px rgba(0,0,0,0.5);

	cursor: pointer;
	z-index: 2;
}
.btn_top:hover {
	background-color: #420;
}



.contents {
	position: relative;
	max-width: 620px;
	margin: 0 auto;
	padding: 0 10px;
	min-height: 500px;
}
.section {
	margin: 30px 0;
}


/* 通常テキスト */
.contents p { margin-top: 0.6em; }
.contents p:first-child { margin-top: 0px; }

/* 注釈テキスト */
.contents .note {
	font-size: 90%;
	color:#844;
}

/* リンク */
.contents a {
	text-decoration: underline;
	color: #844;
}
.contents a:hover {
	color: #c80;
}

/* 図版 */
.contents .fig {
	margin: 16px 0;
}
	.contents .fig img {
		width: 100%;
	}
.contents .fig.switch {
	display: none;
}

/* リスト */
.contents ul { margin-top: 0.8em; margin-left: 1.6em; }
	.contents ul li { list-style-type: disc; }

/* 文字下げリスト */
.contents ul.indent { margin-top: 0.8em; margin-left: 0.2em; }
	.contents ul.indent li {
		list-style-type: none;
		padding-left:1.0em !important;
		text-indent:-1.0em !important;
	}

/* リンクアイコン付きリスト */
.contents ul.reference { margin-top: 0.4em; margin-left: 0; }
	.contents ul.reference li {
		list-style-type: none;
		background-repeat: no-repeat;
		background-image: url(../img/icon_page.png);
		background-position: 2px center;
		padding: 3px 8px 3px 24px;
	}

/* 番号付きリスト */
.contents ol { margin-top: 0.8em; margin-left: 1.8em; }
	.contents ol li { list-style-type: decimal; }

.contents ul li,
.contents ol li {
	line-height: 1.3;
	margin-top: 0.4em;
}
.contents ul li:first-child,
.contents ol li:first-child { margin-top: 0 !important; }


/* テーブル */
.contents table {
	width: 100%;
	margin: 10px 0;
}
	.contents table th,
	.contents table td {
		background: #fff;
		padding: 6px 8px;
		font-weight: normal;
		border: 1px solid #000;
		word-break: break-all;
	}
	.contents table th {
		background: #e8e8e8;
		width: 1%;
		text-align: left;
		white-space: nowrap;
	}
	.contents table td>*:first-child { margin-top: 0 !important; }
	.contents table td>*:last-child { margin-bottom: 0 !important; }

	/* テーブルキャプション */
	.contents table caption {
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}

/* ２カラムテーブル */
.contents table.column2 {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	border: none;
}
	.contents table.column2 td:first-child {
		background: transparent;
		width: 50%;
		padding: 0px 8px 0px 0px;
		border-width: 0px 1px 0px 0px;
	}
	.contents table.column2 td:last-child {
		background: transparent;
		width: 50%;
		padding: 0px 0px 0px 8px;
		border: none;
	}

/* 変形テーブル（スマホではラベル付きリスト） */
@media screen and (min-width: 481px) {
	.contents div.table {
		background: #fff;
		width: 100%;
		margin: 10px 0;
		box-sizing: border-box;
		border: 1px solid #333;
		overflow: hidden;
	}
		.contents div.table dl {
			clear: left;
			background: #e8e8e8;
			border-top: 1px solid #333;
			padding-left: 16px;
			word-break: break-all;
		}
		.contents div.table dl:first-child {
			border-top: none;
		}
			.contents div.table dl dt {
				clear: left;
				float: left;
				background: #e8e8e8;
				width: 20%;
				margin-left: -16px;
				padding: 6px 8px;
				border-right: 1px solid #333;
			}
			.contents div.table dl dt.fig {
				margin: 0px 0px 0px -16px;
				padding: 8px;
			}
			.contents div.table dl dd {
				background: #fff;
				padding: 6px 8px;
				margin-left: 20%;
				border-left: 1px solid #333;
			}
			.contents div.table dl dd>*:first-child { margin-top: 0 !important; }
			.contents div.table dl dd>*:last-child { margin-bottom: 0 !important; }

			.contents div.table.t100 dl dt { width: 100px; }
			.contents div.table.t100 dl dd { margin-left: 100px; }

			.contents div.table.t150 dl dt { width: 150px; }
			.contents div.table.t150 dl dd { margin-left: 150px; }

			.contents div.table.t200 dl dt { width: 200px; }
			.contents div.table.t200 dl dd { margin-left: 200px; }

			.contents div.table.t240 dl dt { width: 240px; }
			.contents div.table.t240 dl dd { margin-left: 240px; }

		/* 変形テーブルキャプション */
		.contents p.tablecaption {
			margin-top: 10px;
			padding: 4px 0px;
			font-size: 14px;
			font-weight: bold;
		}
		.contents p.tablecaption+div.table {
			margin-top: 0px;
		}
}
@media screen and (max-width: 480px) {
	.contents div.table {
		width: 100%;
		margin: 10px 0;
		box-sizing: border-box;
	}
		.contents div.table dl {
			margin-top: 4px;
			border: 1px solid #333;
		}
		.contents div.table dl:first-child {
			margin-top: none;
		}
			.contents div.table dl dt {
				background: #e8e8e8;
				padding: 6px 8px 4px;
				display: block;
				border-bottom: 1px solid #333;
			}
			.contents div.table dl dt:first-child{
				margin-top: none;
			}
			.contents div.table dl dt.fig {
				margin: 0px;
				padding: 8px;
			}

			.contents div.table dl dd {
				background: #fff;
				padding: 6px 8px;
				display: block;
				border-top: none;
			}
			.contents div.table dl dd>*:first-child { margin-top: 0 !important; }
			.contents div.table dl dd>*:last-child { margin-bottom: 0 !important; }

		/* 変形テーブルキャプション */
		.contents p.tablecaption {
			margin-top: 10px;
			padding: 4px 0px 0px;
			font-size: 14px;
			font-weight: bold;
		}
		.contents p.tablecaption+div.table {
			margin-top: 0px;
		}
}

		/* 番号付き */
		.contents div.table dl.number { position: relative; }
		.contents div.table dl.number:after {
				content: ' ';
				position: absolute;
				left: -1px;
				top: -1px;
				background-image: url(../img/tableNum.png);
				background-repeat: no-repeat;
				width: 50px;
				height: 50px;
		}
		.contents div.table dl.number.num1:after { background-position: 0px 0px; }
		.contents div.table dl.number.num2:after { background-position: -50px 0px; }
		.contents div.table dl.number.num3:after { background-position: -100px 0px; }
		.contents div.table dl.number.num4:after { background-position: -150px 0px; }
		.contents div.table dl.number.num5:after { background-position: -200px 0px; }
		.contents div.table dl.number.num6:after { background-position: -250px 0px; }
		.contents div.table dl.number.num7:after { background-position: -300px 0px; }
		.contents div.table dl.number.num8:after { background-position: -350px 0px; }
		.contents div.table dl.number.num9:after { background-position: -400px 0px; }
		.contents div.table dl.number.num10:after { background-position: -450px 0px; }

	/* 変形テーブルキャプション */
	.contents p.tablecaption {
		margin-top: 10px;
		padding: 4px 0;
		font-size: 14px;
		font-weight: bold;
	}
	.contents p.tablecaption+div.table {
		margin-top: 0px;
	}


/* 大項目見出し */
.contents h2 {
	position: relative;
	margin: 16px -9px;
}
.contents h2 img {
	width: 100%;
	max-width: 638px;
}

/* 中項目見出し */
.contents h3 {
	position: relative;
	background: url(../img/h3_bg.png) left top repeat-x #888;
	margin: 40px 20px 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	color: #333;
}
.contents h3:before,
.contents h3:after {
	content: " ";
	position: absolute;
	top: 0;
	width: 28px;
	height: 40px;
	display: block;
}
.contents h3:before {
	background-image: url(../img/h3_sidebg.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	left: -28px;
}
.contents h3:after {
	background-image: url(../img/h3_sidebg.png);
	background-position: -28px 0px;
	background-repeat: no-repeat;
	right: -28px;
}
.contents header+div>h3 {
	margin-top: 16px;
}

/* 小項目見出し */
.contents h4 {
	position: relative;
	margin: 24px 0 12px;
	padding: 4px 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #333;
	border-bottom: 2px solid #888;
	border-left: 2px solid #888;
}

/* その他見出し */
.contents h5 {
	margin-top: 1.2em;
	margin-bottom: 0.4em;
	font-size: 16px;
	font-weight: bold;
}
.contents h6 {
	margin-top: 1.2em;
	margin-bottom: 0.4em;
	font-size: 14px;
	font-weight: bold;
}
.contents h5+p,
.contents h6+p {
	margin-top: 0;
}


/* トピック枠 */
.Topic {
	background: #fff;
	margin: 24px 0;
	padding: 8px;
	border-radius: 4px;
	border: 2px solid #000;
	overflow :hidden;
}
.contents table .Topic,
.contents div.table .Topic {
	margin: 10px 0;
}
	.Topic>*:first-child { margin-top: 4px; }
	.Topic>h3 {
		background: url(../img/icon_topic.png) no-repeat 4px top #a09980;
		margin: -8px -8px 10px -8px !important;
		padding: 8px 4px 8px 46px;
		font-size: 14px;
		font-weight: bold;
		line-height: 19px;
		text-align: left;
		white-space: normal;
		color: #fff;
	}
	.Topic>h3+* { margin-top: 10px !important; }
	.Topic *:last-child { margin-bottom: 0 !important; }

/* 注意事項枠 */
.Caution {
	background: #fff;
	margin: 24px 0;
	padding: 8px;
	border-radius: 3px;
	border: 2px solid #800;
	overflow :hidden;
}
.contents table .Caution,
.contents div.table .Caution {
	margin: 10px 0;
}
	.Caution>*:first-child { margin-top: 0px; }
	.Caution>h3 {
		background-image: none;
		background-color: #600;
		margin: -8px -8px 0px -8px !important;
		padding: 3px 3px 1px;
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
		color: #fff;
	}

	.Caution>h4 {
		background: #ddd;
		margin: 12px -6px 8px -6px;
		padding: 4px 8px;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		text-align: left;
		color: #a00;
		border: none;
	}
	.Caution>h4:first-child { margin-top: -6px; }
	.Caution>h3+h4 { margin-top: 2px; }

	.Caution *:last-child { margin-bottom: 0 !important; }


.Caution>.Caution,
.Caution>.Topic,
.Topic>.Topic,
.Topic>.Caution { margin:10px 2px; }

/* タイトル */
.contents h1.manualtitle {
	width: 100%;
	max-width: 420px;
	margin: 20px auto;
}
	.contents h1.manualtitle img { width: 100%; }


/* Windows版ゲームプログラムダウンロードボタン */
a#dl_installer {
	background:#000;
	background:#448;
	background:-moz-linear-gradient(top, #448, #228);
	background:-webkit-gradient(linear, left top, left bottom, from(#448), to(#228));
	background:-webkit-linear-gradient(top, #448, #228);
	background:-ms-linear-gradient(top, #448, #228);
	background:linear-gradient(to bottom, #448, #228);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444488', endColorstr='#222288', GradientType=0);

	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);

	width:296px;
	margin:10px auto;
	padding:15px 0;
	display:block;
	border-radius:8px;
	border:2px solid #222;

	color:#fff;
	font-weight:bold;
	font-size:120%;
	text-align:center;
	text-decoration:none;
	line-height:20px;
}
a#dl_installer:hover {
	background:#000;
	background:#448;
	background:-moz-linear-gradient(top, #c84, #c82);
	background:-webkit-gradient(linear, left top, left bottom, from(#c84), to(#c82));
	background:-webkit-linear-gradient(top, #c84, #c82);
	background:-ms-linear-gradient(top, #c84, #c82);
	background:linear-gradient(to bottom, #c84, #c82);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc8844', endColorstr='#cc8822', GradientType=0);
}
p#dl_installer {
	background:#666;

	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);

	width:300px;
	margin:10px auto;
	padding:10px 0;
	display:block;
	border-radius:4px;

	color:#fff;
	font-weight:bold;

	text-align:center;
	text-decoration:none;
	line-height:16px;
}

/* Windows版ベンチマークソフトダウンロードボタン */
a#dl_benchmark {
	background:#000;
	background:#448;
	background:-moz-linear-gradient(top, #448, #228);
	background:-webkit-gradient(linear, left top, left bottom, from(#448), to(#228));
	background:-webkit-linear-gradient(top, #448, #228);
	background:-ms-linear-gradient(top, #448, #228);
	background:linear-gradient(to bottom, #448, #228);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444488', endColorstr='#222288', GradientType=0);

	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);

	width:296px;
	margin:10px auto;
	padding:6px 0;
	display:block;
	border-radius:8px;
	border:2px solid #222;

	color:#fff;
	font-weight:bold;
	font-size:115%;
	text-align:center;
	text-decoration:none;
	line-height:20px;
}
a#dl_benchmark:hover {
	background:#000;
	background:#448;
	background:-moz-linear-gradient(top, #c84, #c82);
	background:-webkit-gradient(linear, left top, left bottom, from(#c84), to(#c82));
	background:-webkit-linear-gradient(top, #c84, #c82);
	background:-ms-linear-gradient(top, #c84, #c82);
	background:linear-gradient(to bottom, #c84, #c82);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc8844', endColorstr='#cc8822', GradientType=0);
}
p#dl_benchmark {
	background:#666;

	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);

	width:300px;
	margin:10px auto;
	padding:10px 0;
	display:block;
	border-radius:4px;

	color:#fff;
	font-weight:bold;

	text-align:center;
	text-decoration:none;
	line-height:16px;
}

/* PC動作環境 */
	.contents table#spec th {
		width: auto;
		white-space: normal;
	}

/* PS3/PS4版PlayStation®Storeボタン */
a#psstore {
	background:#000;
	background:#448;
	background:-moz-linear-gradient(top, #448, #228);
	background:-webkit-gradient(linear, left top, left bottom, from(#448), to(#228));
	background:-webkit-linear-gradient(top, #448, #228);
	background:-ms-linear-gradient(top, #448, #228);
	background:linear-gradient(to bottom, #448, #228);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444488', endColorstr='#222288', GradientType=0);

	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);

	width:296px;
	margin:10px auto;
	padding:15px 0;
	display:block;
	border-radius:8px;
	border:2px solid #222;

	color:#fff;
	font-weight:bold;
	font-size:120%;
	text-align:center;
	text-decoration:none;
	line-height:20px;
}
a#psstore:hover {
	background:#000;
	background:#448;
	background:-moz-linear-gradient(top, #c84, #c82);
	background:-webkit-gradient(linear, left top, left bottom, from(#c84), to(#c82));
	background:-webkit-linear-gradient(top, #c84, #c82);
	background:-ms-linear-gradient(top, #c84, #c82);
	background:linear-gradient(to bottom, #c84, #c82);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc8844', endColorstr='#cc8822', GradientType=0);
}


.video-wrapper {
	width: 600px; 
	max-width: 100%;
	margin:4px auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
} 

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 
