@charset "utf-8";
/**
 * news.css
 **/

@media only screen and (max-width:1199px) {}
@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:565px) {}

.parts-index-list a {text-decoration: none; color:#333}
[data-category-id="1"] .inm-news-list-item-link-date::after {
	content:"ニュースとお知らせ";
	background: #51b233;
	color: #fff;
	font-size: 80%;
	padding: 3px 5px;
	border-radius: 5px;
	margin: 0 10px;
	white-space: nowrap;
}
/*
[data-category-id="2"] .inm-news-list-item-link-date::after {
	content:"公告";
	background: #51b233;
	color: #fff;
	font-size: 80%;
	padding: 3px 5px;
	border-radius: 5px;
	margin: 0 10px;
	white-space: nowrap;
}
*/
[data-important="1"] .inm-news-list-item-link-important::after,
[data-important="1"] .inm-news-sublist-item-link-important::after {
	content:"重要";
	background: #FF0000;
	color: #fff;
	font-size: 80%;
	padding: 3px 5px;
	border-radius: 5px;
	margin: 0 0 0 10px;
	white-space: nowrap;
}
[data-important="1"] .inm-news-list-item-link-title {
	color: #FF0000;
}
[data-new="1"] .inm-news-list-item-link-new::after,
[data-new="1"] .inm-news-sublist-item-link-new::after {
	content:"NEW";
	background: #ff8c00;
	color: #fff;
	font-size: 80%;
	padding: 3px 5px;
	border-radius: 5px;
	margin: 0 10px;
	white-space: nowrap;
}
.inm-news-list-item dt{float: left;}
.inm-news-sublist-item-link:hover{text-decoration:none;}
ul.inm-news-sublist-items{
	list-style-type: none;
	padding: 0;
}
ul.inm-news-sublist-items li{
	padding: 5px;
	border-bottom: #dfdddd dotted 1px;
	font-size: 90%;
}
.inm-news-detail-item-header-date,
.inm-news-sublist-item-link-date{
	display:block;
}
.inm-news-detail-item-header{
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
	.inm-news-list-item dt{float: none;}
	#newsDetail{margin-bottom:40px;}
}
