
/* ---------------------------------------- /home/simulator/www/k2print/css/common.css ---------------------------------------- */
@charset "utf-8";

html, body {
    /* iOSにおけるバウンススクロール抑制 */
    position: fixed;
    left: 0px;
    right: 0px;

    /* スワイプでのページ移動を抑制 */
    touch-action: pinch-zoom;
    -ms-touch-action: none;
}

/* -------------------------------------------------------------------------------- */

body {
    margin: 0px;
    padding: 0px;
    font-family: Meiryo, Verdana, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="text"] {
    border: 1px solid;
    border-radius: 0px;
    -webkit-appearance: none;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: auto;
}
input[type="button"] {
    border: 1px solid;
    border-radius: 0px;
    -webkit-appearance: none;

    background: linear-gradient(#F0F0F0, #E0E0E0);
    border-color: #A0A0A0;
}
input[type="button"]:hover {
    border-color: #808080;
}
input[type="button"]:active {
    background: linear-gradient(#E0E0E0, #F0F0F0);
    border-color: #B0B0B0;
}

/* プレースホルダの設定 */
::-webkit-input-placeholder {
    color: #B9B9B9;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #B9B9B9;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #B9B9B9;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
:-ms-input-placeholder {
    color: #B9B9B9;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
::placeholder {
    color: #B9B9B9;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#container {
    background: #EDEBEC;
    width: 480px;
    height: 694px;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
}

/* -------------------------------------------------------------------------------- */

#itemSelectContainer {
    width: 480px;
    height: 628px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    display: none;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

#items {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

figure.figureItem {
    float: left;
    position: relative;
    width: 120px;
    margin: 0.5em 0.5em 0.5em 1em;
    padding: 0px;
}

figure figcaption {
    position: absolute;
    bottom: 55px;
    background-color: #FFFFFF;
    width: 120px;
    text-align: center;
    opacity: 0.7;
    font-size: 80%;
}

img.item {
    margin: 0.5em;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #CCCCCC
}

#itemSelectContainer {
    width: 480px;
    height: 628px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    display: none;
}

#stepButtonsContainer {
    background-color: #21B11E;
    width: 480px;
    height: 66px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-bottom: 1px solid #CDD7DF;
    z-index: 1;
    display: none;
}
#slideHorizonContainer {
    width: 480px;
    height: 628px;
    position: absolute;
    left: 0px;
    top: 66px;
    display: none;
}

.stepButtons {
    width: 120px;
    height: 66px;
    position: absolute;
    cursor: pointer;
}
#stepPrevious {
    left: 0px;
    top: 0px;
    background-image: url("../commonImages/headerButtons.png");
    background-position: 0px -132px;
}
#stepNext {
    left: 360px;
    top: 0px;
    background-image: url("../commonImages/headerButtons.png");
    background-position: 0px -330px;
}
#currentStepName {
    color: #FFFFFF;
    width: 240px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    left: 120px;
    top: 0px;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
}
#currentStepName.over10 {
    font-size: 16px;
}
#currentStepName.over20 {
    font-size: 11px;
}
#currentStepName.over30 {
}
#currentStepName.over40 {
    line-height: 20px;
    top: 13px;
}
#currentStepName.over50 {
}

.slideHorizonDivs {
    width: 480px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

/***** アイテムタイプ *****/
#selectBagTypeContainer {
}

/***** 編集パーツ *****/
#selectEditPartsContainer {
    width: 480px;
    height: 81px;
}

/***** カスタムメニュー *****/
#selectCustomMenuContainer2 {
    width: 480px;
    height: 182px;
    position: absolute;
    bottom: 0px;
    display: none;
}
#closeCustomMenuButton {
    width: 46px;
    height: 46px;
    margin: 0px auto;
    margin-top: 20px;
    background-image: url("../commonImages/closeCustomMenu.png");
    cursor: pointer;
}
#customMenuNavigation {
    color: #21B11E;
    width: 480px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
#commandButtons2ListContainer {
    background-color: #21B11E;
    width: 480px;
    height: 76px;
}
.commandButtons2 {
    width: 120px;
    height: 76px;
    cursor: pointer;
    background-image: url("../commonImages/selectCustommenus.png");
    float: left;
}
.commandButtonsMarginL {
    margin-left: 180px !important;
}
.commandButtonsMarginL2 {
    margin-left: 30px !important;
}
#inputBaseColor_button2 {
    background-position: 0px 0px;
}
#inputText_button2 {
    background-position: -120px 0px;
}
#inputImages_button2 {
    background-position: -240px 0px;
}
#inputPicture_button2 {
    background-position: -360px 0px;
}

.commandButtons {
    width: 480px;
    height: 81px;
    line-height: 81px;
    cursor: pointer;
    background-image: url("../commonImages/listBack.png");
}
.commandButtons img {
    width: 41px;
    height: 41px;
    margin-left: 14px;
    margin-top: 21px;
    float: left;
}
.commandButtons div {
    font-size: 19px;
    font-weight: bold;
    height: 81px;
    margin-top: 0px;
    margin-left: 22px;
    float: left;
}

