/* 関係者メニュー レスポンシブ対応 共通css */
/* 共通関連 */
#container {
    min-width: initial;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
}
#header {
    min-width: 0px;
}
@media (min-width: 1199px) {
    #contents, #pageTitle {
        max-width: 1199px;
    }
}
#contents {
    width: 100%;
    top: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#titleImage-row {
    position: relative;
    height: 44px;
    background: #ffffff url("../images/emergency/spacer_login_info.gif") repeat 0 0px;
}
#loginInfo {
    height: 44px;
}
#titleImage {
    position: relative;
    left: 0px;
    top: initial;
    top: auto;/* IE */
    z-index: 1;
    height: 43px;
    text-align: left;
    overflow: hidden;
}
#pageTitle {
    position: relative;
    width: 100%;
    height: initial;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
#panKuzu {
    position: relative;
    width: 100%;
    left: 0px;
    padding-top: 3px;
    top: 0px;
    z-index: 2;
    text-align: left;
    overflow: hidden;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    background: #ffffff url("../images/emergency/spacer_pankuzu.gif") repeat 0 0px;
}
#textlinks {
    min-width: auto;
}
#header span.glyphicon-align-justify {
    top: 11px;
    color: white;
    background-color: #2e3480;
    z-index: 101;
    cursor: pointer;
    float: right;
}
#common-menu-accordion .panel-body {
    padding: 8px;
    background-color: #2e3480;
}
#common-menu-accordion .btn-group-vertical {
    width: 100%;
}
#common-menu-accordion.panel-group {
    margin-bottom: 0px;
    background-color: white;
}
#common-menu-accordion .panel {
    border-style: none;
}
#datetime {
    position: static;
    top: initial;
    color: #FFFFFF;
}
#userName {
    position: static;
    right: 0%;
    top: initial;
    z-index: 999;
    /* height: 20px; */
    text-align: right;
    overflow: hidden;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
@media (max-width: 767px) {
  .loginInfo {
    background: #ffffff url("../images/emergency/spacer_login_info.gif") repeat 0 0px;
    margin-bottom: 15px;
  }
}

button[disabled],
input[type=button][disabled]{
  color: #808080;
}

#footer_sm{
    background-image:url(../images/emergency/bk_footer_sm.png);
    background-repeat:repeat-x;
    background-position:bottom;
    margin:20px 0 0 0;
    padding: 0;
    font-size:95%;
    color: #333333;
    width:100%;
    height:55px;
}

#footer_sm #bottomTextLinks {
  position: relative;
  text-align: center;
}

#footer_sm #bottomTextLinks a {
  color: #000;
  text-decoration: underline;
}

#footer_sm #bottomTextLinks a:visited {
  color: #000;
  text-decoration: underline;
}

#footer_sm #copyright{
    margin: 9px 0 0 0;
}

#footer_sm #footerHelpDesk {
    background-color: #f6f5ed;
    margin: 5px 0;
    padding: 5px 0 0 10px;
    font-size: 11px;
    color: #444444;
}

#footer_sm #footerHelpDesk p.hdtitle {
    font-size: 12px;
    font-weight: bold;
}

#footer_sm #footerHelpDesk div.tel {
    padding-left:25px;
}
