﻿ol{
    list-style: decimal;
    margin: 2% 0;
}
ol li{
	    margin-left: 2em;
    margin-bottom: 0.8em;
}
.center_txt{
	padding: 1%;
	text-align:center;
}
.soudan_dl dt{
    font-size: 1.1em;
/*    color: #fff;*/
	color: #4453a5;
    font-weight: bold;
    display: inline;
    padding: 0.2% 1%;
/*    background: #4453a5;
    border-radius: 5px;*/
}
.soudan_dl dt:before{
	content:"◆ ";
}
.soudan_dl dd{
    padding: 1.5% 4%;
}
.soudan_dl a{
    color: #024784;
}

.soudan_dl a:hover{
	text-decoration:underline;
}
.soudan_ul li{
    list-style: disc;
    margin-left: 1em;
    margin-bottom: 0.8em;
}
.con_box table{
    width: 96%;
    margin: 0 2%;
}
.con_box th{
    min-width: 30px;
    padding: 1%;
    border: solid 1px #999;
    background: #f0f0f0;
    vertical-align: middle;
}
.con_box td{
	min-width: 30px;
	padding: 1%;
    border: solid 1px #999;
    vertical-align: middle;
    text-align: center;
}
.td1{
    background: #f0f0f0;
}
.con_box tr th:first-child{
    min-width: 150px;
}
.con_box tr th:nth-child(2),.con_box tr td:nth-child(2),.con_box tr td:nth-child(6){
    text-align: left;
}
.bold{
	font-weight:bold;
}
.p_tbl{
	min-width:500px;
}