﻿body {
    font-family: Meiryo, sans-serif;
    font-size: 11px;
    color: black;
    background-color: #131722;
}

input {
    cursor: pointer;
}

@media print{
    html.print-canvas,html.print-canvas body{
        height:100%;
    }

    html.print-canvas canvas{
        max-width:100%;
        max-height:100%;
    }
}

#main-div {
    min-width: 600px;
}

#chart-contents {
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 0;
    right: 0;
    display: block;
    -webkit-user-select: none; /* Chrome or Safari */
    -moz-user-select: none; /* FireFox */
    -ms-user-select: none; /* IE */
    user-select: none;

    min-height: 500px;
}

#main-div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#chart-main {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 42px;
    bottom: 0;
    background: #404040;
}

#holizontal-menu {
    display:flex;
    position: absolute;
    top: 0px;
    left: 10px;
    right: 0px;
    height: 28px;
}

    #holizontal-menu div {
        font-size:12px;
        text-align:center;
    }

    #holizontal-menu div div {
        cursor: pointer;
        white-space: nowrap;
    }

#img-logo {
    width: 200px;
    margin: 7px 0 0 5px;
}

#select-brand-div, #select-brand-div-multi {
    color: white;
    font-size: 13px;
    border-right: solid 1px black;
}

#color-setting {
    position: absolute;
    top: 10px;
    right: 92px;
    cursor: pointer;
}

#order-setting {
    position:absolute;
    top:10px;
    right:63px;
    cursor:pointer;
}

#help {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/*拡大縮小メニュー START*/
#scale-menu {
    position: absolute;
    right: 4px;
    bottom: 195px;
    width: 26px;
}

#y-scale-wrapper {
    position: absolute;
    top: 15px;
    width: 26px;
}

#y-scale-main {
    position: relative;
}

#y-scale-slider {
    height: 65px;
    left: 7px;
}

    #y-scale-slider > span {
        left: -3px;
    }

#y-scale-border {
    position: absolute;
    top: 0px;
    bottom: 0px;
}

    #y-scale-border > div {
        position: absolute;
        border-bottom: 1px solid white;
        width: 26px;
        bottom: 50%;
    }

#y-scale-large, #y-scale-small {
    color: white;
    text-align: center;
}

#img-plus {
    top: 120px;
}

#img-minus {
    top: 145px;
}

#position-init {
    position: absolute;
    top: 168px;
    left: 2px;
    cursor: pointer;
    width: 21px;
    height: 19px;
    background: none;
    border: none;
}

.img-plus-minus {
    position: absolute;
    cursor: pointer;
    left: 2px;
    width: 21px;
    height: 19px;
}
/*拡大縮小メニュー END*/

.chart-main-side-contents {
    position: absolute;
    right: 3px;
    top: 30px;
    width: 26px;
    z-index: 20;
}

#draw-base-div {
    display: flex;
    flex-direction: column;
}

#signal-menu {
    width: 26px;
    height: 26px;
}

    #signal-menu > div img {
        border: solid 1px dimgray;
        border-radius: 5px;
        width: 24px;
        height: 24px;
    }

.signalMenuDiv {
    margin: 7px 0 0 0;
    cursor: pointer
}

#command-menu {
    width: 26px;
}

.commandMenuDiv {
    margin: 7px 0 0 0;
    cursor: pointer;
    width: 26px;
    height: 26px;
}
    .commandMenuDiv img {
        border: solid 1px dimgray;
        border-radius: 5px;
        width: 24px;
        height: 24px;
    }

div#imgUpdateColorDiv, div#imgUpdateColorDiv img {
    height: 58px;
}

#canvas-slide {
    position:absolute;
    left:10px;
    top:28px;
    right:33px;
    bottom:0;
    background-color:transparent;
    overflow: hidden;
}

/*ピークボトム文字列上でもCanvas操作ができるように*/
#canvas-slide p[id^="peekbottomLabel"], #canvas-base-sigord p[id^="peekbottomLabel"] {
    pointer-events: none;
}

#canvas-base {
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0;
    background: linear-gradient(#B4B4B4,white);
    overflow: hidden;
}

#tech-select-ui {
    display:none;
}

