@charset "utf-8";

.contents table{
	margin-top: 0.5em;
	width: 100%;
}

th{
	padding: 2px;
	border: solid 1px #e892ff;
	background: #eeccff;
	font-weight: normal;
}


.contents td{
	padding: 2px;
	border: solid 1px #e892ff;
	font-size: 0.95em;
	vertical-align: top;
}

.skill .skillIcon{
	width: 115px;
}

.skill .skillIconA{
	width: 24px;
}

.skill .skillIconA img{
	width: 24px;
}

.skill .skillName{
	font-weight: bold;
	width: 500px;
	font-size: 1em;
	height: 1em;
}

.skill .skillName a{
	text-decoration: none;
	color: #222222;
	cursor: text;
}

.skill .skillName a:hover{
	text-decoration: none;
}

.skill .skillUnit{
	vertical-align: middle;
}

.skill .skillUnit ul{
	margin: 0;
	padding: 0;
}

.skill .skillUnit li{
	list-style: none;
	margin: 0;
}

.skill .turnData{
	background: #fff url("../img/turn.png") 3px 4px no-repeat;
	padding-left: 24px;
	width: 70px;
	border-bottom: none;
}

.skill .max{
	background-image: url("../img/turnmax.png");	
	border-top: dashed 1px #e892ff;
	border-bottom: solid 1px #e892ff;
}

.skill .turnTani{
	margin-left: 0.2em;
	font-size: 0.8em;
}

/*フィルタ系*/

.filter{
	text-align: right;
}

.filterList{
	padding: 0;
	margin-top: 0;
	text-align: left;
}

.filterList li{
	display: block;
	float: left;
	margin: 5px;
}

.filter h3.listHeader{
	font-weight: bold;
	text-align: left;
}


@media screen and (max-width: 800px) {
	.skill .skillName,
	.skill .skillIcon{
		width: auto;
	}
	
	.skill .skillIcon img{
		height: 16px;
	}
	
	.skill .turnData{
		width: 52px;
	}
}