.hist img {
	width:100%;
    max-width:832px;
    display:block;
    margin:0 auto 30px;
}
.hist dl{
}

.hist dl dt{
    font-size: 19px;
    color: #2c3383;
    line-height: 22px;
    border-bottom: 2px solid #2c3383;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 30px;
    font-weight:bold;
}

.hist dl dd span{
    color: #3f49ba;
    font-weight: bold;
    font-size: 16px;
    margin-right: 7px;
}


.hist dl dd{
    font-size: 14px;
    color: #555;
    line-height:1.5;
    padding:10px;
    border-bottom: 1px solid #D8D8D8;
}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}
