/** home news shot css **/
html, body{
margin:0px;
}
.scl-news-shot-cntr {
	width: 960px;
    margin: 0 auto;
    margin-top:25px;
    padding-bottom: 10px;
    clear: both;
}
.scl-news-sht-ttl {
	width: 615px;
    height: 29px;
    background: url(../images/hm-ns-sht-img.png);
    background-position: 0px 0px;
	margin-bottom: 26px;
	}
.scl-news-indv-cntr {
    width: 300px;
    float: left;
	margin-left:29px;
}
.scl-news-indv-cntr:first-child {margin-left:0px !important;}
.scl-news-indv-cntr .scl-news-img {
   border: 1px solid #d6d6d6;
padding: 2px;
margin-bottom: 5px;
display: inline-block;
}
.scl-news-indv-cntr .scl-news-ttl {
	    color: #c60;
    font-size: 17px;    
		height: 54px;
	padding-left: 5px;
    margin-left: 2px;
    margin-right: -5px;
    width: 294px;
    word-wrap: break-word;
    overflow: hidden;
    text-align: center;
}

.scl-news-indv-cntr .scl-news-rd-mr  {
    display: block;
	width:100%;
	text-align:right;
	}
.scl-news-indv-cntr .scl-news-rd-mr a:hover,
.scl-news-indv-cntr .scl-news-rd-mr a{
    text-decoration: none;
    color: #e48200;
    font-size: 14px;
}
	
.scl-news-shot-cntr .read-nws {
    display: inline-block;
    text-align: right;
    width: 100%;
    height: 30px;
}
.scl-news-shot-cntr .read-nws a{ 
    width: 225px;
    height: 30px;
    background: url(../images/hm-ns-sht-img-1.png);
    background-position: -1px -47px;
    display: inline-block;
    
    margin-bottom: 30px;
    margin-left: -10px;
}
/** home news shot css **/