@charset "utf-8";


.content-wrapper {
	width: 904px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.nav-wrapper {
	width: 904px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.photo-landscape {
	height: auto;
	margin-bottom: 15px;
}
.info-landscape {
	font-size: 10px;
	position: relative;
	width: 100%;
}
.info-landscape h1{
	color: #21A4FF;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.info-landscape .txt{
	font-size: 10px;
	text-align: left;
	position: relative;
	width: 400px;
	float: left;
}

.------------------------------------ {
}
.photo-portrait {
	height: auto;
	float: left;
	position: relative;
	margin-right: 17px;
	margin-bottom: 17px;
}
.info-portrait {
	font-size: 10px;
	position: relative;
	width: 350px;
	float: left;
}
.info-portrait h1{
	color: #21A4FF;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.info-portrait .txt{
	font-size: 10px;
	text-align: left;
	position: relative;
	width: 350px;
	float: left;
}
