﻿@charset "UTF-8";
:root {
    --color-attender: #777777;
    --color-groom: #0000ad;
    --color-bride: #ad1500;
}
* {
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: default;
    box-sizing: border-box;
    color: #404f5b;    /* @@text@@ */
}
@font-face {
    font-family: myfont-w;
    src: url('../../../fonts/Mp04MotoyaMinchoPr6N-W3.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/Mp04MotoyaMinchoPr6N-W3.woff') format('woff');
    font-weight: normal;
    font-stretch: normal;
}
html, body {
    padding: 0;
    height: 100%;
    width: 100%;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-text-size-adjust: none;
    font-size: 12px;
}
body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #ffffff;
    font-size: 12px;
    color: #404f5b;    /* @@text@@ */
}
input, select, textarea {
    font-family: myfont-w;
    font-size: 12px;
    color: #404f5b;    /* @@text@@ */
    line-height: 20px;
}
textarea {
    resize: none;
    overflow-y: auto;
}
input[type="text"],input[type="password"],input[type="number"],input[type="date"],textarea[type="text"] {
    border: 1px solid #b3b3b3;    /* @@input_text@@ */
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    cursor: auto;
    outline: none;
    font-size: 15px;
}
input[type="text"],input[type="password"] {
    height: 38px;
}
.FF option {
    padding-left: 12px;
}
.web-font {
    font-family: myfont-w;
}
.flex1 {
    flex: 1;
}
.selectable-text {
    user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
}
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, input[type="text"],input[type="password"],textarea[type="text"] {
        padding: 6px 8px 0 3px
    }
}
input[type="text"],input[type="password"],textarea[type="text"]:not(:target) {
    padding: 6px 8px 0 3px\9
}
input:focus[type="text"],input:focus[type="password"],input:focus[type="email"],textarea:focus[type="text"] {
    border: 1px solid #00a4e0;    /* @@input_text:hover@@ */
}
input.inputImperative,
input[type="text"].inputImperative {
    border: 1px solid #f39700;    /* @@text_caution@@ */
}
input.inputImperative:focus,
input[type="text"].inputImperative:focus {
    border: 1px solid #00a4e0;    /* @@input_text:hover@@ */
}
select {
    cursor: pointer;
}
select option {
    background-color: #ffffff;
}
input[type="button"] {
    cursor: pointer;
}
select {
    cursor: pointer;
}
table, table tr {
    overflow: visible;
}
.theme-color {
    color: #f38c00;    /* @@theme@@ */
}
.radioCon {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    line-height: 0;
}
.radioCon.wide {
    width: 200px;
}
.radio {
    display: inline-block;
    height: 25px;
    background: url('../../../img/default/common/check_box2.png') no-repeat  0 -25px;
    background-size: 25px 75px;
    padding-left: 34px;
    line-height: 26px;
    cursor: pointer;
    font-size: 16px;
}
.radio.round {
    display: inline-block;
    height: 25px;
    background: url('../../../img/default/common/radio.round.png') no-repeat  0 -25px;
    background-size: 25px 50px;
    padding-left: 34px;
    line-height: 26px;
    cursor: pointer;
    font-size: 16px;
}
.radio[selected="selected"] {
    background-position: 0 0;
}
.radio:hover {
    opacity: 1;
    font-weight: bold;
}
.radio.display_only:hover {
    font-weight: normal;
    cursor: default;
}
.check {
    display: inline-block;
    height: 25px;
    background: url('../../../img/default/common/check_box2.png') no-repeat 0 -25px;
    background-size: 25px 75px;
    padding-left: 34px;
    line-height: 26px;
    cursor: pointer;
    font-size: 16px;
}
.check[checked="checked"] {
    background-position: 0 0;
}
.check:hover {
    opacity: 1;
    font-weight: bold;
}
.radio span,
.check span {
    cursor: pointer;
}
.radio.small {
    display: inline-block;
    height: 20px;
    background: url('../../../img/default/common/check_box2.png') no-repeat  0 -20px;
    background-size: 20px 60px;
    padding-left: 24px;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
}
.radio.round.small {
    height: 20px;
    background: url('../../../img/default/common/radio.round.png') no-repeat  0 -20px;
    background-size: 20px 40px;
    padding-left: 24px;
    line-height: 20px;
    font-size: 14px;
}
.radio.small[selected="selected"] {
    background-position: 0 0;
}
.check.small {
    display: inline-block;
    height: 20px;
    background: url('../../../img/default/common/check_box2.png') no-repeat 0 -20px;
    background-size: 20px 60px;
    padding-left: 24px;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
}
.check.small[checked="checked"] {
    background-position: 0 0;
}
.check.unselectable,
.check[disabled="disabled"],
.radio.unselectable,
.radio[disabled="disabled"] {
    background-position: 0 -50px;
}
.check.small.unselectable,
.check.small[disabled="disabled"],
.radio.small.unselectable,
.radio.small[disabled="disabled"] {
    background-position: 0 -40px;
}
.check.unselectable,
.check[disabled="disabled"],
.radio.unselectable,
.radio[disabled="disabled"] {
    font-weight: normal;
    cursor: default;
}
.semitransparent {
    opacity: 0.5;
}
.btn,a {
    cursor: pointer;
}
.scrollY {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.scrollX {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content-baseline * {
    vertical-align: baseline;
}
.IE {
}
.FF {
}
.SF {
}
.CR {
}
.MOBILE {
}
.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
}
.header {
    position: relative;
    width: 100%;
}
.header .separator {
    height: 4px;
    border-top: 2px solid #ff9800;    /* @@theme_line@@ */
    border-bottom: 1px solid #ff9800;    /* @@theme_line@@ */
}
.main {
    position: relative;
}
.footer {
    position: relative;
}
.footer .separator {
    height: 1px;
    border-top: 1px solid #ff9800;    /* @@theme_line@@ */
}
.indication_popup {
    position: absolute;
    bottom: 60px;
    height: 60px;
    left: 50%;
    overflow: visible;
}
.footer .indication {
    width: 100%;
}
.indication_popup .indication {
    overflow: visible;
}
.footer .indication.left {
    text-align: left;
}
.footer .indication.center {
    text-align: center;
}
.footer .indication.right {
    text-align: right;
}
.footer .indication > div,
.indication_popup .indication > div {
    display: inline-block;
}
.indication_popup .indication > div {
    position: relative;
    overflow: visible;
    background-color: #ffffff;
    padding-left: 80px;
    padding-right: 80px;
    box-shadow: 8px 8px 12px rgba(0,0,0,0.4);
    border: 1px solid #999999;    /* @@line@@ */
}
.footer .indication > div > div,
.indication_popup .indication > div > div {
    display: table;
}
.footer .indication > div > div > div,
.indication_popup .indication > div > div > div {
    display: table-cell;
    padding-left: 38px;
    height: 60px;
    vertical-align: middle;
    text-align: left;
    color: inherit;
    background: url(../../../img/default/common/info.png) no-repeat;
    background-size: 32px 60px;
}
.footer .indication > div > div > div > span,
.indication_popup .indication > div > div > div > span {
    line-height: 20px;
    font-size: 14px;
    color: #00aeef;    /* @@text_remarks@@ */
}
.footer .indication.multi_line > div > div > div > span,
.indication_popup .indication.multi_line > div > div > div > span {
    display: block;
}
.indication_popup .indication .popupCloseBtn {
    position: absolute;
    display: block;
    width: 39px;
    height: 39px;
    top: -18px;
    right: -20px;
    background: url('../../../img/default/popup/pop_close.png') 0 0;
    background-size: 39px 117px;
    cursor: pointer;
}
.indication_popup .indication .popupCloseBtn:hover {
    background-position: 0 -39px;
}
.indication_popup .indication .popupCloseBtn:active {
    background-position: 0 -78px;
}
.indication_popup .indication .popupCloseBtn.touch_end:hover {
    background-position: 0 0;
}
.header .container {
    height: 70px;
}
.header .pageTitle {
    position: absolute;
    top: 16px;
    display: inline-block;
    line-height: 40px;
    font-size: 23px;
    font-weight: bold;
}
.header .meibo {
    height: 40px;
    background: url(../../../img/default/common/header_meibo_icon.png) no-repeat;
    background-size: 30px 40px;
    padding-left: 34px;
}
.header .invitation_card {
    height: 70px;
    background: url(../../../img/default/common/header_invitation_icon.png) no-repeat;
    background-size: 58px 41px;
    padding-left: 34px;
    padding-top: 2px;
    top: 14px;
}
.header .hikidemono {
    height: 70px;
    background: url(../../../img/default/common/header_hikidemono_icon.png) no-repeat;
    background-size: 40px 38px;
    padding-left: 34px;
    padding-top: 2px;
    top: 14px;
}
.header .menu {
    height: 70px;
    background: url(../../../img/default/common/header_menu_icon.png) no-repeat;
    background-size: 50px 34px;
    padding-left: 34px;
    padding-top: 0;
    top: 16px;
}
.header .wellcome {
    height: 70px;
    background: url(../../../img/default/common/header_wellcome_icon.png) no-repeat;
    background-size: 34px 40px;
    padding-left: 24px;
    padding-top: 0;
    top: 16px;
}
.header .yokyo {
    height: 32px;
    background: url(../../../img/default/common/header_yokyo_icon.png) no-repeat;
    background-size: 32px 32px;
    padding-left: 22px;
    padding-top: 0;
    top: 20px;
}
.header .kanri {
    height: 40px;
    background: url(../../../img/default/common/header_kanri_icon.png) no-repeat;
    background-size: 42px 40px;
    padding-left: 38px;
    padding-top: 0;
    top: 16px;
}
.header .sekiji {
    height: 70px;
    background: url(../../../img/default/common/header_sekiji_icon.png) no-repeat;
    background-size: 30px 40px;
    padding-left: 24px;
    padding-top: 0;
    top: 16px;
}
.header .sekifuda {
    height: 70px;
    background: url(../../../img/default/common/header_sekifuda_icon.png) no-repeat;
    background-size: 50px 40px;
    padding-left: 30px;
    padding-top: 0;
    top: 16px;
}
.header .tableplan {
    height: 70px;
    background: url(../../../img/default/common/header_tableplan_icon.png) no-repeat;
    background-size: 45px 40px;
    padding-left: 40px;
    padding-top: 0;
    top: 16px;
}
.header .profile {
    height: 70px;
    background: url(../../../img/default/common/header_profile_icon.png) no-repeat;
    background-size: 50px 40px;
    padding-left: 40px;
    padding-top: 0;
    top: 16px;
}
.header .catalog {
    height: 70px;
    background: url(../../../img/default/common/header_catalog_icon.png) no-repeat 0 5px;
    background-size: 40px 27px;
    padding-left: 50px;
    padding-top: 0;
    top: 16px;
}
.header .optionSetting {
    height: 70px;
    background: url(../../../img/default/common/header_optionset_icon.png) no-repeat 0 0;
    background-size: 35px 35px;
    padding-left: 20px;
    padding-top: 0;
    top: 18px;
}
.header .historyInfo {
    height: 70px;
    background: url(../../../img/default/common/header_historyinfo_icon.png) no-repeat 0 0;
    background-size: 35px 35px;
    padding-left: 20px;
    padding-top: 0;
    top: 18px;
}
.header .nenga {
    height: 70px;
    background: url(../../../img/default/common/header_nenga_icon.png) no-repeat 0 0;
    background-size: 33px 40px;
    padding-left: 20px;
    padding-top: 0;
    top: 18px;
}
.header .end_roll {
    height: 70px;
    background: url(../../../img/default/common/header_end_roll_icon.png) no-repeat;
    background-size: 62px 40px;
    padding-left: 44px;
    padding-top: 2px;
    top: 18px;
}
.header .bus_service {
    height: 70px;
    background: url(../../../img/default/common/header_bus_icon.png) no-repeat;
    background-size: 35px 40px;
    padding-left: 20px;
    padding-top: 0;
    top: 18px;
}
.header .web_invitation {
    height: 70px;
    background: url(../../../img/default/common/header_webinvitaion_icon.png) no-repeat;
    background-size: 30px 40px;
    padding-left: 20px;
    padding-top: 0;
    top: 18px;
}
.header .sample_request {
    height: 60px;
    background: url(../../../img/default/common/header_sample_request_icon.png) no-repeat;
    background-size: 60px 49px;
    padding-left: 80px;
    margin-top: -7px;
    top: 18px;
    line-height: 54px;
}
.header .topSubIcon01 {
    height: 70px;
    background: url(../../../img/default/common/header_topSub_icon01.png) no-repeat 0 0;
    background-size: 35px 35px;
    padding-left: 25px;
    padding-top: 0;
    top: 16px;
}
.header .topSubIcon02 {
    height: 70px;
    background: url(../../../img/default/common/header_topSub_icon02.png) no-repeat 0 2px;
    background-size: 35px 35px;
    padding-left: 25px;
    padding-top: 0;
    top: 16px;
}
.header .topSubIcon03 {
    height: 70px;
    background: url(../../../img/default/common/header_topSub_icon03.png) no-repeat 0 0;
    background-size: 35px 40px;
    padding-left: 25px;
    padding-top: 0;
    top: 16px;
}
.header .topSubIcon04 {
    height: 70px;
    background: url(../../../img/default/common/header_topSub_icon04.png) no-repeat 0 0;
    background-size: 35px 35px;
    padding-left: 25px;
    padding-top: 0;
    top: 16px;
}
.header .topSubIcon05 {
    height: 70px;
    background: url(../../../img/default/common/header_topSub_icon05.png) no-repeat 0 0;
    background-size: 40px 36px;
    padding-left: 25px;
    padding-top: 0;
    top: 16px;
}
.header .topSubIcon06 {
    height: 70px;
    background: url(../../../img/default/common/header_topSub_icon06.png) no-repeat 0 0;
    background-size: 34px 35px;
    padding-left: 25px;
    padding-top: 0;
    top: 16px;
}
.header .topSubIcon07 {
    height: 70px;
    background: url(../../../img/default/common/header_topSub_icon07.png) no-repeat 0 0;
    background-size: 34px 40px;
    padding-left: 15px;
    padding-top: 0;
    top: 16px;
}
.header .topSubIcon08 {
    height: 70px;
    background: url(../../../img/default/common/header_topSub_icon08-2.png) no-repeat 0 0;
    background-size: 32.5px 41px;
    padding-left: 25px;
    padding-top: 0;
    top: 16px;
}
.header .inquiry {
    height: 70px;
    background: url(../../../img/default/common/header_inquiry_icon.png) no-repeat;
    background-size: 40px 40px;
    padding-left: 20px;
    padding-top: 0;
    top: 18px;
}
.header .topSubIcon10 {
    height: 70px;
    background: url(../../../img/default/common/header_topSub_icon08-2.png) no-repeat 0 0;
    background-size: 32.5px 41px;
    padding-left: 25px;
    padding-top: 0;
    top: 16px;
}
.header .pageTitle span {
    line-height: 41px;
}
.header .pageTitle span:first-child {
    padding-left: 12px;
}
.header .pageTitle span.invitation,
.header .pageTitle span.rsvp_setting {
    padding-left: 30px
}
.header .pageTitle.sample_request span {
    padding-left: 0;
    display: inline-block;
    margin-top: 5px;
}
.header .freeDial {
    position: absolute;
    top: 18px;
    left: 530px;
    height: 40px;
    width: 230px;
    background: url(../../../img/default/common/header_free_dial-blank.png) no-repeat;
    background-size: 218px 36px;
    overflow: visible;
}
.header .freeDial .info_tel {
    position: absolute;
    top: -6px;
    left: 40px;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #f38c00;    /* @@theme@@ */
}
.header .freeDial .info_hours {
    position: absolute;
    top: 22px;
    left: -20px;
    font-size: 11px;
    white-space: nowrap;
    text-align: center;
    width: 270px;
    overflow: visible;
}
.header .freeDial .info_hours .duration {
    font-size: 12px;
}
.header .topLogo {
    position: absolute;
    top: 18px;
    height: 35px;
    width: 255px;
    background-size: 255px 35px;
}
.header .buttonCon {
    position: absolute;
    right: 0;
    overflow: visible;
    margin-top: 12px;
}
.header [name="helpBtn"] {
    top: 0;
    background: url(../../../img/default/common/header_help.png) no-repeat;
    background-size: 22px 66px;
    cursor: pointer;
}
.header [name="inquiryBtn"] {
    top: 0;
    background: url(../../../img/default/common/header_inquiry.png) no-repeat;
    background-size: 22px 66px;
    cursor: pointer;
}
.header [name="topBtn"] {
    top: 0;
    background: url(../../../img/default/common/header_top.png) no-repeat;
    background-size: 22px 66px;
    cursor: pointer;
}
.header [name="closeBtn"] {
    top: 4px;
    background: url(../../../img/default/common/header_close.png) no-repeat;
    background-size: 28px 84px;
    cursor: pointer;
}
.header .btn {
    position: relative;
    display: inline-block;
    height: 22px;
    width: 22px;
    margin: 0 12px;
    padding-top: 20px;
    overflow: visible;
    text-align: center;
}
.header .btn:hover {
    background-position: 0 -22px;
}
.header .btn:active {
    background-position: 0 -44px;
}
.header .btn.touch_end:hover {
    background-position: 0 0;
}
.header .close {
    position: relative;
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-left: 10px;
    padding-top: 0;
    overflow: visible;
}
.header .close:hover {
    background-position: 0 -28px;
}
.header .close:active {
    background-position: 0 -56px;
}
.header .close.touch_end:hover {
    background-position: 0 0;
}
.header .btn p {
    position: absolute;
    width: 62px;
    left: -20px;
    line-height: 26px;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
}
.header p .cap {
    cursor: pointer;
    display: inline-block;
    min-width: 40px;
}
.header .cap:hover {
    font-weight: bold;
}
.sheet {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sheetInner {
}
.main .container {
    padding-top: 24px;
    padding-bottom: 24px;
}
.main .item {
    padding-left: 24px;
    margin-bottom: 30px;
}
.main .item .title {
    line-height: 29px;
    height: 27px;
    padding-left: 31px;
    background-image: url("../../../img/default/common/maru.png");
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: middle left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 12px;
}
.main .item .statement {
    margin-left: 0.5em;
    font-size: 12px;
    font-weight: normal;
}
*[mode="read"] .statement {
    display: none;
}
*[mode="edit"] .statement {
    display: inline;
}
.main .itemContent {
    padding-left: 30px;
}
.inlineBlock {
    display: inline-block;
}
.tableCell {
    display: table-cell;
    position: relative;
}
.defaultBox {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.defaultBoxWide {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.defaultBoxEnd {
    margin-bottom: 0;
}
.subTitleMaru {
    height: 18px;
    background: url(../../../img/default/common/maru.png) no-repeat 0 0;
    background-size: 18px;
    font-size: 17px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 19px;
}
.subWord {
    font-size: 16px;
    padding-top: 14px;
    display: inline-block;
}
.onImage {
    background: url(../../../img/default/common/onimage.png) no-repeat;
}
.noImage {
    background: url(../../../img/default/common/noimage.png) no-repeat;
}
.onImage,
.noImage {
    height: 80px;
    width: 80px;
    background-position: 0 0;
    background-size: 80px;
    margin-left: auto;
    margin-right: auto;
}
.disclaimer,
.disclaimerBrue {
    font-size: 13px;
}
.disclaimerBrue,
.sentenceBlue {
    color: #00aeef;    /* @@text_remarks@@ */
}
.yen {
    height: 19px;
    background: url(../../../img/default/common/yen.png) no-repeat left top;
    background-size: 15px 15px;
    font-size: 15px;
    line-height: 17px;
    padding-left: 20px;
}
.yen * {
    vertical-align: baseline;
}
.nouki {
    height: 19px;
    background: url(../../../img/default/common/nouki.png) no-repeat left top;
    background-size: 15px 15px;
    font-size: 15px;
    line-height: 17px;
    padding-left: 20px;
}
.nouki * {
    vertical-align: baseline;
}
.price_symbol_label {
    margin-left: 2px;
    font-size: 12px;
}
@media screen and (max-device-width: 1024px) {
    .yen {
        height: 19px;
        background: url(../../../img/default/common/yen.png) no-repeat;
        background-position: left 1.5px;
        background-size: 15px 15px;
    }
}
.btn_slim {
    height: 35px;
    width: 155px;
    background: url(../../../img/default/common/btn_slim.png) no-repeat 0 0;
    background-size: 155px 140px;
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;    /* @@color_button_label@@ */
    text-align: center;
    margin-left: auto;
    cursor: pointer;
}
.btn_slim:hover {
    background-position: 0 -35px;
}
.btn_slim:active {
    background-position: 0 -70px;
}
.btn_slim.touch_end:hover {
    background-position: 0 0;
}
.boxVam {
    vertical-align: middle;
}
.boxVat {
    vertical-align: top;
}
.boxVab {
    vertical-align: bottom;
}
.boxFloatL {
    float: left;
}
.boxFloatR {
    float: right;
}
.boxCenter {
    margin-left: auto;
    margin-right: auto;
}
.txtCenter {
    text-align: center;
}
.clear {
    clear: both;
}
input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0.0;
    font-size: 28px;
}
.sansyouButton {
    width: 51px;
    height: 26px;
    font-size: 18px;
    cursor: pointer;
}
.editModeBtn2 {
    width: 51px;
    background: url(../../../img/default/common/editModeBtn2.png) no-repeat;
    background-size: 51px 78px;
}
.editModeBtn3 {
    width: 71px;
    background: url(../../../img/default/common/editModeBtn3.png) no-repeat;
    background-size: 71px 78px;
}
.editModeBtn4 {
    width: 77px;
    background: url(../../../img/default/common/editModeBtn4.png) no-repeat;
    background-size: 77px 78px;
}
.editModeBtn6 {
    width: 91px;
    background: url(../../../img/default/common/editModeBtn6.png) no-repeat;
    background-size: 91px 78px;
}
.editModeBtn7 {
    width: 101px;
    background: url(../../../img/default/common/editModeBtn7.png) no-repeat;
    background-size: 101px 78px;
}
.editModeBtn8 {
    width: 121px;
    background: url(../../../img/default/common/editModeBtn8.png) no-repeat;
    background-size: 121px 78px;
}
.editModeBtn9 {
    width: 171px;
    background: url(../../../img/default/common/editModeBtn9.png) no-repeat;
    background-size: 171px 78px;
}
.editModeBtn2,
.editModeBtn3,
.editModeBtn4,
.editModeBtn6,
.editModeBtn7,
.editModeBtn8,
.editModeBtn9 {
    background-position: 0 0;
    height: 26px;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}
.FF .editModeBtn2,
.FF .editModeBtn3,
.FF .editModeBtn4,
.FF .editModeBtn6,
.FF .editModeBtn7,
.FF .editModeBtn8,
.FF .editModeBtn9 {
    line-height: 28px;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast: none) {
    .editModeBtn2,
    .editModeBtn3,
    .editModeBtn4,
    .editModeBtn6,
    .editModeBtn7,
    .editModeBtn8,
    .editModeBtn9 {
        line-height: 28px !important;
    }
}
.editModeBtn2:hover,
.editModeBtn3:hover,
.editModeBtn4:hover,
.editModeBtn6:hover,
.editModeBtn7:hover,
.editModeBtn8:hover,
.editModeBtn9:hover {
    background-position: 0 -26px;
    color: #b3b3b3;    /* @@button_label:hover@@ */
}
.editModeBtn2:active,
.editModeBtn3:active,
.editModeBtn4:active,
.editModeBtn6:active,
.editModeBtn7:active,
.editModeBtn8:active,
.editModeBtn9:active {
    background-position: 0 -52px;
    color: #404f5b;    /* @@button_label:active@@ */
}
.editModeBtn2.touch_end:hover,
.editModeBtn3.touch_end:hover,
.editModeBtn4.touch_end:hover,
.editModeBtn6.touch_end:hover,
.editModeBtn7.touch_end:hover,
.editModeBtn8.touch_end:hover,
.editModeBtn9.touch_end:hover {
    background-position: 0 0;
    color: #b3b3b3;    /* @@button_label:hover@@ */
}
.editModeBtn2[disabled="1"],
.editModeBtn2[disabled="1"]:hover,
.editModeBtn2[disabled="1"]:active,
.editModeBtn3[disabled="1"],
.editModeBtn3[disabled="1"]:hover,
.editModeBtn3[disabled="1"]:active,
.editModeBtn4[disabled="1"],
.editModeBtn4[disabled="1"]:hover,
.editModeBtn4[disabled="1"]:active,
.editModeBtn6[disabled="1"],
.editModeBtn6[disabled="1"]:hover,
.editModeBtn6[disabled="1"]:active,
.editModeBtn7[disabled="1"],
.editModeBtn7[disabled="1"]:hover,
.editModeBtn7[disabled="1"]:active,
.editModeBtn8[disabled="1"],
.editModeBtn8[disabled="1"]:hover,
.editModeBtn8[disabled="1"]:active,
.editModeBtn9[disabled="1"],
.editModeBtn9[disabled="1"]:hover,
.editModeBtn9[disabled="1"]:active {
    background-position: 0 0;
    opacity: 0.5;
    color: #b3b3b3;
    cursor: auto;
}
.calenderIcon {
    height: 20px;
    width: 20px;
    background: url(../../../img/default/common/calenderIcon.png) no-repeat 0 0;
    background-size: 20px 40px;
    cursor: pointer;
}
.calenderIcon:hover {
    background-position: 0 -20px;
}
.calenderIcon:active {
    background-position: 0 0;
}
.calenderIcon.touch_end:hover {
    background-position: 0 0;
}
input.inputSize04 {
    width: 50px;
    text-align: right;
}
input.inputSize05 {
    width: 75px;
}
input.inputSize06 {
    width: 100px;
}
input.inputSize07 {
    width: 95px;
    height: 35px;
    text-align: right;
}
.inputSize1,
input.inputSize1 {
    width: 180px;
}
input.inputSize2 {
    width: 230px;
}
input.inputSize3 {
    width: 370px;
}
input.inputSize4 {
    width: 500px;
}
input.inputSize5 {
    width: 765px;
}
input.inputSize6 {
    width: 280px;
}
input.inputSize7 {
    width: 130px;
}
input.inputSize8 {
    width: 200px;
}
input.inputSize9 {
    width: 400px;
}
input.inputSize10 {
    width: 300px;
}
input.inputSize11 {
    width: 670px;
}
input.inputSize12 {
    width: 730px;
}
input.inputSize13 {
    width: 231px;
}
input.inputSize14 {
    width: 292px;
}
input.inputSize15 {
    width: 190px;
}
input.inputSize16 {
    width: 650px;
    height: 50px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
input.inputSize17 {
    width: 200px;
    height: 30px;
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 10px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
input.inputSize18 {
    width: 598px;
    color: #00aeef;    /* @@text_remarks@@ */
    margin-bottom: 10px;
}
input.inputSize19 {
    width: 215px;
    height: 35px;
    margin-top: 15px;
}
input.inputSize20 {
    width: 180px;
    height: 35px;
    margin-top: 15px;
}
input.inputSize21 {
    width: 258px;
}
.textareaSize1 {
    width: 500px;
    height: 120px;
}
.textareaSize2 {
    width: 370px;
    height: 105px;
}
.textareaSize3 {
    width: 620px;
    height: 155px;
}
.textareaSize4 {
    width: 517px;
    height: 100px;
}
.textareaSize5 {
    width: 480px;
    height: 135px;
}
.textareaSize6 {
    width: 200px;
    height: 65px;
}
.textareaSize7 {
    width: 440px;
    height: 95px;
}
.textareaSize8 {
    width: 695px;
    height: 176px;
}
.textareaSize9 {
    width: 280px;
    height: 82px;
}
.textareaSize10 {
    width: 500px;
    height: 230px;
}
.textareaSize11 {
    width: 500px;
    height: 80px;
}
.textareaSize12 {
    width: 470px;
    height: 105px;
}
.editLabel {
    font-size: 14px;
    margin-right: 16px;
}
.addImperative {
    background-color: #fef4de;    /* @@table_cell_highlight@@ */
}
.selectYear,
.selectMonth {
    font-size: 13px;
    line-height: 26px;
    height: 26px;
    vertical-align: middle;
}
.selectYear {
    width: 91px;
    padding-left: 24px;
}
.selectMonth {
    width: 63px;
    padding-left: 20px;
}
.calenderInput {
    height: 38px;
    width: 180px;
    border: 1px solid #b3b3b3;    /* @@input_text@@ */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
}
.selectHonori {
    font-size: 13px;
    line-height: 28px;
    height: 26px;
    width: 91px;
    padding-left: 10px;
    vertical-align: middle;
}
.btn_tableplan_guestInfo {
    width: 157px;
    background: url(../../../img/default/common/btn_tableplan_guestInfo.png) no-repeat;
    background-size: 157px 140px;
}
.btn_tableplan_SeatOrder {
    width: 145px;
    background: url(../../../img/default/common/btn_tableplan_SeatOrder.png) no-repeat;
    background-size: 145px 140px;
}
.btn_tableplan_see {
    width: 210px;
    background: url(../../../img/default/common/btn_tableplan_see.png) no-repeat;
    background-size: 210px 140px;
    margin-left: 20px;
}
.upload {
    width: 156px;
    background: url(../../../img/default/common/btn_upload.png) no-repeat;
    background-size: 156px 140px;
}
.btn_tableplan_guestInfo,
.btn_tableplan_SeatOrder,
.btn_tableplan_see,
.upload {
    height: 35px;
    background-position: 0 0;
    cursor: pointer;
}
.btn_tableplan_guestInfo:hover,
.btn_tableplan_SeatOrder:hover,
.btn_tableplan_see:hover,
.upload:hover {
    background-position: 0 -35px;
}
.btn_tableplan_guestInfo:active,
.btn_tableplan_SeatOrder:active,
.btn_tableplan_see:active,
.upload:active {
    background-position: 0 -70px;
}
.btn_tableplan_guestInfo.touch_end:hover,
.btn_tableplan_SeatOrder.touch_end:hover,
.btn_tableplan_see.touch_end:hover,
.upload.touch_end:hover {
    background-position: 0 0;
}
div.inp_wrap {
    display: inline;
}
.flowSelect,
.flowInput,
.flowValidation,
.flowOrder {
    height: 25px;
    width: 960px;
    background: url(../../../img/default/common/flow_invitation.png) no-repeat;
    background-size: 960px 100px;
}
.flowSelect {
    background-position: 0 0;
}
.flowInput {
    background-position: 0 -25px;
}
.flowValidation {
    background-position: 0 -50px;
}
.flowOrder {
    background-position: 0 -75px;
}
.flowBtnBox {
    width: 920px;
    height: 122px;
    margin-left: auto;
    margin-right: auto;
}
.flowBtnBox > * {
    display: inline-block;
}
.flowBtnDesign {
    background: url(../../../img/default/common/flowBtn_invitation01.png) no-repeat;
}
.flowBtnHonjo {
    background: url(../../../img/default/common/flowBtn_invitation02.png) no-repeat;
}
.flowBtnEnv {
    background: url(../../../img/default/common/flowBtn_invitation03.png) no-repeat;
}
.flowBtnRep {
    background: url(../../../img/default/common/flowBtn_invitation04.png) no-repeat;
}
.flowBtnHikko {
    background: url(../../../img/default/common/flowBtn_invitation05-2.png) no-repeat;
}
.flowBtnConfirm {
    background: url(../../../img/default/common/flowBtn_invitation06.png) no-repeat;
}
.flowBtnOrder {
    background: url(../../../img/default/common/flowBtn_invitation07.png) no-repeat;
}
.flowBtn_menu01 {
    background: url(../../../img/default/common/flowBtn_menu01.png) no-repeat;
}
.flowBtn_menu02 {
    background: url(../../../img/default/common/flowBtn_menu04.png) no-repeat;
}
.flowBtn_menu03 {
    background: url(../../../img/default/common/flowBtn_menu02.png) no-repeat;
}
.flowBtn_menu04 {
    background: url(../../../img/default/common/flowBtn_menu03.png) no-repeat;
}
.flowBtn_wellcome01 {
    background: url(../../../img/default/common/flowBtn_wellcome01.png) no-repeat;
}
.flowBtn_wellcome02 {
    background: url(../../../img/default/common/flowBtn_wellcome02.png) no-repeat;
}
.flowBtn_wellcome03 {
    background: url(../../../img/default/common/flowBtn_wellcome03.png) no-repeat;
}
.flowBtn_sekiji01 {
    background: url(../../../img/default/common/flowBtn_sekiji01.png) no-repeat;
}
.flowBtn_sekiji02 {
    background: url(../../../img/default/common/flowBtn_sekiji02.png) no-repeat;
}
.flowBtn_sekifuda01 {
    background: url(../../../img/default/common/flowBtn_sekifuda01.png) no-repeat;
}
.flowBtn_sekifuda02 {
    background: url(../../../img/default/common/flowBtn_sekifuda02.png) no-repeat;
}
.flowBtn_profile01 {
    background: url(../../../img/default/common/flowBtn_profile01.png) no-repeat;
}
.flowBtn_profile02 {
    background: url(../../../img/default/common/flowBtn_profile02.png) no-repeat;
}
.flowBtn_profile03 {
    background: url(../../../img/default/common/flowBtn_profile03.png) no-repeat;
}
.flowBtn_profile04 {
    background: url(../../../img/default/common/flowBtn_profile04.png) no-repeat;
}
.flowBtn_profile05 {
    background: url(../../../img/default/common/flowBtn_profile05.png) no-repeat;
}
.flowBtn_profile06 {
    background: url(../../../img/default/common/flowBtn_profile06.png) no-repeat;
}
.flowBtnDesign,
.flowBtnHonjo,
.flowBtnEnv,
.flowBtnRep,
.flowBtnHikko,
.flowBtnConfirm,
.flowBtnOrder,
.flowBtn_menu01,
.flowBtn_menu02,
.flowBtn_menu03,
.flowBtn_menu04,
.flowBtn_wellcome01,
.flowBtn_wellcome02,
.flowBtn_wellcome03,
.flowBtn_sekiji01,
.flowBtn_sekiji02,
.flowBtn_sekifuda01,
.flowBtn_sekifuda02,
.flowBtn_profile01,
.flowBtn_profile02,
.flowBtn_profile03,
.flowBtn_profile04,
.flowBtn_profile05,
.flowBtn_profile06,
.flowBtnArrow,
.flowBtnBlank {
    height: 92px;
    width: 92px;
    background-position: 0 0;
    background-size: 92px 368px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
.flowBtnArrow,
.flowBtnBlank {
    width: 46px;
    background: url(../../../img/default/common/flowBtn_invitationArrow.png) no-repeat;
    background-size: 46px 184px;
    cursor: default;
}
.flowBtnDesign:hover,
.flowBtnHonjo:hover,
.flowBtnEnv:hover,
.flowBtnRep:hover,
.flowBtnHikko:hover,
.flowBtnConfirm:hover,
.flowBtnOrder:hover,
.flowBtn_menu01:hover,
.flowBtn_menu02:hover,
.flowBtn_menu03:hover,
.flowBtn_menu04:hover,
.flowBtn_wellcome01:hover,
.flowBtn_wellcome02:hover,
.flowBtn_wellcome03:hover,
.flowBtn_sekiji01:hover,
.flowBtn_sekiji02:hover,
.flowBtn_sekifuda01:hover,
.flowBtn_sekifuda02:hover,
.flowBtn_profile01:hover,
.flowBtn_profile02:hover,
.flowBtn_profile03:hover,
.flowBtn_profile04:hover,
.flowBtn_profile05:hover,
.flowBtn_profile06:hover,
.flowBtnBlank {
    background-position: 0 -92px;
}
.flowBtnDesign:active,
.flowBtnHonjo:active,
.flowBtnEnv:active,
.flowBtnRep:active,
.flowBtnHikko:active,
.flowBtnConfirm:active,
.flowBtnOrder:active,
.flowBtn_menu01:active,
.flowBtn_menu02:active,
.flowBtn_menu03:active,
.flowBtn_menu04:active,
.flowBtn_wellcome01:active,
.flowBtn_wellcome02:active,
.flowBtn_wellcome03:active,
.flowBtn_sekiji01:active,
.flowBtn_sekiji02:active,
.flowBtn_sekifuda01:active,
.flowBtn_sekifuda02:active,
.flowBtn_profile01:active,
.flowBtn_profile02:active,
.flowBtn_profile03:active,
.flowBtn_profile04:active,
.flowBtn_profile05:active,
.flowBtn_profile06:active {
    background-position: 0 -184px;
}
.flowBtnDesign.touch_end:hover,
.flowBtnHonjo.touch_end:hover,
.flowBtnEnv.touch_end:hover,
.flowBtnRep.touch_end:hover,
.flowBtnHikko.touch_end:hover,
.flowBtnConfirm.touch_end:hover,
.flowBtnOrder.touch_end:hover,
.flowBtn_menu01.touch_end:hover,
.flowBtn_menu02.touch_end:hover,
.flowBtn_menu03.touch_end:hover,
.flowBtn_menu04.touch_end:hover,
.flowBtn_wellcome01.touch_end:hover,
.flowBtn_wellcome02.touch_end:hover,
.flowBtn_wellcome03.touch_end:hover,
.flowBtn_sekiji01.touch_end:hover,
.flowBtn_sekiji02.touch_end:hover,
.flowBtn_sekifuda01.touch_end:hover,
.flowBtn_sekifuda02.touch_end:hover,
.flowBtn_profile01.touch_end:hover,
.flowBtn_profile02.touch_end:hover,
.flowBtn_profile03.touch_end:hover,
.flowBtn_profile04.touch_end:hover,
.flowBtn_profile05.touch_end:hover,
.flowBtn_profile06.touch_end:hover,
.flowBtnBlank {
    background-position: 0 0;
}
.flowMmenu01,
.flowMmenu02,
.flowMmenu03,
.flowMmenu04 {
    background: url(../../../img/default/common/flow_menu2.png) no-repeat;
    height: 25px;
    width: 552px;
    background-size: 552px 100px;
}
.flowSekiji01,
.flowSekiji02,
.flowSekifuda01,
.flowSekifuda02 {
    background: url(../../../img/default/common/flow_sekiji.png) no-repeat;
    height: 25px;
    width: 272px;
    background-size: 272px 50px;
}
.flowMmenu01,
.flowSekiji01 {
    background-position: 0 0;
}
.flowMmenu02,
.flowSekiji02,
.flowSekifuda02 {
    background-position: 0 -25px;
}
.flowMmenu03 {
    background-position: 0 -50px;
}
.flowMmenu04 {
    background-position: 0 -75px;
}
.flowProfile {
    height: 25px;
}
.flowProfileBox {
    display: flex;
}
.flowProfile.left {
    background: url(../../../img/default/common/flow_profile_left.png) no-repeat;
    width: 136px;
    background-size: 137px 75px;
}
.flowProfile.center {
    background: url(../../../img/default/common/flow_profile_center.png) repeat-x;
    background-size: 2px 75px;
}
.flowProfile.right {
    background: url(../../../img/default/common/flow_profile_right.png) no-repeat;
    width: 274px;
    background-size: 274px 75px;
}
[input_step_count="1"] .flowProfile.center {
    display: none;
}
[input_step_count="2"] .flowProfile.center {
    width: 137px;
}
[input_step_count="3"] .flowProfile.center {
    width: 274px;
}
[input_step_count="4"] .flowProfile.center {
    width: 411px;
}
.step-input .flowProfile {
    background-position: 0 0;
}
.step-confirm .flowProfile {
    background-position: 0 -25px;
}
.step-order .flowProfile {
    background-position: 0 -50px;
}
.flowBtn_profile01,
.flowBtn_profile02,
.flowBtn_profile03,
.flowBtn_profile04,
.afterGreetingBtn,
.afterNewHouseBtn,
.afterProfileBtn,
.afterPortraitBtn {
    display: none;
}
*[pages~="greeting"] .flowBtn_profile01,
*[pages~="greeting"] .afterGreetingBtn,
*[pages~="new_house"] .flowBtn_profile02,
*[pages~="new_house"] .afterNewHouseBtn,
*[pages~="profile"] .flowBtn_profile03,
*[pages~="profile"] .afterProfileBtn,
*[pages~="photo"] .flowBtn_profile04,
*[pages~="photo"] .afterPortraitBtn {
    display: inline-block;
}
.flowBtnActive {
    background-position: 0 0;
}
.flowBtnNotActive {
    background-position: 0 -276px;
}
.textUnderLine {
    text-decoration: underline;
}
@media all and (orientation: landscape) {
    html.ipad.ios7 > body {
        position: fixed;
        height: 672px !important;
        width: 100%;
    }
}
.footer .container {
    height: 59px;
}
.footer .buttonCon {
    position: absolute;
    top: 0;
    height: 59px;
    line-height: 59px;
    padding-left: 14px;
    padding-right: 14px;
}
.footer .buttonNon {
    position: absolute;
    top: 0;
    height: 59px;
    line-height: 59px;
    padding-left: 14px;
    padding-right: 14px;
}
.footer .btn {
    width: 125px;
    background: url(../../../img/default/common/footer_btn.png) no-repeat;
    background-size: 125px 140px;
}
.footer .btnMiddle {
    width: 145px;
    background: url(../../../img/default/common/footer_btn_middle.png) no-repeat;
    background-size: 145px 140px;
}
.footer .btnMiddle2 {
    width: 175px;
    background: url(../../../img/default/common/footer_btn_middle2.png) no-repeat;
    background-size: 175px 140px;
}
.footer .btnLong {
    width: 200px;
    background: url(../../../img/default/common/footer_btn_long.png) no-repeat;
    background-size: 200px 140px;
}
.footer .footer_btn_all {
    width: 70px;
    background: url(../../../img/default/common/footer_btn_all.png) no-repeat;
    background-size: 70px 105px;
}
.footer .footer_btn_size {
    width: 35px;
    background: url(../../../img/default/common/footer_btn_size.png) no-repeat;
    background-size: 35px 105px;
}
.footer .btn,
.footer .btnLong,
.footer .btnMiddle,
.footer .btnMiddle2,
.footer .footer_btn_all,
.footer .footer_btn_size {
    display: inline-block;
    height: 35px;
    margin: 12px 0 10px 10px;
    background-position: 0 0;
    line-height: 35px;
    color: #ffffff;    /* @@color_button_label@@ */
    font-size: 17px;
    text-align: center;
    cursor: pointer;
}
.footer .footer_btn_all,
.footer .footer_btn_size {
    font-size: 16px;
    color: #404f5b;    /* @@text@@ */
}
.footer .btn:hover,
.footer .btnLong:hover,
.footer .btnMiddle:hover,
.footer .btnMiddle2:hover,
.footer .footer_btn_all:hover,
.footer .footer_btn_size:hover {
    background-position: 0 -35px;
}
.footer .footer_btn_all:hover,
.footer .footer_btn_size:hover {
    color: #b3b3b3;    /* @@button_label:hover@@ */
}
.footer .btn:active,
.footer .btnLong:active,
.footer .btnMiddle:active,
.footer .btnMiddle2:active,
.footer .footer_btn_all:active,
.footer .footer_btn_size:active {
    background-position: 0 -70px;
}
.footer .footer_btn_all:active,
.footer .footer_btn_size:active {
    color: #404f5b;    /* @@button_label:active@@ */
}
.footer .btn.touch_end:hover,
.footer .btnLong.touch_end:hover,
.footer .btnMiddle.touch_end:hover,
.footer .btnMiddle2.touch_end:hover,
.footer .footer_btn_all.touch_end:hover,
.footer .footer_btn_size.touch_end:hover {
    background-position: 0 0;
}
.footer .footer_btn_all.touch_end:hover,
.footer .footer_btn_size.touch_end:hover {
    color: #b3b3b3;    /* @@button_label:hover@@ */
}
.footer .btn.disabled {
    background-position: 0 -105px;
    cursor: default;
}
.footer .btn_tableplan_guestInfo {
    width: 157px;
    background: url(../../../img/default/common/btn_tableplan_guestInfo.png) no-repeat;
    background-size: 157px 140px;
}
.footer .btn_tableplan_SeatOrder {
    width: 145px;
    background: url(../../../img/default/common/btn_tableplan_SeatOrder.png) no-repeat;
    background-size: 145px 140px;
}
.footer .btn_tableplan_see {
    width: 210px;
    background: url(../../../img/default/common/btn_tableplan_see.png) no-repeat;
    background-size: 210px 140px;
}
.footer .btn_tableplan_guestInfo,
.footer .btn_tableplan_SeatOrder,
.footer .btn_tableplan_see {
    height: 35px;
    background-position: 0 0;
    margin: 12px 0 10px 10px;
    display: inline-block;
    cursor: pointer;
}
.footer .btn_tableplan_guestInfo:hover,
.footer .btn_tableplan_SeatOrder:hover,
.footer .btn_tableplan_see:hover {
    background-position: 0 -35px;
}
.footer .btn_tableplan_guestInfo:active,
.footer .btn_tableplan_SeatOrder:active,
.footer .btn_tableplan_see:active {
    background-position: 0 -70px;
}
.footer .btn_tableplan_guestInfo.touch_end:hover,
.footer .btn_tableplan_SeatOrder.touch_end:hover,
.footer .btn_tableplan_see.touch_end:hover {
    background-position: 0 0;
}
.footer .btn_tableplan_guestInfo.disabled,
.footer .btn_tableplan_SeatOrder.disabled,
.footer .btn_tableplan_see.disabled {
    background-position: 0 -105px;
    cursor: default;
}

.footer .btnArrowL {
    background: url(../../../img/default/common/footer_arrow_left.png) no-repeat;
}
.footer .btnArrowR {
    background: url(../../../img/default/common/footer_arrow_right.png) no-repeat;
}
.footer .btnArrowL,
.footer .btnArrowR {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 10px 0;
    background-position: 0 0;
    background-size: 35px 140px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.footer .btnArrowL:hover,
.footer .btnArrowR:hover {
    background-position: 0 -35px;
}
.footer .btnArrowL:active,
.footer .btnArrowR:active {
    background-position: 0 -70px;
}
.footer .btnArrowL.touch_end:hover,
.footer .btnArrowR.touch_end:hover {
    background-position: 0 0;
}
input[name="backGuestName"],input[name="nextGuestName"] {
    width: 180px;
    height: 35px;
    vertical-align: top;
    color: #404f5b;    /* @@text@@ */
    margin: 10px 8px 10px 8px;
}
.footer .guestName {
    width: 180px;
    height: 35px;
    vertical-align: top;
    color: #404f5b;    /* @@text@@ */
    margin: 10px 8px 10px 8px;
    border: 1px solid #b3b3b3;    /* @@input_text@@ */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
    font-family: myfont-w;
}
*[mode="edit"] .footer .btn[show~="edit"] {
    display: inline-block;
}
*[mode="read"] .footer .btn[show~="read"] {
    display: inline-block;
}
*[back="0"].footer *[name="backBtn"].btn,
*[back="0"].footer *[name="backward_button"].btn {
    background-position: 0 -105px;
    cursor: default;
}
*[next="0"].footer *[name="nextBtn"].btn,
*[next="0"].footer *[name="forward_button"].btn {
    background-position: 0 -105px;
    cursor: default;
}
*[save="0"].footer *[name="saveBtn"].btn {
    background-position: 0 -105px;
    cursor: default;
}
*[preview="0"].footer *[name="previewBtn"].btn {
    background-position: 0 -105px;
    cursor: default;
}
.Bold {
    font-weight: bold;
}
input::-ms-clear {
    display: none\9;
}
.childNameLabel {
    font-family: myfont-w;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ccc;
}
.SF input.placeholder {
    line-height: 38px;
}
.page {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #ffffff;
}
body {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    box-sizing: border-box;
}
.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100000;
}
.loading .loadingPanel {
    width: 400px;
    height: 130px;
    margin-left: -200px;
    margin-top: -65px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px;
    box-shadow: 8px 8px 12px rgba(0,0,0,0.4);
    text-align: center;
    font-size: 16px;
}
.loading .loadingPanel.wide {
    width: 700px;
    height: 160px;
    margin-left: -350px;
    margin-top: -80px;
}
.btnH26 {
    background-position: 0 0;
    height: 26px;
    width: 91px;
    background-size: 91px 78px;
    letter-spacing: normal;
    font-size: 13px;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
}
.btnH26:hover {
    background-position: 0 -26px;
    color: #b3b3b3;    /* @@button_label:hover@@ */
}
.btnH26:active {
    background-position: 0 -52px;
    color: #404f5b;    /* @@button_label:active@@ */
}
.btnH26.touch_end:hover {
    background-position: 0 0;
    color: #b3b3b3;    /* @@button_label:hover@@ */
}
.cautionIcon {
    width: 24px;
    height: 24px;
    background: url('../../../img/default/common/caution.png') no-repeat;
    background-size: 24px 24px;
}
.presentItemIcon {
    display: inline-block;
    width: 29px;
    height: 30px;
    background-size: 29px 30px;
    background-repeat: no-repeat;
}
.grouped {
    background-image: url('../../../img/default/hikidemono/hikidemono_icon01.png');
}
.notGrouped {
    background-image: url('../../../img/default/hikidemono/hikidemono_icon03.png');
}
img.presentGroupIcon {
    width: 29px;
    height: 30px;
}
div.tpBackground {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #666666;
}
div.tpBackground.margin {
    border: 8px solid #666666;
}
.postcardLayoutReverse01 {
    width: 355px;
    height: 290px;
    margin-top: 6px;
    margin-left: 8px;
    background: no-repeat 0 0;
    background-size: 355px 290px;
}
.itemTopBtn19 {
    background: url(../../../img/default/item_top/itemTopBtn19.png) no-repeat;
}
.itemTopBtn19 {
    width: 214px;
    height: 35px;
    background-position: 0 0;
    background-size: 214px 140px;
    cursor: pointer;
    margin: 0 10px 20px 10px;
    display: inline-block;
    vertical-align: top;
}
.itemTopBtn19:hover {
    background-position: 0 -35px;
}
.itemTopBtn19:active {
    background-position: 0 -70px;
}
.itemTopBtn19.touch_end:hover {
    background-position: 0 0;
}
.name_w {
    font-size: 16px;
    margin-right: 16px;
    line-height: 1em;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    font-family: myfont-w;
}
.IE .name_w {
    line-height: 1.5em;
}
.title_display {
    margin-bottom: 8px;
    border: 1px solid #b3b3b3;    /* @@input_text@@ */
    padding: 4px 8px;
    line-height: 150%;
    font-family: myfont-w;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: auto;
}
*[id="progress_page"][is_customer="1"] .phaseCst {
    background-color: #fce3ac;    /* @@theme_pale@@ */
}
*[id="progress_page"][is_customer="0"] .phaseAtd {
    background-color: #fce3ac;    /* @@theme_pale@@ */
}
*[id="progress_page"] .circle {
    display: none;
    background-color: #cccccc;
}
*[id="progress_page"] .cellSen {
    width: 570px;
}
*[id="progress_page"] .orangeLine {
    width: 0;
    border-bottom: 3px solid #f38c00;    /* @@theme@@ */
}
*[id="progress_page"] .topSubBox01 .list .cell .orangeLine {
    border-bottom: 3px solid #f38c00;    /* @@theme@@ */
}
*[id="progress_page"] *[phases~="1"] *[phase~="1"] .circle {
    display: inherit;
}
*[id="progress_page"] *[passed~="1"] *[phase~="1"] .circle {
    background-color: #f38c00;    /* @@theme@@ */
}
*[id="progress_page"] *[phases~="2"] *[phase~="2"] .circle {
    display: inherit;
}
*[id="progress_page"] *[passed~="2"] *[phase~="2"] .circle {
    background-color: #f38c00;    /* @@theme@@ */
}
*[id="progress_page"] *[phases~="3"] *[phase~="3"] .circle {
    display: inherit;
}
*[id="progress_page"] *[passed~="3"] *[phase~="3"] .circle {
    background-color: #f38c00;    /* @@theme@@ */
}
*[id="progress_page"] *[phases~="4"] *[phase~="4"] .circle {
    display: inherit;
}
*[id="progress_page"] *[passed~="4"] *[phase~="4"] .circle {
    background-color: #f38c00;    /* @@theme@@ */
}
*[id="progress_page"] *[phases~="5"] *[phase~="5"] .circle {
    display: inherit;
}
*[id="progress_page"] *[passed~="5"] *[phase~="5"] .circle {
    background-color: #f38c00;    /* @@theme@@ */
}
*[id="progress_page"] *[phases~="6"] *[phase~="6"] .circle {
    display: inherit;
}
*[id="progress_page"] *[passed~="6"] *[phase~="6"] .circle {
    background-color: #f38c00;    /* @@theme@@ */
}
*[id="progress_page"] *[phases~="7"] *[phase~="7"] .circle {
    display: inherit;
}
*[id="progress_page"] *[passed~="7"] *[phase~="7"] .circle {
    background-color: #f38c00;    /* @@theme@@ */
}
*[id="progress_page"] *[passed~="1"] .orangeLine {
    width: 0;
}
*[id="progress_page"] *[passed~="2"] .orangeLine {
    width: 95px;
}
*[id="progress_page"] *[passed~="3"] .orangeLine {
    width: 190px;
}
*[id="progress_page"] *[passed~="4"] .orangeLine {
    width: 285px;
}
*[id="progress_page"] *[passed~="5"] .orangeLine {
    width: 380px;
}
*[id="progress_page"] *[passed~="6"] .orangeLine {
    width: 475px;
}
*[id="progress_page"] *[passed~="7"] .orangeLine {
    width: 570px;
}
.deliveryIcon {
    display: inline-block;
    height: 30px;
    background: url('../../../img/default/hikidemono/truck_orange.png') no-repeat;
    background-size: 30px 30px;
    padding-left: 38px;
    line-height: 30px;
    color: #f38c00;    /* @@text_accent@@ */
    font-size: 14px;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
    background: url('../../../img/default/common/loader.gif') no-repeat;
    background-size: 64px 64px;
}
.progress-bar {
    background-color: #f6f6f6;
    height: 35px;
    padding: 5px;
    width: 350px;
    margin: 30px 150px;
    border-radius: 5px;
    box-shadow: 0 1px 5px #bbbbbb inset, 0 1px 0 #DCDCDC;
}
.progress-bar span {
    display: inline-block;
    height: 100%;
    background-color: #777;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    overflow: initial;
}
.progress-bar span.orange {
    background-color: #fecf23;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215));
    background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
    background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
    background-image:-ms-linear-gradient(top, #fecf23, #fd9215);
    background-image: -o-linear-gradient(top, #fecf23, #fd9215);
    background-image: linear-gradient(top, #fecf23, #fd9215);
}
.progress-bar span.gray {
    background-color: #999999;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#999999));
    background-image: -webkit-linear-gradient(top, #dcdcdc, #999999);
    background-image: -moz-linear-gradient(top, #dcdcdc, #999999);
    background-image:-ms-linear-gradient(top, #dcdcdc, #999999);
    background-image: -o-linear-gradient(top, #dcdcdc, #999999);
    background-image: linear-gradient(top, #dcdcdc, #999999);
}
.progress-bar.shine span {
    position: relative;
}
.progress-bar.shine span.running::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 3px;
    animation: animate-shine 2s ease-out infinite;
}
@keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        width: 95%;
    }
}
.progress_bar_container {
    width: 650px;
}
.progress_bar_container .label {
    text-align: center;
    font-size: 18px;
    margin-top: 8px;
}
.progress_bar_container .ann {
    text-align: center;
    font-size: 15px;
    margin-top: 12px;
    color: #00aeef;    /* @@text_remarks@@ */
}
.progress_bar_container .ann2 {
    text-align: center;
    font-size: 15px;
    margin-top: 6px;
    color: #0078a6;
}
.progress_bar_container .ann2:first-child {
    margin-top: 15px;
}
.priceSentence {
    font-size: 15px;
    line-height: 15px;
}
.priceSentence:not(:target) {
    line-height: 17px\9;
}
.address_search_button {
    width: 91px;
    height: 26px;
    background: url(../../../img/default/top_sub/topSub_addSetBtn.png) no-repeat;
    background-size: 91px 78px;
    background-position: 0 0;
    cursor: pointer;
    line-height: 28px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .priceSentence {
        font-size: 15px;
        line-height: 17px;
    }
}
.filter-btn {
    display: inline-block;
    width: 85px;
    height: 30px;
    margin-left: 6px;
    line-height: 30px;
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 4px;
    cursor: pointer;}
.filter-btn.wide {
    width: 95px;
}
.filter-btn .check {
    /* min-width: 75px; */
    /* text-align: center; */
    color: #404f5b;    /* @@text@@ */
    font-size: 12px;
    font-weight: normal;
}
.filter-btn .check span {
    color: #404f5b;    /* @@text@@ */
    font-size: 10px;
    margin-left: 1px;
}
.NOT_TOUCH .filter-btn:hover {
    background-color: #f9a000;    /* @@theme_bright@@ */
    border-color: #f9a000;    /* @@theme_bright@@ */
}
.filter-btn:active {
    background-color: #00a4e0;    /* @@theme_highlight@@ */
    border-color: #00a4e0;    /* @@theme_highlight@@ */
}
.NOT_TOUCH .filter-btn:hover .check,
.NOT_TOUCH .filter-btn:hover .check span,
.filter-btn:active .check,
.filter-btn:active .check span {
    color: #ffffff;
}
[selected="selected"].filter-btn {
    background-color: #f38c00;    /* @@theme@@ */
}
[selected="selected"].filter-btn.groom {
    background-color: #afeeee;
    border-color: #afeeee;
}
[selected="selected"].filter-btn.bride {
    background-color: #ffe4e1;
    border-color: #ffe4e1;
}
.NOT_TOUCH [selected="selected"].filter-btn:hover {
    background-color: #f9a000;    /* @@theme_bright@@ */
    border-color: #f9a000;    /* @@theme_bright@@ */
}
[selected="selected"].filter-btn:active {
    background-color: #00a4e0;    /* @@theme_highlight@@ */
    border-color: #00a4e0;    /* @@theme_highlight@@ */
}
[selected="selected"].filter-btn .check {
    background-position: 0 0;
}
[selected="selected"].filter-btn .check span,
[selected="selected"].filter-btn .check {
    color: #ffffff;
}
[selected="selected"].filter-btn.groom .check,
[selected="selected"].filter-btn.groom .check span,
[selected="selected"].filter-btn.bride .check,
[selected="selected"].filter-btn.bride .check span {
    color: #404f5b;    /* @@text@@ */
}
.NOT_TOUCH [selected="selected"].filter-btn.groom .check:hover,
.NOT_TOUCH [selected="selected"].filter-btn.bride .check:hover,
.NOT_TOUCH [selected="selected"].filter-btn.groom .check:hover span,
.NOT_TOUCH [selected="selected"].filter-btn.bride .check:hover span,
.NOT_TOUCH [selected="selected"].filter-btn.groom .check:active,
.NOT_TOUCH [selected="selected"].filter-btn.bride .check:active,
.NOT_TOUCH [selected="selected"].filter-btn.groom .check:active span,
.NOT_TOUCH [selected="selected"].filter-btn.bride .check:active span {
    color: #ffffff;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.flex-middle {
    display: flex;
    align-items: center;;
}
.content-valign-mid > * {
    vertical-align: middle;
}

.time-label-con {
    position: relative;
    margin: 0 4px;
    overflow: visible;
}
.time-label {
    padding: 6px;
    width: 80px;
    min-height: 38px;
    border: 1px solid #999999;    /* @@line@@ */
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
    font-size: 16px;
}
.time-stepper {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 16px 64px;
    background-position: 0 0;
    cursor: pointer;
}
.time-stepper:hover {
    background-position: 0 -16px;
}
.time-stepper:active {
    background-position: 0 -32px;
}
.time-stepper.increase {
    background-image: url(../../../img/default/bus_service/time-stepper-increase.png);
}
.time-stepper.decrease {
    background-image: url(../../../img/default/bus_service/time-stepper-decrease.png);
}
.h-box {
    display: flex;
    flex-direction: row;
}
.v-box {
    display: flex;
    flex-direction: column;
}
.h-box.start,
.v-box.start {
    align-items: flex-start;
}
.h-box.end,
.v-box.end{
    align-items: flex-end;
}
.h-box.center,
.v-box.center {
    align-items: center;
}
.h-box.space-between {
    justify-content: space-between;
}
.h-box.jc-start,
.v-box.jc-start {
    justify-content: flex-start;
}
.h-box.jc-center,
.v-box.jc-center {
    justify-content: center;
}
.h-box.jc-end,
.v-box.jc-end {
    justify-content: flex-end;
}
.c-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
form.new-tab {
    position:absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}