@charset "UTF-8";
/* CSS Document */
/* tab 背景色 #4689FF */
/* 青 #006DD9 */

html, body, #wrapper {
	height: 100%;
}
header {
/*	background-color: initial;*/
/*	border: none;*/
}
#header {
	margin: 0px;
	padding: 6px 0px;
}
#header #active_bars {
/*	text-align: center;*/
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	padding-left: 50px;
}
#container {
	font-size: 18px;
/*	width: 500px;*/
	width: 900px;
	margin: 0px auto;
	position: relative;
	padding-top: 0px;
}
#container h2 {
	border: none;
	border-radius: 5px 25px 5px 25px;
	font-size: 30px;
	padding: 12px 0px 10px 30px;
	background-color: rgba(0, 109, 217, 0.1);
	letter-spacing: 2px;

}
#container h2 i {
	font-size: 30px;
}
#container h3 {
	font-size: 22px;
	margin-top: 30px;
	color: rgba(0, 109, 217, 1.0);
}
/*#container #remote #leftArea,
#container #remote #rightArea {
	float: left;
}*/
#container #remote #leftArea {
	width: 450px;
	float: left;
}
#container #remote #rightArea {
	width: 450px;
	float: right;
}
#container #remote img {
	margin-left: 80px;
	width: 350px;
	height: auto;
	display: block;
	border-radius: 20px;
}
#footer #copyright {
	font-size: 16px;
	padding: 10px 50px 10px 0px;
}
#ended_info {
	font-size: 20px;
	margin: 50px auto;
}
#remote {
	margin-top: 30px;
}
#remote p.description {
	font-size: 15px;
	line-height: 22px;
	margin-top: 15px;
}

#remote #button {
	margin: 20px 0px 10px 0px;
}
#remote #button span i {
	font-size: 30px;
	color: rgba(0, 109, 217, 1.0);
	margin: 0px 0px 5px 202px;
	animation: blinking 1s step-end infinite;
}
#remote #button a {
	color: rgba(0, 109, 217, 1.0);
	background-color: #FFF;
	border: solid 2px rgba(0, 109, 217, 1.0);
	border-radius: 25px;
	text-decoration: none;
	line-height: 24px;
	padding: 11px 22px 11px 22px;
	font-size: 24px;
	display: inline-block;
	letter-spacing: 2px;
}
#remote #button a:hover {
	color: #FFF;
	background-color: rgba(0, 109, 217, 1.0);
}
#remote #button a i {
	font-size: 28px;
/*	opacity: 0.7;*/
/*	border: solid 1px #FFF;*/
}
br.sp {
	display: none;
}
@keyframes blinking {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

@media screen and (max-width:768px) {

	#header #active_bars {
		text-align: center;
		padding: 0px;
	}
	#container {
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
	}
	#container img {
		width: 90%;
	}
	br.sp {
		display: block;
	}
	#container #introduction #inner {
		padding: 20px 8px;
	}
	#container #remote #leftArea {
		width: 100%;
	}
	#container #remote #rightArea {
		width: initial;
	}
	#container h3 {
		font-size: 19px;
	}
	#container #remote #button a {
		font-size: 20px;
		letter-spacing: 1px;
		padding: 11px 16px 11px 16px;
	}
	#container #remote #button a i {
		font-size: 24px;
	}
	#remote #button span i {
		margin: 0px 0px 5px 160px;
	}
	#footer #copyright {
		text-align: center;
		padding: 10px 0px 10px 0px;
	}
}