/*全体　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)";
}
.spbr {
	display: inline;
}
/*全体　END*/

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

/*header　START*/
header {
	border-top: 5px solid #E90000;
}
header dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content:space-between;
	width: auto;
}
#logo {
	padding: 10px 0 8px 8px;
}
#logo img {
	width: 182px;
	height: 38px;
}
#tagline {
	padding: 10px 8px 8px 0;
}
#tagline img {
	width: 167px;
	height: 38px;
}
/*header　END*/

/*h1/pankuzu　START*/
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.5em;
	padding: 10px 5px 8px 12px;
	background: #0066FF;
}
#pankuzu ol {
	margin-bottom: 10px;
	padding: 6px 0 5px 12px;
}
#pankuzu li {
	display: inline;
	line-height: 1.5em;
}
#pankuzu li::after {
	content: ">";
	padding: 0 2px 0 7px;
}
#pankuzu li.current::after {
	content: "";
}
#pankuzu a {
	white-space: nowrap;
	text-decoration: underline;
}
#visual {
	margin: 0 0 5px 0;
	text-align: center;
}
#release {
	margin: 0 5px 5px 0;
	text-align: right;
}
#release dt,
#release dd {
	display: inline-block;
}
#release dt:after {
	content: '：';
}
/*h1/pankuzu　END*/

/*目次・固定ナビ　START*/
#toc {
	width: auto;
	margin: 0 2% 20px 2%;
}
#toc[open] {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	background: #F5F5F5;
}
#toc summary {
	width: 17%;
	color: #0033FF;
	padding: 15px 0 15px 3%;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	background: #F5F5F5;
	outline: none;
	list-style: none;
}
#toc summary::after {
	content: ' ＋';
	font-size: 18px;
}
#toc[open] summary {
	border: none;
}
#toc[open] summary::after {
	content: ' ×';
	font-size: 18px;
}
#toc summary::-webkit-details-marker {
	display: none;
}
#toc ol {
	counter-reset: number;
}
#toc[open] ol {
	animation: fadein 2.5s ease;
	padding-bottom: 10px;
}
@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
#toc li {
	margin: 0 2% 0 8%;
	padding: 0 0 15px 1.3em;
	text-indent: -1.3em;
}
#toc li::before {
	counter-increment: number;
	content: counter(number) ". ";
}
#toc ul li::before {
	counter-increment: none;
	content: "● ";
	color: #0033FF;
}
#toc ul li ul li::before {
	counter-increment: none;
	content: "";
}
#toc li ul {
	padding-top: 15px;
}
#toc li ul li {
	margin: 0;
	padding: 0 0 15px 0;
	text-indent: 0;
}
#toc li ul li ul {
	padding-right: 10px;
	background: #EEEEEE;
	border-radius: 10px;
}
#toc li ul li ul li {
	display: inline-block;
	padding: 0 0 15px 18px;
}
.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*/

/*車買取店 店舗数ランキング START*/
#storecount {
	margin: 0 0 30px 0;
}
#storecount article {
	padding-bottom: 10px;
}
#storecount h2 {
	margin: 0 2% 10px 2%;
	padding: 16px 5px 13px 5px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.5em;
	background: #E90000;
	border-radius: 5px;
	letter-spacing: 1px;
}
section {
	padding-bottom: 10px;
}
.survey {
	margin: 0 3% 20px 3%;
	line-height: 1.5em;
}
.survey span {
	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;
}
.survey mark {
	display: block;
	margin: 5px 0 5px 0;
	padding: 10px;
	background: #FFFFBB;
	border-radius: 15px;
	font-weight: bold;
}
.survey mark span {
	color: #E90000;
	text-decoration: none;
}
#sansho {
	margin: 0 3% 10px 3%;
}
#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::after {
	content: '×';
	font-size: 17px;
	padding: 0 2px 2px 2px;
}
#sansho summary::-webkit-details-marker {
	display: none;
}
#sansho ul {
	padding: 10px 10px 0 10px;
	background: #F6F6F6;
	border-radius: 10px;
}
#sansho[open] ul {
	animation: fadein 2.5s ease;
}
#sansho li::before {
	content: "※ ";
}
#sansho li {
	padding-left: 1.4em;
	text-indent: -1.4em;
	padding-bottom: 10px;
}
h3 {
	margin: 0 3% 10px 3%;
	padding: 14px 5px 10px 5px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
	background: #333333;
	border-radius: 5px;
	letter-spacing: 1px;
}
h3::after {
	content: "（都道府県別 TOP10）";
	font-size: 12px;
	letter-spacing: 0;
}
#national h3::after {
	content: "（TOP30）";
}
table {
	table-layout: fixed;
	width: 92%;
	margin: 0 4% 20px 4%;
	border-radius: 0 0 5px 5px;
	border-collapse: separate;
	color: #000000;
}
#national table {
	width: 94%;
	margin: 0 3% 20px 3%;
}
caption {
	padding: 10px 0px 9px 0px;
	background: #0033FF;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.5em;
}
th,
td {
	padding: 6px 5px 5px 5px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	line-height: 1.25em;
}

