@charset "utf-8";
/* CSS Document */

/*--------------------------------------*/
/*                                      */
/* ### 正誤表 ###                       */
/*                                      */
/*--------------------------------------*/


body {
	background-color: #FFFFFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:62.5%;
	color:#000000;
	}
/*--- メイン画像 ---*/

#contentsWrap {
	margin: 0 auto;
	width: 800px;
}
#main {
	margin: 0 auto;
	width:800px;
	text-align: left;
	overflow: hidden;
}

.display-none {
	display: none;
}


/*--- タイトルエリア ---*/
#main .header {
	height: 38px;
	background-image:url(../images/160218/sub/header_ps4_800.gif);
	background-repeat:no-repeat;
	display:block;
	position:relative;
}
.header .ecap {
	position:absolute;
	left:10px;
	top:4px;
}




/*-----------▼正誤表_ここから▼-----------*/
h1 {
	font-size:1.8em;
	font-weight:bold;
	background-color:#CCCCCC;
	border-bottom:2px #999999 solid;
	border-top:2px #999999 solid;
	padding:20px 0 20px 5px;
	margin:20px 0 0 0;
}

#main_box {
	width:700px;
	padding:20px 0;
	margin:0 auto;
}
h2 {
	font-size:1.4em;
	font-weight:bold;
	color: #C00;
	padding:20px 0 5px 0;
	line-height:1.2;
}
.date {
	font-size:1.2em;
	color:#CC6600;
}

.bk {
	border-bottom:1px #999999 dashed;
	border-top:1px #999999 dashed;
	padding:20px 0;
	margin-top:20px;
	margin-bottom:20px;
}

p.ttl {
	color: #06C;
	font-weight:bold;
	font-size:1.2em;
	padding-left:20px;
}
p.txt {
	padding-top:20px;
	padding-left:20px;
	font-size:1.2em;
	line-height:1.4;
	color:#000;
}

p.note {
	font-size:1.2em;
}


.btn_backpg {
	margin-top:20px;
	border-top:#CCC 10px solid;
}
.btn_backpg img {
	float:right;
}

	/*リンク部分*/
.btn_backpg a {
    width:100%;                     
    height:100%;                  
	opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
	-ms-filter: "alpha( opacity=70 )";
}
.btn_backpg a:hover {
	opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity:1;
	-ms-filter: "alpha( opacity=100 )";
}
	/*リンク部分*/
	
#footer .copy {
	clear:both;
	margin:0 auto 40px;
	padding-top:20px;
}
#footer .copy .capcom_logo {
	float:left;
}
#footer .copy .capcom_logo a:hover {
	opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}
#footer .copy .capcom_copy {
	float:right;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}