@charset "UTF-8";
/* CSS Document */

#news_release{}
#news_release>.clm{ background:url(../images/top_rcrt.jpg);    background-attachment: fixed;    background-repeat: no-repeat;    background-size: cover;}
#news_release .clm_cell_txt{ background:#e6e6e6;    max-width: 100%;}
#news_release .clm_cell_txt h3{ color:#333; text-align:center; font-size:20px; font-weight:700;}

#news_release_head .tb_caption {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
	background: #e6e6e6;
}
#news_release_head .tb_caption{    height: 180px;}
#news_release_head .tb_caption h4{
	font-size:22px;
	font-weight:700;
	color:#333;}

#news_release_body ul{ width:100%; max-width:800px; margin:0 auto; padding:40px 20px 80px 20px;}
#news_release_body ul li{ border-bottom:1px dotted #333; padding:30px 0; display:block; text-align:left;    vertical-align: top;}
#news_release_body ul li time{ width:30%; display:inline-block;    vertical-align: top; font-size:18px; font-weight:600;    line-height: inherit;}
#news_release_body ul li p{ width:70%; display:inline-block;}
#news_release_body ul li p a{ font-weight:bold;}