@charset "UTF-8";
.errorContainer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.errorViewArea {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
.errorContainer .errorMessage {
    height: 100px;
    padding: 22px 0 0 75px;
    font-size: 20px;
    line-height: 34px;
    vertical-align: middle;
    display: table-cell;
}
.errorContainer .errorIcon {
    position: relative;
    height: 53px;
    width: 60px;
    background: url(../../../img/default/error/errorIcon.png) no-repeat 0 0;
    background-size: 60px 53px;
    margin: 30px 0 0 0;
}
.errorContainer .errorRabelText {
    font-size: 16px;
    line-height: 22px;
    margin-top: 40px;
}
.errorContainer .errorInfo {
    height: 300px;
    width: 600px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    border: 1px solid #999999;    /* @@line@@ */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}
.errorContainer .errorInfo ul {
    margin: 4px 15px;
}
.errorContainer .errorInfo li {
    word-break: break-all;
    margin: 0 5px;
}
.errorContainer .notFindEng {
    margin-top: 30px;
;
}
.errorContainer .notFindEng span {
    font-size: 62px;
    color: #f38c00;    /* @@text_accent@@ */
}
.errorContainer .notFindJp {
    font-size: 25px;
    margin-top: 10px;
    white-space: pre-line;
}
.errorContainer .errorWord {
    font-size: 17px;
    line-height: 30px;
    margin-top: 20px;
}
.errorContainer .gotoTopIcon {
    height: 40px;
    width: 200px;
    background: url(../../../img/default/error/gotoTopIcon.png) no-repeat 0 0;
    background-size: 40px 40px;
    margin: 60px auto 0 auto;
    padding-left: 50px;
    text-align: left;
}
.errorContainer .gotoTopTxt {
    font-size: 16px;
    line-height: 44px;
    color: #00aeef;    /* @@text_remarks@@ */
}
.errorContainer .gotoTopTxt:hover {
    color: #4dbfe9;    /* @@text_remarks:hover@@ */
}
.errorContainer .gotoTopTxt:active {
    color: #c54b92;    /* @@text_remarks:active@@ */
}
.errorContainer .gotoTopTxt.touch_end:hover {
    color: #00aeef;    /* @@text_remarks@@ */
}
.errorContainer .button_container {
    margin-top: 40px;
    text-align: center;
}
.errorContainer .button_container .btn {
    display: inline-block;
    height: 35px;
    margin: 0 10px;
    line-height: 35px;
    color: #ffffff;    /* @@color_button_label@@ */
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    width: 180px;
    background: url(../../../img/default/common/footer_btn.png) no-repeat 0 0;
    background-size: 180px 140px;
}
.errorContainer .freeDial {
    position: relative;
    height: 40px;
    width: 230px;
    background: url(../../../img/default/common/header_free_dial-blank.png) no-repeat;
    background-size: 218px 36px;
    display: inline-block;
    margin-top: 28px;
    overflow: visible;
}
.errorContainer .freeDial.default {
    background: url(../../../img/default/common/header_free_dial-default.png) no-repeat;
    background-size: 218px 36px;
}
.errorContainer .freeDial .info_tel {
    position: absolute;
    top: -6px;
    left: 40px;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #f38c00;    /* @@theme@@ */
}
.errorContainer .freeDial .info_hours {
    position: absolute;
    top: 22px;
    left: 1px;
    font-size: 11px;
    white-space: nowrap;
}
.errorContainer .freeDial .info_hours .duration {
    font-size: 12px;
}
