@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;
}
.kumiai-soshiki .img img {
    display: block;
    width: 100%;
    height: auto;
}
table.list-tab {
    width: 100%;
    margin: 10px auto 0;
    font-size: 14px;
}
table.list-tab thead th {
    background-color: #5789c8;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: normal;
    border-right: 1px solid #fff;
}
table.list-tab thead th:first-child { border-radius: 5px 0 0 5px;}
table.list-tab thead th:last-child { border-radius: 0 5px 5px 0; border-right: none;}
table.list-tab td {
    padding: 10px;
    border-bottom: 1px solid #a5a6a6;
    border-left: 1px solid #a5a6a6;
}
table.list-tab tbody th {
    padding: 10px;
    border-bottom: 1px solid #a5a6a6;
    font-weight: normal;
    width: 25%;
    background: #dff0f6;
}

#audit { position: relative; top: -100px;}



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

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

@media screen and (max-width: 680px) {
    table.list-tab tbody th { width: 30%;}
    table.list-audit tbody th { width: 35%;}
	.nowrap {	white-space: nowrap;}
}

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

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

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