/***** それぞれのカスタムメニュー *****/
#customMenuDetailsContainer {
    position: relative;
}

.commandDetails {
    width: 480px;
    height: 628px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    display: none;
}
#inputBaseColor_div {
    display: block;
}
#inputText_div {
    background-color: rgba(237, 235, 220, 0.2);
}
#inputPicture_div {
    background-color: rgba(237, 235, 220, 0.2);
}

/* 各キャプション */
.clothCaption {
    background-color: #FFFFFF;
    color: #000000;
    width: 92px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin: -12px -3px 0px -3px;
    padding: 3px 0px 3px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    opacity: 0.7;
    overflow: hidden;
    white-space: nowrap;
}
.colorCaption {
    background-color: #FFFFFF;
    color: #000000;
    width: 92px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin: -12px -3px 0px -3px;
    padding: 3px 0px 3px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    opacity: 0.7;
    overflow: hidden;
    white-space: nowrap;
}

/***** ベース生地 *****/
#selectBaseListContainer {
    width: 480px;
    height: 508px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.2);
}

#selectBaseCategoryListContainer {
    width: 480px;
    height: 120px;
}

#baseCategoryListContainer {
    background: #FFFFFF;
    width: 420px;
    height: 100%;
    position: relative;
    top: 0px;
    left: 30px;
    overflow: hidden;
}
#baseCategoryListSlideDiv {
    height: 100%;
}
.arrows {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0px;
    cursor: pointer;
}
#arrowL {
    left: 0px;
}
#arrowR {
    left: 450px;
}
.baseLists {
    width: 86px;
    height: 86px;
    position: relative;
    margin-left: 24px;
    margin-top: 24px;
    border: 2px solid #DAD8D9;
    cursor: pointer;
    float: left;
    border-radius: 50%;
}
.clothThumb {
    width: 86px;
    height: 86px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
}
.baseListsON {
    border-color: #FF0000;
}
.baseCategoryLists {
    width: 70px;
    height: 70px;
    margin-top: 20px;
    border: 2px solid #DAD8D9;
    border-radius: 50%;
    float: left;
    cursor: pointer;
}
.baseCategoryListsON {
    border-color: #FF0000;
}
.baseCategoryListsThumb {
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
}

/***** スタンプ *****/
#selectStampListContainer {
    background: #FFFFFF;
    width: 480px;
    height: 508px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgba(237, 235, 220, 0.2);
}

.stampLists {
    width: 86px;
    height: 86px;
    background: white;
    margin-left: 24px;
    margin-top: 24px;
    border: 2px solid #DAD8D9;
    border-radius: 50%;
    float: left;
    cursor: pointer;
}
.stampListsON {
    border-color: #FF0000 !important;
}
.stampListsThumb {
    width: 66px;
    height: 66px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 20%;
}

#selectStampTagsListContainer {
    background-color: #FFFFFF;
    width: 480px;
    height: 120px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.categoryTags {
    height: 29px;
    line-height: 29px;
    text-align: center;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 5px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: 5px;
}
.categoryTagsAll {
    width: 50px;
}
.categoryTagsON, .categoryTagsAllON {
    background: #DADADA;
}

.stampColors {
    width: 86px;
    height: 86px;
    position: relative;
    margin-left: 17.4px;
    margin-top: 7.4px;
    border: 4px solid #FFFFFF;
    cursor: pointer;
    float: left;
    border-radius: 50%;
}
.stampColorsON {
    border-color: #FFFFFF !important;
}

#changeStampColorContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

#displayStampCanvas {
    padding: 20px 90px;
}

#colorPositionListContainer {
    background-color: #21B11E;
    width: 480px;
    height: 40px;
    position: relative;
}
.colorPositions {
    color: #FFFFFF;
    width: 84px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    float: left;
    top: 5px;
    cursor: pointer;
}
.colorPositionsON {
    background-color: #FFFFFF !important;
    color: #21B11E;
}
#colorPosition0 {
    left: 10px;
}
#colorPosition1 {
    left: 104px;
}
#colorPosition2 {
    left: 198px;
}
#colorPosition3 {
    left: 292px;
}
#colorPosition4 {
    left: 386px;
}

#colorPaletteSlideContainer {
    background-color: #EDEBEC;
    width: 480px;
    height: 241px;
}

.colorPaletteContainers {
    width: 480px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

/***** テキスト入力 *****/
#previewCanvas {
    width: 460px;
    position: absolute;
    left: 10px;
    top: 10px;
}

#inputText {
    background: transparent;
    width: 417px;
    height: 45px;
    position: absolute;
    left: 20px;
    top: 110px;
    font-size: 25px;
    line-height: 45px;
    padding-left: 10px;
    border: solid 2px #B9B9B9;

    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
#inputText:focus {
    background: #FFFFFF;
    border: solid 2px #21B11E;
}

#inputTextError {
    color: #FF0000;
    position: absolute;
    left: 20px;
    top: 165px;
    font-weight: bold;
    margin-top: 0px;
}

