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

/* whats_new style sheets
------------------------------------------------*/

/* theme */

.theme-whats_new-bg {
	background: #93c5f6 url(/old_resource/img/whats_new/whats_new_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-hndinfo-bc {
	padding: 8px;
}

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

.hndinfo a {
	display: block;
	color: #333;
}

.hndinfo li a {
	padding: 16px 0;
}

.hndinfo .date {
	display: inline-block;
	color: #43a3d5;
	font-size: 16px;
	font-weight: bold;
}

.hndinfo .label {
	display: inline-block;
	width: 128px;
	margin-left: 16px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: 3px;
	line-height: 20px;
}

/* ラベル：ショップ＆レストラン（ピンク） */
.hndinfo .label-shop {
	background: #f66;
}

/* ラベル：イベント（オレンジ） */
.hndinfo .label-event {
	background: #f90;
}

/* ラベル：企業情報（緑） */
.hndinfo .label-corporate {
	background: #9C0;
}

/* ラベル：施設・サービス（青） */
.hndinfo .label-service {
	background: #06c;
}

/* ラベル：お知らせ（水色） */
.hndinfo .label-information {
	background: #39f;
}

.hndinfo .heading {
	display: block;
	margin-top: 8px;
}

.hndinfo .heading img {
	margin-left: 4px;
	vertical-align: middle;
}

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

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

/* 一覧
------------------------------------------------*/
.hndinfo .year-navi select {
	width: 100%;
	height: 40px;
	border: solid 1px #999;
	border-radius: 0;
	background: #FFF;
}

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

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

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

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

.whats_new .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;
}

.whats_new .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;
}

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

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

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

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

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

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

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