@charset "utf-8";
/* CSS Document */

/* 背景グレーを茶系の淡い色へ */
body {
	background-color: #EDE7E1;
	margin: 0;
}

/* 上部とフッターの白ボックス */
.top-information-blank {
  margin: 0 0 15px 0;
}

/* タイトル帯（グレー → 茶色系へ） */
.top-information-blank > b {
	display: block;
	width: 100%;
	height: 45px;
	padding: 0 15px;
	font-size: 2rem;
	font-weight: 600;
	color: #8A6E4A;
	line-height: 40px;
	background-color: #D8C7B3;
	border-top: 5px solid #B39A7A;
}

/* 内容部分（本文色は濃茶） */
.top-information-blank > p {
    padding: 30px 15px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #5A4A39;
    background: #fff;
    margin: 0;
}

.top-information-blank > p a {
	text-decoration: underline;
	color: #401a04;
}

.top-information-blank > p b {
    display: block;
    padding: 0 0 1rem 0;
}

.top-information-blank img {
	max-width: 100%;
}

/* list_box */
.top-information-blank .list_box {
	background-color: #FFF;
	font-size: 150%;
	padding-bottom: 100px;
}

.top-information-blank .list_box table {
	margin: 0 auto;
	width: 97%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

.top-information-blank .list_box tr,
.top-information-blank .list_box td {
	padding: 5px 8px;
	height: 40px;
}

/* menu_tab */
.top-information-blank .menu_tab {
	padding: 20px 0;
	font-weight: bold;
	font-size: 160%;
	text-align: center;
}

.top-information-blank .menu_tab a,
.top-information-blank .menu_tab a:hover {
	color: #401a04;
	text-decoration: underline;
}
