::selection {
    background-color: rgb(215, 181, 247);
    color: rgba(127, 9, 57, 1);
}

#headercourse {
    margin-top: 5px;
    font-size: .7rem;
    margin-bottom: 0;
}

#headercourse_en{
    margin-top: 5px;
    font-size:.9rem;
    margin-bottom: 0;
}
*:focus {
    outline: none;
}

@media (min-width: 960px) {
    #headercourse {
        margin-top: 10px;
        font-size: 1.2rem;
        margin-bottom: 0;
    }
}

.uk-navbar-toggle,
.uk-navbar-item,
.uk-navbar-nav>li>a {
    min-height: 60px;
    padding: 0;
    font-size: 1.1rem;
}

.engname {
    text-align: center;
    font-size: 1.2rem;
}

.uk-navbar-primary {
    background-color: rgb(215, 181, 247) !important;
    border-bottom: 6px solid rgb(115, 68, 170) !important;
}

.uk-navbar-nav>li>a {
    color: black;
    width: 180px;
}

.uk-navbar-nav>li.uk-active>a {
    color: white;
    background-color: rgb(115, 68, 170);
}

.uk-overlay-top {
    color: white;
    font-size: 2rem;
    line-height: 2.5rem;
}

@media (min-width: 960px) {
    .uk-overlay-top {
        font-size: 4rem;
        line-height: 4.3rem;
    }
}

.uk-text1 {
    color: #7F0939;
    font-weight: bold;
    font-size: 1.4rem;
}

.uk-text2 {
    color: #1B1083;
    font-weight: bold;
    font-size: 1.4rem;
}

h2.uk-title {
    text-align: center;
    color: rgb(115, 68, 170);
    font-weight: bold;
}

h3.uk-title {
    background-color: rgba(127, 9, 57, .2);
    border-top: 6px solid rgb(115, 68, 170);
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.uk-project-name {
    text-align: center;
    color: black;
    font-weight: bold;
    margin-top: 8px;
}

.uk-slidenav-next {
    color: rgb(115, 68, 170) !important;
}

.uk-slidenav-next polyline {
    stroke-width: 3px !important;
}

.uk-slidenav-previous {
    color: rgb(115, 68, 170) !important;
}

.uk-slidenav-previous polyline {
    stroke-width: 3px !important;
}

.uk-staff h4 {
    color: rgb(115, 68, 170);
    text-align: center;
    margin: 10px 0 0 0;
}

.uk-staff h5 {
    color: #666;
    text-align: center;
    margin: 0;
}

.uk-text-ellipsis {
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    /*IE対策*/
    line-height: 1.5em;
    max-height: 4.5em;
}

.uk-text-ellipsis a {
    color: black;
    font-weight: bold;
}

.uk-text-ellipsis a:hover {
    color: #666;
}

.uk-whatnew .uk-card-body {
    padding: 15px;
    transition: .5s;
}
.uk-whatnew a:hover{
    font-weight: bold;
    text-decoration: none;
    color: #999;
}

.uk-whatnew span {
    font-size: .8rem;
}

.uk-whatnew h3.uk-card-title {
    font-size: 1.2rem;
    margin: 0;
}

.uk-whatnew .uk-card-body p {
    font-size: .9rem;
}

.uk-button {
    font-size: 1.1rem;
}

.uk-button-primary {
    background-color: rgb(115, 68, 170);
}

.uk-button-primary:hover {
    background-color: rgba(127, 9, 57, .9);
}

.uk-button-primary.uk-active {
    background-color: rgba(127, 9, 57, .9);
}

.uk-list-triangle {
    padding: 0 0 0 10px;
    margin: 0px;
    list-style: none;
}

.uk-list-triangle>li {
    position: relative;
    padding: 0px 0px 0px 1em;
}

.uk-list-triangle>li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid rgb(115, 68, 170);
    content: "";
}

.uk-list-triangle a {
    color: #333;
}

footer {
    margin-top: 80px;
    background-color: rgb(115, 68, 170);
    color: white;
}

footer h2 {
    color: white;
}

.uk-list-research a {
    color: #333;
}


.maintitle h2 {
    font-size: 30px;
    font-size: 3rem;
    position: relative;
    padding: 1.5rem;
    text-align: center;
    font-weight: bold;
}

.maintitle h2 span {
    font-size: 18px;
    font-size: 1.3rem;
    display: block;
    font-weight: normal;
}

.maintitle h2:before {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: rgb(115, 68, 170);
}

.uk-staff-card h3 {
    margin: 0;
}

.uk-staff-card .uk-card-body {
    padding: 15px 15px;
}

@media (min-width: 640px) {
    .uk-staff-card .uk-card-body {
        padding: 20px 25px;
    }
}



.uk-staff-card .uk-card-media-top {
    padding: 20px;
}

.uk-subtitle {
    position: relative;
    padding: 1rem .5rem;
    font-weight: bold;
}

.uk-subtitle:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    content: '';
    color: rgb(115, 68, 170);
    color: rgb(215, 181, 247);
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgb(215, 181, 247)), to(rgb(115, 68, 170)));
    background-image: -webkit-linear-gradient(right, rgb(215, 181, 247) 0%, rgb(115, 68, 170) 100%);
    background-image: linear-gradient(to left, rgb(215, 181, 247) 0%, rgb(115, 68, 170) 100%);
}

.uk-tab-instrument a {
    font-size: 1.2rem;
    padding: 5px 20px;
}

.uk-card-instrument .uk-card-body {
    padding: 15px 20px;
}

.uk-card-instrument .uk-card-media-top {
    text-align: center;
}

.uk-card-instrument .uk-card-title {
    font-size: 1.2rem;
    margin: 10px 0;
}

.uk-paper {
    margin-left: 10px;
    font-style: normal;
    font-size: 1.1rem;
    border-left: 5px solid rgb(215, 181, 247);
    padding: 10px 15px 10px 15px;
    background: rgba(200, 200, 200, .1);
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.gototop a {
    padding: 25px 25px;
    background: rgba(115, 68, 170, .8);
    border-radius: 5px;
    color: white !important;
}

.uk-schedule>div {
    border: 1px solid #efefef;
}

.uk-schedule>div>h3 {
    background-color: rgb(115, 68, 170);
    color: white;
    font-weight: bold;
    text-align: center;
}

.uk-schedule>div>div {
    padding: 15px;
}

.uk-subtitle strong {
    color: rgba(127, 9, 57, 1);
    font-size: 2rem;
}

.uk-alert-instrument {
    background: #efefef;
    font-weight: bold;
    font-size: 1.1rem;
}