.tab-menu{
    border-bottom: 1px solid #8c7e7e;
}

.tab-menu li{
    margin-bottom: -1px;
    padding: 10px 15px;
    display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #8c7e7e;
    color: #8C7E7E;
    background: #F2F0F0;
    font-size: 12px;
    cursor: pointer;
}

ul.jquery-menu {
    background-color: transparent;
    list-style-position: inside;
    width: 230px;
    border-bottom: none;
    font-family: Meiryo, sans-serif;
    color: white;
    font-size: 12px;
    margin-left: 6px;
}
ul.jquery-menu li {
    padding-bottom: 1px;
    list-style-type: none;
    padding-left:5px;
}
ul.jquery-menu li div.jquery-menu-title-box {
    padding: 3px 10px 3px 10px;
    margin-left:-50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4b4b4b), color-stop(1.00, #131313));
    background: -webkit-linear-gradient(#4b4b4b, #131313);
    background: -moz-linear-gradient(#4b4b4b, #131313);
    background: -o-linear-gradient(#4b4b4b, #131313);
    background: linear-gradient(#4b4b4b, #131313);
}

ul.jquery-menu li div.menu-title {
    float: left;
    font-weight: normal;
}
#trend-menu > ul.jquery-menu li div.jquery-menu-title-box,
#osc-menu > ul.jquery-menu li div.jquery-menu-title-box {
    cursor:pointer;
}
#trend-menu > ul.jquery-menu li div.jquery-menu-title-box input,
#trend-menu > ul.jquery-menu li div.jquery-menu-title-box label,
#osc-menu > ul.jquery-menu li div.jquery-menu-title-box input,
#osc-menu > ul.jquery-menu li div.jquery-menu-title-box label {
    cursor:default;
}

#selectable {
    border-color: transparent;
}

.ui-spinner {
    margin-top:-5px;
    margin-left:30px;
    /*width:60px;*/
}

.ui-spinner-input {
	border: none;
	background: none;
	color: white;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
    text-align:right;
}

#select_time_menu{
	position: absolute;
	top: 25px;
	left: 200px;
    z-index:100;
    display:none;
}

#img-backtimeboard{
    width: 445px;
    height:31px;
}

#img-time-close {
    position: absolute;
    top: 7px;
    right: 6px;
    cursor: pointer;
}

#slide_menu {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 375px;
    height: 80px;
    background: #131722cc;
    z-index: 90;
    float: right;
    border: solid 1px #005ae1;
    border-radius: 5px;
    display: none;
}

.chart-tool-type {
    float: left;
    width: 60px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

#chartselect-title {
    margin-top: 10px;
    margin-left: 5px;
    font-size: 13px;
    line-height: 16px;
}

#analysis_menu {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 329px;
    height: 150px;
    background: #131722cc;
    z-index: 100;
    border: solid 1px #005ae1;
    border-radius: 5px;
    display: none;
}

.oneTouchBunsekiDiv {
    margin-left: 5px;
    margin-top: 5px;
}

.analysis_menu-imageStyle {
    width: 40px;
    margin-top: 6px;
    margin-bottom: 4px;
}

#imgCandle, #line_menu, #heikin_menu, #bar_menu {
    margin-top: 10px;
    cursor: pointer;
}

#update-color {
    position: absolute;
    color: white;
    top: 300px;
    right: 40px;
    width: 200px;
    background-color: #383c3c;
    z-index: 101;
    display: none;
    border-radius: 5px;
    cursor: move;
}

.update-color-lable-cursor {
    cursor: move;
}

#infoArea {
    position: static;
    color: #ffffff;
    font-family: Meiryo, sans-serif;
    font-size: 12px;
    background: #131722;
    display: none;
}

#changeInfo{
    position:absolute;
    top:5px;
    right:30px;
    outline: none;
}

#color-setting-dialog {
    display:none;
    background-color:#383c3c;
    color:white;
    width:100px;
    height:100px;
    overflow: hidden;
}

#number-gamen {
    position: absolute;
    top: 4px;
    right: 3px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    border: solid 1px dimgray;
    border-radius: 5px;
}

#canvas-base41, #canvas-base42, #canvas-base43, #canvas-base44 {
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(#404040,#404040);
    overflow: hidden;
}