#selectTextTypeContainer {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 195px;
    left: 0px;
}

.textTypes, #textVertical {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
}
#textType0 {
    left: 15px;
}
#textType1 {
    left: 170px;
}
#textType3, #textVertical {
    left: 325px;
}
.textTypesON {
    background-color: #21B11E;
    color: #FFFFFF;
}
.textVerticalON {
    background-color: #21B11E !important;
    color: #FFFFFF;
}

#selectTextDesignContainer {
    width: 100%;
    height: 48px;
    position: absolute;
    top: 255px;
    left: 0px;
    border-bottom: 2px solid #21B11E;
}
.textFontLists {
    width: 480px;
    height: 58px;
    position: relative;
    background: white;
    background-repeat: no-repeat;
    background-position: 50% 45%;
    border-bottom: 1px solid #DAD8D9;
    cursor: pointer;
}
.textFontHighlight {
    width: 420px;
    height: 38px;
    position: absolute;
    left: 30px;
    top: 10px;
    background-color: #C6C6C6;
    border-radius: 5px;
    opacity: 0.5;
}

#slideUpTextDecorationContainerDiv {
    background: #EDEBEC;
    width: 480px;
    height: 323px;
    position: absolute;
    left: 0px;
    top: 305px;
    overflow: hidden;
}

#slideUpTextDecorationContainer {
    width: 480px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.selectTextDesignListContainers {
    width: 480px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#selectTextFontListContainer {
    display: none;
}
#selectTextColorListContainer {
    display: none;
}

.selectTextDesign {
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 6px;
    border-bottom: 2px solid transparent;
    font-weight: bold;
}
.selectTextDesignON {
    border-bottom: 2px solid #21B11E;
}

#selectTextFont {
    width: 95px;
    left: 15px;
}
#selectTextColor_0 {
    width: 100px;
    left: 120px;
}
#selectTextColor_1 {
    width: 100px;
    left: 235px;
    display: none;
}
#selectTextColor_2 {
    width: 100px;
    left: 365px;
    display: none;
}

.fontColors {
    width: 86px;
    height: 86px;
    position: relative;
    margin-left: 17.4px;
    margin-top: 7.4px;
    border: 4px solid #FFFFFF;
    cursor: pointer;
    float: left;
    border-radius: 50%;
}
.fontColorsON {
    border-color: #FFFFFF !important;
}

/***** 写真加工 *****/
#selectPositionCanvas {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
}

#inputMyFile {
    display: none;
}

#rotatePhotosContainer {
    background-color: #21B11E;
    width: 480px;
    height: 64px;
    position: absolute;
    top: 564px;
    left: 0px;
}
.rotatePhotos {
    width: 120px;
    height: 64px;
    float: left;
    background-image: url("../commonImages/photoImageCommand.png");
    cursor: pointer;
    position: absolute;
    top: 0px;
}
#rotatePhotoLeft90 {
    background-position-x: 0px;
    background-position: 0px 0px;
    left: 120px;
}
#rotatePhotoRight90 {
    background-position-x: -120px;
    background-position: -120px 0px;
    left: 240px;
}

#cameraMapsContainer {
    width: 480px;
    height: 50px;
    position: relative;
    top: 0px;
    left: 0px;
}

#cameraMenusContainer {
    width: 480px;
    height: 50px;
    position: relative;
    top: 2px;
    left: 0px;
}

.cameraArrows {
    width: 20px;
    height: 50px;
    position: absolute;
    top: 0px;
    background: #FFFFFF;
    cursor: pointer;
}
#leftArrow_clip, #leftArrow_frame {
    left: 0px;
}
#rightArrow_clip, #rightArrow_frame {
    left: 460px;
}
#cameraMenus_div, #cameraOptions_div {
    width: 440px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 20px;
    overflow: hidden;
}

#cameraOptionsContainer {
    width: 480px;
    height: 50px;
    position: relative;
    top: 4px;
    left: 0px;
}

.mapListsON, .maskListsON, .frameListsON {
    border-color: #DBDBDB !important;
}

/***** シミュレータ（2D） *****/
#currentItemParts {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
}

#editMyDesignSimulationContainer {
    width: 480px;
    height: 630px;
    position: relative;
    left: 0px;
    top: 66px;
}

.blurOn {
    -webkit-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);
}
.blurOn2 {
    opacity: 0;
}

#simulationDisplay {
    width: 480px;
    height: 480px;
    display: none;
}

#editCommandButtonContainer {
    width: 480px;
    height: 76px;
    position: absolute;
    bottom: 0px;
    display: none;
}

.editCommandButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
}
.changePositions {
    width: 50px;
    height: 50px;
}
.changePositionsBack {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -50px;
    display: none;
}
#changePositionL {
    left: 35px;
    top: 61px;
    background-image: url("../commonImages/positionChangeL.png");
}
#changePositionLBack {
    left: 35px;
}
#editMoreButton {
    width: 114px;
    height: 69px;
    left: 183px;
    background-image: url("../commonImages/addItems.png");
}
#selectPosition {
    width: 50px;
    height: 69px;
    left: 310px;
    background-image: url("../commonImages/selectPosition.png");
}
.selectPositionThumb {
    width: 52px;
    height: 52px;
    margin-left: -1px;
    margin-top: -1px;
    border-radius: 50%;
}
#selectPositionList {
    position: absolute;
    left: 310px;
    overflow: hidden;
}
.positionItem {
    height: 50px;
    margin-bottom: 10px;
    cursor: pointer;
}
.positionItemThumb {
    height: 50px;
}
#changePositionR {
    left: 395px;
    top: 61px;
    background-image: url("../commonImages/positionChangeR.png");
}
#changePositionRBack {
    left: 395px;
}

#optionCommandsContainer {
    width: 480px;
    height: 64px;
    position: absolute;
    top: 595px;
    left: 0px;
}
#optionCommands2Container {
    background-color: #21B11E;
    width: 480px;
    height: 64px;
    position: absolute;
    left: 0px;
    bottom: 86px;
    z-index: 100;
    display: none;
}

.changePositionName {
    margin-top: 54px;
    text-align: center;
    font-size: 12px;
}

.optionCommands {
    width: 96px;
    height: 64px;
    float: left;
    cursor: pointer;
    background-image: url("../commonImages/textureEditCommand3.png");
}

#scaleDown {
    background-position-x: -288px;
    background-position: -288px 0px;
}
#scaleUp {
    background-position-x: -192px;
    background-position: -192px 0px;
}
#rotateLeft45 {
    background-position-x: -96px;
    background-position: -96px 0px;
}
#appendTheSameImage {
    background-position-x: -384px;
    background-position: -384px 0px;
}

/***** SVGアニメーション *****/
#svgAnimationDiv {
    background: #FFFFFF;
}

/***** 保存 *****/
.navigateMenus {
    width: 120px;
    height: 66px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    z-index: 100;
}
#buyThisItem {
    left: 360px;
    background-image: url("../commonImages/headerButtons.png");
    background-position: 0px -66px;
}
#orderThisItem {
    left: 360px;
    background-image: url("../commonImages/headerButtons.png");
    background-position: 0px -396px;
}
#openSaveMenus {
    left: 0px;
    background-image: url("../commonImages/headerButtons.png");
    background-position: 0px 0px;
}
#closeSaveMenus {
    left: 0px;
    background-image: url("../commonImages/headerButtons.png");
    background-position: 0px -198px;
}
#closeAmontMenus {
    left: 0px;
    background-image: url("../commonImages/headerButtons.png");
    background-position: 0px -198px;
}
#createSave_div {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    overflow-y: scroll;
}

.saveMenuTytles, .amountMenuTytles, .addCartMenuTytles {
    color: #FFFFFF;
    width: 410px;
    height: 22px;
    margin-left: 35px;
    margin-top: 21px;
    text-align: center;
}
.saveMenuCommands, .amountMenuCommands, .addCartMenuCommands {
    width: 410px;
    height: 50px;
    margin-left: 35px;
    margin-bottom: 8px;
    cursor: pointer;
}

#amountMenuContainer {
    display: none;
    clear: both;
}

#createNewSaveData {
    margin-top: 20px;
}
#roadSaveData div {
    display: none;
}
#readDesignInput, #readDesignButton {
    float: left;
}
#readDesignInput {
    width: 320px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    border: none;
    margin-right: -20px;
    padding-left: 10px;
    outline: 0px;
    float: left;
}
#readDesignButton {
    width: 100px;
    height: 50px;
    float: right;
    cursor: pointer;
}

#shareMenusContainer {
    display: none;
    clear: both;
}

#addCartMenuContainer {
    display: none;
    clear: both;
}

#stockDesignsContainer {
    clear: both;
}
#stockDesigns {
    width: 480px;
}
.stockDesign {
    width: 80px;
    margin-left: 13.33px;
    color: white;
    font-size: 15px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.stockDesignDate {
    width: 100%;
    text-align: center;
    margin-bottom: -1px;
}
.stockDesignThumb {
    width: 100%;
    height: 80px;
    margin-bottom: 1px;
    background-size: cover;
}
.stockDesignDesignID {
    width: 100%;
    text-align: center;
    font-size: 11px;
}
.stockDesignDelete {
    width: 100%;
    text-align: center;
}

/***** その他 *****/
#confirmDialogContainer, #confirmDialogContainerForPass, #alertDialogContainer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 1000;
}
#loadingImageBack, #inputBuyerNameDiv, #inputDesignPassDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFFFFF;
    z-index: 3;
    display: none;
}
#inputDesignPassDiv {
    background: rgba(0, 0, 0, 0.8);
    padding-top: 240px;
}
#inputDesignPassDiv div {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#loadingImageBack {
    background: rgba(0, 0, 0, 0.6);
    padding-top: 300px;
}
#loadingImageBack img {
    margin-left: 216px;
}
#loadingImageBackMessage {
    text-align: center;
}

