/* ////////////////////////////////////////////////////////
TITLE
/////////////////////////////////////////////////////////*/
h2.nf404 {
	text-align: center !important;
	width: 98%;
	margin: 0 auto;
	color:#5ab4e6 !important;
}
.dsp_contents {
	width: 98%;
	margin: 1.5em auto 0;
}
.dsp_contents h3 {
  width: 100%;
  background:#5ab4e6 !important;
  text-align:center;
  color: #FFF;
  border-radius: .5em;
  font-size: 16px;
  padding: .5em 0;
  line-height: 160%;
}

/*/////////////////////////////////////////////// Title /*/

/* ////////////////////////////////////////////////////////
404 NOT FOUND
/////////////////////////////////////////////////////////*/

/* search_lc */
.search_lc ul {
	display: flex;
	flex-wrap: wrap;
}
.search_lc .tabcontent ul li {
	width: 33%;
	margin: .8em auto 0;
}

.search_lc .tabcontent ul li a {
	text-decoration: none;
	color: #2a2a2a;
}
.search_lc .tabcontent ul li figure {
	width: 90%;
	margin: 0 auto;
}
.search_lc .tabcontent ul li figure img {
	width: 100%;
	border: 1px solid #CCC;
	border-radius: .3em;
}
.search_lc .tabcontent ul li figure figcaption {
	text-align: center;
	font-size: .8em;
	padding: .5em;
}
/* タブメニュー */
.tab-links {
  display: flex;
  justify-content:space-between;
  border-radius: .3em;
	width: 98%;
	margin: 2em auto 0;
  background-color: #CCC;
	max-width: 600px;
	border-radius: .5em;
  list-style-type: none;
  padding: 0;
}
.tab-links li {
  display: inline-block;
  background-color: #CCC;
  color: #252525;
  padding: 1em 0;
	width: 50%;
	text-align: center;
  cursor: pointer;
	border-radius: .5em;
}
.tab-links li.active {
	background: #6b9ed1;
	color: #FFF;
	transition: all 0.2s ease-out;
}

/*/////////////////////////////////////// 404 Not Found /*/

/* ////////////////////////////////////////////////////////
HyperCss
/////////////////////////////////////////////////////////*/
.mtrl150{
	margin: 1.5em .5em 0 .5em;
}
.color1{	color:#6a9bf5 !important;}
.color2{	color:#FFAA33 !important;}
.color3{	color:#FFF !important;}
.color4{	color:#ff9999 !important;}
