@charset "utf-8";
.island-list {
	text-align: left;
}
.island-list .islands {
	width: 440px;
	display: inline-block;
	vertical-align: top;
	margin-right: 68px;
	margin-bottom: 40px;
}
#content .islands h2:before {
	content: " ";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #71B600;
	margin-right: 12px;
	position: absolute;
	top: -2px;
	left: 0;
	overflow: hidden;
	vertical-align: bottom;
}
#content .islands h2 {
	width: 100%;
	height: auto;
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	padding-bottom: 16px;
	padding-left: 32px;
	line-height: 1;
	position: relative;
	box-sizing: border-box;
}
#content .islands h2 a {color: #000;}
.islands ul {
	letter-spacing: -0.4em;
	overflow: hidden;
}
.islands ul li {
	letter-spacing: normal;
	font-size: 16px;
	padding: 0 0 16px 24px;
	width: 210px;
	margin-left: 220px;
}
.islands ul.list-kumejima li {
	margin-left: 0;
}
.islands ul li a {
	display: block;
	color: #202020;
}
.islands ul li a:before {
	content: "> ";
}


/* 2列表示指定 */
.islands ul.list-yaeyama li:nth-child(1),
.islands ul.list-yaeyama li:nth-child(2),
.islands ul.list-yaeyama li:nth-child(3),
.islands ul.list-yaeyama li:nth-child(4),
.islands ul.list-yaeyama li:nth-child(5),
.islands ul.list-yaeyama li:nth-child(6),
.islands ul.list-honto li:nth-child(1),
.islands ul.list-honto li:nth-child(2),
.islands ul.list-honto li:nth-child(3),
.islands ul.list-honto li:nth-child(4),
.islands ul.list-honto li:nth-child(5),
.islands ul.list-honto li:nth-child(6),
.islands ul.list-honto li:nth-child(7),
.islands ul.list-honto li:nth-child(8),
.islands ul.list-miyako li:nth-child(1),
.islands ul.list-miyako li:nth-child(2),
.islands ul.list-miyako li:nth-child(3),
.islands ul.list-miyako li:nth-child(4) {
	width: 220px;
	float: left;
	clear: left;
	margin-left: 0;
}

/* //////////////////////// 640スマートフォン //////////////////////// */

@media only screen and (max-width: 769px) {
	.island-list .islands {
		width: 100%;
		margin: 0 0 3em;
	}
	#content .islands h2 {
		margin: 0 0 1.5em;
	}
	.islands ul li {
		width: 50%;
		margin-left: 50%;
	}
	.islands ul.list-yaeyama li:nth-child(1),
	.islands ul.list-yaeyama li:nth-child(2),
	.islands ul.list-yaeyama li:nth-child(3),
	.islands ul.list-yaeyama li:nth-child(4),
	.islands ul.list-yaeyama li:nth-child(5),
	.islands ul.list-yaeyama li:nth-child(6),
	.islands ul.list-honto li:nth-child(1),
	.islands ul.list-honto li:nth-child(2),
	.islands ul.list-honto li:nth-child(3),
	.islands ul.list-honto li:nth-child(4),
	.islands ul.list-honto li:nth-child(5),
	.islands ul.list-honto li:nth-child(6),
	.islands ul.list-honto li:nth-child(7),
	.islands ul.list-honto li:nth-child(8),
	.islands ul.list-miyako li:nth-child(1),
	.islands ul.list-miyako li:nth-child(2),
	.islands ul.list-miyako li:nth-child(3),
	.islands ul.list-miyako li:nth-child(4) {
		width: 50%;
	}
}