@media screen and (max-width: 800px){

    .db_input button{
        background-color: #4ae6f7;
    }
}

.db_input button{
    font-weight: bold;
    padding: 5px 15px;
    background-color: #404040;
    color: #ffffff;
    font-size: 0.8em;
    border-style: none;
}

.db_input button:hover{
    background-color: #4ae6f7;
}


@media screen and (max-width: 800px){
    
        .db_input .modal-footer button{
            background-color: #4ae6f7;
        }

        .db_input .modal button.close{
            text-align: right;
            color: #4ae6f7;
        }
    
}
    
    .db_input .modal-footer button{
        font-weight: bold;
        padding: 5px 15px;
        background-color: #404040;
        color: #ffffff;
        font-size: 0.8em;
        border-style: none;
    }
     
    .db_input .modal-footer button:hover{
        background-color: #4ae6f7;
    }


/*--------------------------------------------------------------
 8.0 Lists
 --------------------------------------------------------------*/

 /*--------------------------------------------------------------
 9.0 Tables
 --------------------------------------------------------------*/

.db_input table th{
    text-align: left;
    color: #ffffff;
}

.db_input table th{
    background-color: #4ae6f7;
}


@media screen and (max-width: 800px){
    .db_input table th{
        background-color: #404040;
    }
}

.db_input table tr:nth-child(even) {
    background: #f0efed;
}

.db_input table tr:nth-child(odd) {
    background: #ffffff;
}

.db_input th td{
    padding: 8px;
}

 /*--------------------------------------------------------------
 10.0 Links
 --------------------------------------------------------------*/

 /*--------------------------------------------------------------
 11.0 Featured Image Hover
 --------------------------------------------------------------*/

 /*--------------------------------------------------------------
 12.0 Navigation
 --------------------------------------------------------------*/

 /*--------------------------------------------------------------
 13.0 Layout
 --------------------------------------------------------------*/

  /*--------------------------------------------------------------
 13.0 Layout
 --------------------------------------------------------------*/
/* #main{
    margin-top:50px;
}*/

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/


.db_input .post-type-page h2{
    border-left-color: #4ae6f7;
    padding: 0px 0px 0px 5px; /* 余白の幅 */
    border-style: solid; /* 枠の種類 */
    border-width: 0px 0px 0px 7px; /* 枠の幅 */
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.db_input .gf-footer-link{
    padding: 15px 0;
}
.db_input .gf-footer-link .social-icon{
    margin: 0 5px;
    width: 60px;
    height: 60px;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
18.0 Media Queries
--------------------------------------------------------------*/
