@charset "utf-8";

/*---------------共通指定---------------*/
*{
	margin: 0;
	padding: 0;
}


img {
	border: 0;
}

/*---------------リンクカラーの設定---------------*/

a:link {
	color:#0033CC;text-decoration:underline;
}

a:visited {
	
	
	
	color:#330066;text-decoration:underline;
}

a:active {
	color:#FF0000;text-decoration:none;
}

a:hover {
	color:#FF6600;text-decoration:none;
}

/*---------------読み込み用アイコン---------------*/
#loading {
	position: absolute;
	top: 0px;
	left: 0px;
	display::none;
}

.icon_load {
	position: absolute;
	top: 309px;
	left: 483px;
	margin-top: -40px;
	margin-left: -60px;
	z-index: 6;
}

/*---------------エラー---------------*/
#error_all {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 617px;
	width: 925px;
	z-index: 7;
	display: none;
}

.error_back {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 617px;
	width: 925px;
	background-image: url(../images/popbg.png);
	background-repeat: repeat; 
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 1;
}


.error_illust {
	position: absolute;
	top: 99px;
	left: 141px;	
}


.error_msg {
	position: absolute;
	top: 225px;
	left: 303px;	
}
.error_msg p{
	color:#FFFFFF;
}

/*---------------ボタン_送信---------------*/
.btn_transmit {
	position: absolute;
	top: 421px;
	left: 376px;
}

/*---------------アルファ版用ヘッダーとフッター---------------*/

body {
	background-image: url(../images/bg_challenge_01.gif);  
	background-repeat: repeat; 	
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling:touch;
	height: 100%;
	width:100%;
}

#alpha {
	position:relative;
	height: 617px;
	width: 950px;

	margin-left: auto;
	margin-right: auto;

	background-image: url(../images/bg_challenge_02.gif);  
	background-repeat: repeat; 

	overflow: hidden;		
}

#header {
	position:relative;
	height: 153px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;

}

#footer {
	position:relative;
	height: 213px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;

}

#parent
{
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
}
