/*
Theme Name:kobayashi-collection
Thema URL:kobayashi-collection
Description:kobayashi-collection
Author:kobayashi-collection
*/

.photo_left {
	float:left;
}

.widget {
    margin-bottom: 25px;
}
.widget h2 {
    border-bottom: 1px solid #ed77ac;
    font-size: 16px;
    margin-bottom: 10px;
}
.widget ul {
    font-size: 14px;
}
.widget ul li a {
    background-image: url("http://www.kansai-capd-ns.com/img/common/side_navi_arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
}
.widget ul li.recentcomments a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
    text-decoration: underline;
}
.widget.widget_search {
    background-color: #eee;
    padding: 10px;
}
.widget.widget_search div {
    margin-bottom: 0 !important;
}

/*↓20140924追加*/
.widget_sp_image {
	margin-top:-25px;
	margin-bottom:55px;
}

/*↑20140924追加*/

/*↓20141007追加*/
.entry{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom:25px;
}
.entry h2 a {
	text-decoration:underline;
}
.blog_entry{
    margin-bottom: 30px;
    padding-bottom:25px;
	border-bottom: 1px solid #eee;
}
#commentArea {
	border-top:1px solid #ccc;
}
/*↑20141007追加*/


#pre_nex{
    clear: both;
    line-height: 1;
    text-align: center;
    width: 100%;
}
#pre_nex:after {
    clear: both;
    line-height: 1;
    text-align: center;
    width: 100%;
}
#pre_nex .pre {
    float: left;
}
#pre_nex .pre a {
    display: block;
    padding: 4px 5px 4px 18px;
	background:url(http://www.kansai-capd-ns.com/img/common/icon_navi_arrow_prev.png) center left no-repeat;
	font-size:12px;
}
#pre_nex .nex {
    float: right;
}
#pre_nex .nex a {
    display: block;
    padding: 4px 18px 4px 5px;
	margin-right:32px;
	background:url(http://www.kansai-capd-ns.com/img/common/icon_navi_arrow.png) center right no-repeat;
	font-size:12px;
}
#pagelist {
    display: inline;
    margin: 0 auto;
    overflow: hidden;
}
a.page-numbers, #pagelist .current {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 4px 5px;
}
#pagelist .current {
    background: none repeat scroll 0 0 #ccc;
    border-color: #;
    color: #ffffff;
    font-weight: bold;
}
#pagelist .next {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 4px 5px;
}
#pagelist .prev {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 4px 5px;
}
.monthly-calendar table{
	border-collapse: collapse;
}
.monthly-calendar table td,.monthly-calendar table th{
	border:1px solid #e5e5e5;
	border-collapse: collapse;
}

.list_extra {
    margin-bottom: 15px;
    overflow: hidden;
}
.list_extra li {
    float: left;
    margin-right: 15px;
}
.list_extra .date {
	font-size:12px;
	color:#666;
}
.list_extra .comment {
    float: right;
    margin-right: 0;
	font-size:12px;
	color:#666;
}
.list_extra a {
    text-decoration: none;
}
.list_extra a:hover {
    text-decoration: underline;
}


#gf_comment {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
}
#gf_comment .comment_body {
    display: block;
    margin-bottom: 20px;
    padding:15px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom:1px dotted #999;
}
#gf_comment .comment_body .comment_meta {
    display: block;
    float: left;
    overflow: hidden;
    width: 30%;
}
#gf_comment .comment_body .comment_meta dt {
    display: block;
    float: left;
    height: 42px;
    width: 42px;
}
#gf_comment .comment_body .comment_meta dt img {
    border: 2px solid #EEEEEE;
    margin-right: 8px;
}
#gf_comment .comment_body .comment_meta dd {
    line-height: 1.6;
}
#gf_comment .comment_body .comment_time {
    font-size: 10px;

}
#gf_comment .comment_post {
    display: block;
    float: right;
    width: 60%;
}
#gf_comment .comment_post p {
    margin-bottom: 5px;
}

#comment_form {
    margin-top: 5px;
    padding-top: 5px;
}
#comment_form #cf_left {
    float: left;
    line-height: 1.9;
    width: 30%;
}
#comment_form #cf_left dd {
    margin-bottom: 5px;
}
#comment_form #cf_left input {
    border: 1px solid #bbbbbb;
    width: 100%;
}
#comment_form #cf_right {
    float: right;
    width: 60%;
}
#comment_form #cf_right dd {
    margin-bottom: 10px;
}
#comment_form #cf_right .comment_detail {
    border: 1px solid #bbbbbb;
    height: 120px;
    width: 100%;
}
#comment_form .btn_comment_send {
    background-color: #3e4146;
    border: medium none;
    color: #fff;
    padding: 1px 3px;
}

input#submit {
    font-size: 1em;
    background-color: #2f2307;
    color: #fff;
    border-style: none;
}
input#submit:hover {
    background-color: #423326;
	cursor:pointer;
}

#comment_form .comment_logout {
    font-size: 10px;
}
#comment_form #cancel-comment-reply {
    margin-bottom: 0;
}