/*全体　START*/
html {
	scroll-behavior: smooth;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,table,form,fieldset,legend,input,textarea,p,blockquote,header,footer,article,section,nav,main,aside,time {
	margin: 0px;
	padding: 0px;
}
fieldset,img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,time {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li { 
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select { 
	font-size: 100%;
	vertical-align: bottom;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-align: center;
	letter-spacing: 0px;
	-webkit-text-size-adjust: 100%;
	background: #FFFFFF;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:active {
	color: #E90000;
	text-decoration: underline;
}
a:hover {
	color: #E90000;
	text-decoration: underline;
}
.alpha a:hover img,
.alpha input:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.pcbr {
	display: none;
}
/*全体　END*/

#container {
	text-align: left;
	line-height: 1.25em;
}

/*ヘッダー　START*/
header {
	margin-bottom: 20px;
}
#h1box {
	background: #FFFFFF;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 8px 5px 8px 5px;
	background: #E90000;
}
#logo {
	padding-bottom: 8px;
	text-align: center;
}
#logo img {
	width: 180px;
	height: 38px;
}
#pankuzu ol {
	padding: 6px 5px 4px 5px;
	background: #0066FF;
}
#pankuzu li {
	display: inline;
	margin-right: 8px;
	padding-right: 20px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.5em;
	background: url(../images/sprites-list.png) no-repeat right 1px;
}
#pankuzu li.location {
	background: none;
}
#pankuzu a {
	color: #FFFFFF;
	white-space: nowrap;
}
/*ヘッダー　END*/

/*固定ナビ　START*/
.target {
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: block;
	padding-bottom: 10px;
}
.target li {
	display: inline-block;
	width: 65px;
	height: 65px;
	padding: 0px 5px 0px 0px;
}
.target img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
/*固定ナビ　END*/

main {
	margin-bottom: 50px;
}
.popular {
	margin: 0px 2px 20px 2px;
}

/*過去実施一覧 START*/
#list {
	margin: 0px 1% 300px 1%;
}
#list h2 {
	margin-bottom: 30px;
	padding: 10px 0 7px 0;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.5em;
	letter-spacing: 1px;
	background: #E90000;
	border: 1px solid #BF0000;
	border-radius: 5px;
}
#list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	margin: 0 0 10px 0;
	font-size: 18px;
}
#list li::before {
	display: inline;
	padding-right: 2px;
	content: "●";
	font-size: 14px;
	vertical-align: middle;
}
#list li {
	width: 33%;
	padding: 0px 0 30px 0;
	text-align: center;
}
/*過去実施一覧　END*/

/*車買取店普及状況 START*/
.x-scroll::before {
	display: block;
	padding: 5px 0 5px 0;
	content: "←　スクロール　→";
	text-align: center;
}
.x-scroll {
	overflow-x: auto;
	margin: 0 2% 5px 2%;
	color: #666666;
}
.x-scroll::-webkit-scrollbar {
	height: 5px; /* スクロールバーの高さ */
}
.x-scroll::-webkit-scrollbar-track {
	background: #CCCCCC; /* スクロールバーの背景色 */
	border-radius: 5px;
}
.x-scroll::-webkit-scrollbar-thumb {
	background: #999999; /* スクロールバーの色 */
	border-radius: 5px;
}
.x-scroll table {
	table-layout: fixed;
	width: 100%;
	border-radius: 0 0 5px 5px;
	border-collapse: separate;
	border-top: 1px solid #AAAAAA;
}
.x-scroll caption {
	padding: 10px 0px 5px 0px;
	background: #E90000;
	border: 1px solid #E90000;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.5em;
}
.x-scroll caption span {
	font-size: 18px;
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 0.3em; /* 線の太さ */
	text-decoration-color: rgba(255, 255, 0, 0.7); /* 線の色 */
	text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
}
thead {
	color: #000000;
}
.town {
	width: 70px;
}
.cover {
	width: 160px;
}
.rank {
	width: 45px;
}
.shops {
	width: 55px;
}
.vehicles {
	width: 95px;
}
.fixed {
	position: sticky;
	top: 0;
	left: 0;
}
.fixed::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	box-sizing: content-box;
	border-left: 1px solid #AAAAAA;
}
.x-scroll th,
.x-scroll td {
	padding: 6px 0 5px 0;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	line-height: 1.25em;
}
.x-scroll th {
	text-align: center;
	background: #EEFFFF;
}
.x-scroll thead th {
	background: #CCFFFF;
}
.x-scroll thead span {
	color: #E90000;
	font-weight: bold;
}
.x-scroll td {
	text-align: right;
	padding-right: 5px;
}
th.right-dashed {
	border-right: 1px dashed #CCCCCC;
}
.x-scroll td:nth-of-type(1) {
	border-right: 1px dashed #CCCCCC;
}
.x-scroll tr:nth-child(odd) {
	background: #F9F9F9;
}
.x-scroll tbody tr:nth-last-child(2) th,
.x-scroll tbody tr:nth-last-child(2) td {
	border-bottom: 5px double #AAAAAA;
}
.x-scroll td:nth-of-type(2) {
	color: #000000;
	font-weight: bold;
}
.avg th,
.avg td {
	background: #FFFFCC;
	color: #333333;
	font-weight: bold;
}
.total th,
.total td {
	background: #E3E3E3;
	color: #333333;
}
.total th {
	border-radius: 0px 0px 0px 5px;
}
.total td:last-child {
	border-radius: 0px 0px 5px 0px;
}
.graph {
	display: flex;
}
.graph span {
	display: block;
	padding: 1px 5px 0px 0px;
	border-radius: 0 5px 5px 0px;
	background: #99FF99;
	color: #333333;
	text-indent: 0.5em;
}
.avg .graph span {
	background: #00FF99;
}
.shirabe::before {
	content: "★";
	font-size: 14px;
	color: #0066FF;
}
.shirabe {
	margin: 0 2% 10px 2%;
	text-align: right;
	font-weight: bold;
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 0.3em; /* 線の太さ */
	text-decoration-color: rgba(255, 228, 0, 0.6); /* 線の色 */
	text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
}
#sansho {
	margin: 0 2% 0 2%;
	padding-bottom: 10px;
}
#sansho summary {
	display: block;
	cursor: pointer;
	font-weight: bold;
	color: #0066FF;
	line-height: 1em;
}
#sansho summary::after {
	display: inline-block;
	margin-left: 3px;
	padding: 1px 1px 1px 1px;
	content: '＋';
	font-size: 14px;
	color: #FFFFFF;
	background: #0066FF;
	border-radius: 5px;
	text-decoration: none;
	vertical-align: bottom;
}
#sansho[open] summary {
	margin: 0 0 10px 0;
}
#sansho[open] summary::after {
	content: '×';
	font-size: 17px;
	padding: 0 2px 2px 2px;
}
#sansho summary::-webkit-details-marker {
	display: none;
}
#sansho div {
	padding-left: 3em;
	text-indent: -3em;
}
#sansho[open] div {
	animation: fadein 2.5s ease;
}
#sansho ul {
	margin: 0 0 10px 0;
	padding: 10px;
	text-indent: 0em;
	background: #F6F6F6;
	border-radius: 10px;
}
#sansho li {
	display: inline-block;
}
#sansho li::after {
	content: '、';
}
#sansho li.last::after {
	content: '（敬称略・順不同）';
}
/*車買取店普及状況 END*/

/*フッター　START*/
#copy {
	padding: 10px 0 20px 0;
	border-top: 5px solid #0066FF;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
/*フッター　END*/