

.news-background{
	background:#FFF;
/*
	background: linear-gradient(
	background:-webkit-gradient(linear, left top, right bottom, from(#990),  
            color-stop(0.3, #c36),  
            color-stop(0.5, #f60),  
            color-stop(0.7, #000),  
            to(#066));　/* Safari,Google Chrome用 */  
*/
}

.rect{

width:500px;
height:520px;
margin-left:auto; 
margin-right:auto;
margin-top: -4px; 
background-image:url('./Common/catalog3.png');
background-repeat: no-repeat;
background-position: center -16px;
background-size:cover;
}
    
.news-background{
    width:100%;
    max-width:580px;
    margin:0 auto;
    margin-top:32px;
}


/* 新着情報タイトル */
.news-title{
   padding:8px;
   margin-bottom:-16px;
   font-size:1.0em;
   border-bottom:4px solid #CCC;
   font-family:sans-serif;
}

/* 新着情報　リスト  */
li {
   padding:4px;
   border-top:1px solid #CCC;
   border-bottom:1px solid #CCC;
   margin-top:-1px;
   margin-right:4px;
   margin-left:-32px;
}


/* 新着情報　日付 */
.news-list-date {
		float:left;
		margin-right:24px;
		/* color:#027; */
		color:#000000;
		
		font-size:0.8rem;
		font-family:sans-serif;
}

/* 新着情報　内容 */
.news-list-text {
		color:#0B3C8E;
		
		font-size:0.8rem;
		font-family:sans-serif;
		margin-bottom:4px;
}


