@charset "utf-8";

/* トップページ画像 */
.box {
  display: flex;
  align-items: center;
}

.box img {
  width: 300px;
  margin-right: 16px;
  display: block;
}

.text h2 {
  line-height: 2.0;
}

/* リンク */
.link {
	width: 95%;
	margin: 0 auto;
}

.link-table {
	width: 90%;
	margin: 30px auto 0;
}

/* サムネイル */
.link-left {
	text-align: center;
	width: 160px;
}

.link-left img {
	border: 1px solid #ccc;
}

/* 詳細 */
.link-right {
	padding: 30px;
}

.link-right h3 {
	margin-top: 0;
}

.link-right p {
	margin-bottom: 10px;
}

small {
	font-size: 14px;
}
