body {
	background-color: #e0e0e0;
}

.container {
	padding: 0;
	padding-bottom: 30px;
	background-color: #ffffff;
	max-width: 1000px;
}

.footer {
	margin: 0;
	background-color: #004077;
}

.midashi {
	padding-left: 15px;
	padding-bottom: 5px;
	line-height: 1em;
	border-left: 15px solid #f26c00;
	border-bottom: 2px solid #f26c00;
	text-shadow: 1px 1px 0.5px #999999;
}

/*フッターリンク設定*/
#offices-links {
	padding: 5px;
	list-style: none;
	margin: 0 auto;
	display: table;
}

#offices-links li {
	float: left;
	position: relative;
}

#offices-links li:first-child {
	margin-right: 10px;
}

#offices-links li:first-child:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	margin-left: 10px;
	background: #fff;
}

#offices-links li:last-child {
	margin-left: 10px;
}

#offices-links li a {
	text-decoration: none;
}

#offices-links li a:hover {
	text-decoration: underline;
}

/*ページ別設定*/
#offices-links li,
#offices-links li a {
	color: #fff;
	font-size: 15px;
}

.fb-link {
	background: #45619D;
	font-weight: bold;
	border-radius: 5px;
	position: absolute;
	right: 15px;
	top: 10px;
}

.fb-link a {
	color: #fff;
	letter-spacing: 0.01rem;
}

.table-one th {
	width: 8rem;
}

.rec-title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}

/*募集パネル*/
.box1 {
	margin: 1em auto;
	padding: 1em;
	padding-bottom: 3em;
	background-color: #fff;
	/* 背景色 */
	border: 1px solid #ccc;
	/* 枠線 */
	height: 95%;
	position: relative;
}

.box1 a {
	font-size: 12pt;
}

.box1 p {
	margin-bottom: 0;
	color: #17A2B8;
	font-size: 14px;
}

/*詳細ボタン（もっと詳しく）*/
.bt-detail {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

/*募集詳細ページ*/
.recSeisanDetail {
	border: solid 1px #ccc;
	overflow-y: scroll;
	padding: 0;
	max-height: 650px;
}

.sticky {
	position: sticky;
	top: 10px;
}

.recSeisanDetail .box1 {
	margin: 3px;
}


@media (max-width:767px) {
	.recSeisanDetail {
		max-height: 300px;
	}
}


@media screen and (max-width: 768px) {
	.table-one {
		width: 100%;
	}

	.table-one tr,
	.table-one th,
	.table-one td {
		display: block;
	}

	.table-one th {
		width: 100%;
	}
}
