.post table th {
	border: solid 1px #fa8072 !important;
	padding: 3px 4px;
	background-color: #ffe4c4 !important;
	font-weight: bold !important;
	font-size:90%;
}
.post table td {
	vertical-align:middle !important;
	border: solid 1px #fa8072;
	line-height: 1.3em !important;
	padding: 3px 4px;
}

/*表*/
.post table.kekka {
	border: solid 3px #fa8072 !important;
	border-collapse: collapse;
	width: 100%;
	margin: 1px 0 10px;
}

table.kekka td {
	border-right: solid 1px #fa8072;
	text-align: center;
	padding: 2px 0;
	width: 11%;
	font-weight: bold !important;
	line-height: 1.3em !important;
	margin: 0;
}

table.kekka td.top {
	background-color: #ffe4c4;
	font-size:80%;
	line-height:1.5em;
}

/*表ここまで*/

.post p.title{font-size:120%;
font-weight: bold;
margin:50px 0 20px;}

table.w50 th.lv1 {
	width: 50%;
}

table.w50 th.lv2 {
	background-color: #fff;
}

.post p {
	font-size: 90%;
	line-height: 1.7em;
}

table.body-color,table.body-color td,table.body-color th,
table.body-color2,table.body-color2 td,table.body-color2 th {
	border: 2px solid #333;
	padding: 5px;
}

table.body-color th,table.body-color2 th {
	background-color: #ffffe0;
}

table.body-color td {
	padding: 2px;
}

table.body-color td.wt,
table.body-color2 td.wt {
	color: #fff;
}

table.body-color td.bk,
table.body-color2 td.bk {
	color: #000 !important;
}

table.body-color tr td:nth-child(1) {
	width: 25%;
	color: #fff;
}

table.body-color tr td:nth-child(2) {
	width: 55%;
}

table.body-color tr td:nth-child(3) {
	width: 20%;
}

table.body-color2 tr td:nth-child(1) {
	width: 70%;
	color: #fff;
}

table.body-color2 tr td:nth-child(2) {
	width: 30%;
}

table th {
	background-color: #ffe4c4;
}

/*new！ボタン2016/01/08～*/
/*横幅・高さ変更*/
.post .catch {
	font-size: 130%;
	font-weight: bold;
	color: #ff0000;
	line-height: 1.3em;
}

div.btn a,div.btn-l a {
	display: inline-block;
	width: 85%;
	margin: 8px 2%;
	padding: 15px 3px;
	text-align: center;
	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: 0 3% 35px;
	width: 88%;
	padding: 15px 8px;
	text-align: center;
	font-size: 180%;
	line-height: 1.5em;
}

div.btn::before,
div.btn::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-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-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;
}

/*リスト*/
#contents ul {
	background-color: #FFFACD;
	padding: 30px 50px;
	font-size: 120%;
	margin: 20px 5px;
	line-height: 1.75em;
	list-style: none;
}

#contents ul li {
	background: url("img/h3_back.png") no-repeat top left;
	padding-left: 25px;
}

/*軽ワゴン車から⇒*/
/*.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 {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 30px 3px 0;
	margin: 0 5px 0 0;
	line-height: 1.6em;
	text-align: right;
	background-image: url("https://compact-slide.com/wp/wp-content/uploads/2018/07/ya.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.post p.md2 {
	padding-bottom: 30px;
}

/*記事内リスト*/
ul.list, ul.de,ul.me {
	background-color: #fffacd;
	padding: 20px 10px !important;
}

ul.list li, ul.de li,ul.me li {
	background-image: url(https://compact-slide.com/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;
}

ul.me li {
	background-image: url(https://compact-slide.com/wp/wp-content/uploads/2018/07/arrow_red.png);
}

/*ランキング表の中身*/
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%;
}

.rank dd table {
	padding: 0;
	margin: 0;
	min-height: 270px;
	font-weight: bold;
}

/*表の中身*/
.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;
}

.post table th {
	width: 15%;
}

.post table th.h40 {
	width: 40%;
}

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 1000px) {
	/*記事内リスト*/
	ul.list, ul.de, ul.me {
		padding: 10px 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);
	}
	
	.rank dd {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {

	#side ul li{padding: 7px 0 !important;}
}