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

.feed_space{
	width: 500px;
	height: 330px;
	border-bottom:1px dotted #666;
	border-top:1px dotted #666;
}
dl.company_table{
	width: 500px;
	margin-top: 150px;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	background-color:#FFF;
}
@media (max-width: 1000px) {
	.feed_space{
	width: 100%;
	height: auto!important;
}
}