@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi02 a img {
	visibility: hidden;
}

#gNavi li:nth-child(2) .subList li:nth-child(6) a {
    background: url(../img/common/g_sub_navi10_over.gif) no-repeat left top;
}

#gNavi li:nth-child(2) .subList li:nth-child(6) a img{
    visibility: hidden;
}


.pageTitle {
	margin-bottom: 71px;
	background: url(../img/specific_trade/page_title_bg.jpg) no-repeat center top;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/specific_trade/page_title_bg.jpg',  sizingMethod='scale');

}

@media all and (min-width: 0) and (max-width: 736px)  {
	.pageTitle {
		margin-bottom: 39px;
		background: url(../img/common/sp_page_title_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}

}