/*********************************************************
*
* </original-product/css/index.css>
*
*********************************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  min-height: 1px;
  zoom: 1;
}

hr {
	margin: 80px -20px !important;
	border-top: #ccc 1px solid;
}

#ulProducts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: top;
    align-items: top;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	font-size: 12px;
	letter-spacing: 0.05em;
}

#ulProducts img{
	max-width: 100%;
	max-height: auto;
	vertical-align: bottom;
}

#ulProducts li{
	width: 22%;
	margin-top: 80px;
}
#ulProducts li.prismoid{
	width: 26%;
}
#ulProducts li.prismoid img{
	margin-left: -5%;
}


#ulProducts li a{
	display: block;
	margin-bottom: 32px;
	text-align: center;
	transition: all 0.2s;
	opacity: 1;
	color: #333;
}
#ulProducts li a:hover{
	opacity: 0.7;
	text-decoration: none;
}
#ulProducts li h3 a{
	display: inline;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
#ulProducts li h3{
	margin-bottom: 12px;
}
#ulProducts li p.txt{
	margin-bottom: 12px;
}
#ulProducts li p.date{
	color: #999;
}
#ulProducts li.prismoid p.txt{
	width: 90%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {

	hr {
		margin: 34px -20px;
	}

	#ulProducts{
		display: block;
		margin-top: 40px;
		padding: 0;
	}

	#ulProducts li{
		float: left;
		width: 42%;
		margin: 0 4%;
		min-height: 25em;
	}
	#ulProducts li.prismoid{
		width: 50%;
		margin: 0;
	}

	#ulProducts li a{
		margin-bottom: 10px;
	}
	#ulProducts li h3{
		margin-bottom: 0;
	}
	#ulProducts li p.txt{
		display: none;
	}
	
	#ulProducts li.null{
		display: none;
	}

}/* ms767 */

#ulConcept{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: top;
    align-items: top;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	font-size: 12px;
}
#ulConcept img{
	max-width: 100%;
	max-height: auto;
	vertical-align: bottom;
}

#ulConcept li{
	width: 24%;
	margin-top: 72px;
}

#ulConcept li a{
	display: block;
	margin-bottom: 20px;
	text-align: center;
	transition: all 0.2s;
	opacity: 1;
	color: #333;
}
#ulConcept li a:hover{
	opacity: 0.7;
	text-decoration: none;
}
#ulConcept li h3 a{
	display: inline;
	font-weight: normal;
	text-align: left;
	line-height: 1.2;
	letter-spacing: 0;
}
#ulConcept li h3 a em{
	font-size: 21px;
}
#ulConcept li h3 a em.name{
	font-size: 12px;
	font-weight: bold;
}
#ulConcept li h3{
	margin-bottom: 20px;
}
#ulConcept li p.date{
	color: #999;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	#ulConcept{
		display: block;
		margin: 40px -10px 0;
		padding: 0;
	}

	#ulConcept li{
		float: left;
		width: 42%;
		margin: 0 4%;
		min-height: 23em;
	}
	#ulConcept li a{
		margin-bottom: 10px;
	}
	#ulConcept li h3{
		margin-bottom: 5px;
	}
	#ulConcept li h3 a{
		font-size: 11px;
	}
	#ulConcept li h3 a em{
		font-size: 16px;
	}
	#ulConcept li h3 a em.name{
		font-size: 11px;
		font-weight: normal;
	}

	#ulConcept li.null{
		display: none;
	}

}/* ms767 */