@charset "utf-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: ニュース2026用CSS                                                          */
/* 作成日: 2026-01-07                                                               */
/* 最終更新日: 2026-01-07                                                           */
/*                                                                                  */
/* ################################################################################ */

/*  override  */

.latestUpDateInfoArea {
	border: 4px solid #1c80dd;
	width: 92%;
	margin: 0 auto;
	margin-bottom: 1rem;
	padding: .5rem 1rem .4rem;
}
.latestUpDateInfoArea dt, 
.latestUpDateInfoArea dd, 
.latestUpDateInfoArea dd ul li {
	line-height: 1.5;
}
.latestUpDateInfoArea dt {
	background: #2479a0;
	display: inline-block;
	color: #FFF;
	padding: 2px 10px 1px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 5px;
}

.secondBoxColumn p {
	line-height: 2;
}
p.readTxtEnd {
	border-bottom: 6px dotted #0E601A;
	padding-bottom: 30px;
	line-height: 2;
}
p b, .latestUpDateInfoArea dd b {
	background: linear-gradient(transparent 60%, #FFFF00 0%);
	padding: 0 3px;
}
.newsArchiveBox {
	border-bottom: 6px dotted #0E601A;
}
.outLineBox .areaInfo {
	margin-left: 10px;
}
.newsArchiveArea h4 {
	font-size: 125%;
	line-height: 1.5;
	color: #191919;
	margin-bottom: 1em;
}

.outLineBox span.dateArea {
	font-size: 110%;
}
.outLineBox span.sat {
	color: #014c92;
}
.outLineBox span.sun {
	color: #a80000;
}

dl.websiteInfo {
	margin-bottom: 1.5rem;
}
dl.websiteInfo dt {
	float: left;
	clear: both;
	margin-right: .25rem;
	background: #2E841D;
}
dl.websiteInfo a {
	line-height: 1.875rem;
}
dl.websiteInfo dd.long {
	margin-left: .5rem;
}
dl.websiteInfo dd.long a {
	white-space: nowrap;
}
dl.websiteInfo dt, 
dl.exhibitCars dt {
	line-height: 1.625;
	border-radius: 5px;
	padding: .25rem .5rem;
	color: #FFF;
	font-weight: bold;
}

dl.exhibitCars {
	margin-bottom: 10px;
}
dl.exhibitCars dt {
	background: #be0a0a;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	margin-bottom: 5px;
}

dl.exhibitCars dd li {
	background: url(../../../img/share/icon_04.gif) no-repeat left 12px;
	line-height: 2;
	padding-left: 10px;
	font-size: 108%;
}

dl.exhibitCars dd li span {
	background: #D90000;
	color: #FFF;
	border-radius:3px;
	margin-left: .45rem;
	font-size: .8rem;
	font-weight:bold;
	padding:0 5px;
}

.thumbList {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
.thumbList li {
	display: inline-block;
	margin: 0 15px 10px 0;
}
.thumbList.tokyo li {
	display: inline-block;
	margin: 0 5px 10px 0;
}
.thumbList.odd li {
	width: 31%;
	margin: 0 0 10px 0;
}
.thumbList.odd li img {
	width: 100%;
	height: auto;
}
.thumbList li a:hover {
	opacity: .7;
}

.minimum li {
	width: 30%;
	margin: 0 10px 10px 0;
}
.minimum li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 736px) {
	.latestUpDateInfoArea {
		width: 82%;
	}
	.newsArchiveBox {
		padding: 10px 0;
		margin: 15px 5px;
	}
	.outLineBox .areaInfo {
		display:  block;
		margin: .5rem 0;
		max-width: 4rem;
		text-align: center;
		padding: .25rem 0;
	}
	dl.websiteInfo dt {
		float: none;
		display: inline;
	}
	dl.websiteInfo dd.long {
		margin: .5rem 0 0 0;
	}
	dl.websiteInfo dd.long a {
		white-space: inherit;
		line-height: 1.5;
	}
	dl.exhibitCars dd li span {
		padding:2px 5px;
	}
	.thumbBox img {
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.thumbList li, .thumbList.tokyo li {
		width: 24%;
		margin: 0 0 10px 0;
	}
	.thumbList.double li {
		width: 48%;
		margin: 0 0 10px 0;
	}
}




















