@charset "utf-8";


/* ■■■■■■■■■■更新履歴テーブル - 375 px ■■■■■■■■■■ */
.s-tblwn {
	width: 315px;
	border-collapse: collapse;
}

.s-tblwn th {
	font-size: 12px;
	background-color: #555;
}

.s-tblwn th, .s-tblwn td {
	border: 1px solid #888;
}

.wndate {
	width: 30px;
	padding: 10px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.8;
	vertical-align: top;
}

.wnnai {
	width: 245px;
	padding: 10px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.8;
	vertical-align: top;
}

.s-tblwn tr:nth-child(even) {
	background-color: #362f37;
}

.s-tblwn tr:nth-child(2n+1) {
	background-color: #362f37;
}

.s-tblwn tr:nth-child(2n+2) {
	background-color: #251e26;
}

.wnhard {
	width: 200px;
	padding: 10px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.8;
}

.wnk {
	padding: 10px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.8;
	vertical-align: top;
}

.wnjapan {
	width: 80px;
	text-align: center;
	padding: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.8;
}

/* ■■■■■■■■■■■■■■■■■■700px■■■■■■■■■■■■■■■■■■ */
@media screen and (min-width:700px) {

/* ■■■■■■■■■■更新履歴テーブル - 700 px ■■■■■■■■■■ */
.s-tblwn {
	width: 640px;
}

.wndate {
	width: 80px;
	font-size: 15px;
}

.wnnai {
	width: 540px;
	font-size: 13px;
}

}