@charset "UTF-8";
/* CSS Document */

.watch img.thumbnail {
	float: left;
	width: 300px;
}

.watch .outline {
	float: right;
	width: 367px;
}

.watch .outline p {
	height: 143px;
}

.watch .outline p.txtover {
	height: auto !important;
	margin-bottom: 20px;
}


.watch .outline .btn {
	width: 310px;
	margin: 0 auto;
}

.watch dl.msg dt {
	color: #95782a;
	font-weight: bold;
	line-height: 1.5em;
	font-size:16px;
	margin:1em 0 0.5em 0;
	border-bottom:1px solid #95782a;
	border-left:4px solid #95782a;
	padding:0 0 0 10px;
}

.watch dl.msg dd {
	margin-bottom: 20px;
	line-height: 1.3em;

}