body, table, td, th {
    font-family : 'Meiryo', verdana, 'Hiragino Kaku Gothic Pro', Osaka, 'MS Pgothic', sans-serif;
}
input, textarea, select {
    font-family : 'Meiryo', verdana, 'Hiragino Kaku Gothic Pro', Osaka, 'MS Pgothic', sans-serif;
}
#mopi {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}
html, body, #mopi {
}
#mopi-contents {
    position: relative;
    height: 100%;
}
#header_toolbar {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 67px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    z-index: 21;
}
footer {
    width: 100%;
}
.stage_rightside {
    position: absolute;
    width: 100%;
    min-height: 300px;
    top: 67px;
    right: -100%;
    overflow: auto;
    margin: 0 0 80px 0;
}
.stage_righthalf {
    position: absolute;
    width: 50%;
    min-height: 300px;
    top: 67px;
    right: -100%;
    max-width: 960px;
    overflow: auto;
    margin: 0 0 80px 0;
}
#section_main {
    overflow: auto;
    padding-top: 70px;
    padding-bottom: 30px;
}
.stage_parts {
}
.stage {
    padding: 10px;
}
.stage h2 {
    clear: both;
}

section.content {
    width: 100%;
}

/*** component toolbar ***/
#main_toolbar {
    position: absolute;
    left: 300px;
    width: 100%;
    z-index: 22;
    overflow-x: auto;
}
.toolbar {
    width: 100%;
    min-width: 800px;
}
.toolbar .tool:last-child {
    width: 200px;
    padding-right: 80px;
}
.tool {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 120px;
    float: left;
    padding: 3px 1px;
}
.tool.none {
    display: none!important;
}

.tool a {
    text-decoration: none;
    display: block;
    width: 100%;
}
.tool a:link,.tool a:visited {
    color: #666;
    font-weight: normal;
}
.tool a:hover,.tool a:active {
    color: #444;
    font-weight: bold;
}

.tool a span {
    display: block;
    width: 100%;
}
#toolbar_login {
    width: 120px;
}
#toolbar_prev {
    padding-top: 13px;
    width: 60px;
}
#toolbar_prev .message {
    font-size: 60%;
}
#mopi-contents {
}
.logout {
    padding: 15px;
    font-size: 90%;
}
.logout a {
    color: #fff;
}
.logout a:hover, .logout a:active {
    color: #eee;
}

#section_alert_message {
    /*	text-align: center; */
    /*    top: -300px; */
    margin: 10px;
    font-size: 110%;
}
#section_alert_ok {
    text-align: center;
    width: 100px;
    margin: 10px auto 0;
    padding: 5px;
    min-width: 80px;
}
#section_alert_cancel {
    text-align: center;
    width: 100px;
    margin: 10px auto 0;
    padding: 5px;
    min-width: 80px;
    display: none;
}
.contents_loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.contents_loading_bk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 11;
    background-color: #fff;
}
.contents_loading_img {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/system/loading.gif) center center no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 12;
}
#authed_loaded_contents_loading .contents_loading_bk {
    opacity: 0.4;
}
#authed_loaded_contents_loading .contents_loading_img {
    background: url(../images/system/loading.gif) center 200px no-repeat;
}

.login .caution {
    clear: both;
    margin-top: 10px;
    padding-left: 10px;
}
#login_error_message {
    color: #F00;
}
#section_login {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    margin: 0 auto;
    width: 640px;
    background-color: #fff;
    padding: 20px;
    z-index: 100;
    border-radius: 5px;
}
#login_outer {
    background-color: #005580;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
    margin-top: -50px;
}
.nav-tabs-custom {
    margin: 20px 15px 0;
    padding-bottom: 0;
}

i.fa {
    text-align: center;
}

.list_button_column {
    text-align: center;
}
.stage_parts .table th, .stage_parts .table td {
    border: 1px solid #ddd;
}
.stage_parts .table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #ddd;
}
.stage_parts .table th.list_action_column, .table td.list_action_column {
    display: none;
    background-color: inherit;
    width: 0;
    text-align: center;
    overflow: hidden;
}
.stage_parts .table th.list_action_column.visible, .table td.list_action_column.visible {
    display: table-cell !important;
    width: 70px !important;
}
.stage_parts .table td.list_action_column a {
    display: block;
    width: 100%;
    text-decoration: none;
}
.stage_parts .table td.no_border, .stage_parts .table th.no_border {
    border: none!important;
    background-color: inherit!important;
}
.stage_parts .table td.hovered {
    background-color: #F2F9F6;
}
.stage_parts .table tr.line_on_ever td.click_line {
    background-color: #ccc;
}
#section_login .form-group .input-group-addon i.fa {
    width: 15px;
}
.profiles_entry .profile_buttons .btn-box-tool {
    font-size: 20px;
}
.profiles_entry .subject {
    font-weight: bold;
}
.preview_window {
    position: relative;
    width: 100%;
    height: 100%;
}
.preview_starter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.preview_starter i {
    text-align: center;
    font-size: 250px;
    color: #fff;
    padding-top: 50px;
    opacity: 0.7;
}
.ie_support {
    text-align: center;
    color: red;
    font-size: 90%;
}
.component_message.description {
    padding-bottom: 20px;
}
.component_list_top .component_message.description {
    padding-top: 20px;
    padding-bottom: 10px;
}
.file_images {
    margin: 3px;
    overflow: hidden;
}
.mopi-modal .submit_group {
    margin: 30px 0 0 30px;
}

#mopi_page_top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: none;
}
#mopi_page_top a:hover {
    text-decoration: none;
    opacity: 0.6;
}
#mopi_page_top a {
    opacity: 0.8;
    display: block;
    padding: 5px;
    z-index: 999;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #bbb;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#mopi_thumb_open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99999;
}
#mopi_thumb_open_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.8;
    z-index: 1;
}
#mopi_thumb_open_image_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#mopi_thumb_open_image_area img {
    max-width: 70%;
}
.mopi_thumb_click_link {
    cursor: pointer;
    margin: 3px 5px;
}
#mopi_thumb_close {
    z-index: 2;
    position: fixed;
    display: block;
    padding: 6px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    right: 20px;
    top: 10px;
}
.page_wrapper {
    margin-bottom: 10px;
}
.row_display_none {
    display: none;
}

.separate_line.under {
    border-bottom: 3px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.radio_group label {
    font-weight: normal;
}

.over-half {
    right: auto;
    left: 0;
}

.mopi-language-header {
    float: left;
    margin-top: 8px;
}
.mopi-language-header select {
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.list_delete_option_button {
    display: none;
}
