@charset "utf-8";
/* CSS Document */

.lemexi {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 980px;
	margin: 0;
	padding: 0;
}

.lemex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

	position: relative;
	margin-bottom: 20px;
}

.lemex h3 {
	background-color:  #09599B;
	color: #FFF;
	padding: 8px;
	border-radius: 10px  10px 0 0;
	width: 100%;
}

.lemex_image {
	width: 250px;
	margin: 10px 0;
	padding: 0;
	
}

.lemex_image img {
	width: 125px;
}

.lemex_image_plus img{
	width: 250px;
	
}

.lemex_text{
	width: 230px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.lemex_text p {
	padding: 0;
	margin: 10px;
	text-indent: 0;
}

.lemex_text span {
	display: inline-block;
	position: absolute;
	background-color: #09599B; 
	color: #FFF;
	bottom: 0px;
	right: 0px;
	margin: 5px;
	padding: 5px 15px;
	border-radius: 10px;
}

.lemex_text a{
	color: #FFF;
}

.lemex_text span:hover {
	background-color: #3c8bcd;
}

.no_style_link_for_table a{
	list-style: none;
	background-color: #EBEBEB;
	color: #000;
	font-weight: 400;
	display: inline-block;
}

.vertical-header span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: left;
  max-height: 150px;
}