@charset "UTF-8";
/* CSS Document */


/*******************************************************
地区別工事情報（詳細）
********************************************************/
/*契約番号　工事名　工事場所
-------------------------------------------*/

table.tikubetu_kouji_syousai_tbl{
	max-width: 100%;
}

table.tikubetu_kouji_syousai_tbl .bg_color{
	padding-top: 8px;
		padding-bottom: 8px;
	background-color: #CEE3F2;
}
table.tikubetu_kouji_syousai_tbl .td01{
	width: 100px;
}
/**********************************
バーテーブル仕様  スマホでは消す
**********************************/
table.bar_tbl{
	width: 542px; 
  margin: 10px auto 0px 0;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}
table.bar_tbl tr {
  border-top: solid 0px;

}
table.bar_tbl td{
	padding: 0px 0px;
		border-right: solid 0px;
}
table.bar_tbl tr:last-child {
  border-bottom: solid 0px;
}
/*目盛*/
table.bar_tbl .monthbar img{
width: 542px;
	border: solid 0px;
}

@media (max-width: 749px) {
	.tikubetu_kouji_syousai_tbl .td01{
			width: 70px;
	}
	table.bar_tbl{
		display: none;
	}
	
}
/*******************************************************
ディバイスサイズ設定
============================================= */
/*@media  (max-width: 749px) {
}*/
/* タブレット用 */
@media (min-width: 750px) and (max-width: 1023px) {}
/* Desktop View------------------------------- */
@media (min-width: 1024px) {}