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

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

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


#pagePath {
	padding: 15px 0 12px
}

.pageTitle {
	margin-bottom: 78px;
	padding: 50px 0 13px;
	background: url(../../../img/service/font/oem/page_title_bg.jpg) no-repeat center top;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/service/font/oem/page_title_bg.jpg',  sizingMethod='scale');
}

#main h3, 
#main h2 {
	margin-bottom: 17px;
	font-size: 16px;
	line-height: 1.65;
	text-align: center;
}

#main ul {
	margin: 0 auto 22px;
	padding-left: 80px;
	width: 400px;
	font-size: 16px;
	line-height: 1.6;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	.pageTitle {
		margin-bottom: 29px;
		padding: 36px 0 10px;
		background: url(../../../img/service/font/oem/sp_page_title_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	
	#main p {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1.58;
	}

	#main h3,
	#main h2 {
		margin-bottom: 9px;
		line-height: 1.58;
		font-size: 14px;
		text-align: left;
	}
	
	#main ul {
		margin-bottom: 5px;
		padding: 0 0 0 1em;
		width: auto;
		font-size: 14px;
		line-height: 1.75;
		text-indent: -1em;
	}
	
	#main ul li {
		padding-bottom: 1px;
	}

}