@charset "utf-8";

/* == ナビ調整 == */
.wid25 ul li {
	letter-spacing: 0;
}

/* == スキル・マトリックス == */
.keishou {
	text-align: right;
	margin-bottom: 5px;
	font-size: 80%;
}
table.skill {
    width: 100%;
    border: 1px #ddd solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 90%;
}
table.skill th {
    padding: 5px;
    border: #ddd solid;
    border-width: 0 0 1px 1px;
    background: #ece6f7;
    font-weight: normal;
    text-align: center;
}
table.skill td {
    padding: 5px;
    border: 1px #ddd solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
table.skill td.bgcolor {
	background:#f7f7f7;
}


@media (max-width: 480px) {
.scroll table{
	width: 710px;
}
.scroll{
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
}





