/*
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%;
	padding-bottom: 80px;
}
#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;
	color: #000;
}
#pre_nex .nex {
    float: right;
}
#pre_nex .nex a {
    display: block;
    padding: 4px 18px 4px 5px;
	margin-right:32px;
	font-size:12px;
	color: #000;
}
#pagelist {
    display: inline;
    margin: 0 auto;
    overflow: hidden;
	font-size: 1.6rem;
}
a.page-numbers, #pagelist .current {
    border: 1px solid #3975D1;
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 6px 9px;
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    font-size: 1.3em;
    width: 2em;
    height: 2em;
    line-height: 1.3em;
	color: #3975D1;
}
#pagelist .current {
    background: none repeat scroll 0 0 #3975D1;
    border-color: #3975D1;
    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;
    background-color:transparent;
}
#pagelist a.next  {
	color: #000;
}
#pagelist .prev {
    display: inline-block;
    padding: 6px 9px;
    font-size: 1em;
    width: auto;
    border: none;
    background-color:transparent;
}
#pagelist a.prev {
	color: #000;
}
.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;
}*/

strong {
    font-weight: bold!important;
}
#bread a {
  color: #000;
}

#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 .conte figure:after {
content: "";
display: block;
clear: both;
}*/