
/*　Common　*/
/* -----------------------------------------------*/
* {
    color:#424242;
    line-height:1.0;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,strong {
    margin:0;
    padding:0;
    font-weight:200;
}

.noBorder{
    border: none !important;
}


/*　Body　*/
/* -----------------------------------------------*/
body{
    background-color: #FAFAFA;
    font-family:'Meiryo' !important;
    margin: 0;
}

/*　Header　*/
/* -----------------------------------------------*/
div#Header {
    width:100%;
    height:50px;
    background-size:100% auto;
    top:0px;
    z-index: 9999;
    border-bottom: #b30023 2px solid;
}
div#Header .sitetitle {
    padding:10px 10px;
    display:inline-block;
    font-size:24px;
    font-weight:600;
    line-height:1.5;
    text-align:left;
    color:#b30023;
    /*background:#f1f1f1;*/
    position:absolute;
    top:2px;
    left:0px;
}
div#Header .pagetitle {
    padding:10px 10px;
    display:inline-block;
    font-size:14px;
    font-weight:600;
    line-height:1.5;
    text-align:right;
    color:#b30023;
    /*background:#f1f1f1;*/
    position:absolute;
    top:20px;
    right:0px;
}
div#Header .logo{
    height: 36px;
    display:inline-block;
    position:absolute;
    right:0px;
}

/*　Footer　*/
/* -----------------------------------------------*/
div#Footer {
    text-align: center;
    padding:20px 0px;
    width:100%;
    font-size:10px;
    line-height:1.5;
    background:#cd1539;
    position:fixed;
    bottom:0px;
    color:#ffffff;
    z-index: 15000;
}

div#ButtonOnFooter {
    border-top: #b30023 2px solid;
    text-align: center;
    padding:4px 0px;
    width:100%;
    line-height:1.5;
    background:#F0F0F0;
    position:fixed;
    bottom:0px;
    color:#ffffff;
    z-index: 15000;
}

/*　Content　*/
/* -----------------------------------------------*/
div#Content{
    margin-top:16px;
    margin-right: 4px;
    margin-left :4px;
    margin-bottom:80px;
}

/* Adjustment Area */
/* -----------------------------------------------*/
div.adjustmentArea{
    height: 16px;
}

/*　Separater　*/
/* -----------------------------------------------*/
div.separater{
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 2px #b30023 solid;
}
div.separater.dotted{
    border-bottom-style: dotted;
}
div.separater.dashed{
    border-bottom-style: dashed;
}

/*　Button　*/
/* -----------------------------------------------*/
a.btn{
    text-align: center;
    padding:2px 8px;
    display:inline-block;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    text-decoration:none;
    background:#555;
    -moz-border-radius:5px;/*for Firefox*/
    -webkit-border-radius:5px;/*for Safari and chrome*/
    border-radius:5px;
    behavior: url(border-radius.htc);/*for IE*/
}

.fixbtn {
    padding:25px 0px;
}
div#ButtonOnFooter .fixbtn{
    padding:0px;
}
.fixbtnMid {
    padding:8px 0px;
}
.fixbtn a,
.fixbtnMid a{
    text-align: center;
    width:30%;
    display:inline-block;
    color:#ffffff;
    font-size:20px;
    font-weight:400;
    line-height:32px;
    text-decoration:none;
    background:#555;
    -moz-border-radius:5px;/*for Firefox*/
    -webkit-border-radius:5px;/*for Safari and chrome*/
    border-radius:5px;
    behavior: url(border-radius.htc);/*for IE*/
}
.fixbtn a.supermicro,
.fixbtnMid a.supermicro{
    width: 48px;
    font-size: 12px;
}
.fixbtn a.micro,
.fixbtnMid a.micro{
    width: 80px;
}
.fixbtn a.mini,
.fixbtnMid a.mini{
    width: 150px;
}
.fixbtn a.short,
.fixbtnMid a.short{
    width: 200px;
}
.fixbtn a.middle,
.fixbtnMid a.middle{
    width: 300px;
}
.fixbtn a.long,
.fixbtnMid a.long{
    width: 400px;
}

.midbtn {
    padding:8px 0px;
}

.midbtn.nopad {
    padding:0px 0px;
}

