@charset "utf-8";

/*************** ユニセフ視聴覚教材　貸出機関リスト ***************/

table.kik {
	font-size:1.4rem;
	line-height:1.4em;
}
table.kik td {
	padding: 10px;
}
table.kik th {
	background-color:#EBF5FF;
}
table.kik td.item {
	background-color:#EBF5FF;
	text-align:center;
	white-space: nowrap;
	font-weight:bold;
}
table.kik td.cell {
	background-color:#FFFFFF;
}
table.kik .phone {
	font-weight: bold;
}


/* icon_item */
.icon_item {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0;
	font-size: 1.1rem;
}
.icon_item li {
	width: 50%;
	flex-grow: 2;
	margin: 0;
}
