#detail_conts .ttl {
    margin-bottom: 24px;
    padding: 0 0 10px 7px;
    color: #666;
    font-size: 14px;
    line-height: 2;
    text-indent: 0;
    border-bottom: 1px solid #EBF1F5;
}
#detail_conts .ttl a {
	color: #666;
}

#detail_conts h1 {
	font-size: 25px;
    display: block;
    color: #666;
    padding: 20px 20px 5px 20px;
    text-align: center;
    padding-top: 30px;
}

#detail_conts .date{
	color: #999;
    font-size: 12px;
    text-align: center;
    height: 25px;
    font-weight: normal;
    line-height: 25px;
}

#detail_conts .txt{
  	color: #666;
    font-size: 16px;
  	overflow: hidden;
    margin: 0 auto;
    padding: 20px 30px;  	
}


#detail_conts .txt img{
 max-width:95%; 	
}