th {
	text-align: center;
	background: #F4F4FF;
}
.gold th,
.gold td,
.silver th,
.silver td,
.bronze th,
.bronze td {
	padding: 9px 5px 8px 5px;
}
thead th {
	padding: 9px 5px 8px 5px;
	background: #000099;
	color: #FFFFFF;
}
th.rank {
	width: 12%;
}
th.stores {
	width: 68%;
}
th:nth-of-type(1) {
	border-left: 1px solid #666666;
}
td:nth-of-type(2) {
	padding-right: 10px;
	text-align: right;
}
td span {
	display: inline-block;
	margin-right: 5px;
}
td img {
	width: 49px;
	height: 25px;
	vertical-align: middle;
}
tr:nth-child(odd) {
	background: #F9F9F9;
}
tr.gold,
tr.gold th {
	background: linear-gradient(45deg, #DAAF08, #DAAF08, #FEE9A0, #DAAF08, #DAAF08, #DAAF08);
	font-weight: bold;
}
tr.gold th {
	background: url(../images/rank/gold.png) no-repeat center center;
	background-size: contain;
}
tr.silver,
tr.silver th {
	background: linear-gradient(45deg, #B0B0B0, #D0D0D0, #FFFFFF, #D0D0D0, #B0B0B0);
	font-weight: bold;
}
tr.silver th {
	background: url(../images/rank/silver.png) no-repeat center center;
	background-size: contain;
}
tr.bronze,
tr.bronze th {
	background: linear-gradient(45deg, #CE8A4D, #D59964, #F1D1B8, #D59964, #CE8A4D);
	font-weight: bold;
}
tr.bronze th {
	background: url(../images/rank/bronze.png) no-repeat center center;
	background-size: contain;
}
#national thead tr:first-of-type th:first-child {
	border-radius: 5px 0px 0px 0px;
}
#national thead tr:first-of-type th:last-child {
	border-radius: 0px 5px 0px 0px;
}
tbody tr:last-of-type th {
	border-radius: 0px 0px 0px 5px;
}
tbody tr:last-of-type td:nth-of-type(2) {
	border-radius: 0px 0px 5px 0px;
}
ul.survey {
	margin: 0 3% 30px 3%;
	padding: 15px 10px 3px 10px;
	background: #FFDDEE;
	border-radius: 15px;
}
ul.survey li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 15px;
}
ul.survey li::before {
	content: "●";
}
/*車買取店 店舗数ランキング END*/

/*一括査定　START*/
#ikkatsu {
	margin: 0px 0px 50px 0px;
}
#ikkatsu h2 {
	padding: 20px 5px 15px 5px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-align: center;
	background: #DF0000;
}
#ikkatsu h2 br {
	display: inline;
}
#matome {
	border-right: 5px solid #DF0000;
	border-bottom: 10px solid #DF0000;
	border-left: 5px solid #DF0000;
	background: #FFFFEE;
}
#brand {
	display: block;
	margin: 0px 2% 10px 2%;
	padding-top: 10px;
}
#brand li {
	display: block;
	float: left;
	width: 18%;
	padding: 3px 1% 0px 1%;
	text-align: center;
}
#brand li.last {
	float: none;
	clear: both;
	width: auto;
	margin: 0px auto 0px auto;
	padding: 15px 0px 0px 0px;
}
#brand li.last a::before {
	display: inline-block;
	content: '\025b6';
	margin-right: 3px;
	padding: 2px 1px 1px 2px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1em;
	background: #0066FF;
	border-radius: 45px;
}
#merit {
	padding: 15px 3% 15px 3%;
	background: #FFFFB2;
	border-top: 1px dashed #E90000;
	line-height: 1.5em;
}
#merit br {
	display: none;
}
#merit span {
	color: #E90000;
}
#flow {
	padding: 0px 0px 10% 0px;
	background: #FFFFB2 url(../images/arrow_blue.png) no-repeat center bottom;
	background-size: 94%;
	text-align: center;
}
#flow img {
	width: 94%;
}
#satei {
	padding: 10px 0 20px 0;
	background: #FFFFB2;
	text-align: center;
}
#satei img {
	width: 94%;
}
/*一括査定　END*/

/*アサイド　START*/
aside {
	margin: 0 2% 30px 2%;
}
aside h2 {
	margin: 0 0 15px 0;
	padding: 10px 0 8px 15px;
	color: #FFFFFF;
	line-height: 1.5em;
	background: #0066FF;
	border-radius: 5px;
	letter-spacing: 1px;
}
#helpful {
	padding-bottom: 30px;
}
#helpful dl {
	margin: 0px 2% 20px 2%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #BBBBBB;
}
#helpful dl:last-child {
	border-bottom: none;
}
#helpful dt {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.5em;
	font-size: 16px;
}
#helpful dt span {
	padding-right: 18px;
	background: url(../images/insta.png) no-repeat right center;
	background-size: 18px;
}
#helpful dd {
	margin: 0 3% 0 3%;
}
#helpful img {
	border-radius: 10px;
}
#here {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";
}
#search dl {
	margin: 0px 3% 0px 3%;
}
#search dt {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #000000;
}
#search dd {
	display: inline-block;
	margin-right: 16px;
	line-height: 2.5em;
}
/*アサイド　END*/

/*フッター　START*/
footer ul {
	margin-bottom: 10px;
	padding: 10px 0 7px 0;
	background: #0066FF;
	font-size: 14px;
}
footer li {
	display: inline-block;
	width: 48%;
	text-align: center;
	line-height: 2.25em;
}
footer a:link,
footer a:visited {
	color: #FFFFFF;
}
footer a:hover {
	color: #E90000;
}
#copy {
	padding-bottom: 60px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
/*フッター　END*/
