

.main_img {
    width: 100%;
}

.dev_img {
    position: absolute;
    top: 10px;
    left: 10px;
    background-size: cover;
}
.display_img {
    top: 10px;
    left: 10px;
    background-size: cover;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.alignC {
    text-align: center;
}

.backGreen {
    background-color: #33CC00;
}
.backRed {
    background-color: #FF0000;
}
.backOrange {
    background-color: #FFA400;
}

.demoTable {
    position: absolute;
    top: 100px;
    left: 100px;
    border: 2px solid #777;
    border-collapse: separate;
    border-spacing: 0px;
    color: #fff;
    font-family: "メイリオ", sans-serif;
    background-color: #222;
}

.demoTable th,
.demoTable td {
    padding: 2px 4px;
    width: 50%;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}

.demoTable th {
  background-color: #444;
  text-align: center;
}

.demoTableL {
    width: 11%;
    height: 19%;
}
.demoTableL th {
  font-size: 135%;
}
.demoTableL td {
    font-size: 130%;
}
.demoTableM {
    width: 9%;
    height: 19%;
}
.demoTableM th {
  font-size: 115%;
}
.demoTableM td {
    font-size: 110%;
}
.demoTableS {
    width: 7%;
    height: 15%;
}
.demoTableS th {
  font-size: 95%;
}
.demoTableS td {
    font-size: 90%;
}

.imgSizeL {
    max-width: 120px;
    max-height: 120px;
    height: auto;
}

.imgSizeM {
    max-width: 90px;
    max-height: 90px;
    height: auto;
}

.imgSizeS {
    max-width: 70px;
    max-height: 70px;
    height: auto;
}

/** 機器テンプレート配下の省略表示設定
.imgSizeL ~ .textSizeL,
.imgSizeL ~ * .iconTextSizeL {
    width: 120px;
}
.imgSizeM ~ .textSizeM,
.imgSizeM ~ * .iconTextSizeM {
    width: 90px;
}
.imgSizeS ~ .textSizeS,
.imgSizeS ~ * .iconTextSizeS {
    width: 70px;
}
.imgSizeS ~ .textSizeS,
.imgSizeM ~ .textSizeM,
.imgSizeL ~ .textSizeL {
    padding: 0;
    text-align: center;
}
*/

.iconSizeL,
.iconSizeM,
.iconSizeS {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}

.iconSizeL {
    max-width: 24px;
    height: auto;
    line-height: 24px;
}
.iconSizeM {
    max-width: 20px;
    height: auto;
    line-height: 20px;
}
.iconSizeS {
    max-width: 20px;
    height: auto;
    line-height: 20px;
}

.iconTextSizeL {
    line-height: 24px;
}
.iconTextSizeM {
    line-height: 20px;
}
.iconTextSizeS {
    line-height: 20px;
}

.textSizeL,
.textSizeM,
.textSizeS,
.iconTextSizeL,
.iconTextSizeM,
.iconTextSizeS {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.textSizeL,
.iconTextSizeL {
    font-size: 15pt;
}
.textSizeM,
.iconTextSizeM {
    font-size: 12pt;
}
.textSizeS,
.iconTextSizeS {
    font-size: 10pt;
}

.textSizeS {
    padding: 0 6px;
}
.textSizeM {
    padding: 0 8px;
}
.textSizeL {
    padding: 0 10px;
}

*[id^="lbl_"] {
    white-space: pre;
}

/* 入力チェックエラー時の背景色定義 */
.c_error {
    //background-color:#FF6699;
    background-color:#FFFF33;
}

/* 一覧表のスクロール定義 */
.overlay {
    position: absolute;
    width:100%;
    height:100%;
    z-index:9999;
    background-color:#F8F8FF;
}

/* 一覧表のスクロール定義 */
.c_scroll{
    overflow:auto;
    height:100%
}

/* ヘッダ定義 */
.c_head {
    border-style:solid;
    border-color:#006500;
    border-width:1px;
    border-collapse:collapse;
}

.c_head td {
    padding-left:3px;
    padding-top:1px;
    padding-right:1px;
    padding-bottom:1px;
    border-style:solid;
    /*border-color:#009900;*/
    border-color:#006500;
    border-width:1px;
    font-size:13px;
    color:#3F3F3F;
    border-collapse:collapse;
    height:20px;
}

.c_head th {
    padding-left:3px;
    padding-top:1px;
    padding-right:1px;
    padding-bottom:1px;
    border-style:solid;
    /*border-color:#009900;*/
    border-color:#006500;
    border-width:1px;
    background-color:#CBED82;
    font-size:13px;
    color:#006500;
    border-collapse:collapse;
    white-space:norap;
}

.c_head th .inner th {
    padding-left:0px;
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
    border-style:none;
    font-size:13px;
    color:#006500;


}

.l_head {
    border-style:solid;
    border-color:#006500;
    border-width:1px;
    border-collapse:collapse;
}

.l_head td {
    padding-left:3px;
    padding-top:1px;
    padding-right:1px;
    padding-bottom:1px;
    border-style:solid;
    /*border-color:#009900;*/
    border-color:#006500;
    border-width:1px;
    font-size:13px;
    color:#3F3F3F;
    border-collapse:collapse;
    height:20px;
}

.l_head th {
    padding-left:3px;
    padding-top:1px;
    padding-right:1px;
    padding-bottom:1px;
    border-style:solid;
    border-color:#006500;
    border-width:1px;
    background-color:#FFEE75;
    font-size:13px;
    color:#006500;
    border-collapse:collapse;
    white-space:norap;
}

.l_head th .inner th {
    padding-left:0px;
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
    border-style:none;
    font-size:13px;
    color:#006500;
}

/* 一覧表のデザイン定義 */
.c_list td {
    padding-left:3px;
    padding-top:1px;
    padding-right:1px;
    padding-bottom:1px;
    height:20px;
    /*background-color:#EFE1FC;*//*薄紫*/
    background-color:#FFFFCC;
}

/* 一覧表のデザイン定義(属性情報がない場合) */
.c_listDel td {
    padding-left:3px;
    padding-top:1px;
    padding-right:1px;
    padding-bottom:1px;
    height:20px;
    background-color:#CCCCCC;
}

/* 入力チェックエラー時の背景色定義 */
.c_error {
    //background-color:#FF6699;
    background-color:#FFFF33;
}

.c_disabled {
  background-color:#D4D0C8;
}
.c_inner {
    border-style:none;
}

.c_inner th {
    padding-left:3px;
    padding-top:1px;
    padding-right:3px;
    padding-bottom:1px;
    font-size:13px;
    color:#000099;
}

.c_inner td{
    padding-left:3px;
    padding-top:1px;
    padding-right:3px;
    padding-bottom:1px;
    border-style:none;
    padding-left:0px;
}

.ComProcessingMask
{
    position:absolute;
    top:0px;
    left:0px;
    width:100px;
    height:50px;
    z-index:11200;
    background-color:White;
    visibility:hidden;
    -ms-filter: "alpha(style=0, opacity=0, finishopacity=0)"; /* IE 8 */
    -moz-opacity: 0.0;
    opacity: 0.0;
}

.ComProcessingMask IMG
{
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px
}


.ComSubProcessingMask_org
{
    width:200px;
    height:42px;
    padding-top:2px;
    position:absolute;
    top:40%;
    left:40%;
    z-index:1010;
    background-color:#238C72;
    visibility:hidden;
}

.ProgressIcon_org
{
    width:32px;
    height:32px;
}

.ProgressText_org
{
    font-size:24pt;
    font-family:MS UI Gothic, Sans-Serif;
    font-weight:bold;
    color:White;
    background-color:#238C72;
}

.ComSubProcessingMaskParent
{
    top: 40%;
    width: 98%;
    position: absolute;
    z-index: 11200;
    visibility:hidden;
}

.ComSubProcessingMask
{
    width:650px;
    height:80px;
    /**
    position:absolute;
    top:40%;
    left:30%;
    z-index:1010;
    */
    margin-right: auto;
    margin-left: auto;
    background-color:Gray;
    visibility:hidden;
    border-style:double;
    border-width:8px;
    border-color:White;
}

.ComSubProcessingMask DIV.icon_part
{
    width:64px;
    height:100%;
    float:left;
    padding:2px;
}

.ComSubProcessingMask DIV.text_part
{
    width:550px;
    height:100%;
    float:left;
    padding-left:3px;
    padding-top:4px;
}


.ProgressIcon
{
}

.ProgressText
{
    font-size:30pt;
    font-weight:bold;
    color:White;
    background-color:Gray;
}

