@charset "utf-8";

/*
Theme Name: bonic
Theme URI: http://sprex.jp
Description: bonic
Author: sp
Author URI: http://www.sprex.jp
Version: 0.1
*/
/*----------------------------------------------------
	TOPでWPのデータを読み込む
----------------------------------------------------*/

.blog ul {
	margin-bottom:30px;
	padding:0 20px;
}
.blog ul li {
	background:url(img/title_h4.png) no-repeat left center;
	border-bottom:1px dashed #b9b9b9;
	padding:3px 0 3px 33px;
}
.blog .date {
	font-size:11px;
}
.blog .date a {
	padding-left:0;
}

/*----------------------------------------------------
	WP用side
----------------------------------------------------*/

.sideBlog {
	border: 1px solid #c9ec7c;
	margin-bottom:20px;
}
.sideBlog li.widget-container {
	background:none;
}
.sideBlog li.widget-container h3{
	color:#604838;
	font-size:15px;
	border:none;
	padding:5px;
}
.sideBlog li.widget-container ul li {
	background:url(img/arrow.png) no-repeat 8px 10px;
	border-bottom:1px dashed #c9ec7c;
	padding: 5px 0 5px 25px;
	font-size:14px;
}
.sideBlog li.widget-container ul li a:link,
.sideBlog li.widget-container ul li a:visited {
	text-decoration:none;
	color:#745029;
}
.sideBlog li.widget-container ul li a:hover{
	text-decoration:underline;	
	color:#ff9900;
}

.blog_info {
	margin-bottom:20px;
}

.blog_info ul {
	float:right;
}
.blog_info ul li {
	display:inline-block;
	background:none;
	padding:0 5px;
}
.nav-below {
	overflow:hidden;
	margin-bottom:10px;
	margin-top: 10px;
}
.nav-next a,
.nav-previous a {
	background: #DF5D6E;
	border-radius: 10px;
	color:#FFF;
	padding: 5px 10px;
	font-size: 16rem;
}
.nav-previous {
	float:left;
}
.nav-next {
	float:right;
}
.nav-previous a:link,
.nav-previous a:visited,
.nav-next a:link,
.nav-next a:visited {
	color:#FFF;
}
.excerpt_more {
	float:right;
}
.pankuzu ol li {
	background: url(img/icon-breadcrumbs.gif) 10px 8px no-repeat;
	float:left;
	padding-left: 25px;
}
.pankuzu ol li.first {
	background: none;
	padding: 0;
}
