@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-07-29 22:42:31
 * @version $Id$
 */

 #masterDl {
 	width: 95%;
 	margin: auto;
 	padding: auto;
 	height: 150px;
 	border: none;
 }

 #masterDl #masterDt {
  	float: left;
  	display: block;
 }

 #masterDl #masterDd {
  	display: block;
  	margin-left: 150px;
  	height: 30px;
  	line-height: 30px;
  	width: auto
 }

 #masterImg {
  width: 130px;
  height: 130px;  
  float: left;
  display: block;
  border-radius: 50%;
}

 #masterImg2 {
  width: 60px;
  height: 60px;  
  display: block;
  border-radius: 50%;
  float: left;
}

#first {
	border-bottom: 1px dashed #ccc;
	display: block;
	margin-left: 150px;
	height: 35px;
	line-height: 35px;
	font-size: 20px	;
	font-weight: bold;
	width: auto;
  color: #d13a2f
}

.masterP {
	clear: both;	
}
.masterP h5{
	text-align: left;
	font-size: 20px;
	border-bottom: 1px dashed #554681;
	height: 35px;
	line-height: 35px;
}
ul#news_ul li {
	height: 60px;
	line-height: 60px;
	background: none;
	margin-top: 8px;
}