@charset "utf-8";

.sorry{}
.sorry__sub_outer{
    display: table;
    width: 100%;
    height: 564px;
    background-image: url(/function/images/error_perabo.png);
    background-repeat: no-repeat;
    background-position: 714px;
}
.sorry__sub_inner{
    display: table-cell;
    padding-right: 500px;
    padding-left: 240px;
    padding-top: 250px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 300px 120px;
}
.sorry.error .sorry__sub_inner{
     background-image: url(/function/images/icon_404.png);
}
.sorry.info .sorry__sub_inner{
    background-image: url(/function/images/icon_notice.png);
    background-size: 100px;
    /* background-position: 300px 110px; */
}
.sorry p{
    line-height: 2;
    font-size: 1.6em;
}
.sorry .navi{
    font-size: 1.2em;
    text-decoration: underline;
}
/* 404 page only */
.sorry.page404 .heading01{
    margin-bottom: 1em;
}
.sorry.page404 p{
    line-height: 2;
    font-size: 1.2em;
}
.sorry.page404 a{
    text-decoration: underline;
}

/* sorry_not_data */
.sorry_not-data{
    width: 100%;
    height: 300px;
    display: table;
    background-image: url("../../modules/fukuokainfo/images/shibu_racer/perabo.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.sorry_not-data p{
    display: table-cell;
    padding-top: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}


/*div.sorry_main{
    display: table;
    width: 650px;
    height: 300px;
    margin: 60px 0 0 0;
}
.sorry_main .box{
    display:table-cell;
    width: 350px;
    vertical-align: top;
}
.sorry_main .box.left{
    width: 265px;
    text-align: right;
}
.sorry_main .box.left img{
    padding: 65px 20px 0 0;
    vertical-align: top;
}
.sorry_main .box.right {
}
.sorry_main .box.right .icon{

padding: 20px 0 0 0;
}
.sorry_main .box.right .icon img{
    width: 110px;
    height: 110px;
    margin-left: 125px;
}
.sorry_main .box li.message {
    padding-top: 15px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
div.navi {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0;
}
a.navi {
    display: inline-block;
    width: 270px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 0;
    background: url(/themes/kiryu/images/common/arw_01.png) no-repeat 250px;
    background-color: #42C2C5;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}
*/
