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

dl.news{
	padding:0 20px 20px;
}
dl.news dt{
	margin-bottom: 10px;
	font-weight: normal;
}
dl.news dd{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #BCBCBC;
}

.details{
	padding:0 20px;
	margin-bottom: 40px;
}
.details .txt{
	width: 60%;
	float: left;
}
.details .pic{
	width: 40%;
	float: right;
	text-align: center;
}
.details .pic img{
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
}

@media ( max-width:800px) {
	
	.details .txt, .details .pic{
		width: 100%;
		float: none;
	}
	
}