@charset "utf-8";

/*  update 2018-07-12 

/* /alumni/index.html
---------------------------------------------------------- */
#mainIn{
	background: #052d5d !important;
}

.indexTit01{
	background: #0d4f78;
	width: 100%;
	text-align: center;
	color: #fff;
	position: relative;
}
	.indexTit01 p{
		width: 100%;
		margin: 0px auto;
	}

p.flL{
	position: relative;
}

p.flL span{
	display: block;
	margin: 10px auto;
	font-size: 120%;
	font-weight: bold;
}

.rssLink01{
	position: absolute;
	top: 35%;
	right: 10px;
}

.indexList01,
.indexList02{
	background: #fff;
}
	.indexList01 li{
		background-image: none;
	}

.indexList01 .text{
	border-bottom:1px dotted #ccc;
	padding: 0px 0px 10px 0px;
}

.flR{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
	.flR li{
		background: #eee;
		display: inline-block;
		padding: 2px 10px;
		border-radius: 20px;
		font-size: 90%;
	}
	.flR li a,
	.ftBox a{
		color:#333;
	}
		.flR li::before{
			content: url('/common/img/ico-category01.gif');
			width:13px;
			height:9px;
			margin-right: 7px;
			position: relative;
			top: 2px;
		}

.allListIcon{
	background: #000;
	text-align: center;
	display: flex;
}

	.allListIcon a{
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.allListIcon p{
		width: 50%;
		text-align: center;
	}

.indexList01 li {
    padding-bottom: 5px !important;
    background-image: none;
}
.indexList01 li a {
    color: #000;
}
.category li:before {
    content: url(/common/img/ico-category01.gif);
    width: 13px;
    height: 9px;
    margin-right: 7px;
    position: relative;
    top: 2px;
}
.category li {
    display: inline-block;
    background: #eee;
    padding: 2px 10px !important;
    border-radius: 20px;
    font-size: 90%;
}
.category {
    width: 100%;
    overflow: hidden;
    margin: 10px 0px 0px 0px;
}