@charset "UTF-8";

.title{
	font-size: 16px;
    margin: 8px 0 20px;
}

#content{
	margin-top: 50px;
}

#content .w980 > .flex{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

.category ul li{
	flex: 0 0 20%;
	color:#fff;
}

.category ul li a{
	padding: 10px 0;
	display: block;
	position: relative;
}

.category ul li a.fashion_active:after{
	content: "";
    position: absolute;
    bottom: -20px;
    right: 43%;
    border: 10px solid transparent;
    border-top: 10px solid #eb6d68;
}

.category ul li a.fashion_goods_active:after{
	content: "";
    position: absolute;
    bottom: -20px;
    right: 43%;
    border: 10px solid transparent;
    border-top: 10px solid #DBD5C3;
}

.category ul li a.life_goods_active:after{
	content: "";
    position: absolute;
    bottom: -20px;
    right: 43%;
    border: 10px solid transparent;
    border-top: 10px solid #81c0e9;
}

.category ul li a.service_active:after{
	content: "";
    position: absolute;
    bottom: -20px;
    right: 43%;
    border: 10px solid transparent;
    border-top: 10px solid #CAC999;
}

.category ul li a.eat_active:after{
	content: "";
    position: absolute;
    bottom: -20px;
    right: 43%;
    border: 10px solid transparent;
    border-top: 10px solid #CAB78A;
}

.category ul li a.foodstuffs_active:after{
	content: "";
    position: absolute;
    bottom: -20px;
    right: 43%;
    border: 10px solid transparent;
    border-top: 10px solid #1b9762;
}

.category ul li a.amusement_active:after{
	content: "";
    position: absolute;
    bottom: -20px;
    right: 43%;
    border: 10px solid transparent;
    border-top: 10px solid #BECED0;
}

.category ul li a.facility_active:after{
	content: "";
    position: absolute;
    bottom: -20px;
    right: 43%;
    border: 10px solid transparent;
    border-top: 10px solid #EDD3B7;
}


.recruitBox a:hover {
    background: #f7f7f7;
    opacity: 1;
}

.recruitBox .recruitTxt .recruitTitle{
	margin-bottom: 10px;
}

.recruitBox .recruitTxt table tr th{
	font-family:"メイリオ","FOT-UD角ゴ_ラージ Pr6 B", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
}