.onoffswitch {
    position: relative;
    width: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #000000;
    border-radius: 20px;
}
.onoffswitch-label-list {
    display: none;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #444444;
    border-radius: 2px;
    background-color: rgb(64,64,64);
    position: fixed;
    margin-top: 50px;
    right: 5%;
    width: 250px;
    height:40px;
    z-index: 90;
    color: white;
    border-radius: 5px;
}
.onoffswitch-label:hover {
    border: solid 1px white;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-label-list .onoffswitch-inner {
    width: 215%;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 18px;
        padding: 0;
        line-height: 18px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Bid";
        padding-left: 15px;
        background-color: #3477d5;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "Ask";
        padding-right: 15px;
        background-color: #FF0000;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    border: 1px solid #000000;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.changeBidaskTitleDiv {
    margin-top: 12px;
    right: 105px;
    display: inline-block;
    float: left;
    position: absolute;
}

#bid-ask {
    cursor: pointer;
    font-size: 13px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #444444;
    border-radius: 5px;
    background-color: #222222;
    height: 21px;
    width: 80px;
    display: flex;
    align-items: center;
}

#bidask-bar {
    position: absolute;
    width: 55px;
    margin-left: 5px;
    text-align: center;
}

.triangle-default {
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 8px silver;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}

/*Chromeで×ボタンのフォーカス時の枠線がいびつになる問題の対策*/
.ui-dialog-titlebar-close .ui-button-text{
    display:none;
}

/*色変更ボードを表示している時にカーソルを変更するために定義*/
div.CursorPointerImportant canvas,div.CursorPointerImportant p{
    cursor:pointer!important;
}

/*数値増減ボタン*/
.ui-spinner-button {
    cursor:pointer;
}

/*hrefが無くてもカーソルを変える*/
.tech-select-ui-dummy-tab {
  cursor:pointer;
  width:119px;
  text-align:center;
}

#help-dialog {
    display:none;
    background-color:#383c3c;
    position: absolute;
    top: 45px;
    right: 10px;
    width: 130px;
    height:85px;
    border-radius:5px;
    z-index:100;
}

#btn-tutorial {
    position: absolute;
    left: 5px;
    top: 25px;
    width: 120px;
}

#btn-version {
    position:absolute;
    left:5px;
    top:55px;
    width:120px;
}

#img-help-dialog-close {
    position:absolute;
    right:5px;
    top:5px;
    cursor:pointer;
}

#v-info {
    display:none;
    text-align:center;
}

#v-title {
    font-weight:bold;
    font-size:15px;
    margin-top:10px;
}

#v-no,#v-date {
    font-size:13px;
    margin-top:5px
}

#price-board-area-body {
    display:none;
}

.inquiry-date-picker{
    width: 70px;
    margin: 0 10px;
}

.ui-front {
    z-index: 150;
}

.quick-base {
    float: left;
    width: 121px;
    height: 61px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#order-setup-dialog{
    display:none;
    padding:5px;
}

.order-setup-section {
    overflow: hidden;
    margin: 10px 0;
}
.order-setup-section > *, .order-setup-section .inline-elem > * {
    float:left;
}
.order-setup-section .onoffswitch{
    width: 75px;
}
    .order-setup-section .onoffswitch-inner:before, .onoffswitch-label-list .onoffswitch-inner:before {
        content: "表示";
        padding-left: 17px;
        background-color: orangered;
        font-size: 12px;
    }
    .order-setup-section .onoffswitch-inner:after, .onoffswitch-label-list .onoffswitch-inner:after {
        content: "非表示";
        background-color: white;
        color: black;
        font-size: 12px;
    }
    .order-setup-section .onoffswitch-switch {
        right: 55px;
    }

.order-setup-section .selector-sub-menu {
    display:none;
    width:40px;
    position:absolute;
    z-index:1;
}

#order-setup-btn-group {
    margin-top: 5px;
    height: 25px;
    float: right;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
    -moz-appearance:textfield;
}

.ui-spinner .ui-icon {
    left: 8px; /* スピンボタンの位置がズレるため */
}

