#kifusummary{
	min-width: 600px;
	margin-top: 30px;
	margin-left: 50px;
}

#kifusummary h3 {
	padding: 0.25em 0.5em;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
	border-left: solid 5px #00b66e;
}

#kisenlist {
	padding-left: 0;
	margin: 0;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
}

#kisenlist li:not(:last-child) {
	margin-right: 2em;
}

#kisenlist li a { text-decoration: none; }
#kisenlist li a:link { color: #1841ce; }
#kisenlist li a:visited { color: #1841ce; }
#kisenlist li a:hover { color: #fe2eff; }

.hidden_box {
    margin: 0 0 0 10px;
    padding: 5px 0;
}

.hidden_box label {
    padding: 5px;
    cursor: pointer;
}

.hidden_box label:before {
	margin: 0 10px 0 0;
	font-family: FontAwesome;
	content: '\f0da';
}

.hidden_box label:hover {
    color: #fe2eff;
}

.hidden_box input {
    display: none;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box input:checked ~ .hidden_show {
    padding: 0 0;
    height: auto;
    opacity: 1;
}

.hidden_show ul {
	list-style-type: none;
	display: inline-flex;
	flex-wrap: wrap;
	/*justify-content: space-between*/;
}

.hidden_show ul li {
	margin-left: 20px;
}

.hidden_show ul li a {
    text-decoration: none;
}

.hidden_show ul li a:link { color: #1841ce; }
.hidden_show ul li a:visited { color: #1841ce; }
.hidden_show ul li a:hover { color: #fe2eff; }

//*{border:solid 0.5px red;}
