#containerContents {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	font-size:14px;
	color:#000;
}

p.contentsText {
	width:100%;
}

#errorCorrectionH1Title{
	background-image:url(../img/errorCorrection/errorCorrectionH1Title.png);
	background-repeat:no-repeat;
	width:400px;
	height:56px;
	/*margin-left:14px;*/
	float:left;
}

.h1SeniorSign {
	background-color:#0c4c90;
	color:#fff;
	padding:3px 6px;
	float:left;
	margin-top:13px;
}

#backTop {
	float:right;
	background-color:#800f0f;
	font-size:12px;
	color:#fff;
	margin-top:15px;
	width:180px;
	text-align:center;
}

#backTop a {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
}

#errorCorrectionContents {
	clear:both; /* スマホレイアウト乱れ対策 */
	height:200px;　/* スマホレイアウト乱れ対策 */
	display:table;/* スマホレイアウト乱れ対策 */
	width:94%;		/* 100%でないのはpaddingとの調整結果 */
	background-color:#e7e7e7;
	padding:30px;
}

#errorCorrectionContentsLeft {
	width:68%;
	float:left;
	margin-right:16px;
	display:table-cell;/* スマホレイアウト乱れ対策 */
	height:190px;	/* スマホレイアウト乱れ対策 130317 */
}

#errorCorrectionContentsRight {
	float:left;/* スマホレイアウト乱れ対策 */
	width:29%;/* スマホレイアウト乱れ対策 */
	display:table-cell;/* スマホレイアウト乱れ対策 */
	
}

#errorCorrectionContentsRight p {
	overflow:hidden;
	margin-top:10px;
	line-height:16px;
}

.gotoTopButton {
	text-align:right;
	clear:both;
	margin:16px 0px 0px 0px;
	width:100%;
}

#mechanismH2Title {
	background-image:url(../img/errorCorrection/mechanismH2Title.png);
	background-repeat:no-repeat;
	width:340px;
	height:27px;
	float:left;
}

#mechanismContents {
	width:100%;
	clear:both; /* スマホレイアウト乱れ対策 */
	height:300px;　/* スマホレイアウト乱れ対策 */
}

#mechanismContents p {
	margin-bottom:30px;
}

.smallText {
	font-size:12px;
}

