@charset "utf-8";

/*------------------------------------------------------------------------------
Date: 2016-12-09
Copyright (C) Tresure Factory Co.,LTD. All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------
 「開示等請求」の手続に関するご案内  infoproc CSS
---------------------------------------- */
.inner{
  margin-bottom: 30px;
}

.infoproc .parts{
  margin-bottom: 30px;
}

.infoproc h2{
  margin: 5px 0 15px;
}

.infoproc h3{
  font-weight: bold;
  margin: 5px 0;
}

.infoproc .sub_tit{
  font-weight: bold;
  padding: 15px 0 5px;
}

.infoproc ul{
  margin-top: 15px;
  margin-left: 1em;
}
.infoproc ul.number {
  list-style: decimal inside;
  margin-left: 2em;
}
.infoproc ul.reply {
  margin-top: 0;
  margin-left: 1em;
}

.infoproc li {
  font-size: 1em;
  text-indent: -1.4em;
  margin : 0 0 5px 10px;
}

dl {
  float: left;
  width: 235px;
  border: solid #CCCCCC;
  border-width: 1px 0 0 0;
  margin: 0;
}
dl.last {
  border-width: 1px 1px 0 0;
}

dl dt {
  font-size: 12px;
  vertical-align: top;
  background: #EDF2F3;
  border: solid #CCCCCC;
  border-width: 0 0 1px 1px;
  padding: 8px 10px;
}
dl dd {
  height: 330px;
  font-size: 11px;
  color: #333;
  vertical-align: top;
  border: 1px solid #CCCCCC;
  border-width: 0 0 1px 1px;
  padding: 8px 10px;
}
dl dd div {
  font-size: 12px;
  margin-bottom: 2px;
}
dl ul {
  padding: 0 15px;
  margin: 0 !important;
}
dl dd li {
  font-size: 10px;
  margin-bottom: 2px;
  line-height: 160%;
  color: #333;
}
