﻿@charset 'UTF-8';

.layout1 .bg_bustling {
	background-color: #FFC000;
}

.layout1 .bg_industry {
	background-color: #203864;
}

.layout1 .bg_library {
	background-color: #c00000;
}

.place-doc-block {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.place-doc-index {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
	writing-mode: tb-rl;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
}

.place-doc-contents {
	width: 89%;
}

.place-doc-contents ul.disc {
	width: calc(100% - 20px);
}

.place-doc-green {
	background-color: #70AD47;
}

.place-doc-yellow {
	background-color: #E6AF00;
}