/* 購入者情報入力画面 */
#inputBuyerNameDiv {
    background: rgba(0, 0, 0, 0.8);
    overflow-y: scroll;
}
#inputBuyerNameDiv input[type="text"]:focus, #inputBuyerNameDiv input[type="number"]:focus {
    outline: 2px solid #FF0000;
}
#inputBuyerNameDiv textarea:focus {
    outline: 2px solid #FF0000;
}
#inputBuyerNameDiv select:focus {
    outline: 2px solid #FF0000;
}
#buyerFormDiv {
    width: 100%;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#buyerFormDiv div {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
#orderDesignThumbHeader {
    margin-top: 15px !important;
}
.orderDesignThumbImage {
    height: 120px;
}
.inputBuyerInfo {
    font-size: 25px;
    width: 310px;
    height: 30px;
    line-height: 30px;
}
#inputPostNumber {
    width: 150px;
    vertical-align: middle;
}
#inputOrderMemo {
    width: 303px;
    height: 80px;
    vertical-align: middle;
}
#inputPaymentMethod {
    font-size: 15px;
    width: 200px;
    height: 20px;
    line-height: 20px;
}
#getAddressFromZipcode {
    width: 154px;
    height: 28px;
    cursor: pointer;
    line-height: 28px;
    vertical-align: middle;
}
#orderInfoSubmit, #inputCheckDesignSubmit {
    width: 120px;
    height: 40px;
    cursor: pointer;
}
#closeInputBuyerName {
    background-image: url("../commonImages/closeMenu.png");
    width: 49px !important;
    height: 49px;
    position: absolute;
    margin-top: 0px !important;
    cursor: pointer;
}

#confirmDialog, #confirmDialogForPass, #alertDialog {
    background: #FFFFFF;
    position: relative;
    left: 120px;
    top: 150px;
    padding: 10px;
    border: 2px solid #EDEBEC;
    border-radius: 10px;
}
#confirmDialog, #alertDialog {
    width: 216px;
    height: 150px;
}
#confirmDialogForPass {
    width: 216px;
    height: 320px;
}
#confirmMessage, #confirmMessageForPass, #alertMessage {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
#confirmMessageForPassMessage {
    color: #FF0000;
    margin-top: 20px;
}
#confirmMessageForPassInputDiv {
    margin-bottom: 10px;
}
#confirmMessageForPassInput, #confirmMessageForPassInputCheck {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
#confirmImage, #alertImage {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 376px;
    height: 376px;
    display: none;
}

.confirmButtons, .confirmButtonsForPass, .alertButtons {
    width: 70px;
    height: 30px;
    position: absolute;
    border: 2px solid #EDEBEC;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.confirmButtons, .alertButtons {
    top: 120px;
}
.confirmButtonsForPass {
    top: 285px;
}

#confirmYes, #confirmYesForPass {
    left: 28px;
}
#confirmNo, #confirmNoForPass {
    left: 135px;
}
#alertOK {
    left: 81.5px;
}

/* 画像使用時 */
#confirmDialog.dialogImage, #confirmDialogForPass.dialogImage, #alertDialog.dialogImage {
    width: 376px;
    height: 435px;
    left: 40px;
    top: 70px;
}
.dialogImage #confirmMessage, .dialogImage #confirmMessageForPass, .dialogImage #alertMessage {
    display: none;
}
.dialogImage #confirmImage, .dialogImage #alertImage {
    display: block;
}
.dialogImage .confirmButtons, .dialogImage .alertButtons {
    top: 404px;
}
.dialogImage .confirmButtonsForPass {
    top: 569px;
}
.dialogImage #confirmYes, .dialogImage #confirmYesForPass {
    left: 88px;
}
.dialogImage #confirmNo, .dialogImage #confirmNoForPass {
    left: 235px;
}
.dialogImage #alertOK {
    left: 161.5px;
}

/* 見積もり */
#amount_div {
    background: gray;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#amount_div h3 {
    margin: 0px;
    border-bottom: 1px solid #ECECEC;
    color: black;
}
.design_amount_head {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #CCCCCC;
    color: #FFFFFF;
}
.up_arrow {
    background-image: url("../commonImages/btn_down_arr.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px auto
}
.down_arrow {
    background-image: url("../commonImages/btn_up_arr.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px auto;
}
table.type08 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-left: 1px solid #CCCCCC;
}

table.type08 thead th {
    padding: 10px;
    font-weight: bold;
    border-top: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    border-bottom: 5px double #ECECEC;
    background: #CCCCCC;
    color: #FFFFFF;
}
table.type08 tbody th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    background: #CCCCCC;
    color: #FFFFFF;
}
table.type08 td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}
table.type08 tr th.table-last-th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    background: #FF8C80;
    color: #FFFFFF;
}
table.type08 tr td.table-last-td {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    background: #DDE4E1;
}