.chart-tool-title {
    background-color: rgb(233 237 255);
    height: 20px;
    width: 100px;
    border-radius: 5px;
    text-align: center;
    float: left;
    padding-top: 5px;
    margin-right: 5px;
}

.chart-tool-market {
    float: left;
    width: 60px;
    height: 40px;
    text-align: center;
    background-color: rgb(126,148,163);
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.chart-tool-divide {
    float: left;
    width: 60px;
    height: 50px;
    text-align: center;
    background-color: rgb(126,148,163);
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.chart-tool-market-text {
    width: 60px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
    color: #ffffff;
}

.chart-tool-market-text-fiboChannel, .chart-tool-type-text {
    font-size: 12px;
}

.chart-tool-market-text-bunkatu {
    height: 18px;
    line-height: 19px;
}

#oneTouchCrearDiv {
    height: 28px;
    width: 10px;
    clear: both;
}

#marketTimezone-title {
    margin-left: 5px;
}

.chart-tool-market-text-timezone {
    margin-top: 5px;
}

.chart-tool-market-tko-on {
    background-color: brown;
}

.chart-tool-market-ldn-on {
    background-color: darkgoldenrod;
}

.chart-tool-market-ny-on {
    background-color: darkblue;
}

.chart-tool-divide-fibo-on, .chart-tool-divide-price-on, .chart-tool-channelLine-on {
    background-color: orangered;
}

#message-container {
    bottom: 10px;
    display: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 125;
}

#message-div {
    background-color: rgba(38, 56, 116, 0.78);
    color: white;
    font-size: 12px;
    height: 105px;
    overflow-y: auto;
    position: relative;
    right: -350px;
    width: 350px;
}

.order-setup-button {
    position:absolute;
    color: white;
    background-color: darkgray;
    border-radius: 5px;
    text-align: center;
    width: 110px;
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
}
    .order-setup-button:hover {
        border: 1px solid white;
    }

#chart-setting {
    display: none;
}

#chart-setting .ui-accordion-content {
    background-color: #3f4140;
    padding: 0 10px;
}

.select-time-button {
    width: 27px;
    height: 21px;
    font-size: 12px;
    text-align: center;
    border: 1px solid black;
    background-color: black;
    color: white;
    font-family: Meiryo, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.select-time-button-click {
    width: 27px;
    height: 21px;
    font-size: 12px;
    display: block;
    text-align: center;
    border: 1px solid #bce2e8;
    background-color: #0972a5;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-change-subtitle {
    color: darkorange;
    position: absolute;
    margin-left: 15px;
    margin-top: 10px;
    font-size:12px;
}

.btbox {
    width: 20px;
    height: 20px;
    color: rgb(204, 204, 204);
    float: left;
    border: solid 1px rgb(0,0,34);
    background-color: rgb(0,0,34);
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btsub {
    margin-right: 2px;
}

.btadd {
    margin-left: 2px;
}

.btnum-input {
    width: 60px;
    height: 20px;
    float: left;
    border: 0;
    background-color: rgb(0,0,34);
    color: rgb(255,255,255);
    text-align: right;
}

.option-style {
    display: none;
    flex-direction: column;
    list-style-type: none;
    z-index: 153;
    width: 150px;
    position: absolute;
    top: 15px;
    background-color: rgb(34,34,34);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-base-color: rgb(51, 50, 50);
    scrollbar-track-color: dimgray;
    border: solid 1px silver;
    padding-inline-start: 0;
    height: 260px;
}

    .option-style::-moz-range-track {
        background-color: green;
    }

    .option-style::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .option-style::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .option-style::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

.option-item {
    background-color: rgb(34,34,34);
    position: relative;
    width: 150px;
    height:22px;
    margin: 3px;
    margin-left: 0px;
    cursor: pointer;
}

    .option-item:hover {
        background-color: rgb(62,110,211);
    }


.mystyle {
    margin-left: 90px;
}

#tech-chart-setting-area {
    background-color: #3f4140;
    padding: 0 10px 70px;
    margin: -27px 5px 10px 5px;
}

#tech-chart-setting-btn-group{
    position:relative;
    margin-left:280px;
    margin-bottom:5px;
}

#tech-select-order-setting {
    cursor: pointer;
}

