/* contentMenu */
#contentMenu{
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	height:auto;
	float: left;
	position: relative;
	padding: 60px 0 0 0;
}

/* contentMenu2 */
#contentMenu2{
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	height:auto;
	float: left;
	position: relative;
	padding: 0px 50px 50px 50px;
}
@media screen and (max-width: 980px) { 
#contentMenu2{
	padding: 0px 30px 50px 30px;
	}
}
@media screen and (max-width: 640px) { 
#contentMenu2{
	padding: 0px 10px 50px 10px;
	}
}
/* contentMenu2 */
#contentMenu3{
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	height:auto;
	float: left;
	position: relative;
	padding: 0px 50px;
}
@media screen and (max-width: 980px) { 
#contentMenu3{
	padding: 0px 30px;
	}
}
@media screen and (max-width: 640px) { 
#contentMenu3{
	padding: 0px 10px;
	}
}



.grid-container4 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "mid3_1";
	margin-bottom: 20px;
}
.mid3_1 { grid-area: mid3_1;background: #ccc; }
.mid3_1:before{
	content: "";
	display: block;
	padding-top: 30%;
}
@media screen and (max-width: 980px) { 
.mid3_1 {}
.mid3_1:before{
	padding-top: 40%;
	}
}
@media screen and (max-width: 640px) { 
.mid3_1 {}
.mid3_1:before{
	padding-top: 50%;
	}
}
.gridItem {
	box-sizing: border-box;
	color: #fff;
	padding: 5px;
	background:#FFF;
	position: relative;
	z-index: 1;
}
.gridItem img{
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	z-index: 1;
}



.menuLeft {
	width: 48%;
	height: auto;
	float: left;
}
.menuRight {
	width: 48%;
	height: auto;
	float: right;
}
@media screen and (max-width: 780px) { 
.menuLeft, .menuRight  {
	width: 100%;
	}
}
.menuTitle {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #000;
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: "Courier New";
	margin-top: 20px;
	font-weight: 600;
}
.menuTitle2 {
	box-sizing: border-box;
	width: calc(100% - 150px);
	height: auto;
	float: left;
	font-size: 1em;
	font-family: "Courier New";
	font-weight: 600;
}
.menuTitle2_2 {
	width: calc(100% - 220px);
}
.menuSB {
	box-sizing: border-box;
	width: 150px;
	height: auto;
	float: right;
	font-size: 0.6em;
	line-height: 1em;
	padding-top: 1em;
	text-align: right;
	font-weight: 100;
	letter-spacing: 0;
}
.menuSB_2 {
	width: 220px;
}
.menuSB_2 span {
	font-size: 1.1em;
}
@media screen and (max-width: 520px) { 
.menuTitle2_2 {
	width: 100%;
	line-height: 1em;
}
.menuSB_2 {
	width: 100%;
	text-align: left;
	line-height: 0.4em;
	padding-bottom: 1em;
}
}
@media screen and (max-width: 830px) { 
	.menuTitle2 {
	font-size: 1em;
	}
	.menuSB {
	font-size: 0.5em;
	}
}
.menuName0 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
    font-family: "Mplus 1p",sans-serif;
	margin-top: 1.2em;
}
.m_top30{
	margin-top: 2.5em;
}
.m_top{
	margin-top: 2px;
}
.m_top5 {
	margin-top: 5px;
}
.p_lft {
	padding-left: 0.5em;
}
.menuName1 {
	box-sizing: border-box;
	width: calc(100% - 100px);
	height: auto;
	float: left;
	text-align: left;
	line-height: 1.6em;
	font-size: 1em;
	font-weight: 300;
}
.menuName100 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	line-height: 1.6em;
	font-size: 1em;
	font-weight: 300;
}
.menuName2 {
	box-sizing: border-box;
	width: 100px;
	height: auto;
	float: right;
	text-align: right;
	line-height: 1.6em;
	font-size: 1em;
	font-weight: 300;
}
.menuName2 span {
	font-size: 0.8em;
	line-height: 1.6em;
	padding-left: 2px;
}
.menuName3 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.8em;
	color: #232323;
	padding-top: 2px;
padding-left:1em;
text-indent:-1em;
}
.menuText {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
	font-size: 1em;
	padding: 10px 15px;
	line-height: 28px;
    font-family: "Mplus 1p",sans-serif;
	border: 3px double #000;
	color: #000;
	margin-top: 10px;
	letter-spacing: 1px;
}
.menuText2 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-size: 1em;
	padding: 20px;
	line-height: 28px;
    font-family: "Mplus 1p",sans-serif;
	border: 1px dashed#000;
	color: #000;
	margin-top: 10px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-top: 30px;
}

.wid100 {
	width: 100%;
	float: left;
}
.naiyouli {
	float:left;
	white-space:nowrap;
	list-style: none;
}

.staff1 {
	box-sizing: border-box;
	width: 30%;
	height: auto;
	float: left;
	font-size: 1.1em;
	font-family: "Courier New";
	font-weight: 600;
	text-align: left;
}
.staff2 {
	box-sizing: border-box;
	width: 70%;
	height: auto;
	float: left;
	font-size: 1em;
	font-weight: 600;
	text-align: right;
}
.staff2 span {
	font-size: 0.8em;
	padding-right: 10px;
}
@media screen and (max-width: 500px) {
.staff1, .staff2 {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	}
}

.menuName100A {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 1.2em;
	font-weight: 600;
	padding: 10px 0;
}