/* 編集メニュー */
#editMenuContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 480px;
    height: 550px;
}
.editMenu-zindex-minus {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 48px;
    height: 48px;
    background-image: url("../images/button_texture_ui.png");
    background-position: -50px 0px;
    background-repeat: no-repeat;
}
.editMenu-zindex-plus {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 48px;
    height: 48px;
    background-image: url("../images/button_texture_ui.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.editMenu-delete {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 48px;
    height: 48px;
    background-image: url("../images/button_texture_ui.png");
    background-position: -100px 0px;
    background-repeat: no-repeat;
}
.editMenu-rotate {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 48px;
    height: 48px;
    background-image: url("../images/button_texture_ui.png");
    background-position: -150px 0px;
    background-repeat: no-repeat;
}
.editMenu-scale {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 48px;
    height: 48px;
    background-image: url("../images/button_texture_ui.png");
    background-position: -200px 0px;
    background-repeat: no-repeat;
}
.editMenu-fonttext {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 48px;
    height: 48px;
    background-image: url("../images/button_texture_ui.png");
    background-position: -250px 0px;
    background-repeat: no-repeat;
}

.disabledEditMenu {
    opacity: 0.5;
}

/* ---------------------------------------- /home/simulator/www/k2print/css/animation.css ---------------------------------------- */
@charset "utf-8";

/***** css アニメーション *****/
/* 縦方向にポコンってなる */
/* クラスにbounceをつければOK */
.bounce{
  animation: bounce ease-out 0.4s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: bounce ease-out 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: bounce ease-out 0.4s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: bounce ease-out 0.4s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: bounce ease-out 0.4s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes bounce{
  0% {
    transform:  translate(0px,0px)  ;
  }
  6% {
    transform:  translate(0px,-15px)  ;
  }
  27% {
    transform:  translate(0px,0px)  ;
  }
  51% {
    transform:  translate(0px,-8px)  ;
  }
  90% {
    transform:  translate(0px,0px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes bounce{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  6% {
    -moz-transform:  translate(0px,-15px)  ;
  }
  27% {
    -moz-transform:  translate(0px,0px)  ;
  }
  51% {
    -moz-transform:  translate(0px,-8px)  ;
  }
  90% {
    -moz-transform:  translate(0px,0px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  6% {
    -webkit-transform:  translate(0px,-15px)  ;
  }
  27% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  51% {
    -webkit-transform:  translate(0px,-8px)  ;
  }
  90% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes bounce {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  6% {
    -o-transform:  translate(0px,-15px)  ;
  }
  27% {
    -o-transform:  translate(0px,0px)  ;
  }
  51% {
    -o-transform:  translate(0px,-8px)  ;
  }
  90% {
    -o-transform:  translate(0px,0px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes bounce {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  6% {
    -ms-transform:  translate(0px,-15px)  ;
  }
  27% {
    -ms-transform:  translate(0px,0px)  ;
  }
  51% {
    -ms-transform:  translate(0px,-8px)  ;
  }
  90% {
    -ms-transform:  translate(0px,0px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}

/****************************************************/

.ripple{
	animation: ripple ease-out 0.4s;
	-webkit-animation: ripple ease-out 0.4s;
	-moz-animation: ripple ease-out 0.4s;
	-o-animation: ripple ease-out 0.4s;
	-ms-animation: ripple ease-out 0.4s;
}

@keyframes ripple{
  20% {
    transform:  scale(1.3)  ;
  }
  100% {
    transform:  scale(1)  ;
  }
}

@-moz-keyframes ripple{
  20% {
    -moz-transform:  scale(1.3)  ;
  }
  100% {
    -moz-transform:  scale(1)  ;
  }
}

@-webkit-keyframes ripple {
  20% {
    -webkit-transform:  scale(1.3)  ;
  }
  100% {
    -webkit-transform:  scale(1)  ;
  }
}

@-o-keyframes ripple {
  20% {
    -o-transform:  scale(1.3)  ;
  }
  100% {
    -o-transform:  scale(1)  ;
  }
}

@-ms-keyframes ripple {
  20% {
    -ms-transform:  scale(1.3)  ;
  }
  100% {
    -ms-transform:  scale(1)  ;
  }
}

/****************************************************/

.scaleUp{
	animation: scaleUp ease-out 0.5s;
	-webkit-animation: scaleUp ease-out 0.5s;
	-moz-animation: scaleUp ease-out 0.5s;
	-o-animation: scaleUp ease-out 0.5s;
	-ms-animation: scaleUp ease-out 0.5s;
}

@keyframes scaleUp{
	0% {
		transform:  scale(1)  ;
	}
	100% {
		transform:  scale(5)  ;
	}
}

@-moz-keyframes scaleUp{
	0% {
		-moz-transform:  scale(1)  ;
	}
	100% {
		-moz-transform:  scale(5)  ;
	}
}

@-webkit-keyframes scaleUp {
	0% {
		-webkit-transform:  scale(1)  ;
	}
	100% {
		-webkit-transform:  scale(5)  ;
	}
}

@-o-keyframes scaleUp {
	0% {
		-o-transform:  scale(1)  ;
	}
	100% {
		-o-transform:  scale(5)  ;
	}
}

@-ms-keyframes scaleUp {
	0% {
		-ms-transform:  scale(1)  ;
	}
	100% {
		-ms-transform:  scale(5)  ;
	}
}

/*****************************************************/

.slideWideRight{
	animation: slideWideRight ease-out 0.15s;
	-webkit-animation: slideWideRight ease-out 0.15s;
	-moz-animation: slideWideRight ease-out 0.15s;
	-o-animation: slideWideRight ease-out 0.15s;
	-ms-animation: slideWideRight ease-out 0.15s;
}

@keyframes slideWideRight{
	0% {width:46px;}
	100% {width:430px;}
}

@-moz-keyframes slideWideRight{
	0% {width:46px;}
	100% {width:430px;}
}

@-webkit-keyframes slideWideRight {
	0% {width:46px;}
	100% {width:430px;}
}

@-o-keyframes slideWideRight {
	0% {width:46px;}
	100% {width:430px;}
}

@-ms-keyframes slideWideRight {
	0% {width:46px;}
	100% {width:430px;}
}

/*****************************************************/

.slideNarrowLeft{
	animation: slideNarrowLeft ease-out 0.15s;
	-webkit-animation: slideNarrowLeft ease-out 0.15s;
	-moz-animation: slideNarrowLeft ease-out 0.15s;
	-o-animation: slideNarrowLeft ease-out 0.15s;
	-ms-animation: slideNarrowLeft ease-out 0.15s;
}

@keyframes slideNarrowLeft{
	0% {width:430px;}
	100% {width:46px;}
}

@-moz-keyframes slideNarrowLeft{
	0% {width:430px;}
	100% {width:46px;}
}

@-webkit-keyframes slideNarrowLeft {
	0% {width:430px;}
	100% {width:46px;}
}

@-o-keyframes slideNarrowLeft {
	0% {width:430px;}
	100% {width:46px;}
}

@-ms-keyframes slideNarrowLeft {
	0% {width:430px;}
	100% {width:46px;}
}

/*****************************************************/

.scaleDown{
	animation: scaleDown ease-out 0.1s;
	-webkit-animation: scaleDown ease-out 0.1s;
	-moz-animation: scaleDown ease-out 0.1s;
	-o-animation: scaleDown ease-out 0.1s;
	-ms-animation: scaleDown ease-out 0.1s;
}

@keyframes scaleDown{
	0% {
		transform:  scale(1.3)  ;
	}
	100% {
		transform:  scale(1)  ;
	}
}

@-moz-keyframes scaleDown{
	0% {
		-moz-transform:  scale(1.3)  ;
	}
	100% {
		-moz-transform:  scale(1)  ;
	}
}

@-webkit-keyframes scaleDown {
	0% {
		-webkit-transform:  scale(1.3)  ;
	}
	100% {
		-webkit-transform:  scale(1)  ;
	}
}

@-o-keyframes scaleDown {
	0% {
		-o-transform:  scale(1.3)  ;
	}
	100% {
		-o-transform:  scale(1)  ;
	}
}

@-ms-keyframes scaleDown {
	0% {
		-ms-transform:  scale(1.3)  ;
	}
	100% {
		-ms-transform:  scale(1)  ;
	}
}

/*****************************************************/

.ripple2{
	animation: ripple2 linear 0.4s;
	-webkit-animation: ripple2 linear 0.4s;
	-moz-animation: ripple2 linear 0.4s;
	-o-animation: ripple2 linear 0.4s;
	-ms-animation: ripple2 linear 0.4s;
}

@keyframes ripple2{
	0% {
		opacity:	1;
		transform:  scale(1)  ;
	}
	50% {
		opacity:	0;
		transform:  scale(0)  ;
	}
	100% {
		opacity:	1;
		transform:  scale(1)  ;
	}
}

@-moz-keyframes ripple2{
	0% {
		opacity:	1;
		-moz-transform:  scale(1)  ;
	}
	50% {
		opacity:	0;
		-moz-transform:  scale(0)  ;
	}
	100% {
		opacity:	1;
		-moz-transform:  scale(1)  ;
	}
}

@-webkit-keyframes ripple2 {
	0% {
		opacity:	1;
		-webkit-transform:  scale(1)  ;
	}
	50% {
		opacity:	0;
		-webkit-transform:  scale(0)  ;
	}
	100% {
		opacity:	1;
		-webkit-transform:  scale(1)  ;
	}
}

@-o-keyframes ripple2 {
	0% {
		opacity:	1;
		-o-transform:  scale(1)  ;
	}
	50% {
		opacity:	0;
		-o-transform:  scale(0)  ;
	}
	100% {
		opacity:	1;
		-o-transform:  scale(1)  ;
	}
}

@-ms-keyframes ripple2 {
	0% {
		opacity:	1;
		-ms-transform:  scale(1)  ;
	}
	50% {
		opacity:	0;
		-ms-transform:  scale(0)  ;
	}
	100% {
		opacity:	1;
		-ms-transform:  scale(1)  ;
	}
}

/*****************************************************/
/******* アニメーション共通クラスセレクタ *******/
.animated {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated2 {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated5 {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated3 {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated3_linear {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.animated4 {
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/*****************************************************/

/* 右からバウンスでスライドイン */
/* クラスにanimatedとbounceInRightをつければOK */

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(1000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

/* 左からバウンスでスライドイン */
/* クラスにanimatedとbounceInRightをつければOK */

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-1000px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

/*****************************************************/
/* 左へバウンスでスライドアウト */
/* クラスにanimatedとbounceOutLeftをつければOK */

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-1000px);
    }
}
@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        transform: translateX(-1000px);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

/*****************************************************/

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(1000px);
    }
}
@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        transform: translateX(1000px);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

/*****************************************************/
/* 縦方向フリップ */
/* クラスにanimatedとflipOutXをつければOK */
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInX{
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

/*****************************************************/

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}


@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}


/***** 弾むような感じ *****/
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
}
@keyframes bounceOut {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

/*************************************************/
/***** 弾まないシームレスな感じ *****/
@-webkit-keyframes bounceOut2 {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.2);
    }
}
@keyframes bounceOut2 {
    0% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(.2);
    }
}
.bounceOut2 {
    -webkit-animation-name: bounceOut2;
    animation-name: bounceOut2;
}

/*****************************************************/
/***** 弾むバージョン *****/
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

/***** 弾まないバージョン *****/

@-webkit-keyframes bounceInUp2 {
    0% {
        -webkit-transform: translateY(800px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp2 {
    0% {
        transform: translateY(800px);
    }
    100% {
        transform: translateY(0);
    }
}

.bounceInUp2 {
    -webkit-animation-name: bounceInUp2;
    animation-name: bounceInUp2;
}

/*****************************************************/

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}
@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

/*****************************************************/
/***** 弾まないバージョン *****/

@-webkit-keyframes bounceOutDown2 {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(800px);
    }
}
@keyframes bounceOutDown2 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(800px);
    }
}
.bounceOutDown2 {
    -webkit-animation-name: bounceOutDown2;
    animation-name: bounceOutDown2;
}

/*****************************************************/

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

/*****************************************************/

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*****************************************************/

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/*****************************************************/

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(50px);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

/*******************************************************/

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50px);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

/********************************************************/

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

/*****************************************************/

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*********************************************************/

/* ---------------------------------------- /home/simulator/www/k2print/css/wideDisplay.css ---------------------------------------- */
@charset "utf-8";

#container {
    width: 1080px;
}

/* -------------------------------------------------------------------------------- */

#stepButtonsContainer {
    width: 1080px;
}
#slideHorizonContainer {
    left: 600px;
}

#stepNext {
    left: 960px;
}
#currentStepName {
    width: 840px;
}

/***** カスタムメニュー *****/
#selectCustomMenuContainer2 {
    width: 120px;
    height: 304px;
    left: 480px;
    top: -49px;
}
#closeCustomMenuButton {
    display: none;
}
#customMenuNavigation {
    display: none;
}
#commandButtons2ListContainer {
    width: 120px;
    height: 304px;
}
.commandButtons2 {
    clear: both;
    background-image: url("../commonImages/selectCustommenus_wide.png");
}

