﻿body {
    margin: 0px;
    /*overflow-y: hidden;*/
    overflow-y: auto;
    overflow-x: hidden;
}

/* ログアウトボタン */
/*.btn_logout {
    padding: 0.25rem 0.25rem;
    text-decoration: none;
    background-color: #464d55;
}*/
.btn_logout {
    height: 30px;
    font-family: メイリオ,ＭＳ Ｐゴシック;
    font-size: 10pt;
    background-color: white;
    border: 1px solid #9c9b9b;
    text-decoration: none;
    color: black;
}

    .btn_logout:hover {
        background-color: #efeded;
        text-decoration: none;
    }

.toggle {
   /*float:left;*/
   padding: 5px 10px;
   margin-top: 40px;
   margin-right: 15px;
   margin-bottom: 0px;
   background-color: gray;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 4px;
   border-color: #333;
}
.toggle:focus {
    outline: 0;
}
.toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.toggle:hover {
    background-color:black;
}
.toggle .icon-bar {
    background-color: #fff;
}

div#msp_div_header {
    width: 100%;
    height: 60px;
    /* background-image: url("../img/master/header_bg.png"); */
    background-color: #A4D5E2;
    vertical-align: bottom;
    text-align: left;
}

div#msp_div_user {
    float: right;
/*    padding-right: 20px;    
*/}

div#msp_div_menubar {

    width: 100%;
    height: 0px;
    /*background-image: url("../img/master/menubar_bg.jpg");*/ 
    vertical-align: middle;

}

/*
div#msp_div_menubar_left {

    float: left;
    width: 143px;
    height: 27px;

}

div#msp_div_menubar_right {

    height: 27px;
    padding-top: 3px;
}
*/

div#msp_div_menu {

    float: left;
    vertical-align: top;
    margin-right: 4px;
    width: 140px;
    height: 100%;

}

div#msp_div_menu span {

    display: block;
    padding-top : 5px;
    font-family: メイリオ;
}

div#msp_div_menu table {
    border-collapse: separate;
}

div#msp_div_menu table tr td a {
    display:block;
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
}

div#msp_div_main {
    width: auto;
    vertical-align: top;
    overflow-y: hidden;
    overflow-x: auto;
    border-left: 1px solid #c7c4c4;
}

table#msp_table_main {
    width: 100%;
    height: auto;
    border-collapse: separate;
    border-spacing: 0px;
}
td#msp_td_content {    
    width: auto;
    vertical-align: top;
    padding-top:0px;
    padding-left:0px;

}

div#msp_div_content_scroll {
    /* width: 100%;
    overflow: scroll; */ 
}

/*
td#msp_td_uc1 
{
    width: 100%;
    vertical-align: top;
    clear:both;
}

div#msp_div_uc1_visible {
    float:left;
    width: 15px;
    padding-top: 300px;
    padding-left: 5px;
    background-image: url("../img/master/uc1_btn_bg.jpg");
}

div#msp_div_uc1_scroll 
{
    
    display: none;
    border-left: solid 1px #888888;
    overflow-y:scroll;
    overflow-x:hidden;
   
    
}
div#msp_div_uc1 {

    width: 100%;
    text-align: left;
    clear:both;

}
*/

div#msp_div_content {
    width:auto;
    /*height:1px;*/
    clear:both;
    padding-top:5px;
    padding-left:5px;
}

div#msp_div_title {
    width: 100%;
    height: 30px;
    background-image: url("../img/master/title_bar_bg2.png");
    clear: both;
}

div#msp_div_title_icon {
    float: left;
    width: auto;
    height: 25px;
    padding-top: 3px;
}

    div#msp_div_title_icon img {
        width: 16px;
        margin-top: 4px;
        vertical-align: top;
    }

div#msp_div_title_left {
    float: left;
    width: auto;
    height: 25px;
}

    div#msp_div_title_left span {
        display: inline-block;
        padding-top: 4px;
    }


div#msp_div_title_right {
    float: right;
    width: auto;
    height: 25px;
    padding-top: 5px;
    padding-right: 30px;
}

/*------------Page Top ボタン start --------------*/
#pageTop {
  position: fixed;
  bottom: 0px;
  right: 10px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding-top:8px;
  border-radius: 0px;
  width: 45px;
  height: 30px;
  /* background-color: #DA6381; */
  background-color: #cfa665;      /* 2020/09/04 色変更 */
  color: #fff;
  font-weight: bold;
  font-size:10pt;
  text-decoration: none;
  text-align: center;
} 
/*------------Page Top ボタン end --------------*/






