.post h1.entry-title {
	margin-top: 10px;
	font-size: 120%;
	line-height: 1.3em;
}

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

	margin-bottom: 15px;
}

.post .blogbox p {
	padding: 0;
	margin: 0;
}

.post p.close {
	font-size: 120% !important;
	font-weight: bold;
	margin: 30px 5px 60px;
	padding: 0;
	text-align: center;
}

header .sitename {
	margin: 0;
}

.post div.c_bold p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.post div.c_bold div.btn {
	font-size: 90%;
	line-height: 1em;
}

table.hikaku td {
	background-color: #fff;
}

table.hikaku th {
	background-color: #ffe4c4;
	width: 33%;
}

/*更新日*/
.blogbox {
	font-size: 80%;
	padding: 2px;
}

/*#content h2 {
	position: relative;
	padding: .6em 1em .5em 1.5em;
	border: 1px solid #ccc;
	font-size: 110%;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 1.5em;
	background-color: #eee;
}

#content h2:after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
	border: none;
}

#content h2:before {
	border: none;
}

#content h3 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	font-size: 110%;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 1.5em;
}

#content h3:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}*/

/*メリット・デメリットのリスト*/
.post ul.mel, .post ul.dem {
	margin-top: 50px;
	border: solid 3px #ffb03f;
	padding: 1em 1em 1em 2.3em;
	position: relative;
	font-weight: bold;
	border-radius: 20px;
}

.post ul.mel:before, .post ul.dem:before {
	content: "良いところ（メリット）";
	position: absolute;
	display: block;
	top: -28px;
	left: 15px;
	background: #ffb03f;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 10px;
	color: #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.post ul.dem:before {
	content: "欠点（デメリット）";
	background: #3cb371;
}

ul.mel li, ul.dem li {
	line-height: 1.3;
	padding: .5em 0;
	list-style-type: none !important;
	font-size: 100%;
	border-bottom: dashed 1px #ffb03f;
}

ul.mel li:before, ul.dem li:before {
	font-family: FontAwesome;
	content: "\f10c";
	position: absolute;
	left: 1em;
	color: #ffb03f;
}

/*デメリットのリスト*/
.post ul.dem {
	margin-top: 40px;
	border: solid 3px #3cb371;
/*background-color: #f0fff0;*/
}

ul.dem li {
	border-bottom: dashed 1px #3cb371;
}

ul.dem li:before {
	content: "\f00d";
	color: #3cb371;
}

/*強調*/
strong {
	background-color: #feed79;
}

/* 点滅 */
.blinking {
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	-moz-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s 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 div.b30 {
	margin-bottom: 30px;
}

/*.post .kome2 {
	font-size: 100%;
	text-align: center;
	margin: 25px 0 10px;
}

.post .kome3 {
	font-size: 100%;
	text-align: center;
	margin: 0 0 20px;
	line-height: 1.5em;
}*/

.catch2 {
	font-size: 160%;
	font-weight: bold;
	line-height: 1.75em;
	text-align: center;
	margin: 50px 0 0;
	color: #f00;
}

.post ul {
	background-color: #fffacd;
	font-size: 90%;
}

.post ul.snsb {
	background-color: #fff;
}

em {
	color: #f00;
}

.font150 {
	font-size: 150%;
}

/*new！ボタン2016/01/08～*/
/*横幅・高さ変更*/
div.btn-ss a,div.btn-ao-ss a,div.btn a, div.btn-200y a,div.btn-ao a,div.btn-ao2 a {
	display: inline-block;
	width: 85%;
	margin: 3px 3% 10px;
	padding: 10px 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 a,div.btn-ao a,div.btn-ao2 a {
	margin: 5px 5% 20px;
	width: 84%;
	padding: 10px 8px;
	text-align: center;
	font-size: 150%;
	line-height: 1.5em;
	border-radius: 10px;
}

div.btn-ao2 a {
	margin: 5px 5% 0;
}

/*div.btn-ao a,div.btn-ao2 a {
	background: #00332b;
	border: 2px solid #00332b;
}

div.btn-ao a:hover,div.btn-ao2 a:hover {
	background: #006633;
}*/
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-ao-ss a {
	background: #00332b;
	border: 2px solid #00332b;
}

div.btn-ao-ss a:hover {
	background: #006633;
}*/
div.btn-ss::before,
div.btn-ss::after,
div.btn::before,
div.btn::after,
div.btn-200y::before,
div.btn-200y::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

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

div.btn-ss a:hover,
div.btn a:hover,
div.btn-200y 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 */
}

/*ガリバーapi*/
.g-box {
	width: 48%;
	float: left;
	padding: 5px 1% 10px;
	font-size: 90%;
	line-height: 1.3em;
}

.g-box2 {
	width: 100%;
	clear: both;
}

#contents p.last {
	margin-bottom: 15px;
}