/***** それぞれのカスタムメニュー *****/
.commandDetails {
    background-color: rgba(255, 255, 255, 1) !important;
}

/***** シミュレータ（2D） *****/
#simulationDisplay {
    margin-top: 50px;
}

#editCommandButtonContainer {
    left: 0px;
    bottom: 60px;
}

.editCommandButtons {
    top: -100px;
}
#changePositionL {
    left: 468px;
    top: -100px;
}
#chageMode3D {
    top: 0px;
    left: 515px;
}
#chageMode2D {
    left: 496.5px;
    top: 0px;
}
#editMoreButton {
    display: none;
}
#selectPosition {
    left: 514px;
    top: -100px;
}
#selectPositionList {
    left: 410px;
}
.positionItem {
    height: 86px;
    margin-left: 24px;
    margin-top: 24px;
    margin-bottom: 0px;
    float: left;
}
#changePositionR {
    left: 560px;
    top: -100px;
}

#optionCommands2Container {
    bottom: 52px;
}

/***** 保存 *****/
#buyThisItem {
    left: 960px;
}
#orderThisItem {
    left: 960px;
}

/***** その他 *****/
#loadingImageBack img {
    margin-left: 516px;
}

#confirmDialog, #confirmDialogForPass, #alertDialog {
    left: 420px;
}

/* 画像使用時 */
#confirmDialog.dialogImage, #confirmDialogForPass.dialogImage, #alertDialog.dialogImage {
    left: 340px;
}

/* ---------------------------------------- /home/simulator/www/k2print/Configs/customize.css ---------------------------------------- */
@charset "utf-8";

/* ---------------------------------------- /home/simulator/www/k2print/Configs/customize_wide.css ---------------------------------------- */
@charset "utf-8";
