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

#codeIndexH1Title{
	background-image:url(../img/codeIndex/codeIndexH1Title.png);
	background-repeat:no-repeat;
	height:56px;
	margin-left:14px;
}

.h1BoxLong p {
	margin-left:30px;
}

#qrcodeKindMap {
	border:10px solid #0088a0;
}

#qrcodeName {
	clear:both;
	width:100%;
	position:relative;	/*	qrcodeCellをリンクにするため	qrcodeCellはtable-cellにしているためrelativeが効かない */
}

.qrcodeNameCell {
	width:191px;
	height:110px;
	background-color:#f4f4f4;
	display:table-cell;
	vertical-align:middle;
	border-right:1px solid #0088a0;
	border-bottom:1px solid #0088a0;
}

.qrcodeNameCell div {
	display:table-cell;
	vertical-align:middle;
	padding-left:14px;
	padding-right:15px;
}

.qrcodeNameCell p {
	display:table-cell;
	vertical-align:middle;
	color: #0088a0;
 	font-size: 16px;
	font-weight: bold;
}

.qrcodeNameCell a {
	display:block;
	width:191px;
	height:594px;
	top:0;
	text-indent:-9999px;
	position:absolute;
}

.qrcodeNameCell a:hover {
	background-color:#fff;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

#qrcodeImage, #qrcodeFeature {
	width:100%;
}

.qrcodeImageCell {
	width:191px;
	height:110px;
	background-color:#f4f4f4;
	display:table-cell;
	vertical-align:middle;
	border-right:1px solid #0088a0;
	border-bottom:1px solid #0088a0;
	text-align:center;
}

.qrcodeFeatureCell {
	height:350px;
	background-color:#f4f4f4;
	display:table-cell;
	border-right:1px solid #0088a0;
	padding:10px;
	width:171px;	/* paddingとの兼ね合いで決める */
}

