@charset "utf-8";

body, p, ul, li, img {
  border: 0 none;
  font-style: normal;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

body {
  height: 100%;
  width: 100%;
  color: #463634;
  font-size:14px;
  font-family: "YuGothic","Yu Gothic","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
}
p,li {
  line-height: 1.7em;
}
#wrapper_wht {
  padding: 1em;
}
#wrapper_wht > ul:not([class]) > li {
  margin-bottom:10px;
  list-style:none !important;
  border-bottom: 1px dashed #f7cfb7;
  padding-bottom: 5px;
}
#wrapper_wht > ul:not([class]) > li:before {
  content: "■";
  padding-left:2px;
}
#wrapper_wht > ul:not([class]) > li .data {
  font-weight: bold;
  font-size:15px;
}
#wrapper_wht > ul:not([class]) > li .title {
  display: inline-block;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 2px;
  line-height: 1.5em;
}
#wrapper_wht .wrap {
  display: block;
  padding: 0 1em;
}
.title02 {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  line-height: 1;
  border-bottom: 1px solid #eeeeee;
  color: #ecb494;
}
.mt10 {
  margin-top: 10px;
}
.t { 
  background-color: #FFE7E7; 
  text-align: center;
} 
.tf { 
  background-color: #ffffff; 
  text-align: center;
}

.table01 {
  border-color: inherit;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #d3bfbf;
  margin-block: 10px;
}
.table01 thead {
  background-color: #FFE7E7;
}
.table01 tr {
  border-top: 1px solid #d3bfbf;
}
.table01 td, .table01 th {
  text-align: center;
  padding: 5px 3px;
}
.table01 td {
  border-left: 1px solid #d3bfbf;
}

#foot_wht {
  border-top:1px solid #FCC09E;
  margin:10px;
  padding:10px 15px 0px 15px;
}

#foot_wht .mail01{
  font-weight:bold;
  color:#333333;
}

#foot_wht .mail02{
  color:#333333;
  font-size:10px;
  margin-top:5px;
}

#foot_wht .mail03{
  color:#333333;
  font-size:10px;
  font-weight:bold;
  margin-top:10px;
}