@charset "UTF-8";

body {
	background-image: url(/jumpingegg/img/bg.png);
	background-repeat: 100% auto;
	background-size: contain;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link { color: #00AFFF; text-decoration:none }
a:visited { color: #000FFF; }
a:hover { color: #FFFFFF; }
a:active { color: #000FFF; }

img, object, embed, video {
	max-width: 100%;
}

.filter {
	width: 100%;
	height: 100%;
	background: url(/jumpingegg/img/filter.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

video {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -2;
}

.divc {
	position: relative;
	width: 100%;
	padding: 50% 0 0 0;/*おしらせ表示領域調整*/
	overflow:auto;
	overflow-x:hidden;
/*	overflow-y:hidden;*//*IE対応はされるがiOSでiframeが無視される*/
	-webkit-overflow-scrolling:touch;
}
.ifc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blank {
	line-height: 0px;
}

.mail_regist {
	position: relative;
	width: 100%;
/*	height: 475px;*/
	background-position:center;
	background-repeat:no-repeat;
}
.send_regist {
	position: absolute;
	width: 223px;
	height: 95px;
	left: 50%;
	top: 60%;
	margin-left: -111.5px;/*width÷2の値*/
}
.send_regist2 {
	position: absolute;
/*	wigth: 10px;*/
/*	left: 50%;*/
/*	top: 45%;*/
/*	margin-left: -75px;*//*width÷2の値*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0px;
	height: 0px;
}

/*【480px以下のレイアウト】*/
.mainspace {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
	text-align:center;
}

/*【中央下地のカラー（現在は黒半透明）】*/
#contents {
	background-repeat: 100% auto;
	background-attachment:fixed;
	background:rgba(0,0,0,0.4);
}

/*【概要表示】*/
.gaiyou_tb {
	width: 100%;
	margin: 0.8em 0;
	background-color: rgba(255,255,255,0.8);
}
.gaiyou_th {
	font-weight:bold;
	width:auto;
	font-size:0.6em;
	background:rgba(239,105,83,0.90);
	color:rgba(255,255,255,1.00);/*項目名の文字色*/
	margin: 0.5em;
	text-align:center;
}
.gaiyou_td {
	text-align: center;
	width:auto;
	background: rgba(255,255,255,0.2);
	vertical-align: central;
	margin: 1em;
	color:#333;
	font-size: 0.6em;
}

/*【動画】*/
.iframeBox {
	position:relative;
	width:100%;
	margin-bottom:4%;
}
.iframeBox iframe{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important
}

/*【リンク】*/
#officiallink {
	text-align:center;
	padding:2em 0 1em;
}

/*【コピーライト】*/
#copyright {
	text-align:center;
	padding:2em 0;
	font-weight:bold;
	color:#FFFFFFF;/*コピーライトの文字色*/
}

/*【WPPこれでセンタリングしている】*/
.shelf ul {
	padding:0.4em;
	margin:0 auto;
	text-align: center;
}

/*【WPPアイコン間隔を調整】*/
.shelf ul li {
/*	margin:0.4em auto;
	list-style:none;*/
	display: -moz-inline-box;
/*	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding:0.4em;*/
	list-style:none;
	max-width:100%;
}

/*【タブ左右調整】*/
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

/*【タブ基本】*/
.resp-tabs-list li {
	font-weight: 600;
	font-size:1em;
	display: inline-block;
	padding: 0px 0em;/*【pxの値で縦に伸びる】【emの値で横に伸びる】*/
	margin: 0;
	list-style: none;
	cursor: pointer;/*color:#000 */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: rgba(255,255,0,0);/*【通常時のタブ色】*/
	border-bottom: none;
}

/*【削るとアコーディオン部分が常時表示】*/
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}

/*【削るとタブの全項目内容が常時表示】*/
.resp-tab-content {
	display: none;
}

/*【削るとアコーディオン項目同士の間隔が開く】*/
.resp-tab-content {
}

/*【アコーディオン時タブ】*/
h2.resp-accordion {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px 0px;/*【px変更で縦幅】*/
}

/*【削るとアコーディオンが機能しない×表示コンテンツの下地色】*/
.resp-tabs-container {
	width:90%;
	padding: 1em;;
	margin:0 auto;
	background-repeat: 100% auto;
	background-attachment:fixed;
	background-color: rgba(38,38,38,0);/*表示復帰の場合はアルファを0.1以上に*/
	clear: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*【画面の横幅が481px以上】*/
@media only screen and (min-width: 481px) {

.mainspace {
	width: 97.5%;/*97.5*/
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
	margin-left: auto;
}

}/*ここまで481px以上*/

/*【画面の横幅が769px以上】*/
@media only screen and (min-width: 769px) {

.mainspace {
	width: 90%;/*■黒半透明下地の横幅*/
	max-width: 1232px;
	padding-left: 0.5%;
	padding-right: 0.5%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

/*【概要表示】*/
.gaiyou_th {
	font-size:1.2em;
}
.gaiyou_td {
	font-size:1em;
}

#movie {
	display: block;
	margin:0 auto;
	width:95%;
}

}/*ここまで769px以上*/

/*【アコーディオンに切り替わる解像度設定768px】*/
@media only screen and (max-width: 768px) {

/*【削るとアコーディオン時に項目が増殖】*/
ul.resp-tabs-list {
	display: none;
}

/*【削るとアコーディオン時に項目が消滅】*/
h2.resp-accordion {
	display: block;
}

}/*ここまで768px*/

.button {
	width:80%;
	background:rgba(235,235,0,0.98);
	margin:2em auto;
	padding:1em 0;
	font-weight:bold;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.button a {
	font-weight:600;
	display:block;
	text-decoration:none;
	color:gray;
}

.button a:hover {
	color:black;
}