@charset "utf-8";
/* CSS Document */

.table_contents {
   border: 1px solid #9b9b9b;
   margin: 0 auto;
   padding: 30px 30px 10px 30px;
   line-height: 220%;
   width:70%;
   box-sizing: border-box;
   font-weight: bold;
}

.table_contents p {
   margin-bottom: 15px;
   padding-bottom: 10px;
   border-bottom: 1px dashed #cdcdcd;
}

.table_contents_title {
   background-color: #9b9b9b;
   padding: 10px;
   color: #fff;
   text-align: center;
}

.table_contents a:hover {
   text-decoration: underline;
}

