body
{
    padding-bottom: 5rem;
}
.footer-container 
{
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-top:0;
}
.footer-container .footer-copyright
{
    margin-top:0;
}
.downloadsArae
{
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
    flex-direction: row;
    
    justify-content: stretch;
}
.navArea
{
    flex: 2;
    padding-bottom: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #f0f0f0;
}
.navArea .am-nav-header
{
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 1px dotted #e0e0e0;
}
.navArea .am-nav li
{
    text-align: center;
}
.navArea .am-nav li a
{
    font-size: 1.3rem;
}
.listArea
{
    flex: 10;
    padding-left: 1rem;
}
.conditionArea
{
    margin-bottom: 1rem;
    padding: 0 1rem 0 1rem;
    border: 1px solid #3bf;
}
.condition
{
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #999;
}
.conditionArea .condition:last-child
{
    border-bottom-width: 0
}
.conditionHead
{
    font-size: 1.4rem;
    font-weight: bold;
    text-align: right;
}
.conditionBody
{
    line-height: 2.4rem;
}
.conditionBody a
{
    font-size: 1.4rem;
}

.listHeader
{
    background-color: #f0f0f0;
}
.listPageSetting
{
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items:center;
    height: 4rem;
}
.listPageSetting .am-form-group
{
    margin-bottom: 0rem;
}
.listPagination
{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 4rem;
    padding-right: 1rem;
}
.listHeader .am-pagination
{
    margin: 0rem;
}
.listPagination .am-pagination>li>a, .listPagination .am-pagination>li>span
{
    margin-bottom: 0;
    margin-right: 0;
}
.listBody
{
    padding:0 ;
}
.listBody .product
{
    padding: 1rem;
    font-size: 1.4rem;
    background-color: #f0f0f0;
    border-bottom: 1px dotted #b3b3b3;
}

.listBody .product:last-child
{
    border-bottom-color: transparent;
}
.listBody .product .title
{
    font-size: 1.4rem;
    color: #09f;
}
.listBody .product .title a
{
    font-size: 1.6rem;
    color :#09f;
    border-bottom: 1px dotted transparent;
}
.listBody .product .title a:hover
{
    font-size: 1.6rem;
    color :#333;
    border-bottom: 1px dotted #666;
}
.listBody .product .body .cate,
.listBody .product .body .stuff
{
    font-size: 1.4rem;
    padding-top: .5rem;
    color: #666;
}
.listBody .product .body .stuff .divided
{
    margin-right: 2rem;
}
.listBody .product .body .stuff .divided [class*=am-icon-]
{
    color: #f3b;
}
.listBody .product:nth-child(odd)
{
    background-color: #fff;
}
.listBody .product:nth-child(even)
{
    background-color: #f5f5f5;
}