@charset "UTF-8";

.content_wrap.info_wrap h2 {
    margin-bottom: 8px;
}
#articleList {
	clear: both;
}

#articleList li img {
	max-width: 100px;
	max-height: 100px;
}

.col-xs-12 {
    text-decoration: none;
    color: #4D4D4D;
}

.label.date {
    background: #f5f5f5;
    padding: 0 16px;
    margin-bottom: 2px;
    display: inline-block;
    font-size: 12px;
}
@media only screen and (max-width: 640px) {
	.label.date {
	    margin-top: 16px;
}
}
.pull-right {
    float: left;
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 16px;
}
.article__list--text {
    padding: 0 1em;
    min-height: 100px;
    overflow: hidden;
}
.row {
	padding: 16px;
	border-top:1px solid #CCCCCC;
	transition: 0.2s;
}
.row:hover {
	background-color: #f5f5f5;
}
.row:hover a img {
	opacity: 0.8;
}
.row:hover a {
	color: #02569C;
}
.paging {
    margin-bottom: 6px;
    width: 100%;
    position: relative;
}
.info_inner .paging:last-child {
    margin-top: 16px;
}
.paging__numberLink {
    float: right;
    margin-bottom: 8px;
}
.article__list--title {
	font-weight: bold;
}

.article__detail--title {
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    margin: 4px 0 12px;
    color: #181D20;
}

.page__next--img.imgFrame {
    width: 100px;
    height: 100px;
    text-align: center;
}
.page__next--img.imgFrame img {
    max-width: 100px;
    max-height: 100px;
}
.article.article__detail .sns_btn {
	position: relative;
	text-align: right;
	top: 24px;
}
@media only screen and (max-width: 640px) {
	.article.article__detail .sns_btn {
		position: static;
		text-align: left;
		top: 0;
}
}

.infoEvent .hr_blue {
	border-bottom: 2px solid #02569C;
}
.article.article__detail article:first-child .subTitle.border {
    border-top: solid 3px #02569C;
}
.parts__info--text {
	max-width: 640px;
    overflow: hidden;
}
.info_wrap .parts__info--text p:first-child {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.parts__info--img {
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
    margin-right: 20px;
}
@media only screen and (max-width: 800px) {
	.parts__info--img {
		width: 60px;
		height: 60px;
		}
	#articleList li img {
		max-width: 100%;
		max-height: 100%;
}
}
.article.article__list li:after {
	content: "";
	clear: both;
	display: block;	
}

.article.article__list li {
	min-height: 160px;
	border-bottom: 1px solid #CCCCCC;
	padding: 16px 4px;
}

.article.article__list li:last-child {
	border-bottom: none;
}
.article.article__list li:first-child {
	border-top: 1px solid #CCCCCC;
}

.article.article__list a {
	color: #4D4D4D;
	text-decoration: none;
} 