@charset "utf-8";
/**
 * style.css
 */
/* Bootstrap break point */
@media only screen and (max-width:1199px) {} /* xl */
@media only screen and (max-width:991px) {} /* lg */
@media only screen and (max-width:767px) {} /* md */
@media only screen and (max-width:565px) {} /* sm */
/* (mobile first) */
@media only screen and (min-width:566px) {}
@media only screen and (min-width:768px) {}
@media only screen and (min-width:992px) {}
@media only screen and (min-width:1200px) {}
/* V3.1  break point */
@media only screen and (max-width:959px) {} /* tablet */
@media only screen and (max-width:767px) {} /* smart phone */
/* (mobile first) */
@media only screen and (min-width:768px) {}
@media only screen and (min-width:960px) {}
/*--------------------------------------------------*/

.inm-news-list-wrapper,
.inm-news-detail-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
@media only screen and (min-width:768px) {
	.inm-news-filter-container {
		flex: 0 0 25%;
		max-width: 25%;
		padding-left: 20px;
	}
	.inm-news-list-container,
	.inm-news-detail-container {
		flex: 0 0 75%;
		max-width: 75%;
	}
}
@media only screen and (max-width:767px) {
	.inm-news-list-wrapper {
		flex-direction: column-reverse;
	}
	.inm-news-filter-container,
	.inm-news-detail-container {
		width: 100%;
	}
	ul.inm-news-filter-item-year-items {
		display: flex;
		flex-wrap: wrap;
		padding: 20px 10px;
	}
	ul.inm-news-filter-item-year-items li {
		flex-basis: 33%;
	}
	.inm-news-list-container {
		width: 100%;
	}
}

ul.inm-news-filter-item-year-items li {
	position: relative;
  padding: 18px 20px 18px 30px;
    /*position: relative;
    display: block;
    padding: 15px 30px 15px 20px;
    font-size: 1.4rem;
    text-decoration: none;
    color: #333333;*/
}
/*.parts-index-list li.inm-news-filter-item-year-item a:before {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: #1592ee solid 2px;
	border-right: #1592ee solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}*/
.inm-news-filter-item-year-title-text {
	display: table;
	width: 100%;
	padding: 17px 10px 17px 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	background-color: #0f81d5;
	border-radius: 10px 10px 0 0;
}