/* CSS Document */
.op-shutter {
	display: none;
}

.marginbox {
	display: none;
}

.menubtn {
	display: none;
}

.sp-banner {
	display: none;
}

main {
	min-height: 1200px;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
	color: black;
}

header {
	margin: 0;
	height: 70px;
	background-color: #ff760d;

	display: flex;
	align-items: center;
}

header > a > h1 {
	color: white;
	margin-left: 20px;
	font-size: 1.3em;
}
li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
li > a {
	color: white;
}

li > a > p {
	margin: 0;
}

.member-login-btn-top {
	float: right;
	margin: 0 30px;
	background-color: white;
	padding: 5px;

	box-shadow: 0.5px 0.5px 2px 1px black;
}

nav {
	float: right;
	background-color: #ff760d;
	margin: 0 15px;
	padding: 0 5px;
	width: 25vw;
	color: white;
}

ul {
	margin: 0;
	padding: 0;
}

nav > ul > li {
	list-style: none;
	background-color: rgba(255, 255, 255, 0.25);
	color: white;

	margin: 10px 0;
	padding: 6px;
}

.page-link {
	width: 96vw;
	margin: 5px auto;
	color: gray;
	border-bottom: rgba(0, 0, 0, 1) solid 1px;
}

.pagelink-url {
	color: gray;
}
.pagelink-url::after {
	content: ">";
}

.page-link-element {
	margin: 0 10px;
}

.top-content {
	margin: 12px 0;
}

.slider-box {
	width: 68vw;
	margin: 20px 1vw;

	height: 350px;
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
}

.slider-box > img {
	max-width: 100%;
	margin: 0 auto;
	max-height: 350px;
}

.news-box {
	width: 68vw;
	margin: 40px 1vw;
}

.news-box > h2 {
	text-align: center;
}

.news {
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: rgba(190, 190, 190, 1) solid 0.5px;

	width: 90%;
	padding: 4px;
	margin-bottom: 8px;
}

.n-con {
	display: inline-block;
	margin: 0 7px;
}

.news-genre {
	color: white;
	padding: 6px 6px;
	width: 60px;
	text-align: center;
	letter-spacing: 2px;
}

.news-genre-news {
	background-color: red;
}
.news-genre-pdf {
	background-color: red;
}
.news-genre-excel {
	background-color: green;
}

.linkbtn {
	background-color: black;
	color: white;

	margin-left: auto;
	margin-right: auto;
	text-align: center;

	width: 300px;
	padding: 15px;
	margin-top: 20px;
}

