@charset "utf-8";
/*////////////////////////////////////////////////
File Name : information.css
Created   : 2016.03.18
Up Date   : 2018.02.21
////////////////////////////////////////////////*/

/* information style sheets
------------------------------------------------*/

/* theme */

.theme-information-bg {
	background: #93c5f6 url(/old_resource/cn/img/information/information_bg01.jpg) no-repeat 30% 0;
	background-size: 160% auto;
}

/* index
------------------------------------------------*/
/* カテゴリートップ */
.l-category-body-box {
	border: solid 1px #8FA8BC;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.65);
}

.l-category-body-box:first-child {
	margin-bottom: 16px;
}

.l-airportinfo-bc {
	padding: 8px;
}

.airportinfo li {
	border-bottom: solid 1px #ccc;
	line-height: 1.3;
}

.airportinfo img {
	margin-right: 5px;
	vertical-align: -2px;
}

.airportinfo a,
.airportinfo span {
	display: block;
	color: #333;
}

.airportinfo li a,
.airportinfo li span {
	padding: 16px 0;
}

.airportinfo .more {
	margin-top: 16px;
	text-align: center;
}

.airportinfo .more a {
	padding: 8px 0;
	border: solid 1px #000;
	background: #e4e4e4;
	text-decoration: none;
}

.information .relation-link a,
.information li .external-icon {
	word-break: break-all;
}

.information .relation-link dd div {
	margin-top: 24px;
}

.information .relation-link dd div:first-child {
	margin-top: 0;
}

.information .map img,
.information .image img {
	width: 100%;
	margin-bottom: 16px;
}

.information .photo img {
	width: 100%;
	margin: 8px 0;
}

/* 詳細共通
------------------------------------------------*/
.information .news-text ul,
.information .news-text ol {
	margin: 24px 0 0 20px;
}

.information .news-text ul li {
	list-style: disc;
}

.information .news-text ol li {
	list-style: decimal;
}

.information .news-text dl:not(:first-child) {
	margin-top: 24px;
}

.information .news-text dl dt {
	background: #ebebeb;
	padding: 8px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	font-weight: bold;
}

.information .news-text dl dd {
	background: #fff;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	padding: 8px;
	margin-bottom: 16px;
}

.information .news-text dl dd ul li {
	list-style: none;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.information .news-text dl dd ul {
	margin: 0;
}

.information .news-text dl dd:last-child {
	margin-bottom: 0;
}

.information .news-text img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 24px 0;
}

.information .news-text table {
	float: left;
	border: solid 1px #ccc;
	width: 1246px;
	margin-top: 24px;
}

.information .news-text table th {
	background: #ebebeb;
	padding: 8px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-collapse: collapse;
	font-weight: bold;
}

.information .news-text table td {
	background: #fff;
	padding: 8px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-collapse: collapse;
}