@charset "utf-8";

.notice {
    margin-bottom: 10px;
    padding: 15px 15px 15px 15px;
    background: #fff;
    border: 1px solid #c4c4c4;
    float: none;
    width: auto;
}
.notice .title-area {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}
.notice .title-area .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #00aad4;
    border-radius: 11px;
    background: url(../images/m_post_thum.png) 0 0 no-repeat;
    background-size: 18px 18px;
    overflow: hidden;
}
.notice .title-area .thumb > img {
    width: 100%;
}
.notice .title-area .title {
    font-size: 17px;
    font-weight: 400;
    color: #555;
    line-height: 22px;
}
.notice .title-area .date {
    font-size: 11px;
    font-weight: 300;
    color: #555;
    line-height: 22px;
    padding: 0 0 0 10px;
}
.notice .content-area {
    position: relative;
    padding-top: 10px;
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;      /* IE */
}
.notice .content-area p {
    font-size: 15px;
    font-weight: 300;
    color: #2d2d2d;
    line-height: 18px;
}
.notice .content-area img {
    height: 40px;
}

.notice-link {
    padding: 25px 5px 5px 5px;
    border: 0px;
    float: none;
    width: auto;
}
.notice-link .name {
    color: #00aad4;
    font-size: 15px;
    font-weight: 500;
    padding: 0 5px 0 0;
}
.notice-link .title {
    color: #555;
    font-size: 13px;
    font-weight: 300;
}
.notice-link .title a:hover {
    text-decoration: underline;
}

/* for mobile */
@media only screen and (max-width:1080px),
only screen and (-webkit-min-device-pixel-ratio :1.5) and (max-width: 1080px),
only screen and (min-device-pixel-ratio :1.5) and (max-width: 1080px),
only screen and (-webkit-min-device-pixel-ratio :2) and (max-width: 1080px),
only screen and (min-device-pixel-ratio :2) and (max-width: 1080px) {

.notice {
    margin-bottom: 10px;
    padding: 15px 15px 15px 15px;
    background: #fff;
    border: 1px solid #c4c4c4;
    float: none;
    width: auto;
}
.notice .title-area {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}
.notice .title-area .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #00aad4;
    border-radius: 11px;
    background: url(../images/m_post_thum.png) 0 0 no-repeat;
    background-size: 18px 18px;
    overflow: hidden;
}
.notice .title-area .thumb > img {
    width: 100%;
}
.notice .title-area .title {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    line-height: 22px;
}
.notice .title-area .date {
    font-size: 11px;
    font-weight: 300;
    color: #555;
    line-height: 22px;
    padding: 0 0 0 10px;
}
.notice .content-area {
    position: relative;
    padding-top: 10px;
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;      /* IE */
}
.notice .content-area p {
    font-size: 14px;
    font-weight: 350;
    color: #2d2d2d;
    line-height: 18px;
}
.notice .content-area img {
    height: 40px;
}

.notice-link {
    padding: 10px 10px 0px 10px;
    border: 0px;
    float: none;
    width: auto;
}
.notice-link .name {
    color: #00aad4;
    font-size: 13px;
    font-weight: 500;
    padding: 0 5px 0 0;
}
.notice-link .title {
    color: #555;
    font-size: 13px;
    font-weight: 300;
}
.notice-link .title a:hover {
    text-decoration: underline;
}

} /* end of mobile */
