@charset "UTF-8";
/*----------------------------------------------------
  基本
----------------------------------------------------*/
#disclosure article {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/*----------------------------------------------------
  テキスト
----------------------------------------------------*/
#disclosure h1.houjin-title {
	margin-bottom: 30px;
}
#disclosure h2.section-title {
  color: #122985;
  font-size: 20px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: 2px solid #122985;
}
#disclosure h2.section-title:before {
  content: url(../images/disclosure/ico_title.png);
  vertical-align: middle;
  margin-right: 3px;
}
#disclosure #sNav h1 {
  font-size: 18px;
  padding: 10px 10px 7px 10px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #DDD;
  background: linear-gradient(#f3ebdf, #fefefd);
  background: -webkit-gradient(#f3ebdf, #fefefd);
  background: -webkit-linear-gradient(#f3ebdf, #fefefd);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f3ebdf, endcolorstr=#fefefd))";
}
/*----------------------------------------------------
  テーブル
----------------------------------------------------*/
#main table {
  margin: 20px auto 40px;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: left;
  width: 100%;
}
#main table th {
  background: #fcf8f2;
  border-top: 1px solid #ccc;
  font-weight: 500;
  padding: 14px 14px 8px;
  vertical-align: top;
  width: 25%;
}
#main table td {
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 14px 14px 10px;
  vertical-align: middle;
  width: 75%;
}
@media (max-width: 767.98px) {
  #main table {
    border: medium none;
  }
  #main table tr {
    display: block;
  }
  #main table th {
    background: #fcf8f2;
    border-top: 1px solid #ccc;
    display: block;
    margin: 0 auto;
    padding: 11px 14px 8px;
    width: 100%;
  }
  #main table td {
    background: #fff;
    border: medium none;
    display: list-item;
    list-style: outside none none;
    margin: 0;
    padding: 10px;
    width: 100%;
  }
}
/*----------------------------------------------------
  リスト
----------------------------------------------------*/
#main table.table01 ul {
	padding-left: 0;
}
#main table.table01 ul li {
	padding-left: 0;
	list-style: none;
	line-height: 2.0;
}
