@charset "utf-8";

#contents h1 {
	background: url("../images/vsPowderChecker/t01.png") no-repeat 20px #262626;
	padding-left: 430px;
}

#article h2 {
	padding-left: 15px;
}

#article {
	padding-bottom: 30px;
}

.t_styles {
	border-radius: 5px;
	background-color: #333333;
	height: 26px;
	line-height: 24px;
}

#box01 {
	background-color: #2e3136;
}

#box01 .basicTable {
	width: 100%;
	border: none;
	color: white;
	border-collapse: separate;
	border-spacing: 10px;
}

#box01 .basicTable th,
#box01 .basicTable td {
	border: none;
	width: 33.3%;
}

#box01 .basicTable th:nth-child(2) {
	text-align: center;
	font-weight: bold;
	padding: 5px;
	color: #2e3136;
	border-radius: 10px;
	background-color: #676d76;
}

#box01 .basicTable th:nth-child(1),
#box01 .basicTable td:nth-child(1) {
	text-align: right;
}

#box01 .basicTable th:nth-child(3),
#box01 .basicTable td:nth-child(3) {
	text-align: left;
}

#box01 .basicTable tr:nth-child(1),
#box01 .basicTable tr:nth-child(1) th {
	font-family: Shin Maru Go Regular;
	font-size: 120%;
	font-weight: normal;
	color: white;
	background-color: #2e3136;
}


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

	#contents h1 {
		font-size: 110%;
	}

	#box01 img {
		width: 828px;
	}

	#box01 .basicTable tr:nth-child(1) {
		font-size: 100%;
	}
	
	#box01 .basicTable th:nth-child(2) {
		width: 22%;
	}
	
	#box01 .basicTable td {
		width: 39%;
	}

	#box01 .basicTable {
		line-height: 1.5;
	}

}
