header p.sitename{margin:0;}
.post p{margin: 15px 25px;}

/*表3項目*/
.post table.item3 th:nth-child(3),.post table.item3 th:nth-child(4),.post table.item3 th:nth-child(5){width:16%;}
.item3 th:nth-child(6){width:13%;}

/*価格・燃費表*/
.post table.hyou2 th:nth-child(2),.post table.hyou2 th:nth-child(3){width:30%;}
.post table.hyou2 th{
	padding: 5px 2px;
	line-height:1.2em;}

.post table.sp,
.post table.sp th,
.post table.sp td {
	border: 2px solid #333 !important;
}

.post table.sp tr:nth-child(even) {
	background-color: #f5f5f5 !important;
}

.post table th:nth-child(3),.post table th:nth-child(4){width:20%;}

.post p.gaiyou {
	font-size: 70%;
	color: #778899;
	line-height: 1.5em;
}

/* 点滅 */
.blinking {
	-webkit-animation: blink .5s ease-in-out infinite alternate;
	-moz-animation: blink .5s ease-in-out infinite alternate;
	animation: blink .5s ease-in-out infinite alternate;
	color: #f00;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.post h3 {
	background-color: #fffacd;
	border-left: 8px solid #bcf7bb;
	border-right: 8px solid #bcf7bb;
	border-bottom: none;
}

/*
2016
0202下部にカーセンサー査定リンク
0410カーセンサー査定リンク削除
*/
.bg_y {
	background-color: #ffffe0;
	margin: 15px 0;
	padding: 10px 5px;
	border-radius: 10px;
	border: 2px solid #e6db55;
}

.bg_y p {
	font-size: 100%;
	margin: 5px 0;
	text-align: center;
}