/*車の一覧*/
.car {
	padding: 8px 0 10px;
	font-size: 140%;
	line-height: 1.2em;
	color: #228B22;
	font-weight: bold;
}

.car2 {
	padding: 8px 0 2px;
	font-size: 120%;
	line-height: 1.2em;
	color: #228B22;
	font-weight: bold;
}

.carphoto {
	margin: 5px 0;
	padding: 10px 10px 0;
	background: #ffffe0;
	font-size: 80%;
	line-height: 150%;
	border: 3px solid #e6db55;
	border-radius: 10px;
}

.img-lcar {
	float: left;
	margin: 5px 20px 0 0;
	padding: 5px 10px;
}

.carmain {
	padding: 5px;
	font-size: 95%;
	line-height: 1.3em;
}

.carab {
	padding: 5px;
	font-size: 120%;
	line-height: 1.5em;
}

.clear {
	clear: both;
/*	width: 100%;*/
}

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

#rank img {
}

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

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

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

.img-lcar2 {
	margin: 0;
	padding: 0;
	width: 210px;
	width: 100%;
	text-align: center;
}

.shousai {
	text-align: center;
	font-weight: bold;
	margin: 0 5px 5px;
	font-size: 95%;
	background-color: #c9f468;
}

.shousai a {
	display: block;
	padding: 3px 0;
	color: #e0ff96;
}

.shousai a:hover {
	background-color: #e0ff96;
}

/*フッター追加PR*/
#pr {
	text-align: left;
	margin: 5px 30px;
}

#pr p.catch {
	margin: 0;
	color: #f00;
	font-size: 22px;
	font-weight: bold;
	line-height: 110%;
	padding: 15px 0;
}

#contents p.catch {
	margin: 10px 25px 5px;
	color: #f00;
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
	padding-bottom: 10px;
}

#pr h3 {
	margin: 0 0 15px;
	padding: 0 10px;
	border: 2px solid #6699CC;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	line-height: 190%;
	display: block;
	text-align: left;
	clear: both;
}

#pr p {
	padding: 5px 0;
	margin: 0;
	font-size: 110%;
}

.post table {
	border: solid 3px #fa8072;
	border-collapse: collapse;
	width: 96%;
	width: 100%;
	margin: 5px 20px 10px;
	margin: 5px 0 10px;
}

table td {
	text-align: right;
}

table tr.line {
	border-bottom: 1px solid #fa8072;
}

table tr:nth-child(1) {
	background-color: #ffe4c4;
}

table#w50 {
	width: 60%;
}

table tr:nth-child(1) {
	background-color: #ffe4c42;
}

table th {
	border-bottom: solid 1px #fa8072;
	padding: 3px;
	font-size: 90%;
}

table th.lv1 {
	width: 35px;
	background-color: #ffe4c4;
	text-align: center;
	font-weight:bold;
	border-right: solid 1px #fa8072;
}

table th.lv2, table th.lv2-1 {
	width: 25%;
	text-align: center;
	font-weight:bold;
	border-right: solid 1px #fa8072;
}
table th.lv2-1 {
	width: 15%;
	text-align: center;
	font-weight:bold;
	border-right: solid 1px #fa8072;
}

table.small th.lv2 {
	width: 220px;
	width: 25%;
	text-align: center;
}

table th.lv3,table th.lv4 {
	width: 42px;
	text-align: center;
}

table th.lv5 {
	width: 45px;
	text-align: center;
}
table th.lv6 {
	width: 12%;
}

