@charset "utf-8";

/* ========== c-importantNotes-alert ========== */
.c-importantNotes-alert{
  background-color: #fff;
  padding: 12px;
  border-bottom: solid 1px #d4d5d5;
}
.c-importantNotes-alert ul.c-linkList-01 li a{
  color: #535252;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

/* ========== c-linkList-01 ========== */
.c-linkList-01 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 1.375em
}

.c-linkList-01 li {
    margin: 0;
    padding: 0;
    margin-top: .625em
}

.c-linkList-01 a {
    padding: 1px 0 1px 24px;
    color: #535252;
    text-decoration: none;
    position: relative;
    display: inline-block
}

.c-linkList-01 a:before {
    width: 18px;
    height: 100%;
    background-image: url(/assets/img/marker_01_@2x.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    position: absolute;
    left: 0;
    top: 2px;
    content: ""
}

.ie8 .c-linkList-01 a:before {
    background-image: url(/assets/img/marker_01.png)
}

.c-linkList-01 a:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    text-decoration: none
}

@media only screen and (max-width: 1024px) {
    .c-linkList-01 a:hover {
        opacity:1;
        filter: alpha(opacity=100)
    }
}

.c-linkList-01 .icon {
    margin-left: 4px
}

.c-linkList-01 .icon img {
    width: 16px
}

.ie8 .c-linkList-01 .icon img {
    display: inline;
    width: 16px
}

@media only screen and (max-width: 640px) {
    .c-linkList-01 {
        margin-top:.75em
    }

    .c-linkList-01 a {
        padding-bottom: 3px
    }

    .c-linkList-01 a:before {
        top: 0
    }
}

/* ========== add ========== */
.flat {
    margin-top: 0 !important;
}