@charset "utf-8";

/********************************
		用紙情報更新履歴
		update.php
********************************/

.mt10{ margin-top: 10px; }

.updataBox{
	margin: 0 auto 100px;
	line-height: 1.4;
}

.dayUpdate{
	margin: 10px auto;
}

/*250715 SPWM*/
/*.table1 {
	width: calc( 100% - 1em) ;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-left: 1em;
}
.table1 tr th {
  background-color: #e3ebfa;
}
.table1 tr th,
.table1 tr td{
	border: #c7cad5 solid 1px;
	padding: 10px;
	vertical-align: middle;
}
.table1 tr td p{
	overflow-wrap: break-word;
}*/


/*@media screen and (min-width: 768px){
	.table1 tr th{
		width: 100px;
	}
	.table1 tr td:first-of-type{
		width: 150px;
	}
	.table1 tr td:last-of-type{
		width: calc( 100% - 350px );
	}
}*/
/*@media screen and (max-width: 767px){
	.table1 tr th,
	.table1 tr td{
		display: block;
	}	
	.table1 tr th:nth-of-type(2),
	.table1 tr td{
		border-top: none;
	}
	.table1 tr td p{
		max-width: calc(100vw - 120px);
	}
}*/

/*.style2 {
  color: #d81919;
}

.table2 {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.table2 tr th,
.table2 tr td{
	width: 100%;
}
@media screen and (max-width: 767px){
	.table2{
		border-top: #c7cad5 solid 1px;
	}
	.table2 tr td:first-of-type{
  	background-color: #efefef;
	}
}*/