@charset "utf-8";

body {
	background-color: #000;
	color: #fff;
}

a:link, 
a:visited {
	color: #39f;
}

ul,
ul li {
	list-style: none;
}

.content {
	padding: 10px;
	border-bottom: 3px solid #fff;
	margin-bottom: 20px;
}

.content h2 {
	color: #ff0;
	text-align: center;
	margin-bottom: 10px;
}

.content h3 {
	margin-bottom: 10px;
}

.content p {
	margin-bottom: 10px;
}

.content p strong {
	color: #f96;
	font-weight: normal;
}

.content ul {
	margin-bottom: 10px;
}

.attention {
	margin-bottom: 20px;
}

.attention h2 {
	font-weight: bold;
	font-size: 110%;
	color: #f00;
	text-align: left;
}

.box {
	margin-bottom: 20px;
}

.next {
	margin-top: 80px;
	margin-bottom: 20px;
}

.link {
	text-align: center;
	margin: 20px 0;
}

.button {
	display: inline-block;
	width: 80%;
	padding: 10px 0;
	border: 1px solid #4e70fb;
	background-color: #3e3ee8;
	text-align: center;
}

.arrow {
	text-align: center;
}

.supplement {
	margin-top: 40px;
}

.arrow img {
	width: 50px;
	height: auto;
}

.news {
	padding: 15px 10px;
	border: 3px solid #999;
	border-radius: 8px;
	background-color: #ffe;
	color: #333;
	margin: 20px 0 30px;
}
.news h3 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
.news h4 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: #f00;
}

#training h2 {
	margin-top: 30px;
}

#training h3 {
	margin-bottom: 30px;
}

#training .box {
	margin-bottom: 40px;
}

#select .box {
	margin-bottom: 40px;
}

#capture p {
	margin-bottom: 15px;
}

#capture .box {
	margin-bottom: 40px;
}

#tutorial ul li {
	margin-bottom: 10px;
}

#tutorial .box {
	margin-bottom: 40px;
}

#tutorial .image {
	padding: 0 10%;
	margin: 20px 0;
}

#tutorial h1 {
	background: #ff7878; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7878 0%, #ff0000 40%, #ad0101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7878), color-stop(40%,#ff0000), color-stop(100%,#ad0101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7878 0%,#ff0000 40%,#ad0101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7878 0%,#ff0000 40%,#ad0101 100%); /* Opera 11.10+ */
	margin-bottom: 2%;
	padding: 10px 0;
	color:#fff;
	text-align:center; 
	font-size: 120%;
}

#tutorial .content h2 {
	padding: 10px;
	margin-bottom: 20px;
	border: 3px solid #139;
	background: #39f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39f), color-stop(40%,#19c), color-stop(100%,#139));
	background: -webkit-linear-gradient(top, #39f 0%,#19c 40%,#139 100%);
	background: linear-gradient(to bottom, #39f 0%,#19c 40%,#139 100%);
	text-align: left;
	color: #fc0;
	font-size: 114%;
	line-height: 1.2;
	text-shadow: 0 0 2px #000;
}

#tutorial strong {
	font-weight: normal;
	color: #f00;
}

.new {
	position: relative;
}

.new:before {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background-image: url(/img/game/notice/deck/new.gif);
	background-position: left top;
	background-size: 100% 100%;

	position: absolute;
	left: 10%;
	top: 50%;
	z-index: 9999;
}