@charset "utf-8";

/*
al2024
*/

body div#wrap article section table {
	border-collapse:collapse;
	border:#666666 solid 1px;
}

body div#wrap article section td {
	text-align: left;
	border: 1px dotted #999999;
	padding: 2px;
}
body div#wrap article section th {
	background-color: #EFEFEF;
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding: 2px;
	border: 1px dotted #999999;
}
body div#wrap article section table tr td.grey {
	background-color:#f0f0f0;}

body div#wrap article section table tr td.yellow {
	background-color:#FFE8D2;}

body div#wrap article section table tr td.blue {
	background-color:#DDE9FF;}
body div#wrap article section table tr td.green {
	background-color:#DDFFE6;
}


body div#wrap article section ul.outline{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 0 0 0;
}
body div#wrap article section ul.outline li{
	list-style: none;
}
body div#wrap article section ul.outline li.righ{
	width: 60%;	
}
body div#wrap article section ul.outline li.left{
	text-align: center;	
}
body div#wrap article section ul.outline li.left img{
	width: 100%;
}

body div#wrap article section dl {
	display: flex;
	font-size:0.94em;
	flex-flow: row;
	flex-wrap: wrap;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px;
}
body div#wrap article section dt {
	width: 20%;
	line-height:1.8em;
	margin-bottom: 15px;
}
body div#wrap article section dd {
	width: 80%;
	line-height:1.8em;
	margin-bottom: 15px;
}

.scroll-table {
        width: 100%;

}
@media screen and (max-width: 480px) {

    .scroll-table {
	  overflow: auto;
	  white-space: nowrap;
	}
}