@charset "UTF-8";

#pagetop {
  width: auto;
  height: auto;
}

#newsArea ul li dl {
  -webkit-margin-before: 1em;
}
@media all and (-ms-high-contrast: none){
  #newsArea ul li dl {
    margin-top: 1em;
  }
}
.infoBox .cnt dl {
  margin-top: 1em;
}

.aboutUs>div {
  width: 80%;
}

#page10 .main-column ul {
  list-style: outside;
}
/*2018.07.27*/
p.table-bordered{
	border: none;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	border-top: 2px solid #dddddd;
}
#section0 .ad p{
	line-height: 3;
}
#page8 .main-content .containerInner ol{
	list-style-position: outside;
	list-style-type: decimal;
}