body {
	font-family: Yu Gothic; (Meiryo;)
	background-color: #006699;
}


.wrapper-head {
	width: 900px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(-45deg, #ccffff, #ffffff);
	display:flex;
	flex-wrap: wrap;
	align-items: center;	
}

.head-box1 {
	position: relative;
	text-align: left;
        height: 93px;
	width: 320px;
	max-width: 70%;
	padding: 20px 0 0 10px;
}

.head-box2 {
	position: relative;
	text-align: left;
        height: 93px;
	width: 400px;
	max-width: 60%;
	padding: 10px 0 0 10px;
}

.head-box3 {
	position: relative;
        height: 93px;
	width: 180px;
	max-width: 70%;
	text-align: right;
	display: grid;
	padding: 0 0 0 20px;
	grid-template-columns: 75px 45px;
	grid-template-rows: 15px 30px 30px 10px;
	font-size: 18px;
}

.logo {
	width: 600px;
	max-width: 100%;
}


.a {

}

.top {
	font-size: 15px;
	color: #0099ff;
	font-family: calibri;
}

.wrapper-pic {
	position: relative;
	width: 900px;
	max-width: 100%;

	margin-left: auto;
	margin-right: auto;
	background-image: url(pic/back.jpg);
	background-position: bottom;
	background-size: cover;
}

.wrapper-menu {
	position: relative;
	width: 900px;
	max-width: 100%;
	height: auto;
	background-image: url(pic/bar.png);
	background-size: cover;
}

.flex-menubox {
	text-align: center;
	width: 740px;
	max-width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	justify-content: center;
	align-items: center;
}

.menu-box {
	width: 100px;
	padding: 10px 0 0px 0;
	font-size: 17px;
	opacity: 0.8;	
}

.menu-box2 {
	width: 120px;
	padding: 10px 0 0px 0;
	font-size: 17px;
	opacity: 0.8;	
}


.menu {
	text-align: justify-all;
	padding: 8px 0 5px 0;
	font-family: arial;
	font-weight: bold;
	color: white;
}

.menu:hover {
	text-align: justify-all;
	padding: 8px 0 5px 0;
	font-family: arial;
	font-weight: bold;
	color: #00ffcc;
	transition: all  0.2s ease;
}

.pic-box {
	width: 740px;
	max-width: 100%;
	max-height: 100%;
	padding: 5% 0 5% 0;
	background-image: url(pic/member.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;

}

.pub_title {
	height: 80px;
	width: 180px;
	margin: 10px 0 -30px 0;
	text-align: center;
	justify-content: center;
	background-image: url(pic/mem_text.png);
	background-size: cover;
}

  
.member {
	width: 900px;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(pic/shade.png),
			    url(pic/bg1.jpg);
	background-size: contain;
}
 
.wrapper-mem {
	width: 640px;
	max-width: 100%;
	height: auto;
	padding: 30px 5px 0 5px;
	text-align: justify;
}


.pubhead {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000099;
	padding: 15px 0 15px 0px;
	border-bottom: 5px ridge #ccccff;
}

.flex-box {
	color: #000099;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 20px 0 0px 0;
	border-bottom: 1px dashed #cccccc;
}

.flex-boxb {
	color: #000099;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 20px 0 0px 0;
	border-bottom: 5px ridge #ccccff;
}

.photo {
	text-align: justify;
	margin: 5px 30px -10px 30px;
	width: 100px;
	font-weight: 500;
	max-width: 100%;
}

.content {
	width: 350px;
	max-width: 100%;
	font size: 15px;
	color: #000000;
	margin: 10px 10px -10px 40px;
}

.position {
	color: #000099;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.personal {
	color: #6600cc;
	margin: 0;
}


.date {
	text-align: left;
	color: #006699;
	font-weight: bold;
	font-size: 20px;
}

.text {
	color: #000099;
	font-size: 18px;
}



.wrapper-bottom {
	width: 900px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: white;
	background-color: #000066;
}

.flex_foot {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 0 10px;
}

.foot_box1 {
	text-align: left;
	height: 230px;
	align-items: left;
	max-width: 100%;
	margin: 50px 10px 10px 50px;
}

.foot_box2 {
	text-align: right;
	height:230px;
	max-width: 100%;
	margin: 50px 50px 10px 10px;
}

.noline {
	text-decoration: none;
}


.pub_jump:hover {
	color: #ff0066;
	text-decoration: underline;
	transition: all  0.2s ease;
}

.pub_jump {
	color: #6600cc;
	text-decoration: underline; 
}


.nol {
	text-decoration: none;
	color: #000066;
}


.nol:hover {
	text-decoration: none;
	color: #00ffcc;
	transition: all  0.2s ease;

.pap {
	color: #000099;
}

.pap:hover {
	color: #000099;
}


