@charset "UTF-8";
/**
 * お知らせセクションのスタイル定義
 */

/* お知らせセクション全体 */
#commonOshirase {
	margin-bottom: 0px;
}
	/* お知らせセクションの見出し */
	#commonOshirase .common-subtitle {
		background-color: #fc0;
		border-width: 0px;
	}

	/* お知らせのコンテンツを囲む枠 */
	#commonOshirase .common-contents-frame {
		border-color: #fc0;
		padding: 5px 5px 5px 14px;
		display: none;
	}

	/* お知らせセクションの見出し（表示／非表示切替属性がある場合） */
	#commonOshirase .common-subtitle.toggle {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath fill='%23fff' d='M3 4 0 0h6Z'/%3E%3C/svg%3E");
		background-position: right 18px center;
		background-repeat: no-repeat;
		background-size: 20px;
		cursor: pointer;
	}
		/* お知らせセクションの見出し（本文を表示時） */
		#commonOshirase .common-subtitle.toggle.open {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath fill='%23fff' d='M3 0 0 4h6Z'/%3E%3C/svg%3E");
		}
		/* お知らせセクションの見出しにマウスを当てたとき */
		#commonOshirase .common-subtitle.toggle:hover {
			background-color: #fd4;
		}
			/* お知らせセクションの見出しにマウスを当てたとき（お知らせのコンテンツを囲む枠の色を変える） */
			#commonOshirase .common-subtitle.toggle:hover + .common-contents-frame {
				border-color: #fd4;
			}

	/* お知らせの各項目 */
	#commonOshirase li {
		list-style: none;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		margin-bottom: 10px;
		display: table;
		word-break: break-all;
	}

		#commonOshirase li:first-child {
			padding-top: 3px;
		}

		#commonOshirase li:last-child {
			border-bottom: 0px solid #ccc;
			margin-bottom: 0px;
			padding-bottom: 2px;
		}

	#commonOshirase a {
		color: #111;
		text-decoration: none;
		width: 100%;
	}

		#commonOshirase a:hover {
			text-decoration: underline;
		}

	#commonOshirase #kitacaLink a {
		text-decoration: none;
	}

		#commonOshirase #kitacaLink a:hover {
			text-decoration: underline;
		}

	#commonOshirase li > * {
		display: block;
	}

	#commonOshirase time {
		display: table-cell;
		white-space: nowrap;
		width: 100px;
	}

	#commonOshirase li > *::after {
		content: "\A";
		white-space: pre;
	}

.emergency {
	padding-left: 27px;
	background: url("../images/home/04.svg") left 0px top 3px no-repeat;
	background-size: 22px auto;
	background-position: left 0 bottom 95%;
}

	.emergency a {
		color: #111;
		text-decoration: none;
	}

		.emergency a:hover {
			text-decoration: underline;
		}

#commonOshirase .font-bold {
	font-weight: bold;
}

#commonOshirase .font-red {
	color: red;
}
