@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: to-da
---------------------------------------------------------*/

/*--------------------------------
ブログ本文
---------------------------------*/
.posttype-post .container article div.post_content img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------
検索フォーム
---------------------------------*/
aside #search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}

#s {
	height: 33px;
	color: #333;
	font-size: 14px;
	border-radius: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ccc;
	z-index: 10;
	padding: 5px 65px 10px 5px;
	width: 100%;
	box-sizing: border-box;
}

#searchsubmit {
	border-radius: 0;
	background-color: #ccc;
	position: absolute;
	right: 9px;
	top: 8px;
	z-index: 20;
}

*:first-child + html #searchsubmit {
	top: 1px;
}

/*--------------------------------
sns-link
---------------------------------*/
.social4i {
	height: 82px!important;
	float: none !important;
	border-top: 1px dotted #999;
	overflow: hidden;
	padding: 20px 10px 0;
	box-sizing: border-box;
}

/*--------------------------------
ページャー
---------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 14px;
	line-height: 13px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.pagination span,
.pagination a {
	display: block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 9px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
}

.pagination span {
	background-color: #453020;
	margin-right: 7px;
}

.pagination a {
	color: #fff;
	background-color: #453020;
	border: 1px solid #453020;
	box-sizing: border-box;
}

.pagination a:link,
.pagination a:visited {
	color: #fff;
}

.pagination a:hover {
	color: #fff;
	background-color: #cf9d65;
	border: 1px solid #cf9d65;
}

.pagination .current {
	color: #453020;
	font-weight: bold;
	background-color: #cf9d65;
	border: 1px solid #cf9d65;
	margin: 0 2px 2px 0;
}

/*--------------------------------
カレンダー
---------------------------------*/
#wp-calendar {
	border-collapse: collapse;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	width: 100%;
}
#wp-calendar thead tr th {
	color: #fff;
	text-align: center;
	background-color: #453020;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
#wp-calendar td {
  color: #000000;
	text-align: center;
	padding: 0px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}
#wp-calendar tbody tr #today {
	background-color: #b0e0e6;
}

#wp-calendar tfoot tr{
	border-right: none;
}

/* #wp-calendar tfoot tr td {
	border: none;
} */


/*--------------------------------
PREV NEXT
---------------------------------*/
.p-navi dl dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 27px;
	float: left;
	width: 90px;
	color: #666;
}
.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 27px;
}
