@charset "UTF-8";


#mainCont h3 {
    margin-bottom: 10px;
}
#mainCont h3::before {
    content: "▶ ";
}
#mainCont #productsContent #productsBlockArea {
    width: 736px;
}
#mainCont form[name=products_search] input#search_products {
    margin-right: 10px;
    padding: 3px 10px;
    font-size: 16px;
}
#mainCont form[name=products_search] input[type=submit] {
    padding: 4px 14px;
    transform: translateY(-1px);
    font-size: 14px;
}
#mainCont #resultArea {
    margin-bottom: 60px;
}
#mainCont table {
    display: none;
    width: 100%;
    margin: 20px auto -5px;
    /*margin: 20px auto 80px;*/
    border-collapse: collapse;
}
#mainCont table th,
#mainCont table td {
    padding: 5px 10px;
    border: 1px solid #666;
    text-align: center;
}
#mainCont table th.th2,
#mainCont table th.th3,
#mainCont table th.th4{
    width: 170px;
}
#mainCont table th {
    background-color: #ccc;
}
#mainCont .resultTxt {
    display: none;
    margin-top: 30px;
    text-align: center;
}
#mainCont .resultTxt .pageNation span {
    display: inline-block;
    width: 2em;
    margin: 6px;
    border: 1px solid #666;
    line-height: 2;
    cursor: pointer;
}
#mainCont .resultTxt .pageNation span.ac,
#mainCont .resultTxt .pageNation span:hover {
    background-color: #ccc;
}
#mainCont #stopList {
    margin: 0 20px 30px;
    border-top: 1px solid #333;
}
#mainCont #stopList li {
    border-bottom: 1px solid #333;
    line-height: 2;
    overflow: hidden;
}
#mainCont #stopList .date{
    float: left;
    display: block;
    width: 130px;
}
#mainCont #stopList .cont{
    float: right;
    display: block;
    width: 565px;
}