/*

    Theme Name: 原本図書館
    Version: 1.0

*/

ul, ol{
    list-style-type:none;
    padding-left:0;
}
body {
    font-family: 'Segoe UI', sans-serif;
}


/* Bootstrapの色調整例 */
.card-title a {
    color: #333;
}
.card-title a:hover {
    color: #007bff;
}
