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


/* about */
div.expose{
	width: 100%;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid #9b9b9b;
}

div.informations {
	float: left;
	width: calc(100% - 20px);
	position: relative;
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px;
	background: rgba(255, 255, 255, 0.5);
	border-top: solid 1px #6d86a8;
   overflow: hidden;
   text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   -ms-text-overflow: ellipsis;
   -moz-binding: url('ellipsis.xml#ellipsis');
}


div.impression {
	display: block;
	float: right;
	position: relative;
	height: 200px;
	width: 30%;
   overflow: hidden;
   text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   -ms-text-overflow: ellipsis;
   -moz-binding: url('ellipsis.xml#ellipsis');
}

div.impression img {
	position: absolute;
	height: calc(100% - 4px);
	width: calc(100% - 4px);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: cover;
	object-position: center;
	border: solid 2px #fbfbfb;
	border-radius: 4px;
	background-color: #ebeff4;
	z-index: 9;
}


div.information {
	float:left;
	width:66%;
	margin-bottom: 10px;
	padding-bottom: 10px;
   overflow: hidden;
   text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   -ms-text-overflow: ellipsis;
   -moz-binding: url('ellipsis.xml#ellipsis');
}

div.picturebox1 h4 {
		color: #4a4a4a;
		padding: 5px;
}

div.picturebox1 h5 {
		padding: 5px;	
		color: #4a4a4a;
}

div.picturebox1 p {
		padding: 5px;
		color: #3a3a3a;
}

div.picturebox1 hr {
		height:1px;
		color: #696969;
		padding: 5px;
}


@media only screen and (max-width: 1500px) {		

}

@media only screen and (max-width: 1400px) {	

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 950px) {


}

@media only screen and (max-width: 768px) {	
}

@media only screen and (max-width:710px) {			
	
}

@media only screen and (max-width: 580px) {
}

@media only screen and (max-width: 320px) {

}
























