@charset "UTF-8";

@media print {
		#header,#contents_main,#side,#page_top,#footer {
				display: none !important;
		}
}

h3.tac {
    font-size: 1.8rem;
    color: #5789c8;
    margin: 0;
}

table.list-tab { margin: 10px auto 0;}
table.list-tab th { width: 25%; border-right: 1px solid #8e8e8f;}
table.list-tab th,
table.list-tab td {
    padding: 10px;
    border-top: 1px solid #8e8e8f;
    border-bottom: 1px solid #8e8e8f;
}
table.list-tab tr:nth-of-type(even) th,
table.list-tab tr:nth-of-type(even) td { background-color: #dff0f6;}




@media screen and (max-width: 900px) {
    #contents.other { padding: 0;}

}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 680px) {

    .kumiai-enkaku .list-tab th {
        display: block;
        width: 100%;
        font-weight: bold;
        padding: 10px 10px 0;
        border: none;
        border-top: 1px solid #d5d5d5;
    }
    .kumiai-enkaku .list-tab td {
        display: block;
        padding: 0 10px 10px;
        border: none;
    }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 375px) {
}