/* --------------------------------- ikiiki*/
.ikiiki section.magazine {
	position: relative;
	width: 100%;
	margin: 90px 0 0;
}
.ikiiki div.bg-container {
	padding: 0 20px 30px;
}
.ikiiki div.inner {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.ikiiki section.magazine figure {
	width: 90%;
	max-width: 524px;
	padding: 60px 0 0;
	margin: 0 auto 10px;
}
.ikiiki section.magazine p.text {
	text-align: center;
	margin: 0 0 50px;
}

.ikiiki table tr th,
.ikiiki table tr td {
	padding: 20px 5px;
	background-color: #fff;
	margin: 0 0 10px;
}

.ikiiki table tr th {
	width: 13%;
	font-weight: 500;
	background-color: #9ec855;
	color: #fff;
	border-bottom: 3px dotted #fff;
}
.ikiiki table tr td {
	text-align: center;
	border-bottom: 3px dotted #9ec855;
}

.ikiiki table tr td a {
	width: 170px;
	margin: 0 auto;
}
.ikiiki table tr td a:hover {
	font-weight: inherit;
}

@media screen and (max-width: 768px) {
	.ikiiki section.magazine {
    margin: 50px 0 0;
	}
	.ikiiki div.scroll-box {
		width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
		padding: 0 0 20px;
	}
	.ikiiki table {
		width: 700px;
	}
}
@media screen and (max-width: 520px) {
	.ikiiki section.magazine p.text {
		text-align: left;
	}
}
