@charset "utf-8";

#siteHeader {
  border-top: 7px #073b2c solid;
  height: 65px;
	border-bottom: #194f37 solid 1px;
}
#siteID {
  width: 236px;
  height: 23px;
  position: absolute;
  left: 10px;
  top: 25px;
}
#siteID img{
	width:100%;
	height:auto;
}
#siteFooter .inner {
  padding: 20px 0;
  font-size: 10px;
	text-align: center;
}

#sys_maint{
	line-height:1.6;	
}
#sys_maint main{
	padding:0 5%;
	}
#sys_maint #container{
	padding:0;
}
#sys_maint #container h2{
	text-align:center;
	font-size:1.2rem;	
	padding:30px 0 20px 0;
}
#sys_maint #container p{
	text-align:left;
	font-size:.9rem;	
}
#sys_maint .inquiry{
	margin:1em 0 1em;
	background:#f5f5f5;
	display: inline-block;
	padding:2.5%;
	border-radius: 10px;
	width:100%;
}

#sys_maint .inquiry p{
	font-size:.875rem;
	margin-bottom:1em;
	}

#sys_maint .inquiry table,
#sys_maint .inquiry table tbody,
#sys_maint .inquiry table tr,
#sys_maint .inquiry table tr td{
	display: block;
	width:100%;
	background:none;	
}
#sys_maint .inquiry table tr td:nth-of-type(1){
	background:#064C39;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font-size:1rem;	
	color:#fff;
	margin-bottom:1em;
}

#sys_maint .inquiry table tr td:nth-of-type(2){
	padding:0;
	font-weight: normal;
}
#sys_maint .inquiry table tr td:nth-of-type(2) dl{
	list-style: none;
	display: block;
	margin-bottom:1em;
}
#sys_maint .inquiry table tr td:nth-of-type(2) dl dt{
	display: inline-block;
	vertical-align: middle;
	width:45px;
	margin-right:0;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	color:#fff;
}
#sys_maint .inquiry table tr td:nth-of-type(2) dl dd{
  display: inline-block;
  vertical-align: middle;
	font-size: 20px;
}
#sys_maint .inquiry table tr td:nth-of-type(3) {
	font-size:.875rem;
	padding:0;
	word-break: break-all;
	white-space:normal;
	overflow-wrap: break-word;
}

#sys_maint .inquiry table tr td:nth-of-type(3) br{
	display: none;
}
#sys_maint .inquiry table tr td:nth-of-type(3) strong{
	margin-right:.75em;
	font-weight: normal;
	font-size:.875rem;
	text-align: left;
}
#sys_maint .inquiry table tr td:nth-of-type(3) span{
	font-weight: normal;
	font-size:.875rem;
	text-align: left;
}

