/*inner*/

.inner .content-box {
    padding-top: 60px;
}

.inner .content-box ul {
    background: #fff;
    border-radius: 4px;
}

.inner .content-box li .head {
    border-bottom: 2px solid #e5e5e5;
    background: url(../images/navbar_bg.png) repeat-x;
    line-height: 3.2rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-left: 1.5rem;
}

.inner .content-box .headline {
    text-align: center;
}

.inner .content-box .headline h3 {
    font-size: 1.3rem;
}

.inner .content-box .headline p {
    font-size: 1.2rem;
    color: #888;
}

.inner .content-box li .text {
    padding: 1rem;
}

.inner .content-box li .text img {
    width: 100%;
    height: auto;
}

.inner .content-box li .text p {
    /*text-indent: 2em;*/
    margin-bottom: 1rem;
    color: #666;
    letter-spacing: 1px;
    font-size: 1.4rem;
}

.inner .content-box li .text .img {
    text-indent: 0;
    color: #666;
    font-size: 1.2rem;
}

.inner .content-box li .text .img img {
    width: 100%;
}

.inner .content-box li .text p.noindent {
    text-indent: 0;
}