@charset "utf-8";

#Bfair .sec01 {
	background-image:url("img/top_pc.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height:226px;
	margin-top: 80px;
}
#Bfair .sec01 div {
    position: relative;
    top: 25%;
    width: 100%;
    height: auto;
    margin: 0% auto;
}

#Bfair .sec02 {
	text-align: center;
    position: relative;
    z-index: 0;
}

#Bfair .sec02-inr {
    padding-bottom: 0px;
    /*width:980px;*/
    margin: 0 auto;
    padding-bottom: 30px;
}
#Bfair .sec02 {
    background-repeat: no-repeat;
    background-position : 50% 0%;
}

@media screen and (max-width: 736px) {
#Bfair .sec01 div {
    width: 100%;
	}
#Bfair .sec01 {
	background-image:url("img/top_sp.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	margin-top: 7%;
	}
#Bfair .sec01 p {
	position: relative;
	top: 39%;
	margin: 0% auto;
	width: 88%;
	}
#Bfair .sec02 .title img {
	margin-top: 30px;
	}

#Bfair .sec02-inr {
	 width: 90%;
	 margin: 0 5%;
	 height: auto;
	}
#Bfair .sec02-inr p{
	 width: 90%;
	 font-size: 0.9em;
	 margin: 0 auto;
	 line-height: 2.1em
}
}
