

div.para {
/*    width: 1200px;  2019.12.23 correct by okuyama*/
    width: 1000px;
    margin: 10px auto;
    text-align: left;
    line-height: 1.5;
}

div.item {
    width: 860px;
    height: 60px;
    margin: 0 auto;
    background: -webkit-gradient(linear, right top, left top, from(#abf), to(#def));
}

span.catg {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 18px 0 0 20px;
	color: #0C93AB;
}

dl.col {
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
    display: block;
    height: 25px;
}

dt.colt {
    margin: 0px;
    padding: 0px;
    display: block;
    clear: left;
    float: left;
    width: 150px;
    height: 36px;
    line-height: 36px;

    color: #373738;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	background: #ddecf0;
    /*  background: #0C93AB;*/
}

dd.colm {
    margin: 0px;
    margin-left: 10px;
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}

dl.col2 {
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
    display: block;
    height: 50px;
}

dt.colt2 {
    margin: 0px;
    padding: 0px;
    display: block;
    clear: left;
    float: left;
    width: 150px;
    height: 58px;
    line-height: 36px;

    color: #373738;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	background: #ddecf0;
    /*  background: #0C93AB;*/	
}

dd.colm2 {
    margin: 0px;
    margin-left: 10px;
    float: left;
    height: 58px;
    line-height: 28px;
    font-size: 15px;
}

dl.col3 {
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
    display: block;
    height: 75px;
}

dt.colt3 {
    margin: 0px;
    padding: 0px;
    display: block;
    clear: left;
    float: left;
    width: 150px;
    height: 80px;
    line-height: 36px;

    color: #373738;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: #ddecf0;
    /*  background: #0C93AB;*/  
}

dd.colm3 {
    margin: 0px;
    margin-left: 10px;
    float: left;
    height: 80px;
    line-height: 28px;
    font-size: 15px;
}

p.abst {
    font-size: 16px;
}

p.abst2 {
    width: 860px;
    margin: 10px auto;
	
    font-size: 16px;
    text-align: left;
}
