@charset "utf-8";
/* CSS Document */

.project ul li {
    background-color: #efece5;
    text-align: left;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CCC;
    border-bottom-color: #CCC;
    margin-bottom: 10px;
    background-image: url(../images/smp/arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size:10px 15px;
    
}

.project ul li a{
    display: block;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 10px;
}

.project ul li a .title {
    color: #4d88ca;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
    }



.project {
    margin-top: 15px;
    margin-bottom: 15px;
}

.project ul li p{
    margin: 0px;
    padding: 0px;
    }

.project ul li a .txt {
    color: #333;
    font-size: 80%;
    line-height: 1.5em;
}
