<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------
  common
-------------------------------- */
.description{
	line-height: 1.5;
	padding-top:20px;
	font-size: 14px;
}
table caption{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 20px;
}
table.estimateInnerTable,
table.estimateInnerTable tr,
table.estimateInnerTable td{
	margin:0 !important;
	padding:0px !important;
	border:none !important;
}
table.estimateInnerTable td.coliumn01{
	width:40px;
}
dl dt{
	padding-bottom:7px;
}
.bb{
	border-bottom: 1px solid #f5f5f5;
}

/* --------------------------------
  modal content
-------------------------------- */
#modal-content{
  display: none;
  width: 640px;
  padding: 40px 50px;
  text-align: center;
  position: relative;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  z-index: 1000;
  position: fixed;
  background-color: #fff;
}
#modal-content .text{
  font-size: 18px;
  font-weight: bold;
}
#modal-content #modal-close{
  position: absolute;
  top:10px;
  right: 10px;
  cursor: pointer;
}
#modal-content ul{
	padding-top: 40px;
}
#modal-content ul li{
	text-align:left;
	padding-bottom:1em;
	font-size: 13px;
}


#modal-overlay{
	z-index:200;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color: rgba(0, 0, 0, 0.6);
}</pre></body></html>