@charset "UTF-8";

.news_nav {
	width: 100%;
	margin: 15px auto;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:center;
	align-items:center;
	text-align: center;
}
.news_nav > li {
	width:-webkit-calc(100% / 3);
	width:calc(100% / 3);
	box-sizing: border-box;
	margin: 0 auto 3px;
	text-align: center;
}
.news_nav > li > a {
	display: block;
	width:99%;
	background-color:#A70609;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
.shopInfo {
  display: block;
  width: 99%;
  background-color: #A70609;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  position: relative;
}
.shopInfo:hover {
  cursor: pointer;
}
.shopInfo::after {
  /* color: #FFF;
  position: absolute;
  top: 0;
  right: 15px;
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 20px;
	font-weight: 900; */
	content: url(https://www.maimon-susi.com/cms/wp/wp-content/uploads/2018/08/plusIcon.png);
	position: absolute;
	top: 3px;
	right: 14px;
}
.shopInfo.icon::after {
  /* color: #FFF;
  position: absolute;
  top: 0;
  right: 15px;
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 20px;
	font-weight: 900; */
	content: url(https://www.maimon-susi.com/cms/wp/wp-content/uploads/2018/08/minusIcon.png);
	position: absolute;
	top: 3px;
	right: 14px;
}
.news_nav > li.plus ul {
  display: block;
  position: absolute;
  top: 100%;
  background: #000;
  left: 0;
  padding: 4% 5%;
  width: 89.7%;
	z-index: 50000;
}
.news_nav > li.plus ul h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 4%;
  text-align: left;
  text-decoration: none;
}
.news_nav > li.plus ul li {
  float: left;
  margin: 0 31px 20px 0;
}
.news_nav > li.plus ul a {
  color: #FFF;
  font-size: 14px;
  text-decoration: underline;
}
.news_nav > li.plus ul a:hover {
  text-decoration: none;
}

.news_nav {
  position: relative;
}

	@media screen and (max-width: 789px) {
	.news_nav > li {
	width:-webkit-calc(100% / 2);
	width:calc(100% / 2);
	padding:5px 1px;
	box-sizing: border-box;
}
.news_nav > li.plus ul {
  top: 100%;
  left: 0;
  width: 89.7%;
}
	}