.top-link-box {
	width: 68vw;
	margin: 0 1vw;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.toplink {
	height: 150px;
	width: 40%;
	min-width: 300px;
	margin: 20px;

	position: relative;

	box-shadow: 2px 2px 20px 1px black;
	border-radius: 5px;
	background-color: white;
}

.toplink > img {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.toplink > p {
	position: absolute;
	bottom: 0;
	right: 10%;
	font-weight: bolder;
	padding: 10px;
}
.toplink-01 {
	background-image: url("../img/linkimg-about.jpg");
	background-size: 150%;
	background-position: -50px -110px;
}
.toplink-01 > p {
	background: #ffffffdd;
}
.toplink-02 {
	background-image: url("../img/key.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-position: 50px;
	background-size: 10%;
}
.toplink-02 > p {
	top: 39px;
	right: 40px;
}
.toplink-03 {
	background-image: url("../img/linkimg-member.jpg");
	background-size: 100%;
}
.toplink-03 > p {
	position: relative;
	top: 20px;
	right: 0;
	text-align: center;
	padding: 20px auto;
}
.toplink-04 {
	background-image: url("../img/linkimg-contact.jpg");
	background-size: 100%;
	background-position: 0 -40px;
}

.toplink > img {
}

footer {
	background-color: black;
	margin-top: 20px;
	color: white;
}

.banner-box {
	background-color: #1a1a1a;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}
.banner {
	justify-content: center;
	margin: 4px 10px;
	padding: 15px;
	background-color: white;
	color: black;
	border: solid 1px black;
	text-align: center;
}

.member-logo {
	max-width: 200px;
	max-height: 100px;
}

.footer-link-flex {
	display: flex;
	justify-content: center;
}

.footer-link > a {
	color: white;
	text-align: center;
}
.footer-link-box {
	color: white;
	margin: auto;
}
.footer-link-box > a {
	color: white;
	text-decoration: underline;
}
footer .address {
	margin: 20px;
}
footer .copyright {
	text-align: center;
	font-size: 0.7em;
}

/* MEMBER-LIST */
.detail-member {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ffffffdd;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	display: none;
	z-index: 2000;
}
.detail-box {
	width: 80%;
	min-height: 500px;
	height: 80%;
	background-color: white;
	border: solid 1px black;
	margin: 80px auto;

	overflow: hidden;
	overflow-y: scroll;
}

.detail-box-ad {
	padding: 10px;
	margin: 10px auto;
	min-height: unset;
	width: auto;
	height: auto;
	background-color: white;
	border: solid 1px black;
}

.closebtn {
	float: right;
	margin: 20px;
	box-shadow: 0.3px 0.3px 0.3px 0.3px black;
	border-radius: 10px;
	font-size: 0.8em;
	padding: 10px;
	cursor: pointer;
}

.detail-top {
	margin: 20px;
	padding: 10px;
	border-bottom: solid 2px black;
	text-align: left;
}
.detail-top > span {
	font-size: 1.4em;
	font-weight: bolder;
}

.detail-box > table {
	margin: 20px;
}
.detail-box > table > tbody > tr > th {
	padding: 10px;
	margin: 10px;
	border-bottom: solid 0.5px gray;
}
.detail-box > table > tbody > tr > th:nth-of-type(1) {
	background-color: #fafafa;
}
.detail-box > table > tbody > tr > th:nth-of-type(2) {
	text-align: left;
}

/* NEWS */
.news-content {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding: 20px 0;
	font-size: 0.9em;
}
.news-content > a {
	color: blue;
	text-decoration: underline;
}
.news-img > img {
	max-width: 50%;
	padding: 10px;
	margin: 10px;
}

/* ABOUT */
.about-box {
	text-align: center;
	width: 70vw;
}

.about01 {
	background-image: url("../img/aboutimg01.jpg");
	background-size: cover;

	margin: 10px;
	padding: 40px 20px;
	width: auto;
	margin-bottom: 80px;
}
.about02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about02 > div {
	position: relative;
	background-color: white;
	width: 40%;
	padding: 20px;
	margin: 20px 10px;
	box-shadow: 1px 1px 10px 0.2px black;
	border-radius: 10px 3px;
}
.about02 > div > div > h4 {
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 30px;
	text-align: center;
}

.about02-1 {
	background-image: url("../img/aboutimg02-1.jpg");
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

.about02-2 {
	background-image: url("../img/aboutimg02-2.jpg");
	background-size: cover;
}
.about02-3 {
	background-image: url("../img/keiniku-times-title.jpg");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 130px;
}
.about02-3 > h4 {
	margin: 0;
}
.about02-4 {
	background-image: url("../img/aboutimg02-4.jpg");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.about02 > div > div {
	height: 100%;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 4px;
}

.about03 {
	background-color: antiquewhite;
	padding: 30px 0;
	margin-bottom: 100px;
}

.about04 > div {
	background-image: url("../img/melit-bg.jpg");
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px 10px;
	margin: 50px auto;
	width: 60vw;
	border: solid 1px;
}
.about04 > div > p {
	background: #ffffffcc;
	padding: 30px 5px;
}

.about05 {
	text-align: left;
	margin: 20px auto;
}
thead {
	text-align: center;
	background: black;
	color: white;
}
td {
	border-bottom: rgba(207, 206, 206, 1) solid 1px;
	padding: 10px;
}

/* MEMBERLIST */
.member-list {
	text-align: center;
	width: 70vw;
}
.member-a,
.member-b {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.member-a > a > div,
.member-b > a > div {
	width: 100px;
	padding: 20px 20px;
	text-align: center;
	border: solid 2px black;
}
.member-c {
	text-align: center;
}
.member-c > a > div {
	padding: 5px 0;
	margin: 5px auto;
	width: 90%;
}

.logoutbar {
	background: red;
	padding: 10px 0;
	text-align: center;
}

.error {
	color: red;
	text-decoration: underline;
}

/* NEWS-LIST */
.news-list {
	margin: 0;
}
.newslist-box {
	width: 70vw;
}
.newslist-box > h2 {
	text-align: center;
}
.newslist-box > h3 {
	margin: 10px;
}

.year-bar {
	width: 60vw;
	margin: 0 auto;
	background-color: white;
}
.news-year {
	display: inline-block;
	padding: 10px 15px;
	margin-right: 5px;
	background-color: #ffeee1;
	border-bottom: none;
	border-radius: 7px 7px 0px 0;
	cursor: pointer;
}

.newslist-year {
	width: 60vw;
	margin: 0 auto;
	background-color: #fef3eb;
	padding-bottom: 20px;
}

.newslist-year > div > h3 {
	text-align: center;
}
.newslist {
}

/* LOGIN */

.login-box {
	width: 70vw;
	text-align: center;
}
.member-login > input {
	font-size: 1.2em;
	width: 40vw;
	border: none;
	border-bottom: black solid 2px;
	background-color: aliceblue;
}
.submitbtn {
	width: 100px;
	padding: 5px;
	margin: 10px auto;
	border: none;
	border-radius: 5px 10px 5px 10px;
	background-color: black;
	color: white;
}

/* MEMBER */

.member-top {
	text-align: center;
	width: 70vw;
}
.meet-doc {
	border-bottom: rgba(178, 178, 178, 1) solid 1px;
	width: 30vw;
	margin: 0 auto;
}
.meeting {
	display: inline-block;
	margin: 10px 20px;
}
.text-meet {
	display: inline-block;
	background-color: #ec00dc;
	color: white;
	padding: 5px 10px;
	margin: 3px;
}

.keiniku {
	box-shadow: 1px 1px 2px 1px black;
	padding: 20px;
	width: 50vw;
	margin: 20px auto;
	background-color: white;
}

.text-keiniku {
	margin: 0 20px;
}
.keiniku-date {
	margin: 0 5px;
	font-size: 0.9em;
}

.keiniku-year,
.keiniku-year-new,
.keiniku-vol {
	font-weight: bolder;
	margin-left: 20px;
}

.keiniku-img {
	background-color: black;
	height: 40px;
	width: 40px;
	display: inline-flex;
	margin-right: 20px;
	align-content: center;
}

.text-keiniku {
	display: inline-flex;
	align-content: center;
}

.member-link {
	display: flex;
	justify-content: center;
	align-content: center;
}
.keiniku-link-box,
.meet-docs-link-box {
	width: 160px;
	height: 100px;
	border-radius: 2px 2px 12px 2px;
	box-shadow: 2px 2px 2px 2px black;
	margin: 10px 20px;
	padding: 30px;
}

.meet-docs-link-box {
	background-image: url("../img/linkimg-meetdoc.jpg");
	background-size: 100%;
	background-position: -200px;
}

.keiniku-link-box {
	background-image: url("../img/keiniku-times-title.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 80px;
}

/* KEINIKU */
.keiniku-box {
	width: 70vw;
}
.keiniku-box > h2 {
	text-align: center;
}
.keiniku-year {
	display: inline-block;
	padding: 10px 15px;
	margin-right: 5px;
	margin-left: 0;
	/*border: solid 1px black;*/
	background-color: #ffeee1;
	border-bottom: none;
	border-radius: 7px 7px 0px 0;
	cursor: pointer;
}
.keiniku-year-list {
	margin: 0;
	margin-right: 10px;
}
.keinikulist-year {
	width: 60vw;
	margin: 0 auto;
	background-color: #fef3eb;
	padding-bottom: 20px;
}
.keinikulist-year > div > h3 {
	text-align: center;
}
.about02-2 {
}
.about02-4 {
}
.about02-1 {
}

.link {
	text-align: center;
}
.link > img {
	max-width: 100%;
	max-height: 100px;
}

.gmap {
}

.banner-side-box {
	width: 70%;
	padding: 10px 0;
	text-align: center;
	margin: 10px auto;
}
.banner-side {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.banner-side > img {
	max-width: 100%;
}
.banner > img {
	max-width: 100%;
	max-height: 100%;
}
.margin02 {
	margin-top: 40px;
}

#contact {
	text-align: center;
	width: 70vw;
}
#contact > input {
	width: 300px;
}
#contact > textarea {
	width: 500px;
	height: 300px;
}

.req {
	margin: 10px;
	background: red;
	color: white;
	display: inline-block;
	padding: 5px 10px;
}

.memberlist {
	width: 95%;
}
.memberlist > thead {
	background: #eeeeee;
	color: black;
}
.memberlist > tbody > tr > td:nth-of-type(1) {
	font-weight: bolder;
}
