@charset "UTF-8";

.navbar-idh {
	margin-top: 2px;
}
.md-text {
	font-size:  18px;
}
.btn-warning {
	font-size: 1.4em;
	font-weight: bold;
}
#merit {
	background-image: url(../images/10/white_bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
#merit h1 {
	font-size: 2.8em;
	font-weight: bold;
	color: #2E61AC;
}
#merit .idh-merit-txt {
	color: #007174;
	margin: 20px 0 ;
	font-size: 2.0em;
	font-weight: bold;
	
}
.mb40 {
	margin-bottom: 40px;
}

.macth-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  margin: 0 0 30px;
}
.last {
	font-size: 36px;
	color: #007174;
	margin-bottom: 24px;
	font-weight: bold;
}
.last_entry {
	background-image: url(../images/10/white_bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
a:hover img  {
	 opacity: 0.8;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
}
.bg-whats {
	background-image: url(../images/10/about_bg.jpg);
	background-size: cover;
}
.bg-whats h2 {
	color: #fff;
}
.bg-whats p {
	color: #fff;
}
.seminar-sp {
	display: none;
}

@media only screen and (max-width: 767px) {
.md-text {
	font-size:  14px;
}
.seminar-pc {
	display: none;
}
.seminar-sp {
	display: block;
}
}