@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Last up date:   2014.10.28
Style Info:     company css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------company*/

.com_tbl{
  min-width: 300px;
  margin: 0 10px;
  font-size: 1.2em;
  line-height: 1.3em;
  border-collapse: separate;
  border-spacing: 1px;
  box-sizing: border-box;
}
  .com_tbl th{
    display: block;
    padding:  0.3em 0.5em;
    background: #F8F1A7;
    border-bottom: 1px dotted rgba(0,0,0,0.1);
    text-align: left;
  }
  .com_tbl td{
    display: block;
    padding: 0.5em 0.5em 0.8em;
    text-align: left;
  }
.com_dl{
  margin: 0 10px 2em 10px;
  font-size: 1.2em;
  line-height: 1.3em;
}
  .com_dl dt{
    width: 6em;
    padding: 0.5em;
    float: left;
    text-align: right;
    border-top:  1px dotted rgba(0,0,0,0.1);
  }
  .com_dl dd{
    padding: 0.5em;
    margin-left: 6em;
    border-top: 1px dotted rgba(0,0,0,0.1);
  }
  .com_dl dt:first-of-type, .com_dl dd:first-of-type{
    border-top:  0;
  }
  .com_dl dt:last-of-type, .com_dl dd:last-of-type{
    border-bottom: 1px dotted rgba(0,0,0,0.1);
  }