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

#codeH1Title{
	background-image:url(../img/code/codeH1Title.png);
	background-repeat:no-repeat;
	height:56px;
	margin-left:14px;
	float:left;
	width:541px;
}

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

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

#marginH2Title {
	background-image:url(../img/code/marginH2Title.png);
	background-repeat:no-repeat;
	width:304px;
	height:27px;
	float:left;
}

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

#marginContents img {
	margin:0 0 30px 20px;
	float:right;
	background-color:#e7e7e7;
}

#marginContents p {
	margin:0 0 0 0;
}

#exampleH2Title {
	background-image:url(../img/code/exampleH2Title.png);
	background-repeat:no-repeat;
	width:332px;
	height:27px;
	float:left;
}

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

.codeListStyle {
	list-style-type:decimal;
	width:90%;
	padding:20px 0 20px 50px;
	border:4px solid #3c8d1f;
	background-color:#ececec;
	margin:20px;
}

#exampleContents ul span{
	background-color:#3c8d1f;
	color:#fff;
	padding:2px;
}

#regionH2Title {
	background-image:url(../img/code/regionH2Title.png);
	background-repeat:no-repeat;
	width:436px;
	height:27px;
	float:left;
}

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