/*======================================================================================================================*/
/* doc */

@charset "utf-8";

/*======================================================================================================================*/
/* doc-gov */
   
#doc-gov-list ul {
   margin: 0 0 15px 30px;
   }
   
#doc-gov-list ul li {
   line-height: 1.5;
   padding :3px 0;
   }

#doc-gov-list dl dd {
   margin: 0 0 0 15px;
   padding :3px 0;
   }
   
#doc-gov-list dl dd.down01 {
   margin: 0 0 0 30px;
   padding :3px 0;
   }
   
#doc-gov-list dl dd.down02 {
   margin: 0 0 0 45px;
   padding :3px 0;
   }

*html #doc-gov-list ul li, 
*html #doc-gov-list dl dd {
   display:inline-block;
   } 
   
.m-indent {
   text-indent : -1em;
   }
   
/*======================================================================================================================*/
/* doc-model */

#list table.model-table {
   margin-bottom: 30px;
   }

#list table.model-table th {
   padding: 3px;
   text-align: left;
   }

#list table.model-table td {
   padding: 3px 3px 3px 13px;
   }

#list tr.color td {
   background-color: #eeeeee;
   }

#list tr.gray td { /* 普通のグレー */
   color: #555555;
   background-color: #dddddd;
   padding: 2px;
   }
   
/*======================================================================================================================*/
/* 資料関係 */

table.siryou {
   color:#333333;
   text-align:left;
   width: 100%;
   }

table.siryou p.doc {
   font-size: 14px;
   line-height:1.5;
   font-weight:bold;
   margin: 5px 5px 5px 5px;
   padding: 3px 0px 3px 18px;
   background-image: url(/images/arrow_down.png);
   background-repeat: no-repeat;
   background-position: 0 5px;
   border-bottom: 1px dotted #cc0000;
   }
   
table.siryou ul {
   margin: 0 5px 0 5px;
   font-size: 12px;
   line-height:1.8;
   }
table.siryou ul li.b {
   font-size: 13px;
   font-weight: bold;
   line-height:1.8;
   padding-left: 18px;
   background-image: url(/images/pfi-list_arrow_b.png);
   background-repeat: no-repeat;
   background-position: 3px 6px;
   }
table.siryou ul li.sb {
   color: #CC0000;
   font-weight: normal;
   padding: 2px 2px 2px 5px;
   background-image:none;
   background-repeat: no-repeat;
   background-position: 3px 6px;
   background-color: #ffeaf4;
   margin: 5px 0 8px 0;
   }
table.siryou ul li {
   line-height:1.8;
   padding-left: 18px;
   background-image: url(/images/pfi-list_arrow.png);
   background-repeat: no-repeat;
   background-position: 3px 6px;
   }
   
table.siryou ul.down {
   margin-left: 18px;
   }
      
table.siryou ul li.down {
   background-image: url(/images/pfi-list_arrow_down.png);
   background-repeat: no-repeat;
   background-position: 3px 6px;
   }
   
table.siryou ul li.chu {
   font-size: 10px;
   line-height:1.8;
   padding-left: 18px;
   background-image:none;
   background-repeat: no-repeat;
   background-position: 3px 6px;
   }
   
p.siryou-line {
   width: 98%;
   border-top : 1px solid #999999;
   margin: 20px 0 30px 0;
   padding-top: 3px;
   text-align: right;
   }