@charset "utf-8";

/*=================================
	news.css
================================ */

.ir-news-tab {
	margin-top: 30px;
}

.ir-news-tab__head {
	padding-bottom: 3px;
	overflow: hidden;
	
}

.ir-news-tab__list {
	display: flex;
	justify-content: space-between;
	margin: 0 -4px;
	padding: 0;
	border-bottom: 2px solid #cc0000;
}

.ir-news-tab__list > li {
	width: 100%;
	padding: 0 4px;
	list-style: none;
}

.ir-news-tab__list > li.is-current .ir-news-tab__button {
	border-color: #cc0000;
	background-color: #cc0000;
	color: #fff;
}

.ir-news-tab__button:link {
	text-decoration: none;
	transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
}

.ir-news-tab__list > li:not(.is-current) .ir-news-tab__button:hover {
	border-color: #cc0000;
	background-color: #ffeff0;
	color: #ff0000;
}

.ir-news-tab .ir-news-tab__button {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 8px 20px 4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	color: #333;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

.ir-news-tab__body > * {
	margin-top: 18px;
}
