@charset "utf-8";

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

#contents h1 span {
	font-size: 90%;
}

#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: #23262b;
}

#box01 .basicTable {
	width: 100%;
	border-color: snow;
	color: white;
}

#box01 .basicTable th:nth-child(1) {
	text-align: right;
	padding: 10px;
	color: #96a7be;
}

#box01 .basicTable td {
	text-align: center;
	padding: 10px;
}

#box01 .basicTable td:nth-child(4) {
	text-align: left;
	padding-left: 5em;
}

#box01 .basicTable tr:nth-child(1) {
	font-family: Shin Maru Go Regular;
	font-size: 110%;
}

.check {
	background: url("../images/NEWvsOLD-model/pct_check.png") no-repeat 15px;
}

@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(1) {
		width: 22.5%;
	}

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

}
