@charset "UTF-8";

/*=========================================
	株式会社熊谷　ニュースカテゴリ共通
	http://www.kumagai-co.com/news/
=========================================*/


/*---個別ニュースページ共通の設定---*/
#news time{
	display:block;
	text-align:right;
	color:#888;
}
#news strong{
	font-weight:normal;
	color:#E30003;
}
#news article{
	padding-bottom:100px;
}
#news .backlist{
	margin-top:30px;
	padding-top:20px;
	border-top:1px dashed #bbb;
}
#news .backlist a{
	display:block;
	height:20px;/*←IE8以下用*/
	height:2rem;
	text-indent:12px;
	background:#fff url(../../images/arrow_4.png) no-repeat 0 8px;
}

/*---ニュース一覧ページの設定（/news/index.html）---*/
#news_top section{
	margin-top:15px;
	padding:10px 0;
	border-bottom:1px dashed #bbb;
}
#news #news_top time{
	width:140px;
	text-align:left;
	float:left;
}
#news_top section p{
	margin-top:0;
	width:700px;
	float:right;
	text-indent:12px;
	background:#fff url(../../images/arrow_4.png) no-repeat 0 8px;
}

#news #news_top article{
	padding-bottom:40px;
}

/*---20240201.htmlの設定---*/
#news #date20240201 article{
	padding-bottom:10px;
}
#news #content_1column #date20240201 h2{
	height:80px;
	text-indent:45px;
}
#news #date20240201 .about,
#news #date20240201 .about2{
	margin-top:40px;
}
#news #date20240201 .about table,
#news #date20240201 .about2 table{
	margin-top:10px;
	width:840px;
}
#news #date20240201 .about table th{
	width:170px;
}
#news #date20240201 .about table th,
#news #date20240201 .about2 table th,
#news #date20240201 .about2 table td{
	text-align:center;
}
#news #date20240201 aside{
	margin-top:40px;
	font-weight:lighter; 
}

/*---20230530.htmlの設定---*/
#news #date20230530 article{
	padding-bottom:20px;
}
#news #content_1column #date20230530 h2{
	height:80px;
	text-indent:45px;
}
#news #content_1column #date20230530 figure{
	margin-top:40px;
}
#news #date20230530 .company_about{
	margin-top:40px;
}
#news #date20230530 .company_about table{
	margin-top:10px;
	width:840px;
}
#news #date20230530 .company_about table th{
	width:150px;
}
#news #date20230530 aside{
	margin-top:40px;
	font-weight:lighter; 
}
#news #date20230530 #contact{
	margin-top:40px;
}
#news #date20230530 #contact h4{
	width:840px;
	height:35px;
	text-indent:30px;
	font-size:20px;/*←IE8以下用*/
	font-size:2rem;
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	background-color:#0d51a7;
}
#news #date20230530 #contact div{
	width:780px;
	padding:10px 28px 20px 28px;
	border:2px solid #0d51a7;
}
#news #date20230530 #contact p{
	margin-top:10px;
}