@charset "utf-8";
#company {
  background-color: rgb(0, 0, 0);
}
#news #primary {
  font-size: 120%;
}
.section > p:nth-child(n+2) {
  margin-top: 0.5em;
}
.section01A > .section:nth-child(n+2) {
  margin-top: 1.5em;
}
.multicolumn {
  margin-top: 1em;
  display: flex;
}
.multicolumn > .col {
  width: 360px;
  text-align: center;
}
#pic_l_name {
  margin-top: 1em;
  font-size: smaller;
}
/* primaryHead01A */
h2.primaryHead01A, h3.primaryHead01A {
  width: auto;
  height: auto;
  margin: 15px 0 10px;
  padding: 0;
  background: none;
  font-size: 225%;
  line-height: 1.1;
}
/* Table */
table, tr, td, th {
  border: solid 1px #ccc;
}
table {
  margin-bottom: 20px;
}
td, th {
  padding: 7px;
}
.caption {
  background-color: #eee;
}
/* ul li */
div.section ul li {
  margin-left: 2.5em;
  list-style: disc;
}
div.section ul.styleNone li {
  list-style: none;
}
/* dl */
div.section dl {
  width: 720px;
  margin-bottom: 1em;
  display: inline-block;
}
div.section dt {
  width: 100px;
  clear: both;
  float: left;
  font-weight: normal;
}
div.section dd {
  width: 620px;
  margin-bottom: 0;
  margin-left: 100px;
}
div.section dl > dd {
  width: 620px;
  margin-left: 0;
  float: left;
}
* + html div.section dl > dd {
  float: none;
}
div.section dl.dt80 {}
div.section dl.dt80 dt {
  width: 80px;
}
div.section dl.dt80 dd {
  width: 640px;
  margin-left: 80px;
}
div.section dl.dt80 > dd {
  width: 640px;
  margin-left: 0;
}
div.section dl.dt120 {}
div.section dl.dt120 dt {
  width: 120px;
}
div.section dl.dt120 dd {
  width: 600px;
  margin-left: 120px;
}
div.section dl.dt120 > dd {
  width: 600px;
  margin-left: 0;
}
div.section dl.dt140 {}
div.section dl.dt140 dt {
  width: 140px;
}
div.section dl.dt140 dd {
  width: 580px;
  margin-left: 140px;
}
div.section dl.dt140 > dd {
  width: 580px;
  margin-left: 0;
}
/*clear*/
div.section h3, div.section h4, div.section h5 {
  clear: both;
}
/*ラインリスト*/
div.section ul.listStyleLine {
  margin-bottom: 0.5em;
}
div.section ul.listStyleLine li {
  margin-left: 3px;
  padding-bottom: 0.5em;
  padding-left: 10px;
  background: url(../../images/shared/liststyle/liststyle_line.gif) no-repeat 0 0.7em !important;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
/*印刷用ページ*/
.print img {
  margin-right: 3px;
}