/*----------------------------------------------------------
サイドバー
----------------------------------------------------------*/
aside ul li {
	list-style-type : none;
	font-size : 14px;
	line-height : 18px;
	margin : 0 0 10px 0;
	padding : 0;
}
@media only screen and (min-width: 780px) {
/*IEで要素がズレるのを対応*/
.ie7 aside ul li, .ie8 aside ul li, .ie9 aside ul li {
	display : list-item;
	padding : 0;
}
}
aside p {
	font-size : 12px;
	line-height : 16px;
	margin : 0 0 10px 0;
	padding : 0;
}
aside h3 {
	font-size : 16px;
	font-weight : bold;
	color : #fff;
	text-align : center;
	line-height : 25px;
	margin : 0 0 10px 0;
	padding : 2px 0;
	background-color : #534636;
	border-radius : 4px;
}
aside h3 a {
	color : #fff;
}
/*----------------------------------------------------------
検索フォーム
----------------------------------------------------------*/
aside #search {
	padding-bottom : 0px;
	position : relative;
	width : 100%;
	box-sizing : border-box;
	border : 1px solid #999;
}
#s {
	height : 33px;
	color : #999;
	border : none;
	background-color : #fff;
	z-index : 10;
	padding : 5px 40px 5px 5px;
	width : 220px;
	box-sizing : border-box;
}
#searchsubmit {
	position : absolute;
	right : 0px;
	top : 0px;
	z-index : 20;
	width : 33px;
	height : 33px;
	border-radius : 0;
	background-color : #fff;
}
*:first-child + html #searchsubmit {
	top : 1px;
}
/*----------------------------------------------------------
カレンダー
----------------------------------------------------------*/
#wp-calendar {
	border-collapse : collapse;
	border-top : 1px solid #999;
	border-right : 1px solid #999;
	width : 100%;
}
#wp-calendar thead tr th {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	font-size: 14px;
	padding: 3px;
	text-align: center;
	background-color: #f3f3f3;
}
#wp-calendar td {
	text-align: left;
	padding: 2px;
	background-color: #fff;
	width : 14%;
	font-size : 10px;
	line-height : 14px;
	
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
#wp-calendar tbody tr #today {
	background-color: #f00;
	color : #fff;
	font-weight : bold;
}
#wp-calendar tbody tr td a {
	display : block;
	background-color: #eef;
}
/*----------------------------------------------------------
カテゴリーリスト色変更
----------------------------------------------------------*/
aside div[id^="categories"] > ul > li > a:hover,
aside div[id^="categories"] ul li ul li a:hover {
	background-color : #eee;
}

/*----------------------------------------------------------
NEW POST CATCH設定
----------------------------------------------------------*/
#npcatch li{
	overflow : hidden;
	clear : both;
	margin : 0;
	padding : 10px 0;
	border-bottom : 1px dotted #ccc;
}
#npcatch img{
	float : left;
	margin : 0;
	padding : 0 10px 0 0;
}
#npcatch .title{
	width : 190px;
	float : left;
	padding : 0;
}
#npcatch .date{
	display : block;
	margin : 6px 0 0 0;
	font-size : 12px;
}
/*----------------------------------------------------------
WordPress Popular Posts設定
----------------------------------------------------------*/
.wpp-list li {
	overflow : hidden;
	float : none;
	clear : both;
	margin : 0;
	padding : 10px 0;
	border-bottom : 1px dotted #ccc;
}
.wpp-list li img {
	display : inline;
	float : left;
	margin : 0 10px 0 0;
}
.wpp-list li .post-stats {
	display : block;
	font-size : 12px;
	font-weight : normal;
}

.widget_sp_image-description {
	font-size : 13px;
	line-height : 16px;
	margin : 10px 0 0 0;
}