@charset "shift_jis";

/*----------------
????(??)
----------------*/

table.detail th {
	font-weight: bold;
}


table.detail th.color00 {
	background: #fff;
	border-bottom: solid 1px #fff;
}

table.detail th.color01 {
	background: #9bd1ff;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #9bd1ff;
}

table.detail th.color02 {
	background: #b3d96a;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #b3d96a;
}

table.detail th.color03 {
	background: #ffe466;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #ffe466;
}

table.detail th.color04 {
	background: #f89b6a;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #f89b6a;
}

table.detail th.color05 {
	background: #fdcbe4;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fdcbe4;
}

table.detail th.color06 {
	background: #f8898e;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #f8898e;
}

/*--------------------
???????
--------------------*/
ul.category {
    display: flex;
    gap: 1rem;
    margin-bottom: 20px;
}

ul.category li.koumuin,
ul.category li.shikaku,
ul.category li.shukatsu,
ul.category li.career,
ul.category li.moshi {
    color: #fff;
    background-color: #8BC34A;
    border-radius: 5px;
    text-align: center;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {

	ul.category li.koumuin,
	ul.category li.shikaku,
	ul.category li.shukatsu,
	ul.category li.career,
	ul.category li.moshi {
		width: 90px;
		font-size: 0.9rem;
		padding: 3px 5px;
		height: 1.18rem;
	}
}

ul.category li.shikaku {
	background-color: #FF9800;
}

ul.category li.shukatsu {
	background-color: #2ea2d2;
}

ul.category li.career {
	background-color: #3474bf;
}

ul.category li.moshi {
	background-color: #f15386;
}