@charset 'UTF-8';



/*===========================
kaigo_pattern_a
additional css elements 
===========================*/



/* 地図2つ目追加 */

#map_canvas2 {
	width:100%;
	height:500px;
	margin:0 auto;
	border:4px solid #adc684;
	margin-bottom:20px;
}
#map_area2 .inner {
	width:1236px;
	margin:0 auto;
	height:0;
	position:relative;
	top:-500px;
	z-index:500;
}
#map_area2 .data {
	padding:20px;
	background-color:#FFF;
	position:absolute;
	top:50px;
	left:50px;
		filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#map_area2 .data h4 {
	background:#adc684;
	padding:6px;
	color:#fff;
	width:140px;
	text-align:center;
	margin-bottom:12px;
}

/*******************************
margin
*******************************/
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb25{
	margin-bottom:25px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb60{
	margin-bottom:60px !important;
}
.mb70{
	margin-bottom:70px !important;
}
.mb80{
	margin-bottom:80px !important;
}
.mb90{
	margin-bottom:90px !important;
}
.mb100{
	margin-bottom:100px !important;
}

.tx-center{
	text-align:center !important;
}