@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
/*----------------------------------------------------
 01　ジャンプ＋とは
----------------------------------------------------*/
.mainCon01 {
	width:956px;
}
.imgBox {
	width:956px;
	line-height: 0;
}
.btn {
    margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
}
/*----------------------------------------------------
 02 アプリ紹介ページ
----------------------------------------------------*/
.mainCon02 {
	width:956px;
}
.bg {
	width:100%;
	height:1100px;
	background-image: url("../img/bg.jpg");
	background-position: left top;
	background-size:100% auto;
	background-repeat : no-repeat;
}
.topImage {
	width:100%;
	margin: 0 auto;
	padding-top: 195px;
	margin-bottom: 28px;
	text-align: center;
	line-height: 0;
}
.middleImage {
	width:100%;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
	line-height: 0;
}
.btnBox {
    margin: 0 auto;
	text-align: center;
	margin-bottom: 35px;
}
.btn2 {
    margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
