.outer{
    border: 1px solid #b2b2b2;Z
}
.outer img{
	vertical-align: middle;
}
.poster_midashi{
	margin-bottom:10px;
}

.catalog_page_link {
    margin: -40px auto 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 800px;
    max-width: 100%;
}
.catalog_page_link_bottom {
    margin: 60px auto 60px;
}
.catalog_page_link a {
    padding: 6px 0 7px;
    margin-bottom: 26px;
    border: solid 1px #797069;
    flex: 0 1 auto;
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #797069;
    text-decoration: none;
    text-align: center;
    box-shadow: 3px 3px 0 #e6e6e6;
}
.catalog_page_link .active {
    background: #d7d7d7;
    border: 1px solid #9a9a9a;
    box-shadow: none;
    pointer-events: none;
}

img{width: 100%;height: auto;}
.leaflet-container{z-index: 1;}
.poster_midashi{
    font-size: 1.17em;
    font-weight: bold;
}
.poster_midashi span{
display: inline-block;
margin-left: 2em;
    font-size: 14px;
    font-weight: normal;}
.poster_midashi span a{
    color: rgba(42,131,162,1);
}


@media screen and (max-width: 899px){
	.catalog_main .center1000{
		width: calc(100% - 50px);
	}
	.catalog_page_link{
		display:none;
		width: 100%;
		flex-direction:column;
	}
	.catalog_page_link_bottom{
		display:flex;
        margin-bottom: 0;
	}
	.catalog_page_link a{
		margin-bottom: 20px;
		width:100%;
		font-size: .14rem;
	}
	.catalog_page_link a.active{
		display:none;
	}
	.poster_midashi {
    	padding-left: 0;
    	margin-top: -30px;
    	margin-bottom: 9px;
		font-size: .15rem;
	}
	
	h2.wf-mplus1p {
    	padding-left: 5%;
    	width: 13em;
	}
	.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{
		height:400px !important;
	}
	.catalog_sp{
		padding: 10px;
		background: #f2f2f2;
	}
}