@charset "UTF-8";

/*****************************************************
FileName : /common/new/css/maBlock.css
*****************************************************/

/*	g_imgGalleryVer(サムネイル垂直レイアウトタイプ)
-------------------------------------------------------------------*/
.g_imgGalleryVer {
	zoom:1;
}

.g_imgGalleryVer:after {
	display:block;
	clear:both;
	height:0px;
	content:"";
}

.g_imgGalleryVer .g_imgGalleryNav {
	float:right;
}

.g_imgGalleryVer .g_imgGalleryNav li {
	margin:0 0 5px 0;
	background-color:#565045;
	cursor:pointer;
}

.g_imgGalleryVer .g_imgGalleryView {
	float:left;
	margin:0 5px 0 0;
}


/*	g_imgGalleryVer(サムネイル水平レイアウトタイプ)
-------------------------------------------------------------------*/
.g_imgGalleryHr {
	zoom:1;
}

.g_imgGalleryHr:after {
	display:block;
	clear:both;
	height:0px;
	content:"";
}

.g_imgGalleryHr .g_imgGalleryNav {
	float:right;
	zoom:1;
}

*html .g_imgGalleryHr .g_imgGalleryNav {/* IE6.x */
	margin:0 0 5px 0;
}

*:first-child + html .g_imgGalleryHr .g_imgGalleryNav {/* IE7.x */
	margin:0 0 5px 0;
}

.g_imgGalleryHr .g_imgGalleryNav:after {
	display:block;
	clear:both;
	height:0px;
	content:"";
}

.g_imgGalleryHr .g_imgGalleryNav li {
	float:left;
	margin:0 0 5px 5px;
	background-color:#565045;
	cursor:pointer;
}

.g_imgGalleryHr .g_imgGalleryView {
	text-align:right;
	clear:both;
}


/*	both imgGallery
-------------------------------------------------------------------*/
.g_imgGalleryCur img {
	opacity:0.3;
	filter: alpha(opacity=30);/* IE lt 8.x */
	-ms-filter: "alpha(opacity=30)";/* IE 8.x */
}
