@charset "UTF-8";

#rightBlock {
	width: 705px;
	margin-bottom: 50px;
}

/*#rightBlock h4 {
	height: 27px;
	width: 690px;
	background-image: url("../img/main_content.jpg");
	padding-top: 8px;
	padding-left: 15px;
	color: #009999;
}*/

/*#rightBlock h5 {
	height: 25px;
	width: 690px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	border-bottom: solid 1px ;
	color: #FFA500;
}*/

#rightBlock p {
	padding-left: 15px;
	color: #6E6E6E;
}

#rightBlock iframe {
	border: solid 1px #6b82e4;
}

#rightBlock ul{
	padding-left: 15px;
    color: #6E6E6E;	
}

.parking{
	text-align: center;
}

.accessFlex{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
/*    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;*/
 /*   -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;*/
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

.accessFlex p{
	width: 100%;
}