.subject-symbol {
	background-color: #4c444d;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
	width:32px;
	text-align: center;
}
.series-symbol{
	background-color: #4c444d;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	border-radius: 20px;
	display: inline-block;
	padding: 6px;
}



.area-rally{
	background-color: #f4f4f4;
	padding: 6px;
	margin: 6px;
}

.rally-line{
	margin: 3px 0;
}
.rally-button-ex {
	border-radius: 10px;
    font-size: 14px;
    text-align: center;
    display: table;
    width: 100%;
    padding: 0 6px;
}
.rally-button-ex a {
    min-width: 50px;
    max-width: 365px;
    overflow: hidden;
    padding: 5px 5px 3px 5px;
    font-size: 14px;
    border-radius: 6px;
	height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    color: #d80c24;
    font-weight: 600;
    border: 2px solid #d80c24; 
}
.rally-button-ex a:hover {
    background-color: #fff7f7;
    border: 1px solid #d80c24; 
}


.next-button, .prev-button {
	border-radius: 10px;
    text-align: center;
    display: table;
    width: 100%;
}
.next-button a, .prev-button a {
    min-width: 50px;
    border-radius: 6px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    color: #4c444d;
    border: 1px solid #4c444d; 
    padding: 5px 0 3px;
	height: 75px;
	background-color: #fff;
}
.next-button a:hover, .prev-button a:hover {
    border: 1px solid #d80c24; 
}
.prev-button a:before {  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #aaa;
}
.prev-button a:after {  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
.next-button a:before {  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #aaa;
}
.next-button a:after {  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}

.next-title-overflow, .prev-title-overflow { 
	display:inline-block;
	text-overflow: ellipsis;
    overflow: hidden;
	white-space: nowrap;
	color: #4c444d;
	font-size: 16px;
	font-weight: 600;
    max-height: 30px;
}
@media (min-width:767px){
	.next-title-overflow { 
		max-width: 270px;
	}
	.prev-title-overflow { 
		max-width: 155px;
	}
}
@media (max-width:767px){
	.next-title-overflow { 
		max-width: 140px;
	}
	.prev-title-overflow { 
		display: none;
	}
}

.next-thumb-img {
	border: 1px solid #e4e4e4;
	width: 100%;
	max-height: 65px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    -webkit-transform: none;
            transform: none;
    top: 0;
}


.article-list-pop {
  margin: 0;
  padding: 0;
  max-height: 20px;
  overflow: hidden;
}
.article-list-pop:after{
	clear: right;
}


.pop-list {
  margin-left: 0px;
  margin-right: 0px;
}
.pop-list:after {
  display: table;
  content: "";
  clear: both;
}
.pop-list .g-article-thumb-img {
  border: 1px solid #e4e4e4;
  -o-object-position: 50% 5%;
     object-position: 50% 5%;
}

.pop-list-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 6px;
  margin-bottom: 20px;
}
@media (min-width:767px){
  .pop-list-item {
    width: 25%;
  }
  .pop-list-item:nth-child(4n + 1) {
    clear: left;
  }
}
@media (max-width:767px){
  .pop-list-item {
    width: 50%;
  }
  .pop-list-item:nth-child(2n + 1) {
    clear: left;
  }
}

.pdf-file-preview {
	width: 100%;
	border: 1px solid lightgray;
	border-radius: 10px;
	margin-top: 5px;
}

.list_info_area{
	border: 3px solid #f4f4f4;
	padding: 3px 0;
	margin: 15px 0px;
}

.list_latest_area{
	padding: 0;
	margin: 15px 0px 5px;
}
