/* CSS Document */
#exhibit_area2 {
	background: #000000;
	color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
	
}
#exhibit_area2 .free_rental2 {
	margin-top: 0px;
}
#exhibit_area2 .free_rental2 .contena2 {
	max-width: 1052px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	color: #000000;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 35px 20px 35px;
}
#exhibit_area2 .free_rental2 h4{
	font-size: 25px;
}
#exhibit_area2 .free_rental2 p {
	font-size: 15px;
}
#exhibit_area2 .free_rental2 img {
	width: 325px;
}
#exhibit_area2 .free_rental2 a {
	color: #FFFFFF;
	position: relative;
    font-size: 16px;
    background: #4d4d4d;
    width: 260px;
    text-align: center;
    padding: 5px 0;
}
#exhibit_area2 .free_rental2 a:after {
	content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 11px;
    bottom: 13px;
    right: 10px;
    background-image: url(../img/yajirushi_01.png);
    background-size: contain;
	}