.content {
	margin-top: 580px;
	margin-left: 4px;
	margin-right: 6px;
	background-color: #fff;
	padding-bottom: 20px;
	min-height: 500px;
}

.txt {
	font-size: 16px;
	line-height: 180%;
	min-height: 600px;
	_height: 600px;
	width: 1050px;
	margin: auto auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.txt p {
	text-indent: 2em;
	margin-bottom: 16px;
	line-height: 200%;
}

.txt p img:only-child {
		display: block;
}

.txt img {
	cursor: pointer;
	overflow: hidden;
	width: expression(this.width > 700 && this.width > this.height ? 700 :  
		 this.width);
	max-width: 700px;
	margin: auto auto;
}

.text_ly {
	padding: 15px 5px 15px 5px;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	text-align: center;
}

.text_mid {
	text-align: center;
	color: #cc0000;
	font-size: 25px;
	line-height: 40px;
	padding-top: 20px;
	width: 1120px;
	margin: auto auto;
}

@media ( max-width : 768px) {
	.content {
		margin-top: 60vw;
		margin-left: 0px;
		margin-right: 0px;
		padding-left:10px;
		padding-right:10px;
		background-color: #fff;
		padding-bottom: 20px;
		min-height: 500px;
		/* width:calc(100% - 20px); */
		/* margin-top: 175px; */
	}
	.txt {
		font-size: 16px;
		line-height: 180%;
		min-height: 600px;
		_height: 600px;
		width: auto;
		margin: auto auto;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.txt p {
		text-indent: 2em;
		margin-bottom: 16px;
		line-height: 200%;
	}
	.txt img {
		cursor: pointer;
		overflow: hidden;
		width: expression(this.width > 700 && this.width > this.height ? 700 :  
		 this.width);
		max-width: 90%;
		margin: auto auto;
	}
	.text_ly {
		padding: 15px 5px 15px 5px;
		border-bottom: solid 1px #ddd;
		overflow: hidden;
		text-align: center;
	}
	.text_mid {
		text-align: center;
		color: #cc0000;
		font-size: 25px;
		line-height: 40px;
		padding-top: 20px;
		width: auto;
		margin: auto auto;
	}
}