@charset "utf-8";
/* Copyright 2018 design hack. */

/* ------------------------------------------------------------

404

------------------------------------------------------------ */

/* pagettl
---------------------------------------------- */
h3#pagettl{background:url(../img/bg_h3_error.jpg) no-repeat center 0;background-size: 1800px 300px;height: 300px; text-align: center;}

ul#btn_error{width:980px;font-size: 0;margin: 0 auto 100px;}
ul#btn_error li{width:180px;margin-right: 20px; display: inline-block;}
ul#btn_error li:last-child{margin-right: 0;}
ul#btn_error li a:hover img{opacity: 1;-webkit-animation: flash 3s;animation: flash 3s;}
@-webkit-keyframes flash {0% {opacity: .4;}50% {opacity: 1;}}
@keyframes flash {0% {opacity: .4;}50% {opacity: 1;}}