#result {
	text-align:center;
}

#result .result_a {
    margin: 10px 0;
}

#result .item-box {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dotted;
}

#result .item-box .item-image {
    float: left;
    width: 22%;
}

#result .item-box .item-exp {
    float: left;
    width: 78%;
    text-align: left;
}

#result .item-box .item-exp h3 {
    color: #002244;
}
