@charset "utf-8";

/* scroll */
.cmshtml .ticker { position: relative; width: 100%; overflow: hidden }
.cmshtml .ticker ul { position: relative; margin: 0; padding: 0; list-style: none }
.cmshtml .ticker li { width: 100%; display: none }

@media (max-width: 1079px) {
.cmshtml .mynewarticles .rdnewArticle { border: none !important }
.cmshtml .mynewarticles .rdnewArticle-item { display: none; padding: 0 !important; opacity: 0 }
.cmshtml .mynewarticles .rdnewArticle-thumbnail { display: none !important }
.cmshtml .mynewarticles .rdnewArticle-contWrap {  }
.cmshtml .mynewarticles .rdnewArticle-ContDate { font-size: .88em !important }
.cmshtml .mynewarticles .rdnewArticle-ContTitle { white-space: nowrap; overflow: hidden; text-overflow: ellipsis }
.cmshtml .mynewarticles .rdnewArticle-ContLink { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml .mynewarticles .rdnewArticle-item + .rdnewArticle-item { margin-top: 0; padding-top: 0; border: none !important }
.cmshtml .mynewarticles .rdnewArticle-ContEx { display: none !important }
}

@media (min-width: 1080px) {
.cmshtml .mynewarticles .rdnewArticle { border: none !important; font-size: 17px }
.cmshtml .mynewarticles .rdnewArticle-item { display: none; padding: 0 !important; opacity: 0 }
.cmshtml .mynewarticles .rdnewArticle-thumbnail { display: none !important }
.cmshtml .mynewarticles .rdnewArticle-contWrap { display: flex }
.cmshtml .mynewarticles .rdnewArticle-ContDate { font-size: 1em !important; width: 180px !important }
.cmshtml .mynewarticles .rdnewArticle-ContDate::after { content: '\2002\2003\2003／' } 
.cmshtml .mynewarticles .rdnewArticle-ContTitle { width: calc(100% - 200px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; color: rgb(var(--basecolor)) }
.cmshtml .mynewarticles .rdnewArticle-ContLink { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml .mynewarticles .rdnewArticle-item + .rdnewArticle-item { margin-top: 0; padding-top: 0; border: none !important }
.cmshtml .mynewarticles .rdnewArticle-ContEx { display: none !important }
}

.cmshtml #wrapper .ticker a { color: #e70012; transition: .3s }
.cmshtml #wrapper .ticker a:hover { color: #000; text-decoration: underline }