@charset "utf-8";


#news.indexPage section ul{ width:700px; display:block; margin:0 auto 60px; background:#FFF; box-sizing:border-box;}
#news.indexPage section ul li{ display:block;position:relative; border-bottom: 1px solid #ccc;}
#news.indexPage section ul li a span{ position:absolute; display:inline-block; top:20px; left:30px; color:#999; letter-spacing:0.1em; background:none; padding-left:0;}
#news.indexPage section ul li a{ display:block; background:url(../img/arrow.svg) no-repeat 150px 27px; padding:20px 30px 20px 170px; box-sizing:border-box;}
#news.indexPage section ul li:hover{ background:#F2F6FB;}

@media screen and (max-width:767px){
	#news.indexPage section ul{ width:auto; margin:0 0 20px; }
	#news.indexPage section ul li{ display:block; position:relative;     border-bottom: #ccc solid 1px;}
	#news.indexPage section ul li a span{ position:relative; display:block; top:auto; left:auto; color:#999; letter-spacing:0.1em;}
	#news.indexPage section ul li a{ display:block; background:url(../img/arrow.svg) no-repeat 0px 2.9em; padding:15px 0px 15px 15px; }
	#news.indexPage section ul li:hover{ background:#F2F6FB;}
}



#news #sideNavi nav#categoryNav h4{ display:block; margin:0 15px;}

#news .entryNav { margin-top:90px;}


@media screen and (max-width:767px){
	#news .entryNav { margin-top:40px;}
	#news .entryNav .pageNum{ 
		padding-top : 60px ;	
	}
	#news .entryNav .pageNum a.link_page{ 
		margin-left : 5px ; 
  		margin-left : -webkit-calc((100% - 200px)/4) ;
   		margin-left : calc((100% - 200px)/4) ;	
	}
	#news .entryNav .pageNum a.link_page:first-child{margin-left:0;}
}


/*エントリー内*/

#news #contents .pagetitle time{color: #999; letter-spacing: 0.1em; background: none; padding-left: 0;}

#news .entryWrap{}
#news .entryWrap p{ margin-bottom:1em;}
#news .entryWrap a{ border-bottom:#0053A7 solid 1px; }
#news .entryWrap a:hover{ border-bottom:none; color:#0053A7; }
#news .entryWrap img{ max-width:100%; height:auto;}

#news .entryWrap table { width: 100%; table-layout: fixed; background:none!important; margin-bottom:2em; border-collapse:collapse!important;padding:0!important;border-spacing:inherit!important;}
#news .entryWrap table th,
#news .entryWrap table td {padding: .5rem .5rem; display: table-cell; vertical-align:top; box-sizing:border-box; word-break: break-all;}
#news .entryWrap table thead { border-style: solid; border-color: #666; border-width: .8rem 1px .8rem 0; box-sizing:border-box;}
#news .entryWrap table thead th { color: #FFF; font-weight: normal; background: #666; padding: 0 1rem; text-align: left; border:none; border-right: #FFF 1px solid; }
#news .entryWrap table thead th:last-child { border: none; }
#news .entryWrap table th { width:30%; color: #000; font-weight: bold; text-align: center!important; background: #F5F5F5; border: 1px solid #ccc; box-sizing:border-box; }
#news .entryWrap table td { color: #000; font-weight: normal; text-align:center!important; background: #FFF; border: 1px solid #ccc; box-sizing:border-box;}



@media screen and (max-width: 767px) {

}
























