@charset "utf-8";
/* CSS Document */

/* ************************************************ 
 *	
 *	ブログ用
 *	
 * ************************************************ */
#wrap{background:#111111;}
#wrap .pankuzu,
#wrap .pankuzu a{
color:#fff;
}

.no_post{
	background:#fff;
	text-align:center;
	padding:120px 0px;
	margin:30px;
	color:#aaa;
}
div.archives-title{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
	color:#000;
	font-size:13px;
	margin-bottom:20px;
	text-align:center;
	background:#dcdcdc;
}
.single_txt a{font-weight:bold;}
.single_txt h1,
.single_txt h2,
.single_txt h3,
.single_txt h4,
.single_txt h5,
.single_txt h6,
.single_txt h7{line-height:130%; font-weight:bold; margin-bottom:20px;}

.single_txt h1{font-size:180%; margin-bottom:1em;}
.single_txt h2{font-size:150%; margin-bottom:1em;}
.single_txt h3{font-size:120%; margin-bottom:0.8em;}
.single_txt h4,
.single_txt h5,
.single_txt h6,
.single_txt h7{font-size:110%}



/* ブログ　個別ページ用
-------------------------------------------------------------------*/
/* -----------------------タイトル----------------------- */
.entry_title{
	border-bottom:1px solid #ccc;
	line-height:140%;
}

	.info_date{
		position: relative;
		top:-2px;
	}

@media only screen and  ( max-width : 768px ) {
	.blog_arcive .info_date{
		position: relative;
		top:1px;
	}
}
.info_date span{
	background:#a17b0b;
	color:#fff;
	font-size:60%;
	padding:0.5em;
	display:inline;
}
/* -----------------------single----------------------- */
.blog_single .entry_title{
	background:#f5f5f5;
}
@media print, screen and ( min-width : 768px ) {
	.entry_title h2{
		padding:0.8em 5%;
		font-size:160%;
		line-height:160%;
	}
	.info_date{
		text-align:right;
	}
}
@media only screen and  ( max-width : 768px ) {
	.entry_title h2{
		padding:0.8em 1.8em 0.8em 0.8em;
		font-size:160%;
		line-height:160%;
	}
	.blog_arcive .entry_title,
	.blog_arcive .entry_title h2{
		font-size:90%;
		line-height:140%;
	}
}
/* -----------------------arcive---------------------- */
@media print, screen and ( min-width : 768px ) {
	.entry_title_link{
		display:block;
		color:#000;
		-webkit-transition: 0.3s ease-in-out;  
		-moz-transition: 0.3s ease-in-out;  
		-o-transition: 0.3s ease-in-out;  
		transition: 0.3s ease-in-out;
	}
	/* -----------------------サイトによって色を変える----------------------- */
	.entry_title_link{
		background:#fff url(images/common/icon.png) 95% 60% no-repeat;
		background-size:15px 15px;
		-webkit-background-size:15px 15px;
	}
	.entry_title_link:hover{
		background:#dcdcdc url(images/common/icon.png) 98% 60% no-repeat;
		background-size:15px 15px;
		-webkit-background-size:15px 15px;
	}

}
@media only screen and  ( max-width : 768px ) {
	.entry_title_link,
	.entry_title_link:hover{
		display:block;
		color:#000;
	}
	.blog_arcive .entry-tax,
	.blog_arcive .single_postthumb,
	.blog_arcive .single_txt{
		display:none;
	}
	.entry_title_link{
		background:#fff url(images/common/icon.png) 98% 60% no-repeat;
		background-size:8px 8px;
		-webkit-background-size:8px 8px;
	}
}


.single_postthumb img{
	width:100%;
	height:auto;
}


/* -----------------------本文---------------------- */
.single_box{
	background:#fff;
	margin-bottom:10%;
}
@media only screen and  ( max-width : 768px ) {
	.blog_arcive .single_box{
		margin-bottom:0%;
	/* box-shadow */
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
	}
}

.single_txt{
	padding:3%;
}
.single_txt p{
	margin-bottom:1em
}
.entry-tax{
	border-top:1px dotted #ccc;
	text-align:right;
	padding:0.5em 5%;
	margin-bottom:30px;
}
.entry-tax a{
	display:inline-block;
	padding:2px 15px;
	border:1px solid #666;
	color:#666;
	font-size:12px;
	text-decoration: none;
	margin:0px 4px;
	line-height:130%;
	font-weight:bold;
}

.entry-tax a:hover{
	border:1px solid #333;
	color:#333;
}


/* ブログ　ページャー
-------------------------------------------------------------------*/
.pager{
	clear: both;
	text-align:center;
	padding:20px 0px 40px 0px;
}
.pager span,
.pager a{
	text-decoration: none;
	padding: 6px 11px;
	margin: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size:12px;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(50%,#fff),
		color-stop(100%,#f5f5f5)
		);
	color: #555B73;
	border:1px solid #dcdcdc;
}
.pager a:hover{background:#dcdcdc;}
.pager .current{
	color: #fff;
	font-weight:bold;
	background:#aaa;
}

@media only screen and  ( max-width : 768px ) {
	/* smp */
	.wp-pagenavi .first,
	.wp-pagenavi .last, 
	span.extend,
	span.pages{display:none;}
}
/* ************************************************ 
 *	
 *	ブログ用
 *	
 * ************************************************ */
#selling_situation_t{
	color:#fff;
	text-align:center;
	padding:0.2em 1em;
	font-weight:bold;
	width:3em;
	font-size:70%;
}


#table_hanbai{
	margin-bottom:2em;
}
#table_hanbai th{
	width:20%;
	font-size:80%;
}
.car-price_pd{
	position: relative;
}
.car-price_pd .price{
	font-weight:bold;
}
.car_nemu_t{
	font-weight:bold;
	font-size:110%;
	width:65%;
	float:right;
}
.car_nemu_img{
	width:30%;
	float:left;
}