.news_embed {
    margin: 50px auto;
    max-width: 690px;
}
.news_embed h2 {
	background-color: #fff100;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    color: #000;
}
.news_box {
	display: inline-block;
	width: 690px;
	vertical-align: top;
}
.news_box h1 {
	width: 690px;
	height: 170px;
	padding-right: 10px;
	background-image: url(../img/hdr6.jpg);
	color: #000;
	font-size: 16px;
	line-height: 170px;
	text-align: right;
    margin-bottom: 30px;
}
.news_box h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.news_box #up_ymd {
    text-align: right;
    font-size: 12px;
}
#detail {
    margin: 15px 0 30px;
}
.detailText span {
    font-size: 16px !important;
    line-height: 1.6;
    color: #222222;
}
.detailUpfile {
    margin: 15px 0;
}
.detailUpfile img {
    max-width: 100%;
}
#newsList li {
    padding: 15px 0 14px;
    border-bottom: 1px dashed #ccc;
    display: flex;
    justify-content: left;
}
.up_ymd {
    width: 150px;
    display: inline-block;
}
.title {
    width: calc(100% - 150px);
}
.title,.title a {
    color: #797878;
    font-weight: bold;
}
.title a:hover {
    text-decoration: underline;
}
.newMark {
    color: orangered;
    display: inline-block;
    font-size: 11px;
}
.link {
    text-align: right;
    margin-top: 10px;
}
.link a {
    color: #888;
    text-decoration: underline;
    font-size: 12px;
}
.backORcloseBtn {
    text-align: center;
}
.backORcloseBtn a {
    color: #797878;
    text-decoration: underline;
    font-size: 12px;
}
.pager {
    text-align: center;
    margin-top: 15px;
}
.pager a {
    color: #797878;
    display: inline-block;
    padding: 2px 6px;
    border: 1px solid #797878;
    border-radius: 4px;
    margin: 0 5px;
    width: 27px;
    text-align: center;
}
.pager a.current {
    background-color: #797878;
    color: #fff;
    pointer-events: none;
}
