@charset "utf-8";

/*********************************************
  CONFUCIUS_INSTITUTE_AT_SAPPORO_UNIVERSITY
  /disclosure/style.css
*********************************************/

@import "/common/css/base.css";


/*==================================
  Main Layout
==================================*/
div#main-contents h3 {
  margin: 0 0 15px;
  background: url(/common/images/dott02.gif) top left repeat-y;
  padding: 4px 14px;
  font-size: 1.1666em;
  line-height: 1;
  color: #7d2000;
}
div#main-contents h4 {
  margin: 0 0 10px;
  background: url(/common/images/dott03.gif) top left repeat-y;
  padding: 3px 7px;
  line-height: 1;
  color: #7d2000;
}
div#main-contents ul {
  list-style: none;
}
div#main-contents ul li {
  line-height: 1.6;
  background: url(/common/images/dott01.gif) bottom repeat-x;
  padding: 0 5px 8px;
  margin-bottom: 8px;
}
div#main-contents dl.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-box-align: center;
}
div#main-contents dt {
  width: 120px;
  margin: 0 10px 0 0;
}
div#main-contents dd {
  width: 450px;
}
.box02 p.term,
.box03 p.term,
.box04 p.term {
  margin: 0 0 20px;
}
.box01 {
  margin: 0 0 35px;
}
.box02 {
  margin: 0 0 35px;
}
.box03 {
  margin: 0 0 35px;
}