table.kekka {
	border: solid 3px #fa8072;
	border-collapse: collapse;
	width: 96%;
	width: 100%;
	margin: 1px 20px 10px;
	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 {
	border-bottom: solid 1px #fa8072;
	border-right: solid 1px #fa8072;
	background-color: #ffe4c4;
	font-size:80%;
	line-height:1.5em;
}

table.kekka tr {
	width: 10%;
}

table.kekka td.ph {
	width: 300px;
	background-color: #fff;
}

table.kekka td.ph img {
	margin-bottom: 6px;
}
.post td {
	vertical-align:middle;
	border-bottom: solid 1px #fa8072;
	border-left: solid 1px #fa8072;
	line-height: 1.3em !important;
	padding: 3px 4px;
}

td.af {
	text-align: 2em;
	padding: 5px 0;
}

div.g {
/*	float: left;
	padding-left: 20px;*/
}

div.gr {
	font-weight: bold;
	font-size: 90%;
	line-height: 1.75em;
	margin: 20px 0;
}

.blue {
	color: #4e7ac7;
}

.red {
	color: #ff3333;
}

.left-img {
	margin-top: 8px;
	margin-left: 15px;
	float: left;
	width: 220px;
	height: 210px;
}

a:link {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #0000ff;
}

.f-left {
	float: left;
}

p.midashi img {
	text-align: center;
	padding: 0;
	margin: 0;
}

div.reten,div.reten-b {
	padding-left: 35px;
	background-image: url("https://5minivan.com/wp/wp-content/uploads/reten-red.png");
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 2em;
	/*border-bottom: 1px dotted #333;*/
}

div.reten-b {
	background-image: url("https://5minivan.com/wp/wp-content/uploads/reten-blue.png");
}/*div.tere,div.ase {
	background-image: url("http://slide-k.com/wp/wp-content/uploads/2013/06/mark_face_tere.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 5px 12px 55px;
	font-size: 150%;
	font-weight: bold;*/
/*background-color: #fcc;*/
/*	border-bottom: 3px solid #f55;*/
	
}

/*
div.ase {
	background-image: url("http://slide-k.com/wp/wp-content/uploads/2013/06/mark_face_ase.png");
	color: #55f;
}*/
div.namae {
	font-size: 110%;
	line-height: 1.2em;
	padding: 0 5px 5px;
}

div.glade {
	font-size: 100%;
	text-align: left;
	line-height: 1.4em;
	margin-left: 10px;
}

div.kuti p {
	line-height: 1.75em;
	margin-bottom: 15px;
}

p.cc {
	font-size: 90%;
	text-align: center;
}

.post p.kome {
	font-size: 80% !important;
	padding: 0;
	margin: 0 0 30px;
}

p.kome2 {
	font-size: 100%;
	padding: 0;
	margin: 30px 0 0;
	text-align: center;
	line-height: 1.5em;
}

p.q {
	font-size: 110%;
	font-weight: bold;
	padding: 5px 15px;
	margin: 25px 0 0;
	background-color: #c0d7de;
}

div.q {
	font-size: 120%;
	font-weight: bold;
	padding: 8px 15px;
	margin: 10px 5px 20px;
	background-color: #c0d7de;
}

div.reten2,div.reten2-b {
	margin: 5px 20px 0;
	padding-left: 35px;
	background-image: url("https://5minivan.com/wp/wp-content/uploads/reten-red.png");
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 2em;
	/*border-bottom: 1px dotted #333;*/
	font-size: 120%;
}

div.reten2-b {
	background-image: url("https://5minivan.com/wp/wp-content/uploads/reten-blue.png");
}

div.kousin {
	border: 1px solid #ccc;
	padding: 10px 10px 0;
}

div.kousin p {
	font-size: 90%;
	margin-bottom: 10px;
}

p.top {
	text-align: right;
	font-size: 110%;
	padding-top: 15px;
}

.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://5minivan.com/wp/wp-content/uploads/ya.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.post p.md2 {
	margin: 20px 5px 30px 0;
	background-position: center right;
}

.post p.catch {
	font-size: 140%;
	line-height: 1.3em;
	font-weight: bold;
	color: #f00;
}
.sns ul {background-color: #fff;}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {

	.post ul.mel:before, .post ul.dem:before {
		padding: 5px 10px;
	}
	
	.post th.lv2 {
		width: 30%;
	}
	
	/*追加*/
	img.alignleft {
		float: left;
		margin-right: 15px;
	}
	
	img.alignright {
		float: right;
		margin-left: 15px;
	}
	
	.pc_only {
		display: none;
	}
}

@media screen and (min-width: 644px) {
	.sp_only {
		display: none;
	}
}
@media screen and (max-width: 479px) {

	#side ul li{padding: 7px 0 !important;}
	div.st-in-mybox{line-height:1.7em;
	padding: 10px 0;}
}
