@charset "UTF-8";



/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
    404ページ
==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
#page_not_found{}


/* ---- not_found_title ---- ---- ---- ---- ---- ---- ---- ---- ---- ----  */
/* ---- ---- ---- ---- ----  
---- ※今回は不使用
---- ---- ---- ---- ----  */
#not_found .not_found_title{
    text-align: center;
}
#not_found .not_found_title h2{
    margin: 0;
    margin-right:  20px;
    font-size: 40px;
}
#not_found .not_found_title .deco_not_found{
    margin: 0;
    color: #28a738;
    font-size: 14px;
}

/* ---- not_found_massage ---- ---- ---- ---- ---- ---- ---- ---- ---- ----  */
#not_found .not_found_massage{
    margin: 60px auto;
    text-align: center;
}


/* ---- not_found_massage ---- ---- ---- ---- ---- ---- ---- ---- ---- ----  */
#not_found .not_found_home_link{
    margin: 60px auto;
    text-align: center;
}

#not_found .not_found_home_link a{
    color: #28a738;
    text-decoration: underline;
}