
.dltable_title{
 font-family: 'text-bold',Meiryo UI,"メイリオ",sans-serif;
 font-weight: normal;

 font-size: 20px;
 text-align: justify;
 text-justify: auto;
 color: rgb(245,238,233);
 width: 90%;

 margin: 40px auto 10px auto;

 background-color: rgb(28,20,15);
 background-image: url(../../image/main/dotDL.png);
 background-size: auto 27px;
 background-repeat: no-repeat;
 background-position: 10px 7px;

 padding: 7px 20px 7px 40px;

 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;

 box-sizing: border-box;
}

.dltable_text{
 font-family: 'text-normal',Meiryo UI,"メイリオ",sans-serif;
 font-weight: normal;

 font-size: 17px;
 text-align: justify;
 text-justify: auto;
 color: rgb(27,19,14);
 width: 90%;
 margin: 10px auto 10px auto;

 background-image: url(../../image/main/dotDLS.png);
 background-size: auto 20px;
 background-repeat: no-repeat;
 background-position: 5px 4px;

 padding: 0px 20px 0px 30px;

 line-height: 170%;

 box-sizing: border-box;
}

/* 囲み */

.dltable_graph{
 text-align: justify;
 text-justify: auto;
 color: rgb(27,19,14);

 padding: 0px 0px 0px 0px;
}



table.dltable {
 width: 90%;
 border-spacing: 2px;
 border-collapse: separate;
 margin: 5px auto 5px; auto;
}

.dltable_AP {
 text-align: center;
 vertical-align: middle;
 width: 25%;
 padding: 15px 10px 15px 5px;
 background-color: rgb(198,185,179);

 color: rgb(27,19,14);
 font-size: 16px;
}

.dltable_CL {
 font-family: 'text-bold',Meiryo UI,"メイリオ",sans-serif;
 font-weight: normal;

 text-align: center;
 width: 25%;
 padding: 15px 5px 15px 10px;
 background-color: rgb(215,206,202);

 font-weight: bold;
 font-size: 16px;
 color: rgb(16,13,10);
}

.dltable_CR {
 font-family: 'text-normal',Meiryo UI,"メイリオ",sans-serif;
 font-weight: normal;

 text-align: left;
 width: 50%;
 padding: 15px 5px 15px 10px;
 background-color: rgb(238,234,232);

 font-size: 16px;
}