
.modal-bgcolor-transparent .modal-backdrop {
  background-color: transparent;
}

#modal-notify .modal-dialog{
    margin-top: 80px;
    width: 430px;
    right: -50px;
}

/*
.modal-open {
    padding-right: 17px !important;
    overflow: auto;
}

@-moz-document url-prefix(){
    .modal-open {
        padding-right: 17px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    .modal-open {
        padding-right: 17px !important;
    }
}

@media all and (-ms-high-contrast: none){
    .modal-open {
        padding-right: 0px !important;        
    }
}

@supports (-ms-ime-align: auto){
    .modal-open {
        padding-right: 12px !important;
    }    
}
*/

.modal-notify-header{
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 10px;    
}

.modal-notify-body{
    position: relative;
}

.modal-notify-body > a{
    margin-left: 0px;    
}

.modal-notify-body a:link {color: #000; background-color: #F0F8FF;}
.modal-notify-body a:visited{color: #000; background-color: #FFFFFF;} 
.modal-notify-body a:hover{color: #000; background-color: #F6F6F7;} 
.modal-notify-body a:active{color: #000; background-color: #F0F8FF;} 

.modal-notify-footer{
    border-top: 1px solid #e5e5e5;
    padding: 0px;
    text-align: center;
}

.modal-notify-list{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 5px 0px;
    top: 0px;
    position: relative;
}

.modal-notify-icon{
    padding: 0 10px;
    float: left;
}

.modal-notify-icon img{
    border-radius: 4px;
}

.modal-notify-message{
    float: left;
    padding: 0px 0px;
    width: 350px;
    overflow: hidden;
}

.modal-notify-message h6 {
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 0px;
}

#notification a:link {color: #000; background-color: #F0F8FF;}
#notification a:visited{color: #000; background-color: #FFFFFF;} 
#notification a:hover{color: #000; background-color: #F6F6F7;}
#notification a:active{color: #000; background-color: #F0F8FF;}

#set-guide{
    display: none;
    margin: 10px 0;
}

#setting{
    padding: 0px 10px;    
}

#setting h3{
    background: #F7F3EC;
    border-top: 4px solid #379615;
    border-right: 4px solid #379615;
    border-left: 4px solid #379615;
    border-bottom: 0px;
    margin-bottom: 0px;
    overflow:hidden;
}

#setting ul{
    border-bottom: 4px  solid #379615;
    border-right: 4px  solid #379615;
    border-left: 4px  solid #379615;
    border-radius: 0px 0px 5px 5px;
    padding: 15px 30px;
}

#setting li{
    list-style: none;

}

#setting h4{
    font-weight: bold;
    border-bottom: 2px solid #3b9421;
}

.setting-list{
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;    
}

.new-notification{
    position: absolute;
    top: 15px; 
    right: 138px;
}

.notification-link a{
    text-decoration: none;
}

/* ローディング
--------------------------- */
#loading{
    background-image: url('../../../../themes/bootstrap3/img/boxslider/bx_loader.gif');
    width: 32px;
    height: 32px;
    margin: 10px auto;
}

#nodata{
    margin: 10px auto;
    text-align: center;
}