@charset "utf-8";
/*
=========================================

求む新規物件情報用定義

=========================================
*/

/* import
---------------------------------------------------------------------------- */
@import "../../css/default.css";
@import "../../css/shared_class.css";
@import "../../css/header.css";
@import "../../css/footer.css";
@import "../../css/pankuzu.css";
.tbl_newshop {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.tbl_newshop th ,
.tbl_newshop td {
	line-height: 1.5;
	padding: 5px;
	vertical-align: top;
	border: 1px solid #999999;
}
.newshop_btn {
	margin-bottom: 20px;
	text-align: center;
	margin-top: 10px;
}
.newshop_btn a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
}

