@charset 'utf-8';

/*----------------------------------------------------------
	https://www.omron.co.jp/
	Elements:Topics

	Build:2016.08.31
----------------------------------------------------------*/

/*-Modify Record-----------------------*/


/*======================================
	Color Glossary
	
	OMRON Blue=>#0055C4(border,link,etc)
	Black=>#333333(text color)
	Gray1=>#555555(header,footer,bread,etc)
	Sky Blue=>#3983B9(Copy)
	Sky Blue 2=>#6DA5CD(Sub Copy)
	Pale Blue=>#EAEFF4(Background)
	Pale Blue 2=>#
======================================*/



/*--------------------------------------
	topicsNewsList
--------------------------------------*/

.topicsNewsList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.press-top .topicsNewsList {
  margin-top: 10px;
}


.topicsNewsList .article {
  width: 165px;
  margin: 0 6px 0 0;
  box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
  transition: all 0.3s ease;
}
.topicsNewsList .article:last-child {
  margin-right: 0;
}

.topicsNewsList .article .photo {
  display: block;
  width: 163px;
  height: 80px;
  overflow: hidden;
  position: relative;

}
.topicsNewsList .article .photo img {
  width: auto;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topicsNewsList .article .txt {
  margin: 10px;
}
.topicsNewsList .article .title a {
  font-size: 1em;
  font-weight: normal;
  color: #000;
  display: inline-block;
}
.topicsNewsList .article .title a:hover {
  opacity: 0.6;
  text-decoration: none !important
}
.topicsNewsList .article .title a strong {
  font-size: 1em;
  font-weight: bold;
  color: #000;
  margin: 0 0 5px 0;
  display: block;
}
.topicsNewsList .article .title a:hover strong {
  opacity: 0.6;
  text-decoration: none !important
}



