/*
Theme Name:カドヤ質店
Thema URL:カドヤ質店
Description:カドヤ質店
Author:カドヤ質店
*/


.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追加*/
#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;
	font-size:12px;
}
#pre_nex .nex {
    float: right;
}
#pre_nex .nex a {
    display: block;
    padding: 4px 18px 4px 5px;
	margin-right:32px;
	font-size:12px;
}
#pagelist {
    display: inline;
    margin: 0 auto;
    overflow: hidden;
}
.page-numbers span.current {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #356cb6;
    color: #fff;
}
a.page-numbers{
    display: block;
    width: 100%;
    height: 100%;
}
#pagelist .current {
    background: none repeat scroll 0 0 #01A982;
    border-color: #01A982;
    color: #ffffff;
    border-radius: 50%;
    font-size: 1.3em;
    width: 2em;
    height: 2em;
    line-height: 1.3em;
}
#pagelist .next {
    display: inline-block;
    padding: 6px 9px;
    font-size: 1em;
    width: auto;
    border: none;
}
#pagelist .prev {
    display: inline-block;
    padding: 6px 9px;
    font-size: 1em;
    width: auto;
    border: none;
}
.monthly-calendar table{
	border-collapse: collapse;
}
.monthly-calendar table td,.monthly-calendar table th{
	border:1px solid #e5e5e5;
	border-collapse: collapse;
}

/*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;
}*/


#news .breadcrumb .category {
    background-color: transparent;
    color: #000;
    height: auto;
}

#news .category ul,
#news .category ul li {
    text-align: center;
    font-size: .9em;
}
#news .news_box p {
    margin-bottom: .8em;
}
#news .conte img {
    max-width: 100%;
}



#news table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    line-height: 1.4;
    margin-bottom: 1.5em;
    min-width: 60%;
    max-width: 100%;
}
#news table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    padding: 12px;
    font-style: normal;
    font-weight: bold;
    vertical-align: middle;
    background-color: #f0f5f7;
}
#news table td {
    padding: 12px;
    vertical-align: middle;
    border-top: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
}
#news .blog p {
    margin-top: 9px;
    margin-bottom: 9px;
}

#news .blog h2 {
    background: #2f5d90;
    color: #fff;
    padding: 15px 20px;
    position: relative;
    margin-top: 40px;
    text-align: unset;
}

#news .blog h3 {
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    text-align: unset;
    color: #1e4061;
}

#news .blog h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 130px;
    height: 1px;
    border-bottom: 1px solid;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#395191), to(#2f5d8f));
    -webkit-border-image: -webkit-linear-gradient(left, #395191 0%, #2f5d8f 100%);
    -o-border-image: linear-gradient(to right, #01adfd 0%, #ff82b9 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#395191), to(#2f5d8f));
    border-image: linear-gradient(to right, #39519A 0%, #2f5d8f 100%);
    border-image-slice: 1;
}




/*#news .conte figure:after {
content: "";
display: block;
clear: both;
}*/