/*
Theme Name:本牧病院
Thema URL:本牧病院
Description:本牧病院
Author:本牧病院
*/


#NewsArea p {
    margin-bottom: 10px;
}

.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-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;
}
.blog_entry:last-child {
	margin-bottom:0;
}
#commentArea {
	border-top:1px solid #ccc;
}
/*↑20141007追加*/


.page-numbers{
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-left: 14px;
    background: #fff;
    border: 1px solid #888;
    color: #333;
    /*font-size: 22px;*/
    line-height: 40px;
    border-radius: 25px;
    text-decoration: none;
    -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;
    padding-left: 0px !important;
    width: 40px;
    margin-left: 5px;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-numbers a {
   display: block;
}

 .next{
   display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-left: 14px;
  background: #fff;
  color: #333;
  border: 1px solid #888;
  /*font-size: 22px;*/
  line-height: 40px;
  text-decoration: none;
  -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;
    padding-left: 0px !important;
        width: 80px!important;
  margin-left: 5px;
  margin-right: auto;
  margin-top: 50px;
}
 .prev{
   display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-left: 14px;
  background: #fff;
  color: #333;
  border: 1px solid #888;
  /*font-size: 22px;*/
  line-height: 40px;
  text-decoration: none;
  -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;
    padding-left: 0px !important;
        width: 80px!important;
  margin-left: 5px;
  margin-right: auto;
  margin-top: 50px;
}

div .page-numbers.current {
    background: #165290;
    color: #fff;
    border: 1px solid #165290;
}
div .page-numbers:last-child {
    width: 40px;
}
.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 {
    padding: 15px 70px;
	margin:40px;
    font-size: 1.2em;
    background-color: #f39800;
    color: #fff;
    border-style: none;
}
input#submit:hover {
    background-color: #fabd00;
	cursor:pointer;
}

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