/*
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    text-decoration: none;
    border: 0;
    outline: 0;
}
.ui-helper-clearfix:after {
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    content: '.';
}
.ui-helper-clearfix {
    display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}
.ui-helper-clearfix {
    display: block;
}
/* end clearfix */
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;

    filter: Alpha(Opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    color: #222;
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
}
.ui-widget-content a {
    color: #222;
}
.ui-widget-header {
    font-weight: bold;
    color: #222;
    background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
}
.ui-widget-header a {
    color: #222;
}
/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-corner-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.ui-corner-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ui-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.ui-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ui-corner-all {
    border-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
    opacity: 0.70;
    background: #000 url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;

    filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    opacity: 0.30;
    border-radius: 8px;
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;

    filter: Alpha(Opacity=30);
}
/*
 * jQuery UI Resizable 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    font-size: 0.1px;
    position: absolute;
    z-index: 99999;
    display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    width: 100%;
    height: 7px;
    top: -5px;
    left: 0;
    cursor: n-resize;
}
.ui-resizable-s {
    width: 100%;
    height: 7px;
    bottom: -5px;
    left: 0;
    cursor: s-resize;
}
.ui-resizable-e {
    width: 7px;
    height: 100%;
    top: 0;
    right: -5px;
    cursor: e-resize;
}
.ui-resizable-w {
    width: 7px;
    height: 100%;
    top: 0;
    left: -5px;
    cursor: w-resize;
}
.ui-resizable-se {
    width: 7px;
    height: 7px;
    right: -5px;
    bottom: -5px;
    cursor: se-resize;
}
.ui-resizable-sw {
    width: 9px;
    height: 9px;
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}
.ui-resizable-nw {
    width: 9px;
    height: 9px;
    top: -5px;
    left: -5px;
    cursor: nw-resize;
}
.ui-resizable-ne {
    width: 9px;
    height: 9px;
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}
/*
 * jQuery UI Dialog 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */

.ui-dialog {
    width: 300px;
    padding: 0.0em;
    position: relative;
    background: #fff;
}
.ui-dialog-titlebar {
    padding: 0.5em 0.3em 0.3em 1em;
    position: relative;
    background: #fff;
}
.ui-dialog-title {
    margin: 0.1em 0 0.2em;
    margin: 0;
    padding-left: 20px;
    position: relative;
    float: left;
    -webkit-background-size: 17px 13px;
    background-size: 17px 13px;
}
.ui-dialog-titlebar-close {
    margin: -12px 10px 0 0;
    padding: 2px 20px 3px 5px;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 0.3em;
    color: #606060;
    border: 1px solid #a0a0a0;
    background: url(/sp/st_img/icon_close-db64ff809aa0c9b25ef19828b9ed6d9b.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
    background: url(/sp/st_img/icon_close-db64ff809aa0c9b25ef19828b9ed6d9b.png) no-repeat right center,linear-gradient(to bottom, #fff, #dedede);
}
.ui-dialog-titlebar-close span {
    margin: 1px;
    display: block;
}
.ui-dialog-content {
    padding: 0.0em 0;
    overflow: auto;
    border: 0;
}
.ui-dialog-buttonpane {
    margin: 0.5em 0 0 0;
    padding: 0.3em 1em 0.5em 0.4em;
    text-align: left;
    border-width: 1px 0 0 0;
}
.ui-dialog-buttonpane button {
    width: auto;
    margin: 0.5em 0.4em 0.5em 0;
    padding: 0.2em 0.6em 0.3em 0.6em;
    line-height: 1.4em;
    float: right;
    overflow: visible;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
/*新しいダイアログ*/

.new_dialog {
    width: 280px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    z-index: 2005;
    background: #fff;
}
.new_dialog .ui-dialog-titlebar {
    width: 280px;
    margin: 0 auto;
}