@charset "utf-8";
/* CSS Document */

.modWrap .pager {
}
.modWrap .pager.No1 {
/*margin-bottom:16px;*/
}
.modWrap .pager.No2 {
	margin-top: 16px;
	margin-bottom: 30px;
}
.modWrap .pager ul {
	float: right;
}
.modWrap .pager ul li {
	float: left;
	border-left: 1px solid #e8e8e8;
	height: 13px;
	margin-bottom: 1em;
}
.modWrap .pager ul li.last {
	border-right: 1px solid #e8e8e8;
}
.modWrap .pager ul li a {
	font-size: 13px;
	display: block;
	padding: 0 10px;
	color: #000000;
	position: relative;
	top: -3px;
}
.modWrap .pager ul li.active a {
	color: #000000;
	position: relative;
	top: -3px;
	font-weight: bold;
}
.modWrap .pager ul li.active a:hover {
	text-decoration: none;
	cursor: default;
}
.modWrap .newsList {
	background: url(../../common/img/bgTitleBorder.png) left top repeat-x;
}
.modWrap .newsList .newsListInner {
	background: url(../../common/img/bgTitleBorder.png) left bottom repeat-x;
}
.modWrap .newsList ul {
}
.modWrap .newsList ul li {
	border-bottom: 1px dotted #939393;
}
.modWrap .newsList ul li .daitSet {
	padding: 10px 24px;
}
.modWrap .newsList ul li .daitSet.first {
	padding: 20px 24px 10px;
}
.modWrap .newsList ul li .dait {
	float: left;
	color: #000;
}
.modWrap .newsList ul li .newsTitle {
	padding-left: 8em;
}
.modWrap .newsList ul li a {
	color: #000000;
}
.modWrap .newsList {
}

@media screen and (max-width: 767px) {
.modWrap .newsList ul li .dait {
	float: inherit;
	padding-right: 55px;
	color: #000;
}
.modWrap .newsList ul li .newsTitle {
	padding-left: 0em;
}
.modWrap {
	padding: 0;
}
}
