/* Common app styling */

#content-header {
    background: #2a8dd4;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; /* Fixed header height */
    overflow: hidden; /* Disable scrollbars for header */
}

#content-main {
    position: fixed;
    top:80px;
    bottom:0;
    right:0;
    left:0;
    background: #fff;
    overflow: auto; /* Enable scrollbars within main content section */
}

.padding {
    padding:5px;
}
#notification-message {
    background-color: #818285;
    color: #fff;
    position: absolute;
    width: 100%;
    min-height: 80px;
    right: 0;
    z-index: 100;
    bottom: 0;
    display: none; /* Hidden until invoked */
}

#notification-message-header {
    font-size: medium;
    color: #fff;
    margin-bottom: 10px;
}

#notification-message-body {
    color: #fff;
}

#notification-message-close {
    background-image: url("../../image/Close.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
#app_sure-contain2,#app_sure-contain4,#app_sure-contain3,#app_sure-contain1,#app_sure-contain{
    background-color: #818285;
    color: #fff;
    position: absolute;
    width: 100%;
    min-height: 80px;
    right: 0;
    z-index: 100;
    bottom: 0;
    display: none; /* Hidden until invoked */
}
#app_sure-message-text2,#app_sure-message-text4,#app_sure-message-text3,#app_sure-message-text1,#app_sure-message-text{
    color: #fff;
    margin-top: 5px;
    font-size: 18px;
}
#app_sure-message-header2,#app_sure-message-header4,#app_sure-message-header3,#app_sure-message-header1,#app_sure-message-header{
	display: inline-block;
    margin-left: 40px;
    margin-right: 200px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration: underline;
}
#app_sure-message-body2,#app_sure-message-body4,#app_sure-message-body3,#app_sure-message-body1,#app_sure-message-body{
	display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}
select,body{
	font-family: meiryo !important;
}