.tech-name-chart-plate-nowrap {
    white-space: nowrap;
}

.ui-widget-overlay{
    opacity:0.1;
}

#brand-selector, #brand-selector-multi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3px;
    border-radius: 3px;
    cursor: pointer;
}

    #brand-selector:hover, #brand-selector-multi:hover {
        box-shadow: 0px 0px 5px 1px #33a2d5;
        border: 1px solid #000;
        border-radius: 2px;
    }

    #brand-selector img, #brand-selector-multi img {
        width: 60px;
        height: 20px;
    }

.selector-arrow-style {
    color: silver;
    font-size: 14px;
    margin-left: 10px;
}

#img-timeBoard {
    width: 20px;
    height: 20px;
}

#timeboard-part-context {
    color: white;
    text-align: center;
}

.img-size {
    position: absolute;
    width: 24px;
    height: 24px;
}

.client-menu-item-style {
    color: white;
    cursor: pointer;
    background-color: rgb(64,64,64);
    width:70px;
}

    .client-menu-item-style:not(.disable-menu):hover {
        box-shadow: 0px 0px 5px 1px #33a2d5;
        border: 1px solid #000;
        border-radius: 2px;
    }

.menu-image{
    height:22px;
}

.select-brand-list {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left:5px;
}

    .select-brand-list img {
        width: 60px;
        height: 20px;
    }

.menu-item-style {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-item {
    margin-left: 5px;
}

#timeboard-part, .candle-type, .tech-select, .analysis-type, .img-all, #timeboard-part-multi {
    border-right: solid 1px black;
}

#main-chart-menu-bar {
    display: grid;
    grid-template-columns: 150px 80px 80px 80px 80px 80px;
}

#multi-chart-menu-bar {
    display: none;
    grid-template-columns: 150px 80px 80px 80px 80px 40px 40px;
}

.close-img-size {
    width: 16px;
    height: 16px;
}

/*SafariでX軸の値が上にズレる件の修正*/
#canvas-slide p[id^="x_axis"], #div-color-setting p[id^="x_axis"], #canvas-base-sigord p[id^="x_axis"] {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
}

/* 描画ツール 折りたたみ対応 START */
#command-collapse {
    display: none;
}

@media (max-height: 825px) {

    #chart-contents {
        min-height: 470px;
    }

    .chart-main-side-contents {
        overflow-x: visible;
    }

    #draw-base-div {
        overflow-x: visible;
    }

    #draw-base-command-div {
        display: flex;
        flex-direction: row-reverse;
        transform: translateZ(1px); /* Safari のみ展開されたアイコン一覧がチャートの後ろに表示されるのを防ぐ */
    }

        #draw-base-command-div .commandMenuDiv:last-child {
            padding-left: 5px;
        }

        #draw-base-command-div .commandMenuDiv:not(#command-collapse) {
            margin: 0;
            flex-shrink: 0;
            padding-bottom: 7px;
            padding-top: 7px;
            padding-right: 5px;
            background-color: #404040;
        }

        #draw-base-command-div:not(.draw-base-command-expand) .commandMenuDiv:not(#command-collapse) {
            display: none;
        }

    #command-collapse {
        display: block;
        flex-shrink: 0;
    }

    #update-color {
        top: 200px;
    }

    #holizontal-menu .multi-chart-img-position {
        top: 1px;
        right: 34px;
    }

    .chart-main-side-contents {
        top: 0;
    }

    .signalMenuDiv {
        margin: 1px 0 0 0;
    }

    .command-cansel-margin {
        margin: 0;
    }
}
/* 描画ツール 折りたたみ対応 END */

/*jQueryダイアログの閉じるボタン START*/
.ui-button .ui-icon, .ui-button:focus .ui-icon {
    background-image: url(images/close.png);
}

.ui-button:hover .ui-icon {
    background-image: url(images/close-mouseon.png);
}

.ui-dialog-titlebar .ui-icon {
    background-repeat: round no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

.ui-dialog-titlebar .ui-button {
    background: none;
    border: none;
}
/*jQueryダイアログの閉じるボタン END*/

/*ダイアログの角がかける件の修正*/
.dialog-overflow-hidden {
    overflow: hidden;
}