.post-add table caption {
    text-align: left;
    font-size:1.35em;
    color: #000;
    margin-left: 0.25em;
    margin-bottom: 0.25em;
}
.post-add a:hover {
    text-decoration: underline;
    opacity: 0.8;
}
.post-add h4 {
    margin-top: 0px!important;
}

.post-add table.tbl_type02 th {
    border: 1px solid #ced7e6;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 0px;
    z-index: 999;
}

@media screen and (max-width: 680.0px) {
    .pagetop {
        bottom: 0px;
    }
}
.pagetop a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	/* filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5; */
}
.pagetop a:hover {
    display: block;

    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#gFooter .col2 .rightBox ul#navi2 {
    display: none;
}
@media screen and (max-width: 767.9px) {
    #gFooter .col2 .rightBox ul.navi,
    #gFooter .col2 .rightBox ul.navi li ul {
      display: none; } 
    #gFooter .col2 .rightBox ul#navi2 {
      display: block; }
}



@media (max-width: 959px) {

    .table-change table th {
      display:block;
      margin: 0 auto;
      padding: 10px 0;
      width: auto;
      font-size: 15px;
      border-bottom: none;
    }
    
    .table-change table td {
      display:block;
      padding: 0 0 10px 0;
      width: auto;
      border: none;

    }
}



.com_introduction article table.tbl_type02 td {
    padding: 1em 15px!important;
    overflow-wrap: break-word!important;
}