body > *{
	width:100%;
	overflow: hidden;
	background-color: rgb(249, 248, 246);
	margin: 0 auto;
	box-sizing: border-box;
  }
.aShowObjectsListDiv{
	text-decoration:none;
	display:block;
	margin: 25px 45px;
	max-width:1300px;
}

.showObjectsListDiv{
	height:224px;
	box-sizing: border-box;
	padding:0px 70px 0px 0px;
	background: azure;
	opacity:0.9;
	max-width:1300px;
	border: 1px solid rgb(166, 165, 165);
	border-radius: 4px 4px 4px 4px;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	font-size: 1.1em;
	position: relative;
	display: table;
}


.showObjectsListDiv:hover{
	opacity:1;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.1) inset;
}

h2 {
	text-align:center;
	color:#5a5a5a;
	margin: 20px 0 0 0;
}

.showObjectsListDiv:hover .mainFotoShowObjects{
	transform: scale(1.3, 1.3);
	transition-duration: 1.3s;
	animation: anim2 ease-in-out 1.05s forwards;
}

.mainFotoShowObjectsDiv{
	height: 230px;
	line-height: 230px;
	width: 300px;
	background: url(pic/main_bg_1.jpg);
	border:solid 0px;
	border-right:solid 1px rgb(168, 165, 165);
	border-bottom:solid 1px rgb(168, 165, 165);
	float:left;
	margin:0px 30px 10px 0px;
	overflow:hidden;
	border-radius: 0px 5px 5px 0px;
}

.mainFotoShowObjects{
	display: block;
	margin: 0 auto;
	height:100%;
	max-height: 120%;
	max-width: 100%;
}


.h3ListObjects{
	margin:10px 0 5px 0;
	padding:0px;
}

.descObj{
	margin: 5px 5px;
	color: #090234;
}

.costObj{
	margin:5px;
	color:green;
	margin-bottom:0px;
	font-size:0.9em;
}
.typeObj{
	text-align:right;
	margin-top:1px;
	color:black;
	font-size:0.8em;
	position: absolute;
	bottom: 0;
	right: 20px;
}
.addAddr{
	margin: 9px 5px 5px 5px;
	color: rgb(54, 44, 16);
	font-size: 17px;
}

.pListObjects{
	margin:25px;
}

#bottomArticle{
	padding:15px 20px;
	margin:20px 45px;
	border-radius:12px;
	box-sizing: border-box;
	background-color: rgb(238, 236, 231);
	font-size: 1.1em;
	max-width: 1300px;
}

#listPageBox{
	/border: 1px solid black;
	width: 300px;
	text-align: center;
	margin: 5px auto;
	margin-bottom: 40px;
	font-size: 24px;
}
.listPage{
	display: inline-block;
	padding: 7px 15px; 
	margin: 7px; 
	border: 1px solid rgb(140, 137, 137);
	border-radius: 7px;
}
#listPageBox > .listPage:hover{
	background-color: rgb(230, 209, 171);
	color: black;
}

#addLink{
	text-align: right;
	margin-right: 12%;
}


/* --------------------------
--------------------------
--------------------------
-------------------------- */
@media all and (orientation:portrait) and (max-width: 1200px){
	* {
		box-sizing: border-box;
		}
	.ntHr{
		border: 0;
		border-bottom: 1px solid rgb(226, 229, 234);
		display: block;
		height:auto;
		max-height: none;
		width: 100%;
		margin: 0;
	}
	#mainTableCaption .navig{
		height:auto;
		padding: 0px 5px 2px 15px;
		position: static;
	}
	
	#mainTableTr {
		display: flex;
		flex-direction: column;
	}
	#mainTableTdMenu {
		order: 2;
	}
	#mainTableTdInfo {
		order: 1;
		margin: 0;
		padding: 1px;
		width: 100%;
	}
	.aShowObjectsListDiv {
		display:block;
		width:100%;
		overflow:hidden;
		margin: 25px 0;
	}
	.showObjectsListDiv {
		margin:0;
		padding:0;
		height: auto;
		word-break: break-all;
	}
	.mainFotoShowObjectsDiv{
		height: auto;
		width:100%;
		max-width:100%;
		overflow: hidden;
		text-align:center;
		display:block;
		border: 0;
	}
	.mainFotoShowObjectsDiv > img{
		position: relative;
		max-width: 100%;
	}
	.h3ListObjects{
		text-align: center;
	}
	.descObj, .costObj{
		margin: 5px 14px;
		line-height: 1.2;
	}
	.typeObj{
		margin: 15px;
		position: relative;
	}
	#addLink{
		margin-right: 5%;
	}
	#bottomArticle{
		padding:15px 20px;
		margin:20px 5px;
	}
}
