@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Kreon:300,400,700");
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
/*-----------------------------------

findJ2019.css

------------------------------------*/
body {
  background: #fff;
}
.main {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Kreon', 'Noto Sans JP', sans-serif;
	position: absolute;
	top: 0;
	left: 0
	right: 30px;
	z-index: 9999999;;
}

.headerNav {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    font-size: 0;
    height: 90px;
    z-index: 1111111111111111111111;
    text-align: center;
}
.headerNav_jplogo {
    position: absolute;
    left: 25px;
    top: 25px;
}
.headerNav_jplogo img {
    width:40px;
}
body .kvArea {
    height: 360px;
    background-size: cover !important;
    min-width: 980px;
		background: url(/img/special/findj/findj2019_bg.png) no-repeat bottom center;
}
body .kvArea .kvIndex {
	position: relative;
	top: 100px;

}
.contArea {
    margin-top: 100px;
}
.wd980 {
    width: 980px;
    margin: 0 auto;
	}
	.cont_text {
	    font-size: 15px;
	    line-height: 2;
	    padding: 10px 0 30px;
	    text-align: left;
	    color: #333;
	}
	.cont_text p {
    margin-bottom: 1em;
}
.sp_disp {
	display: none !important;
}
.srb-main-container {
    overflow: hidden !important;
}
