﻿
.none-error {
    display:none;
    height: 15px;
}

.show-error {
    color:#ff0000;
    font-size:larger;
}
.show-header {
    color:#000000;
}

.target-error {
    background-color:#ffeaea;
    border-color:#ff0000;
}
.ui-dialog-content {
    overflow: hidden !important;
}
.ui-dialog-titlebar {
    display:none;
}
.ui-widget-overlay {
    background: #446688;
    opacity: 0.2;
}

.psys-dialog-title {
    font-size: 1.2em;
    background: #446688;
    color:#ffffff;
    font-family: "Meiryo";
    padding: 5px 5px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.psys-dialog-body {
    padding: 5px;
    padding-top: 20px;
}
.psys-dialog-button {
    width:80px;
}

.selectshipdialog {



}
.ss_r-w100{
    width :100%;
    height:25px;
}


.selectship {
    padding:20px !important;
    padding-top:0px !important;
}

/*幅調整*/
.ss_td_c1{
  width:42px;
}
.ss_td_c2{
  width:100px;
}
.ss_td_c3{
  width:260px;
}
.ss_td_c4{
  width:170px;
}
#psys_pager {
    overflow: hidden;
    position: relative;
}
#psys_pager ul {
    margin-top:0px;
    margin-bottom:0px;
    float: left;
    position: relative;
    left: 50%;
}
#psys_pager ul li {
    float: left;
    position: relative;
    left: -50%;
}