﻿/* 基本 */
@charset "utf-8";

#TITLE {
	margin: 0;
	border-bottom:2px solid #eff1f1;
}

#PATH{
	margin:0px 10px 40px 10px;
}

#BODY{
	margin:0px 10px;
	color:#000000;
}

table{
	border-collapse: collapse; 
	border: 1px solid #999999;
}

td {
	padding:5px;
    border: 1px solid #999999; }

th{
	vertical-align: middle;
	background-color:#cccccc;
	border: 1px solid #999999;
	text-align:center !important;
	width:150px;
}

th .moddef_text{
text-align:center !important;
}


/* ----------------- SP ------------------- */
@media screen and (max-width: 768px) {
.spnone {
	display: none;
}
table { 
	width: 100%; 
}
table td {
	width:auto !important;
	}

@media screen and (max-width: 750px){
.spimg img {
    width: 100%;
    height: auto;
}


#HEAD{
border:none;		
	}
	
    /* SDGs 2024-08-23 */
    .moddef_img img {
        width: 100%;
        height: auto;
    }
    /* SDGs 2024-08-23 */

}



