#sub .sub-inner{
  background: #FDF7E5;
  padding: 1em;
  margin-bottom: 2em;
  border-radius: 8px;
}
#sub .sub-t{
  padding: .75em 0;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    color: #8d7d49;
}
#sub .sub-t a{
  text-decoration: underline;
  color: #8d7d49;
}

#sub .com{
	margin: 12px 0 0;
	padding: 0px;
}

#sub img{
  width:100%;
}

.notice-box {
  text-align: center;
  margin-bottom: 1.0em;
}
.notice-box:not(:has(a)),
.notice-box a {
  display: block;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 1em;
  border: none!important
}
.notice-box a {
  text-decoration: underline;
}
.notice-box a:hover {
  opacity: .6;
}
.notice-box.black:not(:has(a)),
.notice-box.black a {
  background: #2A292F;
  color: #fff;
}