body{
	background: #fff;
	color: #101010;
}
nav {
	position: fixed !important;
	top: 0;
	z-index: 100;
	height: 100%;
}

#feluce_repair_coatings_outer{
transform-origin: left top;
width: 100%;
height: 100%;
position: absolute;
background: #fff;
color: #101010;
}


#repair_coatingsStart{
	width: 100%;
	height: 100%;
	overflow: overlay;
	background: #fff;
	padding-bottom: 9.2592592vh;
	
}


h2{
	background: #EBEFF2;
	font-size: .40rem;
	letter-spacing: 0.2em;
	font-family: 'Prompt', sans-serif;
	font-weight: 300;
	text-align: center;
	padding: 2.5em 0;
}

sup{
	vertical-align: text-top;
	font-size: 70% !important;
}


footer{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.feluce_footer{
	display: block;
}
#feluce_news_btn{
	text-align: center;
}

/*repair_coatings*/
#feluce_repair_coatings_outer{
	transform-origin: left top;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	color: #101010;
	}
#repair_coatingsIn {
	width: 75%;
	margin: 7em auto 0;
	position: relative;
}
.repair_coatings .center{
	text-align: center;
}
.repair_coatings .right{
	text-align: right;
	line-height: 1.5;
}
.half_flex{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 4vh;
}
.half_flex > div{
	width: 12%;
	margin-left: 2vw;
}
.half_flex > div:first-child{
	margin-left: 0;
}
.half_flex > div:last-child{
	width: 24%;
	margin-left: 0;
}

.repair_coatings .repair_coatings_box{
	margin-top: 5vh;
}
.repair_coatings .repair_coatings_box .title{
	font-size: 2vw;
	color: #3E3A39;
}
.repair_coatings .repair_coatings_box .text{
	font-size: 1vw;
	line-height: 2;
	margin: 3vh 0 2vh;
	color: #3E3A39;
}
.feluce_content_news_detail_table.blue_frame{
	text-align: left;
}
.feluce_content_news_detail_table tr:first-child td{
	width: 85%;
}
@media screen and (max-width: 1280px) ,screen and (max-height: 700px) {
}


@media screen and (max-width: 896px), screen and (max-height: 500px) {
	
	nav {
	  position: relative !important;
	  z-index: 100;
	  height: unset;
	  display: flex;
	  justify-content: space-between;
	}
	
	h2{
		height: 173px;
		background: #EBEFF2;
		font-size: .30rem;
		margin-bottom: 70px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	.adoptionExampleTxt{
		width: 100%;
	}
	.repair_coatingsOuter{
		position: relative;
		width: 100%;
	}
	
	
	.feluce_content_read{
		margin-top: 4em;
	}
	
	
	#repair_coatingsIn {
		width: 100%;
		margin-top: 0;
		padding: 0 30px;
	}
	#feluce_repair_coatings_outer{
		height: auto;
		position: relative;
	}
	footer{
		position: relative !important;
		display: block;
		margin-top: -14.8148148vh;
	}
	.feluce_footer{
		padding-bottom: 55px;
	}
	.repair_coatings .right{
		font-size: 3vw;
	}
	.repair_coatings .repair_coatings_box .title{
		font-size: 7vw;
		margin-bottom: 5vh;
	}
	.repair_coatings .repair_coatings_box .text{
		font-size: 3.5vw;
		margin-top: 5vh;
	}
	.half_flex{
		flex-wrap: wrap;
	}
	.half_flex > div,
	.half_flex > div:last-child{
		width: 48%;
	}
	.half_flex > div:nth-child(n+3){
		margin-top: 3vh;
	}
}
