@charset "UTF-8";

/* ******************  ul li  *************** */
.summary ul {
    margin: 0 0 0 30px;
    padding: 0; 
}

.summary li {
    margin: 0 10px 0 0;
    padding: 6px 0 0 0;
    list-style-position: outside;
    list-style-type: decimal;
}

/* ******************  div  *************** */
.apply {
    text-align: center;
}

/* ******************  table  *************** */
table {
    width: 470px;
}

th {
	margin: 0;
    padding: 6px;
    text-align: left;
    font-weight: normal;
    background-color : #B2C7E5;
    border: 1px solid #CCCCCC;
}

td {
	margin: 0;
    padding: 6px;
    text-align: left;
    background-color : #DBE8F3;
    border: 1px solid #CCCCCC;
}

th.main {
    color: #FFFFFF;
    background-color : #8598B7;
}

th.type {
    width: 100px;
}

th.step {
    width: 100px;
    height: 60px;
    border: 1px solid #999999;
    text-align: center;
}

td.step {
    border: 1px solid #999999;
    background-color : #EEEEEE;
}

/* ******************  text  *************** */
.establish {
    line-height: 200%;
}

.emphasize {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #AAAAAA;
    background-color: #F5F4E5;
    color: #6A7E97;
}

.end {
    text-align: right;
}

.company {
    margin: 10px 10px 0 22px;
    padding: 6px;
    font-size: 14px;
    font-weight: normal;
    background-color: #EEEEEE;
    border: 1px solid #DDD;
    color: #222222;
}