/*new！ボタン2016/01/10～*/
div.btn a,div.btn-200y a,div.btn-l a {
	display: inline-block;
	width: 90%;
	margin: 5px 3% 0;
	padding: 8px 3px;
/*height: 40px;*/
	text-align: center;
	line-height: 1.3em;
	outline: none;
	color: #fff;
	background-color: #55BB00;
	font-size: 130%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#66cc00+0,66cc00+50,379c02+51,66cc00+100 */
	background: #66cc00;
/* Old browsers */
	background: -moz-linear-gradient(top,#66cc00 0%,#66cc00 50%,#379c02 51%,#66cc00 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#66cc00 0%,#66cc00 50%,#379c02 51%,#66cc00 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#66cc00 0%,#66cc00 50%,#379c02 51%,#66cc00 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00',endColorstr='#66cc00',GradientType=0);
/* IE6-9 */
	border: 2px solid #379C02;
	border-radius: 5px;
	font-weight: bold;
}

div.btn-l a {
	margin: 5px 3%;
	width: 90%;
	padding: 15px 2%;
	text-align: center;
	font-size: 150%;
}

div.btn a {
	margin: 5px 3% 10px;
}

div.btn-200y a {
	border: 2px solid #FF9900;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+0,ffcc00+50,ff9900+52,ffc500+100 */
	background: #ffcc00;
/* Old browsers */
	background: -moz-linear-gradient(top,#ffcc00 0%,#ffcc00 50%,#ff9900 52%,#ffc500 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#ffcc00 0%,#ffcc00 50%,#ff9900 52%,#ffc500 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#ffcc00 0%,#ffcc00 50%,#ff9900 52%,#ffc500 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00',endColorstr='#ffc500',GradientType=0);
/* IE6-9 */
}

/*div.btn-l a {
	margin: 15px 3%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 120%;
}*/
div.btn::before,
div.btn::after,
div.btn-200y::before,
div.btn-200y::after,
div.btn-l::before,
div.btn-l::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

div.btn,
div.btn::before,
div.btn::after,
div.btn-200y,
div.btn-200y::before,
div.btn-200y::after,
div.btn-l,
div.btn-l::before,
div.btn-l::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

div.btn a:hover,
div.btn-200y a:hover,
div.btn-l a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
	background: #9dd53a;
/* Old browsers */
	background: -moz-linear-gradient(top,#9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a',endColorstr='#7cbc0a',GradientType=0);
/* IE6-9 */
	border: 2px solid #b6e026;
	text-decoration: none;
}

div.btn-200y a:hover {
	border: 2px solid #f8b500;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
	background: #fceabb;
/* Old browsers */
	background: -moz-linear-gradient(top,#fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb',endColorstr='#fbdf93',GradientType=0);
/* IE6-9 */
}

/*.post table td:nth-child(1) {
	width: 40%;
}*/
.post p.kome {
	font-size: 75%;
	line-height: 1.5em;
}

strong {
	background: linear-gradient(transparent 60%,#ffff66 60%);
}

/*矢印つきリンク*/
/*dl.rank */
.post p.md, .post p.md2, .post p.md_b {
	font-size: 15px;
	font-weight: bold;
	padding: 3px 30px 3px 0;
	margin: 0 5px 15px 0;
	line-height: 1.6em;
	text-align: right;
	background-image: url("https://yasui-k.net/wp/wp-content/uploads/2018/07/ya.png");
	background-position: top right;
	background-repeat: no-repeat;
}
.post p.md2{ margin: 30px 5px 50px 0;}
.post p.md_b{ margin: 0 5px 0 0;}

/*記事内リスト*/
.post ul.y {
	background-color: #fffacd;
	padding: 20px;
	font-weight: bold;
	font-size: 110%;
}

.post ul.y li {
	background-image: url(https://yasui-k.net/wp/wp-content/uploads/2018/07/arrow_blue.png);
	padding-left: 35px;
	background-position: top left 5px;
	background-repeat: no-repeat;
	list-style-type: none;
}

/*ランキング表の中身*/
dl.rank {
	display: table;
	width: -webkit-calc(100% - 6px);
	width: calc(100% - 6px);
	margin-bottom: 15px;
	border: 2px solid #fa8072;
}

dl.rank p {
	margin: 0;
	padding: 0;
}

.rank dt,.rank dd {
	display: table-cell;
}

.rank dt {
	border: 1px solid #fa8072;
	border-right: none;
	width: 200px;
	text-align: center;
	font-size: 90%;
	padding: 0 8px;
}
.rank dd table {
	padding: 0;
	margin: 0;
	min-height: 280px;
	font-weight: bold;
}
div.kakaku{padding:10px 0 5px;}

/*表の中身*/
.post .rank td {
	width: 16%;
	text-align: center;
	background-color: none;
	padding: 0;
}
.rank tr:first-child {
	background-color: #ffe4c4;
}

.post .rank table tr:nth-child(even) {
	background-color: #fff;
}

/*ランキング*/
#rank {
	text-align: center;
	margin: 5px 0;
}

#rank div.rank {
	width: 94%;
	border-radius: 10px;
	margin: 10px 0 5px;
	padding: 5px;
	background: #ffffe0;
	font-size: 92%;
	line-height: 150%;
	border: 2px solid #e6db55;
}

#rank div.last {
	margin-right: 0;
}

#rank p.catch {
	margin: 0;
	color: #f00;
	font-size: 22px;
	font-weight: bold;
	line-height: 120%;
}

#rank p {
	padding: 5px 0;
	margin: 0;
	font-size: 95%;
}

#rank .img-lcar2 {
	margin: 0 3%;
	padding: 0;
	width: 210px;
	width: 94%;
	text-align: center;
}

#rank div.car {
	color: #008000;
	font-weight: bold;
	font-size: 120%;
}

#rank .alignleft {
	float: left;
}

#rank em {
	font-style: normal;
	color: #f00;
}

#rank .carmain {
	margin: 10px 0;
}

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 1000px) {
	/*記事内リスト*/
	.post ul {
		padding: 15px;
	}
	
	.rank dt,.rank dd {
		display: table;
	}
	
	.rank dt {
		border-right: 1px solid #fa8072;
		border-bottom: none;
		width: -webkit-calc(100% - 2px);
		width: calc(100% - 2px);
		padding: 0;
	}
	
	.rank dd {
		width: 100%;
	}
.post h2{font-size:105%;
padding: 5px 15px;}
.post h3{font-size:105%;
padding: 10px;
line-height:1.5em}
.post p {font-size:90%;
line-height:1.6em;
margin: 15px 10px;}
}