<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**								愛知観光ナビリンク							*/
/****************************************************************************/


/* ----------------------------------------------------
		愛知観光ナビリンク
---------------------------------------------------- */
#link_wrap {
	padding: 7% 0 7%;
}

.link_explain {
	margin-top: 6%;
	text-align: center;
	color: #333333;
	line-height: 1.75;
}

.link_box {
	margin-top: 7%;
}

.link_box h1 {
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.3;
	padding-bottom: 10px;
	border-bottom: 5px solid #f4f5f9;
}

.link_box li {
	display: inline-block;
	width: 32%;
	margin: 3.5% 0 0 0;
	padding-left: 28px;
	box-sizing: border-box;
	background: url(../../img/ja/common/list_arrow.png) no-repeat left center;
	line-height: 1.3;
	vertical-align: top;
}

.link_box li.subli {
	display: inline-block;
	width: 32%;
	margin: 3.5% 0 0 0;
	padding-left: 28px;
	box-sizing: border-box;
	background: url(../../img/ja/common/list_arrow.png) no-repeat left top;
	line-height: 1.3;
	vertical-align: top;
}

.link_box li a {
	color: #333333;
}

.subli_a {
	padding-top: 5px;
}

@media screen and (max-width:750px){

.link_box li.subli {
	width: 100%;
}

}</pre></body></html>