a.btn,
.fixbtn a,
.fixbtnMid a,
.midbtn a.search{
    box-shadow: 0px 2px 0px 1px #000;
    -moz-box-shadow: 0px 2px 0px 1px #000;
    -webkit-box-shadow: 0px 2px 0px 1px #000;
}

.noShadow{
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

a.btn:hover,
.fixbtn a:hover,
.fixbtnMid a:hover,
.midbtn a.search:hover{
    background:#FF3333;
}

a.btn:active,
.fixbtn a:active,
.fixbtnMid a:active,
.midbtn a.search:active{
    background:#b30023;
    box-shadow: 0px 1px 0px 1px #000;
    -moz-box-shadow: 0px 1px 0px 1px #000;
    -webkit-box-shadow: 0px 1px 0px 1px #000;
}

.midbtn a.search {
    text-align: center;
    width:100px;
    display:inline-block;
    color:#ffffff;
    font-size:20px;
    font-weight:400;
    line-height:32px;
    text-decoration:none;
    background:#555;
    -moz-border-radius:5px;/*for Firefox*/
    -webkit-border-radius:5px;/*for Safari and chrome*/
    border-radius:5px;
    behavior: url(border-radius.htc);/*for IE*/
}

/*　Form　*/
/* -----------------------------------------------*/
.formArea{
    margin: 8px 8px;
    padding: 0px 4px;
}

fieldset{
    display: block;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before:  0;
    -webkit-padding-start:  0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    min-width: -webkit-min-content;
    border-width: 0;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

dl {
    display:inline-block;
    text-align:left;
}
dl dt {
    padding:4px 0px;
    width:100px;
    clear:left;
    float:left;
    font-size:14px;
    font-weight:400;
    line-height:1.5;
    position:relative;
}
dl dd {
    padding:4px 0px;
    font-size:14px;
    font-weight:400;
    line-height:1.5;
    margin-left:110px;
    position:relative;
}
input[type=text],
textarea,
select{
    font-size: 14px ;
    border:#aaaaaa solid 1px;
    background:#ffffff;
    behavior: url(border-radius.htc);/*for IE*/
}
input[type=text]:focus,
textarea:focus,
select:focus{
    background:#fffbea;
}
input[type=text]:hover,
textarea:hover,
select:hover{
    background:#fffbea;
}
input[type=text]:disabled,
textarea:disabled,
select:disabled{
    background:#E0E0E0;
}

input[type=text].number{
    text-align: right;
    padding-right: 4px !important;
}

.w50{
    width:50px;
}
.w75{
    width:75px;
}
.w100{
    width:100px;
}
.w200{
    width:200px;
}
.w300{
    width:300px;
}
.w400{
    width:400px;
}
.w500{
    width:500px;
}
.w600{
    width:600px;
}

h3{
    margin: 0;
    padding: 0.4em;
    border-left: 7px solid #b30023;
    border-bottom: 1px dashed #b30023;
    font-size: 16px;
    font-weight: bold;
}
h3 span{
    margin-left: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #b30023;
}
h2{
    margin: 0;
    padding: 0.4em 0.2em;
    font-size: 16px;
    font-weight: bold;
}

.formArea table.formTable{
    width: 100%;
    border-collapse:collapse;
}
.formArea table.formTable tr{
    line-height: 1.0;
}
.formArea table.formTable th{
    width: 150px;
    padding: 4px 2px;
    font-weight: bold;
    font-size:14px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 2px solid #c00;
    border-bottom: 1px solid #ccc;
    background: #dcdcdc;
}
.formArea table.formTable th span{
    padding-left: 4px;
    padding-right: 4px;
    color:#b30023;
}
.formArea table.formTable th span.blue{
    padding-left: 4px;
    padding-right: 4px;
    color:#303F9F;
}
.formArea table.formTable th.colspan{
    border-right: 1px solid #ccc;
}
.formArea table.formTable th .ui-chkbox span{
    color:#424242;
    font-weight: 500;
    font-size: 14px;
    padding:0;
}
.formArea table.formTable td{
    padding: 4px 2px;
    font-weight: 500;
    font-size:14px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #F5F5F5;
}
.formArea table.formTable td.textOnly{
    padding: 8px;
}
.formArea table.formTable td .inputLabel,
.formArea table.formTable td .outputText,
.formArea table.formTable td .unit{
    padding-left: 10px;
    padding-right: 10px;
}

.formArea table.formTable td span{
    font-size: 13.3333px ;
}

table.list {
    border-collapse: collapse !important;
    text-align: left !important;
    line-height: 1.0 !important;
    border-left: 1px solid #ccc !important;
}
table.list thead th {
    text-align: center;
    padding: 4px !important;
    font-weight: bold !important;
    font-size:14px !important;
    border-top: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 2px solid #c00 !important;
    background: #dcdcdc !important;
}
table.list thead th.rowspan {
    border-bottom:1px solid #ccc !important;
}
table.list thead th.status{
    background-color: #AED581 !important;
}
table.list td {
    width: 350px !important;
    font-size:14px !important;
    padding: 2px !important;
    vertical-align: top;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

table.list tbody tr:hover {
    background: #FFF59D !important;
}

table.list tbody.noSelect tr:hover {
    background-color: initial !important;
}

.formArea .formTable table.list td{
    vertical-align: inherit !important;
}
.formArea .formTable table.list td select{
    font-size: 13.3333px ;
}

.formArea .formTable table.radio{
    border-collapse: collapse;
    border: none;
}
.formArea .formTable table.radio td{
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.formArea div.list table th span span{
    color:#b30023 !important;
}

.formArea div.list table td select{
    font-size: 13.3333px ;
}

.formArea table.messageList{
    width: 100%;
    border-collapse:collapse;
    margin-bottom: 4px;
}
.formArea table.messageList tr{
    line-height: 1.0;
}
.formArea table.messageList th{
    width: 150px;
    padding: 12px;
    font-weight: bold;
    font-size:15px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #dcdcdc;
}
.formArea table.messageList th span{
    padding-left: 4px;
    padding-right: 4px;
    color:#b30023;
}
.formArea table.messageList td{
    padding: 12px;
    font-weight: 500;
    font-size:13px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #FFF;
}

table.halfMenu,
table.maintenance{
    width: 100%;
}
table.halfMenu td,
table.maintenance td{
    width: 50%;
    padding: 4px;
    vertical-align: top;
}

table.menuBtn,
table.maintenance table.maintenanceFixedBtn{
    width: 100%;
}
table.menuBtn tr,
table.maintenance table.maintenanceFixedBtn tr{
    height: 64px;
}
table.menuBtn td,
table.maintenance table.maintenanceFixedBtn td{
    padding: 6px;
    text-align: center;
    width: 33%;
}

tr.rowShow{
    display:block;
}
tr.rowHide{
    display:none;
}

.formArea table.formTable td div.cautionText{
    margin: 4px 4px;
    color: #E65100;
}

/* message */
/* -----------------------------------------------*/
.msg_block{
    height: 50px;
    width: 80%;
    margin-bottom: 20px;
    display: table;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;

    white-space: pre;
}
.msg_info{
    border: #1560C5 1px solid;
    background-color: #64B5F6;
    color: #1560C5;
}
.msg_warn{
    border: #ff9900 1px solid;
    background-color: #ffff99;
    color: #ff9900;
}
.msg_err{
    border: #ff3333 1px solid;
    background-color: #ff9999;
    color: #ff3333;
}
.validation_message {
    color: red;
    width: initial !important;
    width: auto !important;
}
.input_msg{
    width: initial !important;
    width: auto !important;
}

/* tooltip */
/* -----------------------------------------------*/
div.tooltip{
    display: inline-block;
    border-bottom: dashed 1px #555;
}
div.tooltip span{
    display:none;
}
div.tooltip:hover{
    cursor: pointer;
    position: relative;
}
div.tooltip:hover span{
    line-height: 1.5em;
    display: block;
    position: absolute;
    top: 20px;
    font-size: 90%;
    background-color: #FAFAFA;
    width: 210px;
    padding: 5px;
    border: 1px #b30023 solid;
    z-index:100;
}

/* error page */
/* -----------------------------------------------*/
div.errorBox{
    margin-top: 160px;
    height:600px;
    width: 100%;

    vertical-align: central;
    align-content: center;
}
div.errorBox .inner{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

/* error page */
/* -----------------------------------------------*/
div.gamenID{
    margin-bottom: 60px;
    text-align: right;
    width: 90%;
    font-size: small;
}

/* error page */
/* -----------------------------------------------*/
div.caution{
    font-weight: bold !important;
    font-size: 13px !important;
    color:#b30023 !important;
}

/* navigator */
/* -----------------------------------------------*/
.formArea div.navi{
    padding: 4px 4px;
}

div.navi div.naviContent{
    padding: 4px 0px;
    width: 100%;
}

div.navi div.naviSubTitle{
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(180deg,#E0E0E0,#EEEEEE);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
}

div.navi div.naviDetail{
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 16px;
}

div.navi div.naviArrow{
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 32px;
    font-size: 16px;
    font-weight: bold;
}

div.navi table{
    border: 1px solid #ccc;
    width: 100%;
}

div.navi table tr.highlight{
    background: #FFF59D;
}

div.navi table th{
    border: 1px solid #ccc;
    width: 10%;
    text-align: center;
    vertical-align: middle;
}

div.navi table th .title{
    color: #b30023;
    font-size: 20px;
    font-weight: bold;
}

div.navi table td{
    border: 1px solid #ccc;
    width: 90%;
    text-align: left;
}

div.navi table td div{
    margin-top: 8px;
    margin-bottom: 8px;
}

/* primefaces wrap */
/* -----------------------------------------------*/
.ui-widget{
    font-size:14px !important;
}

a.ui-widget{

}

.ui-selectmanycheckbox td,
.ui-selectoneradio td{
    padding: 2px !important;
    font-weight: 500 !important;
    font-size:10px;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.ui-accordion .ui-accordion-content{
    background: #FAFAFA !important;
}

.ui-accordion .ui-accordion-header{
    margin: 0 0 1.0em;
    padding: 0.4em;
    padding-left: 1.8em;
    border-left: 7px solid #b30023;
    border-bottom: 1px dashed #b30023;
    font-size: 16px;
    font-weight: bold;
    background: #FAFAFA;
}

.ui-accordion .ui-accordion-header:hover{
    box-shadow: none;
    background: #FFF59D !important;
}

.ui-accordion .ui-accordion-content{
    padding: 0;
}

.ui-radiobutton .ui-radiobutton-box{
    background: #FAFAFA;
}

.ui-radiobutton .ui-radiobutton-box:hover{
    border: 1px #aaaaaa solid;
    box-shadow: 0 1px 0 #FFF59D;
    background: #fffbea !important;
}

.ui-chkbox .ui-chkbox-box{
    background: #FAFAFA;
}

.ui-chkbox .ui-chkbox-box:hover{
    border: 1px #aaaaaa solid;
    box-shadow: 0 1px 0 #FFF59D;
    background: #fffbea !important;
}

.ui-tabs{
    border-radius: 0;
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav{
    background: #dcdcdc !important;
    border-bottom: #b30023 1px solid;
}

.ui-tabs .ui-tabs-nav li{
    background: #555 !important;
    border: none !important;

    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.ui-tabs .ui-tabs-nav li:hover{
    background: #b30023 !important;
    box-shadow: none;
    border: none !important;

    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected{
    background: #FF3333 !important;
}

.ui-tabs .ui-tabs-nav li a{
    color: #FAFAFA;
    text-shadow: none;
}

.ui-datepicker .ui-datepicker-header{
    border-bottom: 1px #b30023 solid;
    background: #dcdcdc;
}

.ui-datepicker-year,
.ui-datepicker-month{
    height: 25px;
    vertical-align: middle;
}

.pe-timepicker-button{
    background: #FAFAFA !important;
}

.ui-timepicker-title{
    border-bottom: 1px #b30023 solid;
    border-radius: 0;
    background: #dcdcdc;
}

.ui-timepicker-table .ui-state-default{
    background: #FAFAFA !important;
}

div.list table{
    border-collapse: collapse !important;
    text-align: left !important;
    line-height: 1.0 !important;
    border-left: 1px solid #ccc !important;
}

div.list table thead th {
    text-align: center;
    width: auto !important;
    padding: 4px !important;
    font-weight: bold !important;
    font-size:14px !important;
    border-top: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 2px solid #c00 !important;
    background: #dcdcdc !important;
}

div.list table thead th span {
    font-weight: bold !important;
    font-size: 13px !important;
    color:#424242 !important;
}

div.list table thead th.ui-state-default {
    box-shadow: none;
    -webkit-box-shadow: none;
}

div.list table thead th.rowspan {
    border-bottom:1px solid #ccc !important;
}
div.list table thead th.status{
    background-color: #AED581 !important;
}
div.list table td {
    width: auto !important;
    font-size:14px !important;
    padding: 4px !important;
    vertical-align: top;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

div.list table tbody tr{
    height: 16px;
}

div.list table tbody tr:hover {
    background: #FFF59D !important;
    box-shadow: none;
}

div.list table tbody.noSelect tr:hover {
    background: initial !important;
    box-shadow: none;
}

.formArea .formTable div.list table td{
    vertical-align: inherit !important;
}
.formArea .formTable div.list table td select{
    font-size: 13.3333px ;
}

.ui-datatable-odd{
    background: #F5F5F5;
}

.ui-datatable-even{
    background: #F0F0F0;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
    background: #FFF59D !important;
    box-shadow: none;
    text-shadow:none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
    text-shadow:none;
}

.ui-expanded-row-content,
.ui-expanded-row-content:hover{
    background: #FAFAFA !important;
}

thead.ui-datatable-scrollable-theadclone{
    visibility: collapse;
    height: 0px !important;
    position: fixed;
}

.importantLabel,
div.importantLabel .ui-chkbox-label{
    color: #b30023;
    font-weight: 800 !important;
}

.ui-accordion .ui-accordion-header.ui-state-default .ui-icon{
    left: .2em;
    background: url(../images/arrow-right.png) !important;
    background-size: 16px !important;
}
.ui-accordion .ui-accordion-header.ui-state-active .ui-icon{
    left: .2em;
    background: url(../images/arrow-down.png) !important;
    background-size: 16px !important;
}

tr.ui-expanded-row-content .ui-datatable thead {
    display: none;
}
tr.ui-expanded-row-content table{
    background: #ccc;
}
tr.ui-expanded-row-content table,
tr.ui-expanded-row-content table tbody,
tr.ui-expanded-row-content table tr,
tr.ui-expanded-row-content table td{
    border-top: none;
}

.ui-dialog-titlebar{
    margin: 0 !important;
    padding: 0.4em !important;
    border-left: 7px solid #b30023 !important;
    border-bottom: 1px dashed #b30023 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    background: #FAFAFA;
}
.ui-dialog-titlebar span{
    margin-left: 16px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.ui-dialog-titlebar-icon.ui-dialog-titlebar-close.ui-corner-all{
    position:initial;
    width:initial;
}

.ui-panel.ui-widget-content {
    background: none;
    border: none;
}

.ui-panel .ui-panel-content{
    padding: 0;
}

.ui-tabs .ui-tabs-panel{
    padding: 0 !important;
}

.ui-tabs .ui-tabs-panel .formArea{
    margin: 4px 0px !important;
}

.ui-widget{
    font-family: 'Meiryo' !important;
}

textarea{
    font-family: 'Meiryo' !important;
}

.screenCover {
    background-color: #000;
    cursor: default;
    filter: alpha(opacity=20);
    opacity: 0.2;
    position: fixed;
    z-index: 19999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: none;
    zoom: 1;
}

/*　Additional information due to new environment construction　*/
/* -----------------------------------------------*/

/*一部td 上揃え*/
#mm003 .formArea td,#mm005 .formArea td, #mm012 .formArea td{
    vertical-align: top;
}

/*datatable下部の位置調整*/
#mm003 .ui-datatable-scrollable-body{
    height: 720px;
}

/*リスクマップ 汎例最小値指定*/
#so005\:hanreiDialog{
    min-width: 150px;
}

/*操作方法 不要線削除*/
#so005\:otherOperationSideBarArea_content, #so005\:newRiskSideBarArea_content, #so005\:editRiskSideBarArea_content{
    border: none;
}

/*無料サービス選択 add removeボタン幅*/
#so008 .ui-button-icon-only{
    width: 64px;
}





