
/* ---------------------------------------------------------------------------------
*Widget 
------------------------------------------------------------------------------------ */

/*共通*/
.side-widget{
margin-bottom:30px;
}

.side-widget-inner{
}
.side-title{
background: #660025;
padding:10px 15px;
color:#fff !important;
font-weight:bold;
font-size:16px;
text-align: center;
}

#side a{
font-size:14px;
text-decoration:none;
}

.widget_nav_menu{
}

.widget_nav_menu ul{
border-right: solid 5px #81C6F2;
border-left: solid 5px #81C6F2;
border-bottom: solid 5px #81C6F2;
}

.widget_nav_menu ul li{
padding:15px;
border-bottom: solid 1px #efefef;
}



/*CATEGORY*/

#side .cat-item a{
display:block;
backg　　　round:#efefef;
padding:10px 15px;
border-bottom:solid 1px #efefef;
}

#side .children{
}

#side .children .cat-item a{
border-bottom:dashed 1px #efefef;
background:#fff;
}

/*ARCHIVE*/


/*Popular Posts*/
.popular-posts{
}
.popular-posts ul li{
padding:15px 0;
border-bottom:solid 1px #efefef;
}
.popular-posts a{
font-size:12px;
}

.popular-posts .post-stats{
clear:both;
padding-top:10px;
}
.popular-posts .wpp-views{
font-size:14px;
font-weight:500;
color:#F95C5F;
display:inline;
}
.popular-posts .wpp-views:before{
content: "\f004";
font-family: "Font Awesome 5 Pro";
padding-right: 10px;
font-weight:100;
color:#F95C5F;
}
.popular-posts .wpp-thumbnail{
margin-right:15px;
width:90px;
}

.popular-posts .wpp-category{
display:inline;
color:#999999 !important;
}

.popular-posts .wpp-category a{
font-size:14px;
font-weight:500;
color:#999999 !important;
}

/*Category Posts*/
.cat-post-widget{
}
.cat-post-widget ul li{
clear:both;
padding:15px 0;
border-bottom:solid 1px #efefef;
overflow:auto;
}
.cat-post-widget .wp-post-image{
display: inline;
float: left;
margin-right:15px;
width:90px;
}
.cat-post-widget .post-title{
width:195px;
float:right;
}


#searchform{
margin-bottom:35px;
}

input#s {
width:75%;
height:35px;
border:none;
padding:0 10px;
}
input#searchsubmit {
font-family:"Font Awesome 5 Free";
content: "\f002";
width:15%;
height:37px;
border:none;
color:#333;
background:#edecea;
}

