@charset 'utf-8';

/*===================================================================
	service.htm
===================================================================*/
#contents .headSection .leftArea .title{
	font-size:24px;
	line-height:1em;
}
#contents.oneCol .detailSection .main .warranty{
	width:960px;
	margin-left: 0;
	margin-top: 30px;
}
#contents.oneCol .detailSection .main .warranty img{
	width:100%;
}
#contents .detailSection .main h3.dateHead{
	position:relative;
}
#contents .detailSection .main h3 span.date{
	display:block;
	position:absolute;
	top:0;
	right:0;
	font-size:85%;
	font-weight:normal;
}

/* header追従 */
.sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: #ffffff;
}

.lNav.service li.lnav05 a>img{
	visibility:hidden;
}

.sitemap{
	margin-bottom: 0;
}
#footer{
	margin-top: 0;
}