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

.feed_space{
	width: 500px;
	height: 350px;
	background-image: url(../images/title.png);
	border-bottom:1px dotted #666;
	border-top:1px dotted #666;
	margin-top: 50px;
}
@media (max-width: 1000px) {
	.feed_space{
	width: 100%;
	height: auto!important;
}
}
dl.company_table{
	width: 500px;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
}

#map{
	width:500px;
	height:450px;
}
@media (max-width: 1000px) {
	dl.company_table{
	width: 100%;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
}
}
.map_wrap{
	width: 500px;
	height: 450px;
}
.map {
	padding-top:30px;
	background:url("../images/ttl_access.png") no-repeat;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
	width: 500px;
	height: 450px;
}
@media (max-width: 1000px) {
.map_wrap{
	width: 100%;
}
.map {
	width: 100%;
}
}