@charset "UTF-8";
/* ---------------------------------------------------------
   news.css【新着情報】
----------------------------------------------------------*/
#news_list ul{
	margin-top: 40px;
}
#news_list ul li{
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}
#news_list dl{
  display: table;
  width: 100%;
}
#news_list dl dd{
  display: table-cell;
  height: 40px;
  vertical-align: top;
}
#news_list dl dd.date {
  width: 85px;
  color: #888888;
  font-size: 16px;
  line-height: 26px;
}
#news_list dl dd.cate {
  font-size: 12px;
  line-height: 26px;
  width: 120px;
	padding-left: 20px;
  color: #fff;
  text-align: center;
}
#news_list dl dd.ttl {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
}
#news_list dd .icon-post{
	background-color: #75ba21;
}
#news_list dd .icon-voice{
	background-color: #E878CC;
}
#news_list dd .icon-case{
	background-color: #ef9200;
}
#news_list dd .icon-seminar{
	background-color: #3488d0;
}

@media screen and (max-width: 1000px){
	#news_list dl dd {
    height: 30px;
	}
	#news_list dl dd.date {
    width: 80px;
    font-size: 14px;
    line-height: 24px;
	}
	#news_list dl dd.ttl {
    font-size: 14px;
    line-height: 24px;
	}

}
@media screen and (max-width: 767px){
	#news_list ul{
		margin-top: 30px;
	}
	#news_list ul li{
		padding: 15px 0;
	}
	#news_list dl dd {
    float: left;
    display: block;
	}
	#news_list dl dd.date {
		width: 73px;
    font-size: 13px;
	}
	#news_list dl dd.cate {
		font-size: 11px;
    line-height: 24px;
    width: 100px;
    padding-left: 15px;
	}
	#news_list dl dd.ttl {
		font-size: 13px;
    clear: both;
    float: none;
    width: 100%;
    height: auto;
    padding-left: 0;
	}
}
