<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.news_index {
	font-size: 14px;
	max-width: 740px;
}
.news_index #newstag {
	background: #f0f0f0;
	max-width: 740px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 5px;
}	
.news_index #newstag li {
	box-sizing: border-box;
	width: 136px;
	height: 50px;
	margin: 5px;
	padding-left: 35px;
	background: url(../img/parts/icn_pc_arrow-right_01.png) no-repeat 15px center;
	cursor: pointer;
	color: #fff;
	line-height: 50px;
	float: left;
	list-style:none;
}

.news_index #newstag li a {
	color: #fff;
	cursor: pointer;
}

.news_index #newstag li.select a {
	color: #333;
}

.news_index #newstag li#all {
	background: url(../img/parts/icn_pc_arrow-right_04.png) no-repeat 15px center;
	background-color: #fff;
	color: #333;
}
.news_index #newstag li#news {
	background-color: #088957;
}
.news_index #newstag li#up {
	background-color: #d96096;
}
.news_index #newstag li:hover {
	/*background-color: #d0e6f7;*/
	/*opacity: 0.6; */
	text-decoration: underline;
}
.news_index #newstag li#all.select {
	border: 3px inset #e6e6e6;
}
.news_index #newstag li.select {
	border: 3px inset #FFF;
}

.news_index .news-layout-01 ul {
	width: 740px;
}
.news_index .news-layout-01 ul dl dd {
	width: 495px;
}

@media only screen and (max-width: 740px) {
.news_index {
	font-size: 14px;
	width: 100%;
}
.news_index select[name="sort"] {
	margin-left: 10px;
}
.news_index #newstag {
	padding: 0.5%;
}
.news_index #newstag li {
	width: 31%;
	margin: 1%;
}
.news_index .news-layout-01 {
	padding: 0 10px;
}
.news_index .news-layout-01 ul {
    width: 100%;
}
.news_index .news-layout-01 ul dl dd {
    width: 100%;
}
}






.news_index li#all a {
    color: #333;
}</pre></body></html>